All Methods Static Methods Instance Methods Concrete Methods 
| Modifier and Type | 
Method and Description | 
protected void | 
begin(DrawContext dc)  | 
protected double | 
computeMarkerRadius(DrawContext dc,
                   Marker marker,
                   Vec4 point)  | 
protected double | 
computeMaxMarkerSize(Iterable<? extends AirspaceControlPoint> controlPoints)  | 
static Marker | 
createDefaultMarker()  | 
protected void | 
draw(DrawContext dc,
    Iterable<? extends AirspaceControlPoint> controlPoints)  | 
protected void | 
drawControlPoints(DrawContext dc,
                 Iterable<? extends AirspaceControlPoint> controlPoints)  | 
protected void | 
drawMarker(DrawContext dc,
          AirspaceControlPoint controlPoint)  | 
protected void | 
drawMarkers(DrawContext dc,
           Iterable<? extends AirspaceControlPoint> controlPoints)  | 
protected void | 
end(DrawContext dc)  | 
Marker | 
getControlPointMarker()  | 
Vec4 | 
getLightDirection()  | 
Material | 
getLightMaterial()  | 
protected double | 
getMaxMarkerSize()  | 
protected PickSupport | 
getPickSupport()  | 
boolean | 
isEnableDepthTest()  | 
boolean | 
isEnableLighting()  | 
void | 
pick(DrawContext dc,
    Iterable<? extends AirspaceControlPoint> controlPoints,
    Point pickPoint,
    Layer layer)  | 
void | 
render(DrawContext dc,
      Iterable<? extends AirspaceControlPoint> controlPoints)  | 
void | 
setControlPointMarker(Marker marker)  | 
void | 
setEnableDepthTest(boolean enable)  | 
void | 
setEnableLighting(boolean enable)  | 
void | 
setLightDirection(Vec4 direction)  | 
void | 
setLightMaterial(Material material)  | 
protected void | 
setMaxMarkerSize(double size)  | 
protected void | 
setupLighting(DrawContext dc)  | 
protected SortedSet<AirspaceControlPoint> | 
sortControlPoints(DrawContext dc,
                 Iterable<? extends AirspaceControlPoint> unsortedPoints)  |