gov.nasa.worldwind.applications.sar
Class SARSegmentPlane.ControlPointLabelAttributes
java.lang.Object
gov.nasa.worldwind.render.SegmentPlaneAttributes.LabelAttributes
gov.nasa.worldwind.applications.sar.SARSegmentPlane.SARLabelAttributes
gov.nasa.worldwind.applications.sar.SARSegmentPlane.ControlPointLabelAttributes
- Enclosing class:
- SARSegmentPlane
public static class SARSegmentPlane.ControlPointLabelAttributes
- extends SARSegmentPlane.SARLabelAttributes
Methods inherited from class gov.nasa.worldwind.render.SegmentPlaneAttributes.LabelAttributes |
getColor, getFont, getHorizontalAlignment, getMaxActiveDistance, getMinActiveDistance, getOffset, getVerticalAlignment, isVisible, setColor, setFont, setHorizontalAlignment, setMaxActiveDistance, setMinActiveDistance, setOffset, setVerticalAlignment, setVisible |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SARSegmentPlane.ControlPointLabelAttributes
public SARSegmentPlane.ControlPointLabelAttributes()
SARSegmentPlane.ControlPointLabelAttributes
public SARSegmentPlane.ControlPointLabelAttributes(Color color,
Font font,
String horizontalAlignment,
String verticalAlignment,
SARSegmentPlane context)
copy
public SegmentPlaneAttributes.LabelAttributes copy()
- Overrides:
copy
in class SARSegmentPlane.SARLabelAttributes
copyTo
protected SegmentPlaneAttributes.LabelAttributes copyTo(SegmentPlaneAttributes.LabelAttributes copy)
- Overrides:
copyTo
in class SARSegmentPlane.SARLabelAttributes
getPrefix
public String getPrefix()
getText
public String getText(SegmentPlane segmentPlane,
Position position,
AVList values)
- Overrides:
getText
in class SegmentPlaneAttributes.LabelAttributes
isShowAltitude
public boolean isShowAltitude()
isShowHeightAboveSurface
public boolean isShowHeightAboveSurface()
isShowLocation
public boolean isShowLocation()
isShowSegmentHeading
public boolean isShowSegmentHeading()
setPrefix
public void setPrefix(String prefix)
setShowAltitude
public void setShowAltitude(boolean show)
setShowHeightAboveSurface
public void setShowHeightAboveSurface(boolean show)
setShowLocation
public void setShowLocation(boolean showLocation)
setShowSegmentHeading
public void setShowSegmentHeading(boolean show)