Uses of Class
uk.ac.rdg.resc.edal.graphics.utils.PlottingStyleParameters
-
Packages that use PlottingStyleParameters Package Description uk.ac.rdg.resc.edal.catalogue.jaxb uk.ac.rdg.resc.edal.graphics.utils Utilities to serialise/deserialise the styles in the parent package, as well as other shared classes -
-
Uses of PlottingStyleParameters in uk.ac.rdg.resc.edal.catalogue.jaxb
Methods in uk.ac.rdg.resc.edal.catalogue.jaxb that return PlottingStyleParameters Modifier and Type Method Description PlottingStyleParameters
VariableConfig. getDefaultPlottingParameters()
-
Uses of PlottingStyleParameters in uk.ac.rdg.resc.edal.graphics.utils
Methods in uk.ac.rdg.resc.edal.graphics.utils that return PlottingStyleParameters Modifier and Type Method Description PlottingStyleParameters
EnhancedVariableMetadata. getDefaultPlottingParameters()
Methods in uk.ac.rdg.resc.edal.graphics.utils with parameters of type PlottingStyleParameters Modifier and Type Method Description MapImage
SldTemplateStyleCatalogue. getMapImageFromStyle(String styleName, PlottingStyleParameters templateProperties, VariableMetadata metadata, LayerNameMapper layerNameMapper)
MapImage
StyleCatalogue. getMapImageFromStyle(String styleName, PlottingStyleParameters templateableProperties, VariableMetadata metadata, LayerNameMapper layerNameMapper)
Returns a concreteMapImage
for a given style
-