Uses of Class
org.openjump.core.rasterimage.OverviewsUtils.ScaleAlgorithm
-
Packages that use OverviewsUtils.ScaleAlgorithm Package Description org.openjump.core.rasterimage -
-
Uses of OverviewsUtils.ScaleAlgorithm in org.openjump.core.rasterimage
Methods in org.openjump.core.rasterimage that return OverviewsUtils.ScaleAlgorithm Modifier and Type Method Description static OverviewsUtils.ScaleAlgorithm
OverviewsUtils.ScaleAlgorithm. valueOf(String name)
Returns the enum constant of this type with the specified name.static OverviewsUtils.ScaleAlgorithm[]
OverviewsUtils.ScaleAlgorithm. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-