gov.nasa.worldwind.examples.analytics
Class AnalyticSurfaceLegend.LabelRenderable
java.lang.Object
gov.nasa.worldwind.examples.analytics.AnalyticSurfaceLegend.LabelRenderable
- All Implemented Interfaces:
- Renderable
- Enclosing class:
- AnalyticSurfaceLegend
protected static class AnalyticSurfaceLegend.LabelRenderable
- extends Object
- implements Renderable
Method Summary |
void |
render(DrawContext dc)
Causes this Renderable to render itself using the provided draw context. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
orderedLabel
protected final AnalyticSurfaceLegend.OrderedLabel orderedLabel
AnalyticSurfaceLegend.LabelRenderable
public AnalyticSurfaceLegend.LabelRenderable(AnalyticSurfaceLegend legend,
AnalyticSurfaceLegend.LabelAttributes attr,
double x,
double y,
String halign,
String valign)
render
public void render(DrawContext dc)
- Description copied from interface:
Renderable
- Causes this
Renderable
to render itself using the provided draw context.
- Specified by:
render
in interface Renderable
- Parameters:
dc
- the DrawContext
to be used- See Also:
DrawContext