Uses of Interface
gov.nasa.worldwind.render.ShapeAttributes
- 
Packages that use ShapeAttributes Package Description gov.nasa.worldwind.ogc.kml.impl gov.nasa.worldwind.render gov.nasa.worldwind.render.airspaces gov.nasa.worldwind.symbology Provides classes for creating and displaying graphics from standard symbol sets.gov.nasa.worldwind.symbology.milstd2525 Tactical graphics and symbols defined by the MIL-STD-2525 symbology set.gov.nasa.worldwind.symbology.milstd2525.graphics.areas MIL-STD-2525 area graphics.gov.nasa.worldwind.symbology.milstd2525.graphics.lines MIL-STD-2525 line graphics.gov.nasa.worldwind.util gov.nasa.worldwind.util.measure gov.nasa.worldwindx.examples gov.nasa.worldwindx.examples.kml Examples of importing and exporting files in the Keyhole Markup Language (KML).gov.nasa.worldwindx.examples.lineofsight Examples of how to perform line of sight calculations in WorldWind.gov.nasa.worldwindx.examples.shapebuilder gov.nasa.worldwindx.examples.util 
- 
- 
Uses of ShapeAttributes in gov.nasa.worldwind.ogc.kml.implMethods in gov.nasa.worldwind.ogc.kml.impl that return ShapeAttributes Modifier and Type Method Description static ShapeAttributesKMLUtil. assembleInteriorAttributes(ShapeAttributes attrs, KMLPolyStyle style)static ShapeAttributesKMLUtil. assembleLineAttributes(ShapeAttributes attrs, KMLLineStyle style)protected ShapeAttributesKMLExtrudedPolygonImpl. getInitialAttributes(java.lang.String attrType)protected ShapeAttributesKMLLineStringPlacemarkImpl. getInitialAttributes(java.lang.String attrType)protected ShapeAttributesKMLPolygonImpl. getInitialAttributes(java.lang.String attrType)protected ShapeAttributesKMLSurfacePolygonImpl. getInitialAttributes(java.lang.String attrType)protected ShapeAttributesKMLExtrudedPolygonImpl. makeAttributesCurrent(java.lang.String attrType)Determine and set thePathhighlight attributes from the KML Feature fields.protected ShapeAttributesKMLLineStringPlacemarkImpl. makeAttributesCurrent(java.lang.String attrType)Determine and set thePathhighlight attributes from the KML Feature fields.protected ShapeAttributesKMLPolygonImpl. makeAttributesCurrent(java.lang.String attrType)Determine and set thePathhighlight attributes from the KML Feature fields.protected ShapeAttributesKMLSurfacePolygonImpl. makeAttributesCurrent(java.lang.String attrType)Determine and set thePathhighlight attributes from the KML Feature fields.Methods in gov.nasa.worldwind.ogc.kml.impl with parameters of type ShapeAttributes Modifier and Type Method Description static ShapeAttributesKMLUtil. assembleInteriorAttributes(ShapeAttributes attrs, KMLPolyStyle style)static ShapeAttributesKMLUtil. assembleLineAttributes(ShapeAttributes attrs, KMLLineStyle style)static voidKMLExportUtil. exportAttributesAsKML(javax.xml.stream.XMLStreamWriter xmlWriter, java.lang.String styleType, ShapeAttributes attributes)Export ShapeAttributes as KML Pair element in a StyleMap.
- 
Uses of ShapeAttributes in gov.nasa.worldwind.renderSubinterfaces of ShapeAttributes in gov.nasa.worldwind.render Modifier and Type Interface Description interfaceBalloonAttributesHolds attributes for WorldWindBalloonshapes.Classes in gov.nasa.worldwind.render that implement ShapeAttributes Modifier and Type Class Description classBasicBalloonAttributesBasic implementation of theBalloonAttributesinterface.classBasicShapeAttributesBasic implementation of theShapeAttributesinterface.Fields in gov.nasa.worldwind.render declared as ShapeAttributes Modifier and Type Field Description protected ShapeAttributesAbstractShape. activeAttributesThe attributes active for a particular pick and render pass.protected ShapeAttributesAbstractSurfaceShape. activeAttrsprotected ShapeAttributesExtrudedPolygon. activeSideAttributesThe currently active side attributes, derived from the specified attributes.protected ShapeAttributesAbstractSurfaceShape.SurfaceShapeStateKey. attributesThe SurfaceShape's attributes.protected static ShapeAttributesAbstractShape. defaultAttributesThe attributes used if attributes are not specified.protected static ShapeAttributesAbstractSurfaceShape. defaultAttrsThe attributes used if attributes are not specified.protected static ShapeAttributesExtrudedPolygon. defaultSideAttributesThe attributes used if attributes are not specified.protected ShapeAttributesAbstractShape. highlightAttrsThis shape's highlighted attributes.protected ShapeAttributesAbstractSurfaceShape. highlightAttrsprotected ShapeAttributesAbstractShape. normalAttrsThis shape's normal, non-highlighted attributes.protected ShapeAttributesAbstractSurfaceShape. normalAttrsprotected ShapeAttributesExtrudedPolygon. sideAttributesThe attributes to use when drawing this shape's sides.protected ShapeAttributesExtrudedPolygon. sideHighlightAttributesThe attributes to use when drawing this shape's sides in highlight mode.Methods in gov.nasa.worldwind.render that return ShapeAttributes Modifier and Type Method Description ShapeAttributesBasicBalloonAttributes. copy()Returns a new ShapeAttributes instance of the same type as this ShapeAttributes who's properties are configured exactly as this ShapeAttributes.ShapeAttributesBasicShapeAttributes. copy()Returns a new ShapeAttributes instance of the same type as this ShapeAttributes who's properties are configured exactly as this ShapeAttributes.ShapeAttributesShapeAttributes. copy()Returns a new ShapeAttributes instance of the same type as this ShapeAttributes who's properties are configured exactly as this ShapeAttributes.protected ShapeAttributesAbstractSurfaceShape. createActiveAttributes()ShapeAttributesAbstractShape. getActiveAttributes()Returns this shape's currently active attributes, as determined during the most recent call toAbstractShape.determineActiveAttributes().protected ShapeAttributesAbstractSurfaceShape. getActiveAttributes()protected ShapeAttributesExtrudedPolygon. getActiveCapAttributes()Each time this polygon is rendered the appropriate attributes for the current mode are determined.protected ShapeAttributesExtrudedPolygon. getActiveSideAttributes()Each time this polygon is rendered the appropriate attributes for the current mode are determined.ShapeAttributesAbstractShape. getAttributes()Returns this shape's normal (as opposed to highlight) attributes.ShapeAttributesAbstractSurfaceShape. getAttributes()Returns the surface shape's normal (as opposed to highlight) attributes.ShapeAttributesAttributable. getAttributes()Return the shape's current attributes.ShapeAttributesSurfaceShape. getAttributes()Returns the surface shape's normal (as opposed to highlight) attributes.ShapeAttributesExtrudedPolygon. getCapAttributes()Returns the attributes applied to this polygon's cap.ShapeAttributesExtrudedPolygon. getCapHighlightAttributes()Returns the highlight attributes applied to this polygon's cap.ShapeAttributesAbstractShape. getHighlightAttributes()Returns this shape's highlight attributes.ShapeAttributesAbstractSurfaceShape. getHighlightAttributes()Returns the surface shape's highlight attributes.ShapeAttributesAttributable. getHighlightAttributes()Return the shape's highlight attributes.ShapeAttributesSurfaceShape. getHighlightAttributes()Returns the surface shape's highlight attributes.ShapeAttributesExtrudedPolygon. getSideAttributes()Returns the attributes applied to this polygon's side faces.ShapeAttributesExtrudedPolygon. getSideHighlightAttributes()Returns the highlight attributes applied to this polygon's side faces.Methods in gov.nasa.worldwind.render with parameters of type ShapeAttributes Modifier and Type Method Description protected voidAbstractSurfaceShape. applyInteriorState(DrawContext dc, SurfaceTileDrawContext sdc, ShapeAttributes attributes, WWTexture texture, LatLon refLocation)protected voidSurfacePolygon. applyInteriorState(DrawContext dc, SurfaceTileDrawContext sdc, ShapeAttributes attributes, WWTexture texture, LatLon refLocation)protected voidAbstractSurfaceShape. applyInteriorTextureState(DrawContext dc, SurfaceTileDrawContext sdc, ShapeAttributes attributes, WWTexture texture, LatLon refLocation)protected voidAbstractSurfaceShape. applyOutlineState(DrawContext dc, ShapeAttributes attributes)voidBasicBalloonAttributes. copy(ShapeAttributes attributes)Copies the specified ShapeAttributes' properties into this object's properties.voidBasicShapeAttributes. copy(ShapeAttributes attributes)Copies the specified ShapeAttributes' properties into this object's properties.voidShapeAttributes. copy(ShapeAttributes attributes)Copies the specified ShapeAttributes' properties into this object's properties.protected booleanAbstractShape. mustApplyLighting(DrawContext dc, ShapeAttributes activeAttrs)Indicates whether standard lighting must be applied by consulting either the specified active attributes or the current active attributes.protected booleanPath. mustApplyLighting(DrawContext dc, ShapeAttributes activeAttrs)protected booleanAbstractShape. mustCreateNormals(DrawContext dc, ShapeAttributes activeAttrs)Indicates whether normal vectors must be computed by consulting either the specified active attributes or the current active attributes.protected voidAbstractShape. prepareToDrawInterior(DrawContext dc, ShapeAttributes activeAttrs, ShapeAttributes defaultAttrs)Establishes OpenGL state for drawing the interior, including setting the color/material.protected voidAbstractShape. prepareToDrawOutline(DrawContext dc, ShapeAttributes activeAttrs, ShapeAttributes defaultAttrs)Establishes OpenGL state for drawing the outline, including setting the color/material, line smoothing, line width and stipple.voidAbstractShape. setAttributes(ShapeAttributes normalAttrs)Specifies this shape's normal (as opposed to highlight) attributes.voidAbstractSurfaceShape. setAttributes(ShapeAttributes normalAttrs)Specifies the surface shape's normal (as opposed to highlight) attributes.voidAttributable. setAttributes(ShapeAttributes attributes)Set the shape's attributes.voidSurfaceShape. setAttributes(ShapeAttributes normalAttrs)Specifies the surface shape's normal (as opposed to highlight) attributes.voidExtrudedPolygon. setCapAttributes(ShapeAttributes attributes)Specifies the attributes applied to this polygon's cap.voidExtrudedPolygon. setCapHighlightAttributes(ShapeAttributes attributes)Specifies the highlight attributes applied to this polygon's cap.voidAbstractShape. setHighlightAttributes(ShapeAttributes highlightAttrs)Specifies this shape's highlight attributes.voidAbstractSurfaceShape. setHighlightAttributes(ShapeAttributes highlightAttrs)Specifies the surface shape's highlight attributes.voidAttributable. setHighlightAttributes(ShapeAttributes highlightAttributes)Set the shape's highlight attributes.voidSurfaceShape. setHighlightAttributes(ShapeAttributes highlightAttrs)Specifies the surface shape's highlight attributes.voidExtrudedPolygon. setSideAttributes(ShapeAttributes attributes)Specifies the attributes applied to this polygon's side faces.voidExtrudedPolygon. setSideHighlightAttributes(ShapeAttributes attributes)Specifies the highlight attributes applied to this polygon's side faces.Constructors in gov.nasa.worldwind.render with parameters of type ShapeAttributes Constructor Description AbstractSurfaceShape(ShapeAttributes normalAttrs)Constructs a new surface shape with the specified normal (as opposed to highlight) attributes.BasicShapeAttributes(ShapeAttributes attributes)Creates a newBasicShapeAttributesconfigured with the specifiedattributes.SurfaceCircle(ShapeAttributes normalAttrs)Constructs a new surface circle with the specified normal (as opposed to highlight) attributes, default center location, and default radius.SurfaceCircle(ShapeAttributes normalAttrs, LatLon center, double radius)Constructs a new surface circle with the specified normal (as opposed to highlight) attributes, the specified center location, and radius (in meters).SurfaceCircle(ShapeAttributes normalAttrs, LatLon center, double radius, int intervals)Constructs a new surface circle with the specified normal (as opposed to highlight) attributes, the specified center location, radius (in meters), and initial number of geometry intervals.SurfaceEllipse(ShapeAttributes normalAttrs)Constructs a new surface ellipse with the specified normal (as opposed to highlight) attributes, default center location, default radii, and default heading.SurfaceEllipse(ShapeAttributes normalAttrs, LatLon center, double majorRadius, double minorRadius)Constructs a new surface ellipse with the specified normal (as opposed to highlight) attributes, the specified center location, and radii (in meters).SurfaceEllipse(ShapeAttributes normalAttrs, LatLon center, double majorRadius, double minorRadius, Angle heading)Constructs a new surface ellipse with the specified normal (as opposed to highlight) attributes, the specified center location, radii (in meters), and heading clockwise from North.SurfaceEllipse(ShapeAttributes normalAttrs, LatLon center, double majorRadius, double minorRadius, Angle heading, int intervals)Constructs a new surface ellipse with the specified normal (as opposed to highlight) attributes, the specified center location, radii (in meters), heading clockwise from North, and initial number of geometry intervals.SurfaceMultiPolygon(ShapeAttributes normalAttrs)SurfaceMultiPolygon(ShapeAttributes normalAttrs, ContourList contours)SurfaceMultiPolygon(ShapeAttributes normalAttrs, java.lang.Iterable<? extends LatLon> iterable)SurfacePolygon(ShapeAttributes normalAttrs)Constructs a new surface polygon with the specified normal (as opposed to highlight) attributes and no locations.SurfacePolygon(ShapeAttributes normalAttrs, java.lang.Iterable<? extends LatLon> iterable)Constructs a new surface polygon with the specified normal (as opposed to highlight) attributes and the specified iterable of locations.SurfacePolyline(ShapeAttributes normalAttrs)Constructs a new surface polyline with the specified normal (as opposed to highlight) attributes and no locations.SurfacePolyline(ShapeAttributes normalAttrs, java.lang.Iterable<? extends LatLon> iterable)Constructs a new surface polyline with the specified normal (as opposed to highlight) attributes and the specified iterable of locations.SurfaceQuad(ShapeAttributes normalAttrs)Constructs a new surface quad with the specified normal (as opposed to highlight) attributes, default center location, default dimensions, and default heading.SurfaceQuad(ShapeAttributes normalAttrs, LatLon center, double width, double height)Constructs a new surface quad with the specified normal (as opposed to highlight) attributes, the specified center location and dimensions (in meters).SurfaceQuad(ShapeAttributes normalAttrs, LatLon center, double width, double height, Angle heading)Constructs a new surface quad with the specified normal (as opposed to highlight) attributes, the specified center location and dimensions (in meters).SurfaceSector(ShapeAttributes normalAttrs)Constructs a new surface sector with the specified normal (as opposed to highlight) attributes and theSector.EMPTY_SECTOR.SurfaceSector(ShapeAttributes normalAttrs, Sector sector)Constructs a new surface sector with the specified normal (as opposed to highlight) attributes and the specified sector.SurfaceShapeStateKey(long uniqueID, long modifiedTime, ShapeAttributes attributes, java.lang.Object globeStateKey)Constructs a new SurfaceShapeStateKey with the specified unique ID, modified time, attributes, and globe state key.SurfaceSquare(ShapeAttributes normalAttrs)Constructs a new surface square with the specified normal (as opposed to highlight) attributes, default center location, default size, and default heading.SurfaceSquare(ShapeAttributes normalAttrs, LatLon center, double size)Constructs a new surface square with the specified normal (as opposed to highlight) attributes, the specified center location and size (in meters).SurfaceSquare(ShapeAttributes normalAttrs, LatLon center, double size, Angle heading)Constructs a new surface square with the specified normal (as opposed to highlight) attributes, the specified center location and dimensions (in meters).
- 
Uses of ShapeAttributes in gov.nasa.worldwind.render.airspacesSubinterfaces of ShapeAttributes in gov.nasa.worldwind.render.airspaces Modifier and Type Interface Description interfaceAirspaceAttributesHolds common attributes for WorldWindAirspaceshapes.Classes in gov.nasa.worldwind.render.airspaces that implement ShapeAttributes Modifier and Type Class Description classBasicAirspaceAttributesBasic implementation of theAirspaceAttributesinterface.Methods in gov.nasa.worldwind.render.airspaces with parameters of type ShapeAttributes Modifier and Type Method Description protected voidSurfaceBox. applyCenterLineState(DrawContext dc, ShapeAttributes attributes)voidBasicAirspaceAttributes. copy(ShapeAttributes attributes)Copies the specified ShapeAttributes' properties into this object's properties.voidAbstractAirspace. setAttributes(ShapeAttributes attributes)voidAbstractAirspace. setHighlightAttributes(ShapeAttributes highlightAttributes)Constructors in gov.nasa.worldwind.render.airspaces with parameters of type ShapeAttributes Constructor Description BasicAirspaceAttributes(ShapeAttributes attributes)Creates a newBasicAirspaceAttributesconfigured with the specifiedShapeAttributes.
- 
Uses of ShapeAttributes in gov.nasa.worldwind.symbologyFields in gov.nasa.worldwind.symbology declared as ShapeAttributes Modifier and Type Field Description protected ShapeAttributesAbstractTacticalGraphic. activeShapeAttributesShape attributes shared by all shapes that make up this graphic.Methods in gov.nasa.worldwind.symbology that return ShapeAttributes Modifier and Type Method Description protected ShapeAttributesAbstractTacticalGraphic. getActiveShapeAttributes()Get the active shape attributes for this frame.Methods in gov.nasa.worldwind.symbology with parameters of type ShapeAttributes Modifier and Type Method Description protected voidAbstractTacticalGraphic. applyDefaultAttributes(ShapeAttributes attributes)Apply defaults to the active attributes bundle.protected voidAbstractTacticalGraphic. applyOverrideAttributes(TacticalGraphicAttributes graphicAttributes, ShapeAttributes shapeAttributes)Apply override attributes specified in a TacticalGraphicAttributes bundle to the active ShapeAttributes.
- 
Uses of ShapeAttributes in gov.nasa.worldwind.symbology.milstd2525Methods in gov.nasa.worldwind.symbology.milstd2525 with parameters of type ShapeAttributes Modifier and Type Method Description protected voidAbstractMilStd2525TacticalGraphic. applyDefaultAttributes(ShapeAttributes attributes)Apply defaults to the active attributes bundle.
- 
Uses of ShapeAttributes in gov.nasa.worldwind.symbology.milstd2525.graphics.areasMethods in gov.nasa.worldwind.symbology.milstd2525.graphics.areas with parameters of type ShapeAttributes Modifier and Type Method Description protected voidBattlePosition. applyDefaultAttributes(ShapeAttributes attributes)protected voidCircularFireSupportArea. applyDefaultAttributes(ShapeAttributes attributes)Apply defaults to the active attributes bundle.protected voidDummy. applyDefaultAttributes(ShapeAttributes attributes)protected voidFilledArea. applyDefaultAttributes(ShapeAttributes attributes)Apply defaults to the active attributes bundle.protected voidIrregularFireSupportArea. applyDefaultAttributes(ShapeAttributes attributes)Apply defaults to the active attributes bundle.protected voidRectangularFireSupportArea. applyDefaultAttributes(ShapeAttributes attributes)Apply defaults to the active attributes bundle.protected voidSearchArea. applyDefaultAttributes(ShapeAttributes attributes)Apply defaults to the active attributes bundle.protected voidSectorRangeFan. applyDefaultAttributes(ShapeAttributes attributes)Apply defaults to the active attributes bundle.protected voidWeaponsFreeZone. applyDefaultAttributes(ShapeAttributes attributes)Apply defaults to the active attributes bundle.
- 
Uses of ShapeAttributes in gov.nasa.worldwind.symbology.milstd2525.graphics.linesFields in gov.nasa.worldwind.symbology.milstd2525.graphics.lines declared as ShapeAttributes Modifier and Type Field Description protected ShapeAttributesAdvanceForFeint. dashedAttributesShape attributes for the dashed part of the graphic.protected ShapeAttributesDirectionOfAttackForFeint. dashedAttributesShape attributes for the dashed part of the graphic.Methods in gov.nasa.worldwind.symbology.milstd2525.graphics.lines with parameters of type ShapeAttributes Modifier and Type Method Description protected voidFireSupportLine. applyDefaultAttributes(ShapeAttributes attributes)Apply defaults to the active attributes bundle.protected voidPhaseLine. applyDefaultAttributes(ShapeAttributes attributes)protected voidPrincipleDirectionOfFire. applyDefaultAttributes(ShapeAttributes attributes)Apply defaults to the active attributes bundle.
- 
Uses of ShapeAttributes in gov.nasa.worldwind.utilFields in gov.nasa.worldwind.util declared as ShapeAttributes Modifier and Type Field Description protected ShapeAttributesShapeEditor. originalAttributesThe attributes associated with the shape when the editor is constructed.protected ShapeAttributesShapeEditor. originalHighlightAttributesThe highlight attributes associated with the shape when the editor is constructed.Methods in gov.nasa.worldwind.util that return ShapeAttributes Modifier and Type Method Description ShapeAttributesShapeEditor. getOriginalAttributes()Indicates the attributes associated with the shape when the editor was created.ShapeAttributesShapeEditor. getOriginalHighlightAttributes()Indicates the highlight attributes associated with the shape prior to their being changed to achieve shape transparency.
- 
Uses of ShapeAttributes in gov.nasa.worldwind.util.measureFields in gov.nasa.worldwind.util.measure declared as ShapeAttributes Modifier and Type Field Description protected ShapeAttributesMeasureTool. leaderAttributesConstructors in gov.nasa.worldwind.util.measure with parameters of type ShapeAttributes Constructor Description ControlPointWithLeader(Position position, AnnotationAttributes controlPointAttributes, ShapeAttributes leaderAttributes, MeasureTool parent)
- 
Uses of ShapeAttributes in gov.nasa.worldwindx.examplesFields in gov.nasa.worldwindx.examples declared as ShapeAttributes Modifier and Type Field Description protected ShapeAttributesShapefileAttributeGroups.AttributeGroup. attributesprotected ShapeAttributesShapeClipping.AppFrame. lastAttrsprotected ShapeAttributesShapeEditing.AppFrame. lastAttrsprotected ShapeAttributesShapeEditingExtension.AppFrame. lastAttrsMethods in gov.nasa.worldwindx.examples that return ShapeAttributes Modifier and Type Method Description protected ShapeAttributesGeoJSONLoader. createPolygonAttributes(gov.nasa.worldwind.formats.geojson.GeoJSONGeometry geom, Layer layer)protected ShapeAttributesGeoJSONLoader. createPolylineAttributes(gov.nasa.worldwind.formats.geojson.GeoJSONGeometry geom, Layer layer)ShapeAttributesShapeEditingExtension.Arrow. getAttributes()ShapeAttributesShapeEditingExtension.Arrow. getHighlightAttributes()Methods in gov.nasa.worldwindx.examples with parameters of type ShapeAttributes Modifier and Type Method Description protected RenderableGeoJSONLoader. createPolygon(gov.nasa.worldwind.formats.geojson.GeoJSONGeometry owner, java.lang.Iterable<? extends Position> outerBoundary, java.lang.Iterable<? extends Position>[] innerBoundaries, ShapeAttributes attrs, AVList properties)protected RenderableGeoJSONLoader. createPolyline(gov.nasa.worldwind.formats.geojson.GeoJSONGeometry owner, java.lang.Iterable<? extends Position> positions, ShapeAttributes attrs, AVList properties)voidShapeEditingExtension.Arrow. setAttributes(ShapeAttributes attributes)voidShapeEditingExtension.Arrow. setHighlightAttributes(ShapeAttributes attributes)
- 
Uses of ShapeAttributes in gov.nasa.worldwindx.examples.kmlFields in gov.nasa.worldwindx.examples.kml declared as ShapeAttributes Modifier and Type Field Description protected static ShapeAttributesExportKML. highlightShapeAttributesprotected static ShapeAttributesExportKML. normalShapeAttributes
- 
Uses of ShapeAttributes in gov.nasa.worldwindx.examples.lineofsightFields in gov.nasa.worldwindx.examples.lineofsight declared as ShapeAttributes Modifier and Type Field Description protected ShapeAttributesLinesOfSight.ShapeLoaderThread. buildingAttributesprotected ShapeAttributesLinesOfSight.AppFrame. sightLineAttributes
- 
Uses of ShapeAttributes in gov.nasa.worldwindx.examples.shapebuilderMethods in gov.nasa.worldwindx.examples.shapebuilder that return ShapeAttributes Modifier and Type Method Description ShapeAttributesExtrudedPolygonBuilder.PolygonEntry. getAttributes()ShapeAttributesRigidShapeBuilder.AbstractShapeEntry. getAttributes()static ShapeAttributesExtrudedPolygonBuilder. getDefaultAttributes()static ShapeAttributesRigidShapeBuilder. getDefaultAttributes()static ShapeAttributesExtrudedPolygonBuilder. getSelectionAttributes()static ShapeAttributesRigidShapeBuilder. getSelectionAttributes()
- 
Uses of ShapeAttributes in gov.nasa.worldwindx.examples.utilFields in gov.nasa.worldwindx.examples.util declared as ShapeAttributes Modifier and Type Field Description protected ShapeAttributes[]RandomShapeAttributes. shapeAttrsMethods in gov.nasa.worldwindx.examples.util that return ShapeAttributes Modifier and Type Method Description ShapeAttributesRandomShapeAttributes. asShapeAttributes()protected ShapeAttributesRandomShapeAttributes. createShapeAttributes(java.awt.Color color)protected ShapeAttributesShapefileLoader. nextPolygonAttributes()Deprecated.protected ShapeAttributesShapefileLoader. nextPolylineAttributes()Deprecated.Methods in gov.nasa.worldwindx.examples.util with parameters of type ShapeAttributes Modifier and Type Method Description protected voidShapefileLoader. createPolygon(gov.nasa.worldwind.formats.shapefile.ShapefileRecord record, ShapeAttributes attrs, RenderableLayer layer)Deprecated.protected RenderableShapefileLoader. createPolyline(gov.nasa.worldwind.formats.shapefile.ShapefileRecord record, ShapeAttributes attrs)Deprecated.protected RenderableShapefileLoader. createPolyline(gov.nasa.worldwind.formats.shapefile.Shapefile shp, ShapeAttributes attrs)Deprecated.Constructors in gov.nasa.worldwindx.examples.util with parameters of type ShapeAttributes Constructor Description DirectedSurfacePolyline(ShapeAttributes normalAttrs)Constructs a new directed surface polyline with the specified normal (as opposed to highlight) attributes and no locations.DirectedSurfacePolyline(ShapeAttributes normalAttrs, java.lang.Iterable<? extends LatLon> iterable)Constructs a new directed surface polyline with the specified normal (as opposed to highlight) attributes and the specified iterable of locations.
 
-