Uses of Interface
gov.nasa.worldwind.render.markers.MarkerAttributes
-
-
Uses of MarkerAttributes in gov.nasa.worldwind.render.markers
Classes in gov.nasa.worldwind.render.markers that implement MarkerAttributes Modifier and Type Class Description class
BasicMarkerAttributes
Fields in gov.nasa.worldwind.render.markers declared as MarkerAttributes Modifier and Type Field Description protected MarkerAttributes
BasicMarker. attributes
Methods in gov.nasa.worldwind.render.markers that return MarkerAttributes Modifier and Type Method Description MarkerAttributes
BasicMarker. getAttributes()
MarkerAttributes
Marker. getAttributes()
Methods in gov.nasa.worldwind.render.markers with parameters of type MarkerAttributes Modifier and Type Method Description void
BasicMarker. setAttributes(MarkerAttributes attributes)
void
Marker. setAttributes(MarkerAttributes attributes)
Constructors in gov.nasa.worldwind.render.markers with parameters of type MarkerAttributes Constructor Description BasicMarker(Position position, MarkerAttributes attrs)
BasicMarker(Position position, MarkerAttributes attrs, Angle heading)
-
Uses of MarkerAttributes in gov.nasa.worldwind.util
Fields in gov.nasa.worldwind.util declared as MarkerAttributes Modifier and Type Field Description protected MarkerAttributes
ShapeEditor. angleControlPointAttributes
Attributes used to represent shape rotation and other angular features.protected MarkerAttributes
ShapeEditor. locationControlPointAttributes
Attributes used to represent shape vertices.protected MarkerAttributes
ShapeEditor. sizeControlPointAttributes
Attributes used to represent shape size.Methods in gov.nasa.worldwind.util that return MarkerAttributes Modifier and Type Method Description MarkerAttributes
ShapeEditor. getAngleControlPointAttributes()
Indicates the attributes associated with angle control points.MarkerAttributes
ShapeEditor. getLocationControlPointAttributes()
Indicates the attributes associated with location control points.MarkerAttributes
ShapeEditor. getSizeControlPointAttributes()
Indicates the attributes associated with size control points.Methods in gov.nasa.worldwind.util with parameters of type MarkerAttributes Modifier and Type Method Description protected ShapeEditor.ControlPointMarker
ShapeEditor. makeControlPoint(Position position, MarkerAttributes attributes, int id, int leg, java.lang.String purpose)
Creates a control point.protected ShapeEditor.ControlPointMarker
ShapeEditor. makeControlPoint(Position position, MarkerAttributes attributes, int id, java.lang.String purpose)
Creates a control point.Constructors in gov.nasa.worldwind.util with parameters of type MarkerAttributes Constructor Description ControlPointMarker(Position position, MarkerAttributes attrs, int id, int leg, java.lang.String purpose)
ControlPointMarker(Position position, MarkerAttributes attrs, int id, java.lang.String purpose)
-
Uses of MarkerAttributes in gov.nasa.worldwindx.applications.sar
Methods in gov.nasa.worldwindx.applications.sar that return MarkerAttributes Modifier and Type Method Description MarkerAttributes
ScalebarHint. getMarkerAttributes()
-
Uses of MarkerAttributes in gov.nasa.worldwindx.examples
Fields in gov.nasa.worldwindx.examples declared as MarkerAttributes Modifier and Type Field Description protected MarkerAttributes[]
MarkersOrder.AppFrame. attrs
protected static MarkerAttributes[]
MarkersOrder.AppFrame. attrsDayOfWeek
protected static MarkerAttributes[]
MarkersOrder.AppFrame. attrsHours
protected static MarkerAttributes[]
MarkersOrder.AppFrame. attrsRampDesat
protected static MarkerAttributes[]
MarkersOrder.AppFrame. attrsRampGradient
protected static MarkerAttributes[]
MarkersOrder.AppFrame. attrsRampHue
protected static MarkerAttributes[]
MarkersOrder.AppFrame. attrsRampMono
Methods in gov.nasa.worldwindx.examples with parameters of type MarkerAttributes Modifier and Type Method Description protected PowerOfTwoPaddedImage
MarkersOrder.AppFrame. createLegendForDaysOfWeek(MarkerAttributes[] attrs)
protected PowerOfTwoPaddedImage
MarkersOrder.AppFrame. createLegendForHours(MarkerAttributes[] attrs)
Constructors in gov.nasa.worldwindx.examples with parameters of type MarkerAttributes Constructor Description TimedMarker(Position position, MarkerAttributes attributes, long time)
-
Uses of MarkerAttributes in gov.nasa.worldwindx.examples.shapebuilder
Constructors in gov.nasa.worldwindx.examples.shapebuilder with parameters of type MarkerAttributes Constructor Description ControlPointMarker(java.lang.String type, Position position, Vec4 point, MarkerAttributes attrs, int index)
ControlPointMarker(java.lang.String type, Position position, Vec4 point, MarkerAttributes attrs, int index)
-
Uses of MarkerAttributes in gov.nasa.worldwindx.examples.util
Constructors in gov.nasa.worldwindx.examples.util with parameters of type MarkerAttributes Constructor Description ControlPointMarker(Position position, MarkerAttributes attrs, int index)
-