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.analyticsFields in gov.nasa.worldwindx.examples.analytics declared as AnalyticSurfaceLegend Modifier and Type Field Description protected AnalyticSurfaceLegendAnalyticSurfaceLegend.OrderedLabel. legendMethods in gov.nasa.worldwindx.examples.analytics that return AnalyticSurfaceLegend Modifier and Type Method Description static AnalyticSurfaceLegendAnalyticSurfaceLegend. fromColorGradient(double minValue, double maxValue, double minHue, double maxHue, java.lang.Iterable<? extends AnalyticSurfaceLegend.LabelAttributes> labels, AnalyticSurfaceLegend.LabelAttributes titleLabel)static AnalyticSurfaceLegendAnalyticSurfaceLegend. 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 RenderableAnalyticSurfaceDemo. 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)
 
-