Uses of Class
gov.nasa.worldwindx.examples.analytics.AnalyticSurfaceLegend
-
Packages that use AnalyticSurfaceLegend Package Description gov.nasa.worldwindx.examples.analytics -
-
Uses of AnalyticSurfaceLegend in gov.nasa.worldwindx.examples.analytics
Fields in gov.nasa.worldwindx.examples.analytics declared as AnalyticSurfaceLegend Modifier and Type Field Description protected AnalyticSurfaceLegend
AnalyticSurfaceLegend.OrderedLabel. legend
Methods in gov.nasa.worldwindx.examples.analytics that return AnalyticSurfaceLegend Modifier and Type Method Description static AnalyticSurfaceLegend
AnalyticSurfaceLegend. fromColorGradient(double minValue, double maxValue, double minHue, double maxHue, java.lang.Iterable<? extends AnalyticSurfaceLegend.LabelAttributes> labels, AnalyticSurfaceLegend.LabelAttributes titleLabel)
static AnalyticSurfaceLegend
AnalyticSurfaceLegend. fromColorGradient(int width, int height, double minValue, double maxValue, double minHue, double maxHue, java.awt.Color borderColor, java.lang.Iterable<? extends AnalyticSurfaceLegend.LabelAttributes> labels, AnalyticSurfaceLegend.LabelAttributes titleLabel)
Methods in gov.nasa.worldwindx.examples.analytics with parameters of type AnalyticSurfaceLegend Modifier and Type Method Description protected static Renderable
AnalyticSurfaceDemo. createLegendRenderable(AnalyticSurface surface, double surfaceMinScreenSize, AnalyticSurfaceLegend legend)
Constructors in gov.nasa.worldwindx.examples.analytics with parameters of type AnalyticSurfaceLegend Constructor Description LabelRenderable(AnalyticSurfaceLegend legend, AnalyticSurfaceLegend.LabelAttributes attr, double x, double y, java.lang.String halign, java.lang.String valign)
OrderedLabel(AnalyticSurfaceLegend legend, AnalyticSurfaceLegend.LabelAttributes attr, double x, double y, java.lang.String halign, java.lang.String valign)
-