protected static class AnalyticSurfaceLegend.OrderedLabel extends Object implements OrderedRenderable
Modifier and Type | Field and Description |
---|---|
protected AnalyticSurfaceLegend.LabelAttributes |
attr |
protected String |
halign |
protected AnalyticSurfaceLegend |
legend |
protected String |
valign |
protected double |
x |
protected double |
y |
Constructor and Description |
---|
OrderedLabel(AnalyticSurfaceLegend legend,
AnalyticSurfaceLegend.LabelAttributes attr,
double x,
double y,
String halign,
String valign) |
Modifier and Type | Method and Description |
---|---|
double |
getDistanceFromEye()
Returns the ordered renderable's distance from the current view's eye point.
|
void |
pick(DrawContext dc,
Point pickPoint)
Executes a pick of the ordered renderable.
|
void |
render(DrawContext dc)
Causes this
Renderable to render itself using the provided draw context. |
protected final AnalyticSurfaceLegend.LabelAttributes attr
protected final String halign
protected final AnalyticSurfaceLegend legend
protected final String valign
protected final double x
protected final double y
public OrderedLabel(AnalyticSurfaceLegend legend, AnalyticSurfaceLegend.LabelAttributes attr, double x, double y, String halign, String valign)
public double getDistanceFromEye()
OrderedRenderable
getDistanceFromEye
in interface OrderedRenderable
public void pick(DrawContext dc, Point pickPoint)
OrderedRenderable
pick
in interface OrderedRenderable
dc
- the current draw context.pickPoint
- the pick point.public void render(DrawContext dc)
Renderable
Renderable
to render itself using the provided draw context.render
in interface Renderable
dc
- the DrawContext
to be usedDrawContext