public static class SARSegmentPlane.ControlPointLabelAttributes extends SARSegmentPlane.SARLabelAttributes
| Constructor and Description | 
|---|
| ControlPointLabelAttributes() | 
| ControlPointLabelAttributes(Color color,
                           Font font,
                           String horizontalAlignment,
                           String verticalAlignment,
                           SARSegmentPlane context) | 
| Modifier and Type | Method and Description | 
|---|---|
| SegmentPlaneAttributes.LabelAttributes | copy() | 
| protected SegmentPlaneAttributes.LabelAttributes | copyTo(SegmentPlaneAttributes.LabelAttributes copy) | 
| String | getPrefix() | 
| String | getText(SegmentPlane segmentPlane,
       Position position,
       AVList values) | 
| boolean | isShowAltitude() | 
| boolean | isShowHeightAboveSurface() | 
| boolean | isShowLocation() | 
| boolean | isShowSegmentHeading() | 
| void | setPrefix(String prefix) | 
| void | setShowAltitude(boolean show) | 
| void | setShowHeightAboveSurface(boolean show) | 
| void | setShowLocation(boolean showLocation) | 
| void | setShowSegmentHeading(boolean show) | 
formatAngle, formatElevation, getContext, setContextgetColor, getFont, getHorizontalAlignment, getMaxActiveDistance, getMinActiveDistance, getOffset, getVerticalAlignment, isVisible, setColor, setFont, setHorizontalAlignment, setMaxActiveDistance, setMinActiveDistance, setOffset, setVerticalAlignment, setVisiblepublic ControlPointLabelAttributes()
public ControlPointLabelAttributes(Color color, Font font, String horizontalAlignment, String verticalAlignment, SARSegmentPlane context)
public SegmentPlaneAttributes.LabelAttributes copy()
copy in class SARSegmentPlane.SARLabelAttributesprotected SegmentPlaneAttributes.LabelAttributes copyTo(SegmentPlaneAttributes.LabelAttributes copy)
copyTo in class SARSegmentPlane.SARLabelAttributespublic String getPrefix()
public String getText(SegmentPlane segmentPlane, Position position, AVList values)
getText in class SegmentPlaneAttributes.LabelAttributespublic boolean isShowAltitude()
public boolean isShowHeightAboveSurface()
public boolean isShowLocation()
public boolean isShowSegmentHeading()
public void setPrefix(String prefix)
public void setShowAltitude(boolean show)
public void setShowHeightAboveSurface(boolean show)
public void setShowLocation(boolean showLocation)
public void setShowSegmentHeading(boolean show)