Uses of Class
uk.ac.rdg.resc.edal.graphics.style.ColourScheme
-
Packages that use ColourScheme Package Description uk.ac.rdg.resc.edal.graphics Set of classes for rendering the data types in edal-common into imagesuk.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 ColourScheme in uk.ac.rdg.resc.edal.graphics
Methods in uk.ac.rdg.resc.edal.graphics with parameters of type ColourScheme Modifier and Type Method Description static org.jfree.chart.renderer.PaintScale
Charting. createPaintScale(ColourScheme colourScheme)
Creates and returns a JFreeChartPaintScale
that converts data values toColor
s.static org.jfree.chart.JFreeChart
Charting. createVerticalSectionChart(List<ProfileFeature> features, LineString horizPath, ColourScheme colourScheme, Double zValue, Extent<Double> zExtent)
Plot a vertical section chart -
Uses of ColourScheme in uk.ac.rdg.resc.edal.graphics.style
Subclasses of ColourScheme in uk.ac.rdg.resc.edal.graphics.style Modifier and Type Class Description class
EnumeratedColourScheme
AColourScheme
which defines specific points at which colours change.class
InterpolateColourScheme
Takes a list of interpolation points with colours and data points.class
MappedColourScheme
class
RGBColourScheme
AColourScheme
which treats all values as their equivalent RGB integer value (seeColor(int)
)class
SegmentColourScheme
class
ThresholdColourScheme
Fields in uk.ac.rdg.resc.edal.graphics.style declared as ColourScheme Modifier and Type Field Description protected ColourScheme
ColouredGlyphLayer. colourScheme
protected ColourScheme
ConfidenceIntervalLayer. colourScheme
Methods in uk.ac.rdg.resc.edal.graphics.style that return ColourScheme Modifier and Type Method Description ColourScheme
ColouredTrajectoryLayer. getColourScheme()
ColourScheme
RasterLayer. getColourScheme()
Methods in uk.ac.rdg.resc.edal.graphics.style with parameters of type ColourScheme Modifier and Type Method Description void
ColouredTrajectoryLayer. setColourScheme(ColourScheme colourScheme)
void
RasterLayer. setColourScheme(ColourScheme colourScheme)
Constructors in uk.ac.rdg.resc.edal.graphics.style with parameters of type ColourScheme Constructor Description ColouredGlyphLayer(String dataFieldName, String glyphIconName, ColourScheme colourScheme)
ColouredSizedArrowLayer(String directionField, String arrowSizeField, String arrowColourField, Integer arrowMinSize, Integer arrowMaxSize, ScaleRange scale, ColourScheme arrowColourScheme, ArrowLayer.ArrowStyle arrowStyle, ArrowLayer.ArrowDirectionConvention arrowDirectionConvention)
Instantiates a newColouredSizedArrowLayer
ColouredTrajectoryLayer(String dataFieldName, ColourScheme colourScheme)
ConfidenceIntervalLayer(String lowerFieldName, String upperFieldName, int glyphSize, ColourScheme colourSceme)
RasterLayer(String dataFieldName, ColourScheme colourScheme)
-
Uses of ColourScheme in uk.ac.rdg.resc.edal.graphics.style.sld
Methods in uk.ac.rdg.resc.edal.graphics.style.sld that return ColourScheme Modifier and Type Method Description static ColourScheme
SLDColorMapParser. parseColorMap(XPath xPath, Node node)
Parses a ColorMap element within the node passed to it.
-