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