NASA World Wind

Uses of Class
gov.nasa.worldwind.render.SegmentPlaneAttributes.LabelAttributes

Packages that use SegmentPlaneAttributes.LabelAttributes
gov.nasa.worldwind.applications.sar   
gov.nasa.worldwind.render   
 

Uses of SegmentPlaneAttributes.LabelAttributes in gov.nasa.worldwind.applications.sar
 

Subclasses of SegmentPlaneAttributes.LabelAttributes in gov.nasa.worldwind.applications.sar
static class SARSegmentPlane.AltitudeLabelAttributes
           
static class SARSegmentPlane.AxisLabelAttributes
           
static class SARSegmentPlane.ControlPointLabelAttributes
           
static class SARSegmentPlane.MessageLabelAttributes
           
static class SARSegmentPlane.SARLabelAttributes
           
 

Fields in gov.nasa.worldwind.applications.sar declared as SegmentPlaneAttributes.LabelAttributes
protected  SegmentPlaneAttributes.LabelAttributes SARTrackExtensionTool.segmentEndLabelAttribs
           
 

Methods in gov.nasa.worldwind.applications.sar that return SegmentPlaneAttributes.LabelAttributes
 SegmentPlaneAttributes.LabelAttributes SARSegmentPlane.SARLabelAttributes.copy()
           
 SegmentPlaneAttributes.LabelAttributes SARSegmentPlane.ControlPointLabelAttributes.copy()
           
 SegmentPlaneAttributes.LabelAttributes SARSegmentPlane.AltitudeLabelAttributes.copy()
           
 SegmentPlaneAttributes.LabelAttributes SARSegmentPlane.AxisLabelAttributes.copy()
           
 SegmentPlaneAttributes.LabelAttributes SARSegmentPlane.MessageLabelAttributes.copy()
           
protected  SegmentPlaneAttributes.LabelAttributes SARSegmentPlane.SARLabelAttributes.copyTo(SegmentPlaneAttributes.LabelAttributes copy)
           
protected  SegmentPlaneAttributes.LabelAttributes SARSegmentPlane.ControlPointLabelAttributes.copyTo(SegmentPlaneAttributes.LabelAttributes copy)
           
protected  SegmentPlaneAttributes.LabelAttributes SARSegmentPlane.MessageLabelAttributes.copyTo(SegmentPlaneAttributes.LabelAttributes copy)
           
protected  SegmentPlaneAttributes.LabelAttributes SARTrackExtensionTool.createPotentialNextPositionLabelAttributes()
           
 

Methods in gov.nasa.worldwind.applications.sar with parameters of type SegmentPlaneAttributes.LabelAttributes
protected  SegmentPlaneAttributes.LabelAttributes SARSegmentPlane.SARLabelAttributes.copyTo(SegmentPlaneAttributes.LabelAttributes copy)
           
protected  SegmentPlaneAttributes.LabelAttributes SARSegmentPlane.ControlPointLabelAttributes.copyTo(SegmentPlaneAttributes.LabelAttributes copy)
           
protected  SegmentPlaneAttributes.LabelAttributes SARSegmentPlane.MessageLabelAttributes.copyTo(SegmentPlaneAttributes.LabelAttributes copy)
           
 

Uses of SegmentPlaneAttributes.LabelAttributes in gov.nasa.worldwind.render
 

Fields in gov.nasa.worldwind.render declared as SegmentPlaneAttributes.LabelAttributes
protected  SegmentPlaneAttributes.LabelAttributes SegmentPlaneRenderer.OrderedText.attributes
           
 

Methods in gov.nasa.worldwind.render that return SegmentPlaneAttributes.LabelAttributes
 SegmentPlaneAttributes.LabelAttributes SegmentPlaneAttributes.LabelAttributes.copy()
           
protected  SegmentPlaneAttributes.LabelAttributes SegmentPlaneAttributes.LabelAttributes.copyTo(SegmentPlaneAttributes.LabelAttributes copy)
           
 SegmentPlaneAttributes.LabelAttributes SegmentPlaneAttributes.getLabelAttributes(Object key)
           
 

Methods in gov.nasa.worldwind.render that return types with arguments of type SegmentPlaneAttributes.LabelAttributes
 Map<Object,SegmentPlaneAttributes.LabelAttributes> SegmentPlaneAttributes.getAllLabelAttributes()
           
 

Methods in gov.nasa.worldwind.render with parameters of type SegmentPlaneAttributes.LabelAttributes
protected  SegmentPlaneAttributes.LabelAttributes SegmentPlaneAttributes.LabelAttributes.copyTo(SegmentPlaneAttributes.LabelAttributes copy)
           
protected  void SegmentPlaneRenderer.OrderedText.drawText(String text, Vec4 screenPoint, SegmentPlaneAttributes.LabelAttributes attributes, MultiLineTextRenderer mltr)
           
 void SegmentPlaneAttributes.setLabelAttributes(Object key, SegmentPlaneAttributes.LabelAttributes attributes)
           
 

Method parameters in gov.nasa.worldwind.render with type arguments of type SegmentPlaneAttributes.LabelAttributes
 void SegmentPlaneAttributes.setAllLabelAttributes(Map<Object,? extends SegmentPlaneAttributes.LabelAttributes> map)
           
 

Constructors in gov.nasa.worldwind.render with parameters of type SegmentPlaneAttributes.LabelAttributes
SegmentPlaneRenderer.OrderedText(SegmentPlane segmentPlane, Position position, double distanceFromEye, AVList values, SegmentPlaneAttributes.LabelAttributes attributes, MultiLineTextRenderer textRenderer)
           
 


NASA World Wind