Uses of Class
gov.nasa.worldwindx.applications.sar.segmentplane.SegmentPlaneAttributes.LabelAttributes
-
Packages that use SegmentPlaneAttributes.LabelAttributes Package Description gov.nasa.worldwindx.applications.sar gov.nasa.worldwindx.applications.sar.segmentplane -
-
Uses of SegmentPlaneAttributes.LabelAttributes in gov.nasa.worldwindx.applications.sar
Subclasses of SegmentPlaneAttributes.LabelAttributes in gov.nasa.worldwindx.applications.sar Modifier and Type Class Description static class
SARSegmentPlane.AltitudeLabelAttributes
static class
SARSegmentPlane.AxisLabelAttributes
static class
SARSegmentPlane.ControlPointLabelAttributes
static class
SARSegmentPlane.MessageLabelAttributes
static class
SARSegmentPlane.SARLabelAttributes
Fields in gov.nasa.worldwindx.applications.sar declared as SegmentPlaneAttributes.LabelAttributes Modifier and Type Field Description protected SegmentPlaneAttributes.LabelAttributes
SARTrackExtensionTool. segmentEndLabelAttribs
Methods in gov.nasa.worldwindx.applications.sar with parameters of type SegmentPlaneAttributes.LabelAttributes Modifier and Type Method Description protected SegmentPlaneAttributes.LabelAttributes
SARSegmentPlane.ControlPointLabelAttributes. copyTo(SegmentPlaneAttributes.LabelAttributes copy)
protected SegmentPlaneAttributes.LabelAttributes
SARSegmentPlane.MessageLabelAttributes. copyTo(SegmentPlaneAttributes.LabelAttributes copy)
protected SegmentPlaneAttributes.LabelAttributes
SARSegmentPlane.SARLabelAttributes. copyTo(SegmentPlaneAttributes.LabelAttributes copy)
-
Uses of SegmentPlaneAttributes.LabelAttributes in gov.nasa.worldwindx.applications.sar.segmentplane
Fields in gov.nasa.worldwindx.applications.sar.segmentplane declared as SegmentPlaneAttributes.LabelAttributes Modifier and Type Field Description protected SegmentPlaneAttributes.LabelAttributes
SegmentPlaneRenderer.OrderedText. attributes
Methods in gov.nasa.worldwindx.applications.sar.segmentplane that return SegmentPlaneAttributes.LabelAttributes Modifier and Type Method Description SegmentPlaneAttributes.LabelAttributes
SegmentPlaneAttributes.LabelAttributes. copy()
protected SegmentPlaneAttributes.LabelAttributes
SegmentPlaneAttributes.LabelAttributes. copyTo(SegmentPlaneAttributes.LabelAttributes copy)
SegmentPlaneAttributes.LabelAttributes
SegmentPlaneAttributes. getLabelAttributes(java.lang.Object key)
Methods in gov.nasa.worldwindx.applications.sar.segmentplane that return types with arguments of type SegmentPlaneAttributes.LabelAttributes Modifier and Type Method Description java.util.Map<java.lang.Object,SegmentPlaneAttributes.LabelAttributes>
SegmentPlaneAttributes. getAllLabelAttributes()
Methods in gov.nasa.worldwindx.applications.sar.segmentplane with parameters of type SegmentPlaneAttributes.LabelAttributes Modifier and Type Method Description protected SegmentPlaneAttributes.LabelAttributes
SegmentPlaneAttributes.LabelAttributes. copyTo(SegmentPlaneAttributes.LabelAttributes copy)
protected void
SegmentPlaneRenderer.OrderedText. drawText(java.lang.String text, Vec4 screenPoint, SegmentPlaneAttributes.LabelAttributes attributes, MultiLineTextRenderer mltr)
void
SegmentPlaneAttributes. setLabelAttributes(java.lang.Object key, SegmentPlaneAttributes.LabelAttributes attributes)
Method parameters in gov.nasa.worldwindx.applications.sar.segmentplane with type arguments of type SegmentPlaneAttributes.LabelAttributes Modifier and Type Method Description void
SegmentPlaneAttributes. setAllLabelAttributes(java.util.Map<java.lang.Object,? extends SegmentPlaneAttributes.LabelAttributes> map)
Constructors in gov.nasa.worldwindx.applications.sar.segmentplane with parameters of type SegmentPlaneAttributes.LabelAttributes Constructor Description OrderedText(SegmentPlane segmentPlane, Position position, double distanceFromEye, AVList values, SegmentPlaneAttributes.LabelAttributes attributes, MultiLineTextRenderer textRenderer)
-