Package | Description |
---|---|
gov.nasa.worldwindx.examples.analytics |
Modifier and Type | Field and Description |
---|---|
protected AnalyticSurfaceLegend.LabelAttributes |
AnalyticSurfaceLegend.OrderedLabel.attr |
Modifier and Type | Method and Description |
---|---|
static AnalyticSurfaceLegend.LabelAttributes |
AnalyticSurfaceLegend.createDefaultTitle(java.lang.String text) |
static AnalyticSurfaceLegend.LabelAttributes |
AnalyticSurfaceLegend.createLegendLabelAttributes(double value,
java.lang.String text,
java.awt.Font font,
java.awt.Color color,
double xOffset,
double yOffset) |
Modifier and Type | Method and Description |
---|---|
static java.lang.Iterable<? extends AnalyticSurfaceLegend.LabelAttributes> |
AnalyticSurfaceLegend.createDefaultColorGradientLabels(double minValue,
double maxValue,
java.text.Format format) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Iterable<? extends Renderable> |
AnalyticSurfaceLegend.createColorGradientLegendLabels(int width,
int height,
double minValue,
double maxValue,
java.lang.Iterable<? extends AnalyticSurfaceLegend.LabelAttributes> labels,
AnalyticSurfaceLegend.LabelAttributes titleLabel) |
protected void |
AnalyticSurfaceLegend.drawLabel(DrawContext dc,
AnalyticSurfaceLegend.LabelAttributes attr,
double x,
double y,
java.lang.String halign,
java.lang.String valign) |
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 java.lang.Iterable<? extends Renderable> |
AnalyticSurfaceLegend.createColorGradientLegendLabels(int width,
int height,
double minValue,
double maxValue,
java.lang.Iterable<? extends AnalyticSurfaceLegend.LabelAttributes> labels,
AnalyticSurfaceLegend.LabelAttributes titleLabel) |
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) |
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) |