Uses of Interface
gov.nasa.worldwindx.examples.analytics.AnalyticSurfaceLegend.LabelAttributes
-
Packages that use AnalyticSurfaceLegend.LabelAttributes Package Description gov.nasa.worldwindx.examples.analytics -
-
Uses of AnalyticSurfaceLegend.LabelAttributes in gov.nasa.worldwindx.examples.analytics
Fields in gov.nasa.worldwindx.examples.analytics declared as AnalyticSurfaceLegend.LabelAttributes Modifier and Type Field Description protected AnalyticSurfaceLegend.LabelAttributes
AnalyticSurfaceLegend.OrderedLabel. attr
Methods in gov.nasa.worldwindx.examples.analytics that return AnalyticSurfaceLegend.LabelAttributes Modifier and Type Method 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)
Methods in gov.nasa.worldwindx.examples.analytics that return types with arguments of type AnalyticSurfaceLegend.LabelAttributes Modifier and Type Method Description static java.lang.Iterable<? extends AnalyticSurfaceLegend.LabelAttributes>
AnalyticSurfaceLegend. createDefaultColorGradientLabels(double minValue, double maxValue, java.text.Format format)
Methods in gov.nasa.worldwindx.examples.analytics with parameters of type AnalyticSurfaceLegend.LabelAttributes Modifier and Type Method 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)
Method parameters in gov.nasa.worldwindx.examples.analytics with type arguments of type AnalyticSurfaceLegend.LabelAttributes Modifier and Type Method 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)
Constructors in gov.nasa.worldwindx.examples.analytics with parameters of type AnalyticSurfaceLegend.LabelAttributes 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)
-