NASA World Wind

gov.nasa.worldwind.applications.sar
Class SARSegmentPlane.ControlPointLabelAttributes

java.lang.Object
  extended by gov.nasa.worldwind.render.SegmentPlaneAttributes.LabelAttributes
      extended by gov.nasa.worldwind.applications.sar.SARSegmentPlane.SARLabelAttributes
          extended by gov.nasa.worldwind.applications.sar.SARSegmentPlane.ControlPointLabelAttributes
Enclosing class:
SARSegmentPlane

public static class SARSegmentPlane.ControlPointLabelAttributes
extends SARSegmentPlane.SARLabelAttributes


Constructor Summary
SARSegmentPlane.ControlPointLabelAttributes()
           
SARSegmentPlane.ControlPointLabelAttributes(Color color, Font font, String horizontalAlignment, String verticalAlignment, SARSegmentPlane context)
           
 
Method Summary
 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)
           
 
Methods inherited from class gov.nasa.worldwind.applications.sar.SARSegmentPlane.SARLabelAttributes
formatAngle, formatElevation, getContext, setContext
 
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
 

Constructor Detail

SARSegmentPlane.ControlPointLabelAttributes

public SARSegmentPlane.ControlPointLabelAttributes()

SARSegmentPlane.ControlPointLabelAttributes

public SARSegmentPlane.ControlPointLabelAttributes(Color color,
                                                   Font font,
                                                   String horizontalAlignment,
                                                   String verticalAlignment,
                                                   SARSegmentPlane context)
Method Detail

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)

NASA World Wind