| Package | Description | 
|---|---|
| gov.nasa.worldwindx.examples.analytics | 
| Modifier and Type | Field and Description | 
|---|---|
protected AnalyticSurfaceLegend | 
AnalyticSurfaceLegend.OrderedLabel.legend  | 
| Modifier and Type | Method and 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)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected static Renderable | 
AnalyticSurfaceDemo.createLegendRenderable(AnalyticSurface surface,
                      double surfaceMinScreenSize,
                      AnalyticSurfaceLegend legend)  | 
| Constructor and 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)  |