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 BufferedImageMapImage. 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 FeatureCatalogueLegendDataGenerator. getFeatureCatalogue(Drawable.NameAndRange xField, Drawable.NameAndRange yField, Map<String,Float> values)Gets aFeatureCatalogueto generate features with linearly-varying numerical data and the correct membersprotected MapFeatureLegendDataGenerator. getMapFeature(Drawable.NameAndRange field, LegendDataGenerator.MatrixType type)Generates aMapFeaturecontaining the correctly named variablesprotected MapFeatureLegendDataGenerator. getMapFeature(Drawable.NameAndRange field, LegendDataGenerator.MatrixType type, Float fixed)Generates aMapFeaturecontaining the correctly named variablesprotected Collection<PointFeature>LegendDataGenerator. getPointFeatures(Drawable.NameAndRange field, LegendDataGenerator.MatrixType type)GeneratesPointFeatures spread across the given rangesprotected Collection<PointFeature>LegendDataGenerator. getPointFeatures(Drawable.NameAndRange field, LegendDataGenerator.MatrixType type, Float fixed)GeneratesPointFeatures spread across the given rangesprotected TrajectoryFeatureLegendDataGenerator. getTrajectoryFeature(Drawable.NameAndRange field, LegendDataGenerator.MatrixType type)
-