Uses of Class
uk.ac.rdg.resc.edal.graphics.style.sld.SLDRange.Spacing
-
Packages that use SLDRange.Spacing Package Description uk.ac.rdg.resc.edal.graphics.style.sld -
-
Uses of SLDRange.Spacing in uk.ac.rdg.resc.edal.graphics.style.sld
Methods in uk.ac.rdg.resc.edal.graphics.style.sld that return SLDRange.Spacing Modifier and Type Method Description SLDRange.Spacing
SLDRange. getSpacing()
static SLDRange.Spacing
SLDRange.Spacing. valueOf(String name)
Returns the enum constant of this type with the specified name.static SLDRange.Spacing[]
SLDRange.Spacing. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in uk.ac.rdg.resc.edal.graphics.style.sld with parameters of type SLDRange.Spacing Constructor Description SLDRange(Float minimum, Float maximum, SLDRange.Spacing spacing)
-