NASA World Wind

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

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.AxisLabelAttributes
Enclosing class:
SARSegmentPlane

public static class SARSegmentPlane.AxisLabelAttributes
extends SARSegmentPlane.SARLabelAttributes


Constructor Summary
SARSegmentPlane.AxisLabelAttributes()
           
SARSegmentPlane.AxisLabelAttributes(Color color, Font font, String horizontalAlignment, String verticalAlignment, SARSegmentPlane context)
           
 
Method Summary
 SegmentPlaneAttributes.LabelAttributes copy()
           
 String getText(SegmentPlane segmentPlane, Position position, AVList values)
           
 
Methods inherited from class gov.nasa.worldwind.applications.sar.SARSegmentPlane.SARLabelAttributes
copyTo, 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.AxisLabelAttributes

public SARSegmentPlane.AxisLabelAttributes()

SARSegmentPlane.AxisLabelAttributes

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

copy

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

getText

public String getText(SegmentPlane segmentPlane,
                      Position position,
                      AVList values)
Overrides:
getText in class SegmentPlaneAttributes.LabelAttributes

NASA World Wind