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(String text) |
static AnalyticSurfaceLegend.LabelAttributes |
AnalyticSurfaceLegend.createLegendLabelAttributes(double value,
String text,
Font font,
Color color,
double xOffset,
double yOffset) |
Modifier and Type | Method and Description |
---|---|
static Iterable<? extends AnalyticSurfaceLegend.LabelAttributes> |
AnalyticSurfaceLegend.createDefaultColorGradientLabels(double minValue,
double maxValue,
Format format) |
Modifier and Type | Method and Description |
---|---|
protected Iterable<? extends Renderable> |
AnalyticSurfaceLegend.createColorGradientLegendLabels(int width,
int height,
double minValue,
double maxValue,
Iterable<? extends AnalyticSurfaceLegend.LabelAttributes> labels,
AnalyticSurfaceLegend.LabelAttributes titleLabel) |
protected void |
AnalyticSurfaceLegend.drawLabel(DrawContext dc,
AnalyticSurfaceLegend.LabelAttributes attr,
double x,
double y,
String halign,
String valign) |
static AnalyticSurfaceLegend |
AnalyticSurfaceLegend.fromColorGradient(double minValue,
double maxValue,
double minHue,
double maxHue,
Iterable<? extends AnalyticSurfaceLegend.LabelAttributes> labels,
AnalyticSurfaceLegend.LabelAttributes titleLabel) |
static AnalyticSurfaceLegend |
AnalyticSurfaceLegend.fromColorGradient(int width,
int height,
double minValue,
double maxValue,
double minHue,
double maxHue,
Color borderColor,
Iterable<? extends AnalyticSurfaceLegend.LabelAttributes> labels,
AnalyticSurfaceLegend.LabelAttributes titleLabel) |
Modifier and Type | Method and Description |
---|---|
protected Iterable<? extends Renderable> |
AnalyticSurfaceLegend.createColorGradientLegendLabels(int width,
int height,
double minValue,
double maxValue,
Iterable<? extends AnalyticSurfaceLegend.LabelAttributes> labels,
AnalyticSurfaceLegend.LabelAttributes titleLabel) |
static AnalyticSurfaceLegend |
AnalyticSurfaceLegend.fromColorGradient(double minValue,
double maxValue,
double minHue,
double maxHue,
Iterable<? extends AnalyticSurfaceLegend.LabelAttributes> labels,
AnalyticSurfaceLegend.LabelAttributes titleLabel) |
static AnalyticSurfaceLegend |
AnalyticSurfaceLegend.fromColorGradient(int width,
int height,
double minValue,
double maxValue,
double minHue,
double maxHue,
Color borderColor,
Iterable<? extends AnalyticSurfaceLegend.LabelAttributes> labels,
AnalyticSurfaceLegend.LabelAttributes titleLabel) |
Constructor and Description |
---|
LabelRenderable(AnalyticSurfaceLegend legend,
AnalyticSurfaceLegend.LabelAttributes attr,
double x,
double y,
String halign,
String valign) |
OrderedLabel(AnalyticSurfaceLegend legend,
AnalyticSurfaceLegend.LabelAttributes attr,
double x,
double y,
String halign,
String valign) |