Uses of Class
org.silverpeas.core.io.media.image.option.DimensionOption
-
Packages that use DimensionOption Package Description org.silverpeas.core.io.media.image.option -
-
Uses of DimensionOption in org.silverpeas.core.io.media.image.option
Methods in org.silverpeas.core.io.media.image.option that return DimensionOption Modifier and Type Method Description static DimensionOption
DimensionOption. height(Integer height)
Creates a new option on the dimension from the specified height in pixels.static DimensionOption
DimensionOption. width(Integer width)
Creates a new option on the dimension from the specified width in pixels.static DimensionOption
DimensionOption. widthAndHeight(Integer width, Integer height)
Creates a new option on the dimension from the specified width and height in pixels.
-