Uses of Enum Class
org.loboevolution.img.ResizeStrategy
Packages that use ResizeStrategy
-
Uses of ResizeStrategy in org.loboevolution.img
Methods in org.loboevolution.img that return ResizeStrategyModifier and TypeMethodDescriptionImageViewer.getResizeStrategy()
Returns the current resize strategy.static ResizeStrategy
Returns the enum constant of this class with the specified name.static ResizeStrategy[]
ResizeStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.loboevolution.img with parameters of type ResizeStrategyModifier and TypeMethodDescriptionvoid
ImageViewer.setResizeStrategy
(ResizeStrategy resizeStrategy) Sets the resize strategy this viewer should use.