Uses of Class
uk.ac.rdg.resc.edal.graphics.style.ContourLayer.ContourLineStyle
-
Packages that use ContourLayer.ContourLineStyle Package Description uk.ac.rdg.resc.edal.graphics.style Definitions of the style-system, as well as implementations of various style types -
-
Uses of ContourLayer.ContourLineStyle in uk.ac.rdg.resc.edal.graphics.style
Methods in uk.ac.rdg.resc.edal.graphics.style that return ContourLayer.ContourLineStyle Modifier and Type Method Description static ContourLayer.ContourLineStyle
ContourLayer.ContourLineStyle. valueOf(String name)
Returns the enum constant of this type with the specified name.static ContourLayer.ContourLineStyle[]
ContourLayer.ContourLineStyle. 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 with parameters of type ContourLayer.ContourLineStyle Constructor Description ContourLayer(String dataFieldName, ScaleRange scale, boolean autoscaleEnabled, double numberOfContours, Color contourLineColour, String contourPalette, int contourLineWidth, ContourLayer.ContourLineStyle contourLineStyle, boolean labelEnabled)
-