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.PaintScaleCharting. createPaintScale(ColourScheme colourScheme)Creates and returns a JFreeChartPaintScalethat converts data values toColors.static org.jfree.chart.JFreeChartCharting. 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 classEnumeratedColourSchemeAColourSchemewhich defines specific points at which colours change.classInterpolateColourSchemeTakes a list of interpolation points with colours and data points.classMappedColourSchemeclassRGBColourSchemeAColourSchemewhich treats all values as their equivalent RGB integer value (seeColor(int))classSegmentColourSchemeclassThresholdColourSchemeFields in uk.ac.rdg.resc.edal.graphics.style declared as ColourScheme Modifier and Type Field Description protected ColourSchemeColouredGlyphLayer. colourSchemeprotected ColourSchemeConfidenceIntervalLayer. colourSchemeMethods in uk.ac.rdg.resc.edal.graphics.style that return ColourScheme Modifier and Type Method Description ColourSchemeColouredTrajectoryLayer. getColourScheme()ColourSchemeRasterLayer. getColourScheme()Methods in uk.ac.rdg.resc.edal.graphics.style with parameters of type ColourScheme Modifier and Type Method Description voidColouredTrajectoryLayer. setColourScheme(ColourScheme colourScheme)voidRasterLayer. 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 newColouredSizedArrowLayerColouredTrajectoryLayer(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 ColourSchemeSLDColorMapParser. parseColorMap(XPath xPath, Node node)Parses a ColorMap element within the node passed to it.
-