Package | Description |
---|---|
gov.nasa.worldwindx.applications.sar | |
gov.nasa.worldwindx.applications.sar.segmentplane |
Modifier and Type | Class and Description |
---|---|
static class |
SARSegmentPlane.AltitudeLabelAttributes |
static class |
SARSegmentPlane.AxisLabelAttributes |
static class |
SARSegmentPlane.ControlPointLabelAttributes |
static class |
SARSegmentPlane.MessageLabelAttributes |
static class |
SARSegmentPlane.SARLabelAttributes |
Modifier and Type | Field and Description |
---|---|
protected SegmentPlaneAttributes.LabelAttributes |
SARTrackExtensionTool.segmentEndLabelAttribs |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Field and Description |
---|---|
protected SegmentPlaneAttributes.LabelAttributes |
SegmentPlaneRenderer.OrderedText.attributes |
Modifier and Type | Method and Description |
---|---|
SegmentPlaneAttributes.LabelAttributes |
SegmentPlaneAttributes.LabelAttributes.copy() |
protected SegmentPlaneAttributes.LabelAttributes |
SegmentPlaneAttributes.LabelAttributes.copyTo(SegmentPlaneAttributes.LabelAttributes copy) |
SegmentPlaneAttributes.LabelAttributes |
SegmentPlaneAttributes.getLabelAttributes(java.lang.Object key) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.Object,SegmentPlaneAttributes.LabelAttributes> |
SegmentPlaneAttributes.getAllLabelAttributes() |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
void |
SegmentPlaneAttributes.setAllLabelAttributes(java.util.Map<java.lang.Object,? extends SegmentPlaneAttributes.LabelAttributes> map) |
Constructor and Description |
---|
OrderedText(SegmentPlane segmentPlane,
Position position,
double distanceFromEye,
AVList values,
SegmentPlaneAttributes.LabelAttributes attributes,
MultiLineTextRenderer textRenderer) |