Uses of Class
uk.ac.rdg.resc.edal.graphics.style.Drawable.NameAndRange
-
Packages that use Drawable.NameAndRange 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.utils Utilities to serialise/deserialise the styles in the parent package, as well as other shared classes -
-
Uses of Drawable.NameAndRange in uk.ac.rdg.resc.edal.graphics.style
Methods in uk.ac.rdg.resc.edal.graphics.style with parameters of type Drawable.NameAndRange Modifier and Type Method Description static BufferedImage
MapImage. getLegendLabels(Drawable.NameAndRange nameAndRange, float extraAmountOutOfRangeLow, float extraAmountOutOfRangeHigh, int componentSize, Color textColor, boolean layerNameLabels, int fontHeight)
This returns an image suitable for plotting next to a vertical colourbar. -
Uses of Drawable.NameAndRange in uk.ac.rdg.resc.edal.graphics.utils
Methods in uk.ac.rdg.resc.edal.graphics.utils with parameters of type Drawable.NameAndRange Modifier and Type Method Description FeatureCatalogue
LegendDataGenerator. getFeatureCatalogue(Drawable.NameAndRange xField, Drawable.NameAndRange yField, Map<String,Float> values)
Gets aFeatureCatalogue
to generate features with linearly-varying numerical data and the correct membersprotected MapFeature
LegendDataGenerator. getMapFeature(Drawable.NameAndRange field, LegendDataGenerator.MatrixType type)
Generates aMapFeature
containing the correctly named variablesprotected MapFeature
LegendDataGenerator. getMapFeature(Drawable.NameAndRange field, LegendDataGenerator.MatrixType type, Float fixed)
Generates aMapFeature
containing the correctly named variablesprotected Collection<PointFeature>
LegendDataGenerator. getPointFeatures(Drawable.NameAndRange field, LegendDataGenerator.MatrixType type)
GeneratesPointFeature
s spread across the given rangesprotected Collection<PointFeature>
LegendDataGenerator. getPointFeatures(Drawable.NameAndRange field, LegendDataGenerator.MatrixType type, Float fixed)
GeneratesPointFeature
s spread across the given rangesprotected TrajectoryFeature
LegendDataGenerator. getTrajectoryFeature(Drawable.NameAndRange field, LegendDataGenerator.MatrixType type)
-