Uses of Enum Class
org.loboevolution.img.ResizeStrategy
-
Uses of ResizeStrategy in org.loboevolution.img
Modifier 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.Modifier and TypeMethodDescriptionvoid
ImageViewer.setResizeStrategy
(ResizeStrategy resizeStrategy) Sets the resize strategy this viewer should use.