NASA World Wind

gov.nasa.worldwind.examples.analytics
Class AnalyticSurfaceLegend.LabelRenderable

java.lang.Object
  extended by gov.nasa.worldwind.examples.analytics.AnalyticSurfaceLegend.LabelRenderable
All Implemented Interfaces:
Renderable
Enclosing class:
AnalyticSurfaceLegend

protected static class AnalyticSurfaceLegend.LabelRenderable
extends Object
implements Renderable


Field Summary
protected  AnalyticSurfaceLegend.OrderedLabel orderedLabel
           
 
Constructor Summary
AnalyticSurfaceLegend.LabelRenderable(AnalyticSurfaceLegend legend, AnalyticSurfaceLegend.LabelAttributes attr, double x, double y, String halign, String valign)
           
 
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
 

Field Detail

orderedLabel

protected final AnalyticSurfaceLegend.OrderedLabel orderedLabel
Constructor Detail

AnalyticSurfaceLegend.LabelRenderable

public AnalyticSurfaceLegend.LabelRenderable(AnalyticSurfaceLegend legend,
                                             AnalyticSurfaceLegend.LabelAttributes attr,
                                             double x,
                                             double y,
                                             String halign,
                                             String valign)
Method Detail

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

NASA World Wind