Uses of Interface
gov.nasa.worldwind.render.markers.MarkerAttributes
- 
- 
Uses of MarkerAttributes in gov.nasa.worldwind.render.markersClasses in gov.nasa.worldwind.render.markers that implement MarkerAttributes Modifier and Type Class Description classBasicMarkerAttributesFields in gov.nasa.worldwind.render.markers declared as MarkerAttributes Modifier and Type Field Description protected MarkerAttributesBasicMarker. attributesMethods in gov.nasa.worldwind.render.markers that return MarkerAttributes Modifier and Type Method Description MarkerAttributesBasicMarker. getAttributes()MarkerAttributesMarker. getAttributes()Methods in gov.nasa.worldwind.render.markers with parameters of type MarkerAttributes Modifier and Type Method Description voidBasicMarker. setAttributes(MarkerAttributes attributes)voidMarker. 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.utilFields in gov.nasa.worldwind.util declared as MarkerAttributes Modifier and Type Field Description protected MarkerAttributesShapeEditor. angleControlPointAttributesAttributes used to represent shape rotation and other angular features.protected MarkerAttributesShapeEditor. locationControlPointAttributesAttributes used to represent shape vertices.protected MarkerAttributesShapeEditor. sizeControlPointAttributesAttributes used to represent shape size.Methods in gov.nasa.worldwind.util that return MarkerAttributes Modifier and Type Method Description MarkerAttributesShapeEditor. getAngleControlPointAttributes()Indicates the attributes associated with angle control points.MarkerAttributesShapeEditor. getLocationControlPointAttributes()Indicates the attributes associated with location control points.MarkerAttributesShapeEditor. 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.ControlPointMarkerShapeEditor. makeControlPoint(Position position, MarkerAttributes attributes, int id, int leg, java.lang.String purpose)Creates a control point.protected ShapeEditor.ControlPointMarkerShapeEditor. 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.sarMethods in gov.nasa.worldwindx.applications.sar that return MarkerAttributes Modifier and Type Method Description MarkerAttributesScalebarHint. getMarkerAttributes()
- 
Uses of MarkerAttributes in gov.nasa.worldwindx.examplesFields in gov.nasa.worldwindx.examples declared as MarkerAttributes Modifier and Type Field Description protected MarkerAttributes[]MarkersOrder.AppFrame. attrsprotected static MarkerAttributes[]MarkersOrder.AppFrame. attrsDayOfWeekprotected static MarkerAttributes[]MarkersOrder.AppFrame. attrsHoursprotected static MarkerAttributes[]MarkersOrder.AppFrame. attrsRampDesatprotected static MarkerAttributes[]MarkersOrder.AppFrame. attrsRampGradientprotected static MarkerAttributes[]MarkersOrder.AppFrame. attrsRampHueprotected static MarkerAttributes[]MarkersOrder.AppFrame. attrsRampMonoMethods in gov.nasa.worldwindx.examples with parameters of type MarkerAttributes Modifier and Type Method Description protected PowerOfTwoPaddedImageMarkersOrder.AppFrame. createLegendForDaysOfWeek(MarkerAttributes[] attrs)protected PowerOfTwoPaddedImageMarkersOrder.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.shapebuilderConstructors 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.utilConstructors in gov.nasa.worldwindx.examples.util with parameters of type MarkerAttributes Constructor Description ControlPointMarker(Position position, MarkerAttributes attrs, int index)
 
-