Class SARSegmentPlane.ControlPointLabelAttributes
- java.lang.Object
-
- gov.nasa.worldwindx.applications.sar.segmentplane.SegmentPlaneAttributes.LabelAttributes
-
- gov.nasa.worldwindx.applications.sar.SARSegmentPlane.SARLabelAttributes
-
- gov.nasa.worldwindx.applications.sar.SARSegmentPlane.ControlPointLabelAttributes
-
- Enclosing class:
- SARSegmentPlane
public static class SARSegmentPlane.ControlPointLabelAttributes extends SARSegmentPlane.SARLabelAttributes
-
-
Constructor Summary
Constructors Constructor Description ControlPointLabelAttributes()ControlPointLabelAttributes(java.awt.Color color, java.awt.Font font, java.lang.String horizontalAlignment, java.lang.String verticalAlignment, SARSegmentPlane context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SegmentPlaneAttributes.LabelAttributescopy()protected SegmentPlaneAttributes.LabelAttributescopyTo(SegmentPlaneAttributes.LabelAttributes copy)java.lang.StringgetPrefix()java.lang.StringgetText(SegmentPlane segmentPlane, Position position, AVList values)booleanisShowAltitude()booleanisShowHeightAboveSurface()booleanisShowLocation()booleanisShowSegmentHeading()voidsetPrefix(java.lang.String prefix)voidsetShowAltitude(boolean show)voidsetShowHeightAboveSurface(boolean show)voidsetShowLocation(boolean showLocation)voidsetShowSegmentHeading(boolean show)-
Methods inherited from class gov.nasa.worldwindx.applications.sar.SARSegmentPlane.SARLabelAttributes
formatAngle, formatElevation, getContext, setContext
-
Methods inherited from class gov.nasa.worldwindx.applications.sar.segmentplane.SegmentPlaneAttributes.LabelAttributes
getColor, getFont, getHorizontalAlignment, getMaxActiveDistance, getMinActiveDistance, getOffset, getVerticalAlignment, isVisible, setColor, setFont, setHorizontalAlignment, setMaxActiveDistance, setMinActiveDistance, setOffset, setVerticalAlignment, setVisible
-
-
-
-
Constructor Detail
-
ControlPointLabelAttributes
public ControlPointLabelAttributes(java.awt.Color color, java.awt.Font font, java.lang.String horizontalAlignment, java.lang.String verticalAlignment, SARSegmentPlane context)
-
ControlPointLabelAttributes
public ControlPointLabelAttributes()
-
-
Method Detail
-
getPrefix
public java.lang.String getPrefix()
-
setPrefix
public void setPrefix(java.lang.String prefix)
-
isShowLocation
public boolean isShowLocation()
-
setShowLocation
public void setShowLocation(boolean showLocation)
-
isShowAltitude
public boolean isShowAltitude()
-
setShowAltitude
public void setShowAltitude(boolean show)
-
isShowSegmentHeading
public boolean isShowSegmentHeading()
-
setShowSegmentHeading
public void setShowSegmentHeading(boolean show)
-
isShowHeightAboveSurface
public boolean isShowHeightAboveSurface()
-
setShowHeightAboveSurface
public void setShowHeightAboveSurface(boolean show)
-
copy
public SegmentPlaneAttributes.LabelAttributes copy()
- Overrides:
copyin classSARSegmentPlane.SARLabelAttributes
-
copyTo
protected SegmentPlaneAttributes.LabelAttributes copyTo(SegmentPlaneAttributes.LabelAttributes copy)
- Overrides:
copyToin classSARSegmentPlane.SARLabelAttributes
-
getText
public java.lang.String getText(SegmentPlane segmentPlane, Position position, AVList values)
- Overrides:
getTextin classSegmentPlaneAttributes.LabelAttributes
-
-