Uses of Class
uk.ac.rdg.resc.edal.graphics.style.ColourScheme2D
-
Packages that use ColourScheme2D Package Description uk.ac.rdg.resc.edal.graphics.style Definitions of the style-system, as well as implementations of various style typesuk.ac.rdg.resc.edal.graphics.style.sld -
-
Uses of ColourScheme2D in uk.ac.rdg.resc.edal.graphics.style
Subclasses of ColourScheme2D in uk.ac.rdg.resc.edal.graphics.style Modifier and Type Class Description class
MappedSegmentColorScheme2D
A class representing a colour scheme where each x value is mapped to a differentSegmentColourScheme
.class
ThresholdColourScheme2D
Constructors in uk.ac.rdg.resc.edal.graphics.style with parameters of type ColourScheme2D Constructor Description Raster2DLayer(String xDataFieldName, String yDataFieldName, ColourScheme2D colourScheme)
-
Uses of ColourScheme2D in uk.ac.rdg.resc.edal.graphics.style.sld
Methods in uk.ac.rdg.resc.edal.graphics.style.sld that return ColourScheme2D Modifier and Type Method Description static ColourScheme2D
SLDColorMap2DParser. parseColorMap2D(XPath xPath, Node node)
Parses a ColorMap2D element to a ColourScheme2D object, representing a bivariate colour map
-