Uses of Class
uk.ac.rdg.resc.edal.metadata.Parameter.Category
-
Packages that use Parameter.Category 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 uk.ac.rdg.resc.edal.graphics.utils Utilities to serialise/deserialise the styles in the parent package, as well as other shared classesuk.ac.rdg.resc.edal.metadata -
-
Uses of Parameter.Category in uk.ac.rdg.resc.edal.graphics.style
Constructor parameters in uk.ac.rdg.resc.edal.graphics.style with type arguments of type Parameter.Category Constructor Description MappedColourScheme(Map<Integer,Parameter.Category> categories, Color bgColour)
-
Uses of Parameter.Category in uk.ac.rdg.resc.edal.graphics.style.sld
Methods in uk.ac.rdg.resc.edal.graphics.style.sld that return types with arguments of type Parameter.Category Modifier and Type Method Description Map<Integer,Parameter.Category>
ColorSLDMapFunction. getCategories()
-
Uses of Parameter.Category in uk.ac.rdg.resc.edal.graphics.utils
Method parameters in uk.ac.rdg.resc.edal.graphics.utils with type arguments of type Parameter.Category Modifier and Type Method Description static BufferedImage
GraphicsUtils. drawCategoricalLegend(Map<Integer,Parameter.Category> categories)
Renders a legend for categorical datastatic Map<Integer,Color>
GraphicsUtils. getColourMapForCategories(Map<Integer,Parameter.Category> categories)
-
Uses of Parameter.Category in uk.ac.rdg.resc.edal.metadata
Methods in uk.ac.rdg.resc.edal.metadata that return types with arguments of type Parameter.Category Modifier and Type Method Description Map<Integer,Parameter.Category>
Parameter. getCategories()
Constructor parameters in uk.ac.rdg.resc.edal.metadata with type arguments of type Parameter.Category Constructor Description Parameter(String varId, String title, String description, String units, String standardName, Map<Integer,Parameter.Category> categories)
-