NASA World Wind

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

java.lang.Object
  extended by gov.nasa.worldwind.render.SegmentPlaneAttributes.LabelAttributes
      extended by gov.nasa.worldwind.applications.sar.SARSegmentPlane.SARLabelAttributes
Direct Known Subclasses:
SARSegmentPlane.AltitudeLabelAttributes, SARSegmentPlane.AxisLabelAttributes, SARSegmentPlane.ControlPointLabelAttributes
Enclosing class:
SARSegmentPlane

public static class SARSegmentPlane.SARLabelAttributes
extends SegmentPlaneAttributes.LabelAttributes


Constructor Summary
SARSegmentPlane.SARLabelAttributes()
           
SARSegmentPlane.SARLabelAttributes(Color color, Font font, String horizontalAlignment, String verticalAlignment, SARSegmentPlane context)
           
 
Method Summary
 SegmentPlaneAttributes.LabelAttributes copy()
           
protected  SegmentPlaneAttributes.LabelAttributes copyTo(SegmentPlaneAttributes.LabelAttributes copy)
           
protected  String formatAngle(Angle angle)
           
protected  String formatElevation(double value)
           
 SARSegmentPlane getContext()
           
 void setContext(SARSegmentPlane context)
           
 
Methods inherited from class gov.nasa.worldwind.render.SegmentPlaneAttributes.LabelAttributes
getColor, getFont, getHorizontalAlignment, getMaxActiveDistance, getMinActiveDistance, getOffset, getText, 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.SARLabelAttributes

public SARSegmentPlane.SARLabelAttributes()

SARSegmentPlane.SARLabelAttributes

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

copy

public SegmentPlaneAttributes.LabelAttributes copy()
Overrides:
copy in class SegmentPlaneAttributes.LabelAttributes

copyTo

protected SegmentPlaneAttributes.LabelAttributes copyTo(SegmentPlaneAttributes.LabelAttributes copy)
Overrides:
copyTo in class SegmentPlaneAttributes.LabelAttributes

formatAngle

protected String formatAngle(Angle angle)

formatElevation

protected String formatElevation(double value)

getContext

public SARSegmentPlane getContext()

setContext

public void setContext(SARSegmentPlane context)

NASA World Wind