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.impl
Methods in gov.nasa.worldwind.ogc.kml.impl that return ShapeAttributes Modifier and Type Method Description static ShapeAttributes
KMLUtil. assembleInteriorAttributes(ShapeAttributes attrs, KMLPolyStyle style)
static ShapeAttributes
KMLUtil. assembleLineAttributes(ShapeAttributes attrs, KMLLineStyle style)
protected ShapeAttributes
KMLExtrudedPolygonImpl. getInitialAttributes(java.lang.String attrType)
protected ShapeAttributes
KMLLineStringPlacemarkImpl. getInitialAttributes(java.lang.String attrType)
protected ShapeAttributes
KMLPolygonImpl. getInitialAttributes(java.lang.String attrType)
protected ShapeAttributes
KMLSurfacePolygonImpl. getInitialAttributes(java.lang.String attrType)
protected ShapeAttributes
KMLExtrudedPolygonImpl. makeAttributesCurrent(java.lang.String attrType)
Determine and set thePath
highlight attributes from the KML Feature fields.protected ShapeAttributes
KMLLineStringPlacemarkImpl. makeAttributesCurrent(java.lang.String attrType)
Determine and set thePath
highlight attributes from the KML Feature fields.protected ShapeAttributes
KMLPolygonImpl. makeAttributesCurrent(java.lang.String attrType)
Determine and set thePath
highlight attributes from the KML Feature fields.protected ShapeAttributes
KMLSurfacePolygonImpl. makeAttributesCurrent(java.lang.String attrType)
Determine and set thePath
highlight 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 ShapeAttributes
KMLUtil. assembleInteriorAttributes(ShapeAttributes attrs, KMLPolyStyle style)
static ShapeAttributes
KMLUtil. assembleLineAttributes(ShapeAttributes attrs, KMLLineStyle style)
static void
KMLExportUtil. 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.render
Subinterfaces of ShapeAttributes in gov.nasa.worldwind.render Modifier and Type Interface Description interface
BalloonAttributes
Holds attributes for WorldWindBalloon
shapes.Classes in gov.nasa.worldwind.render that implement ShapeAttributes Modifier and Type Class Description class
BasicBalloonAttributes
Basic implementation of theBalloonAttributes
interface.class
BasicShapeAttributes
Basic implementation of theShapeAttributes
interface.Fields in gov.nasa.worldwind.render declared as ShapeAttributes Modifier and Type Field Description protected ShapeAttributes
AbstractShape. activeAttributes
The attributes active for a particular pick and render pass.protected ShapeAttributes
AbstractSurfaceShape. activeAttrs
protected ShapeAttributes
ExtrudedPolygon. activeSideAttributes
The currently active side attributes, derived from the specified attributes.protected ShapeAttributes
AbstractSurfaceShape.SurfaceShapeStateKey. attributes
The SurfaceShape's attributes.protected static ShapeAttributes
AbstractShape. defaultAttributes
The attributes used if attributes are not specified.protected static ShapeAttributes
AbstractSurfaceShape. defaultAttrs
The attributes used if attributes are not specified.protected static ShapeAttributes
ExtrudedPolygon. defaultSideAttributes
The attributes used if attributes are not specified.protected ShapeAttributes
AbstractShape. highlightAttrs
This shape's highlighted attributes.protected ShapeAttributes
AbstractSurfaceShape. highlightAttrs
protected ShapeAttributes
AbstractShape. normalAttrs
This shape's normal, non-highlighted attributes.protected ShapeAttributes
AbstractSurfaceShape. normalAttrs
protected ShapeAttributes
ExtrudedPolygon. sideAttributes
The attributes to use when drawing this shape's sides.protected ShapeAttributes
ExtrudedPolygon. sideHighlightAttributes
The 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 ShapeAttributes
BasicBalloonAttributes. copy()
Returns a new ShapeAttributes instance of the same type as this ShapeAttributes who's properties are configured exactly as this ShapeAttributes.ShapeAttributes
BasicShapeAttributes. copy()
Returns a new ShapeAttributes instance of the same type as this ShapeAttributes who's properties are configured exactly as this ShapeAttributes.ShapeAttributes
ShapeAttributes. copy()
Returns a new ShapeAttributes instance of the same type as this ShapeAttributes who's properties are configured exactly as this ShapeAttributes.protected ShapeAttributes
AbstractSurfaceShape. createActiveAttributes()
ShapeAttributes
AbstractShape. getActiveAttributes()
Returns this shape's currently active attributes, as determined during the most recent call toAbstractShape.determineActiveAttributes()
.protected ShapeAttributes
AbstractSurfaceShape. getActiveAttributes()
protected ShapeAttributes
ExtrudedPolygon. getActiveCapAttributes()
Each time this polygon is rendered the appropriate attributes for the current mode are determined.protected ShapeAttributes
ExtrudedPolygon. getActiveSideAttributes()
Each time this polygon is rendered the appropriate attributes for the current mode are determined.ShapeAttributes
AbstractShape. getAttributes()
Returns this shape's normal (as opposed to highlight) attributes.ShapeAttributes
AbstractSurfaceShape. getAttributes()
Returns the surface shape's normal (as opposed to highlight) attributes.ShapeAttributes
Attributable. getAttributes()
Return the shape's current attributes.ShapeAttributes
SurfaceShape. getAttributes()
Returns the surface shape's normal (as opposed to highlight) attributes.ShapeAttributes
ExtrudedPolygon. getCapAttributes()
Returns the attributes applied to this polygon's cap.ShapeAttributes
ExtrudedPolygon. getCapHighlightAttributes()
Returns the highlight attributes applied to this polygon's cap.ShapeAttributes
AbstractShape. getHighlightAttributes()
Returns this shape's highlight attributes.ShapeAttributes
AbstractSurfaceShape. getHighlightAttributes()
Returns the surface shape's highlight attributes.ShapeAttributes
Attributable. getHighlightAttributes()
Return the shape's highlight attributes.ShapeAttributes
SurfaceShape. getHighlightAttributes()
Returns the surface shape's highlight attributes.ShapeAttributes
ExtrudedPolygon. getSideAttributes()
Returns the attributes applied to this polygon's side faces.ShapeAttributes
ExtrudedPolygon. 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 void
AbstractSurfaceShape. applyInteriorState(DrawContext dc, SurfaceTileDrawContext sdc, ShapeAttributes attributes, WWTexture texture, LatLon refLocation)
protected void
SurfacePolygon. applyInteriorState(DrawContext dc, SurfaceTileDrawContext sdc, ShapeAttributes attributes, WWTexture texture, LatLon refLocation)
protected void
AbstractSurfaceShape. applyInteriorTextureState(DrawContext dc, SurfaceTileDrawContext sdc, ShapeAttributes attributes, WWTexture texture, LatLon refLocation)
protected void
AbstractSurfaceShape. applyOutlineState(DrawContext dc, ShapeAttributes attributes)
void
BasicBalloonAttributes. copy(ShapeAttributes attributes)
Copies the specified ShapeAttributes' properties into this object's properties.void
BasicShapeAttributes. copy(ShapeAttributes attributes)
Copies the specified ShapeAttributes' properties into this object's properties.void
ShapeAttributes. copy(ShapeAttributes attributes)
Copies the specified ShapeAttributes' properties into this object's properties.protected boolean
AbstractShape. 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 boolean
Path. mustApplyLighting(DrawContext dc, ShapeAttributes activeAttrs)
protected boolean
AbstractShape. 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 void
AbstractShape. prepareToDrawInterior(DrawContext dc, ShapeAttributes activeAttrs, ShapeAttributes defaultAttrs)
Establishes OpenGL state for drawing the interior, including setting the color/material.protected void
AbstractShape. 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.void
AbstractShape. setAttributes(ShapeAttributes normalAttrs)
Specifies this shape's normal (as opposed to highlight) attributes.void
AbstractSurfaceShape. setAttributes(ShapeAttributes normalAttrs)
Specifies the surface shape's normal (as opposed to highlight) attributes.void
Attributable. setAttributes(ShapeAttributes attributes)
Set the shape's attributes.void
SurfaceShape. setAttributes(ShapeAttributes normalAttrs)
Specifies the surface shape's normal (as opposed to highlight) attributes.void
ExtrudedPolygon. setCapAttributes(ShapeAttributes attributes)
Specifies the attributes applied to this polygon's cap.void
ExtrudedPolygon. setCapHighlightAttributes(ShapeAttributes attributes)
Specifies the highlight attributes applied to this polygon's cap.void
AbstractShape. setHighlightAttributes(ShapeAttributes highlightAttrs)
Specifies this shape's highlight attributes.void
AbstractSurfaceShape. setHighlightAttributes(ShapeAttributes highlightAttrs)
Specifies the surface shape's highlight attributes.void
Attributable. setHighlightAttributes(ShapeAttributes highlightAttributes)
Set the shape's highlight attributes.void
SurfaceShape. setHighlightAttributes(ShapeAttributes highlightAttrs)
Specifies the surface shape's highlight attributes.void
ExtrudedPolygon. setSideAttributes(ShapeAttributes attributes)
Specifies the attributes applied to this polygon's side faces.void
ExtrudedPolygon. 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 newBasicShapeAttributes
configured 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.airspaces
Subinterfaces of ShapeAttributes in gov.nasa.worldwind.render.airspaces Modifier and Type Interface Description interface
AirspaceAttributes
Holds common attributes for WorldWindAirspace
shapes.Classes in gov.nasa.worldwind.render.airspaces that implement ShapeAttributes Modifier and Type Class Description class
BasicAirspaceAttributes
Basic implementation of theAirspaceAttributes
interface.Methods in gov.nasa.worldwind.render.airspaces with parameters of type ShapeAttributes Modifier and Type Method Description protected void
SurfaceBox. applyCenterLineState(DrawContext dc, ShapeAttributes attributes)
void
BasicAirspaceAttributes. copy(ShapeAttributes attributes)
Copies the specified ShapeAttributes' properties into this object's properties.void
AbstractAirspace. setAttributes(ShapeAttributes attributes)
void
AbstractAirspace. setHighlightAttributes(ShapeAttributes highlightAttributes)
Constructors in gov.nasa.worldwind.render.airspaces with parameters of type ShapeAttributes Constructor Description BasicAirspaceAttributes(ShapeAttributes attributes)
Creates a newBasicAirspaceAttributes
configured with the specifiedShapeAttributes
. -
Uses of ShapeAttributes in gov.nasa.worldwind.symbology
Fields in gov.nasa.worldwind.symbology declared as ShapeAttributes Modifier and Type Field Description protected ShapeAttributes
AbstractTacticalGraphic. activeShapeAttributes
Shape 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 ShapeAttributes
AbstractTacticalGraphic. 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 void
AbstractTacticalGraphic. applyDefaultAttributes(ShapeAttributes attributes)
Apply defaults to the active attributes bundle.protected void
AbstractTacticalGraphic. 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.milstd2525
Methods in gov.nasa.worldwind.symbology.milstd2525 with parameters of type ShapeAttributes Modifier and Type Method Description protected void
AbstractMilStd2525TacticalGraphic. applyDefaultAttributes(ShapeAttributes attributes)
Apply defaults to the active attributes bundle. -
Uses of ShapeAttributes in gov.nasa.worldwind.symbology.milstd2525.graphics.areas
Methods in gov.nasa.worldwind.symbology.milstd2525.graphics.areas with parameters of type ShapeAttributes Modifier and Type Method Description protected void
BattlePosition. applyDefaultAttributes(ShapeAttributes attributes)
protected void
CircularFireSupportArea. applyDefaultAttributes(ShapeAttributes attributes)
Apply defaults to the active attributes bundle.protected void
Dummy. applyDefaultAttributes(ShapeAttributes attributes)
protected void
FilledArea. applyDefaultAttributes(ShapeAttributes attributes)
Apply defaults to the active attributes bundle.protected void
IrregularFireSupportArea. applyDefaultAttributes(ShapeAttributes attributes)
Apply defaults to the active attributes bundle.protected void
RectangularFireSupportArea. applyDefaultAttributes(ShapeAttributes attributes)
Apply defaults to the active attributes bundle.protected void
SearchArea. applyDefaultAttributes(ShapeAttributes attributes)
Apply defaults to the active attributes bundle.protected void
SectorRangeFan. applyDefaultAttributes(ShapeAttributes attributes)
Apply defaults to the active attributes bundle.protected void
WeaponsFreeZone. applyDefaultAttributes(ShapeAttributes attributes)
Apply defaults to the active attributes bundle. -
Uses of ShapeAttributes in gov.nasa.worldwind.symbology.milstd2525.graphics.lines
Fields in gov.nasa.worldwind.symbology.milstd2525.graphics.lines declared as ShapeAttributes Modifier and Type Field Description protected ShapeAttributes
AdvanceForFeint. dashedAttributes
Shape attributes for the dashed part of the graphic.protected ShapeAttributes
DirectionOfAttackForFeint. dashedAttributes
Shape 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 void
FireSupportLine. applyDefaultAttributes(ShapeAttributes attributes)
Apply defaults to the active attributes bundle.protected void
PhaseLine. applyDefaultAttributes(ShapeAttributes attributes)
protected void
PrincipleDirectionOfFire. applyDefaultAttributes(ShapeAttributes attributes)
Apply defaults to the active attributes bundle. -
Uses of ShapeAttributes in gov.nasa.worldwind.util
Fields in gov.nasa.worldwind.util declared as ShapeAttributes Modifier and Type Field Description protected ShapeAttributes
ShapeEditor. originalAttributes
The attributes associated with the shape when the editor is constructed.protected ShapeAttributes
ShapeEditor. originalHighlightAttributes
The 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 ShapeAttributes
ShapeEditor. getOriginalAttributes()
Indicates the attributes associated with the shape when the editor was created.ShapeAttributes
ShapeEditor. 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.measure
Fields in gov.nasa.worldwind.util.measure declared as ShapeAttributes Modifier and Type Field Description protected ShapeAttributes
MeasureTool. leaderAttributes
Constructors 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.examples
Fields in gov.nasa.worldwindx.examples declared as ShapeAttributes Modifier and Type Field Description protected ShapeAttributes
ShapefileAttributeGroups.AttributeGroup. attributes
protected ShapeAttributes
ShapeClipping.AppFrame. lastAttrs
protected ShapeAttributes
ShapeEditing.AppFrame. lastAttrs
protected ShapeAttributes
ShapeEditingExtension.AppFrame. lastAttrs
Methods in gov.nasa.worldwindx.examples that return ShapeAttributes Modifier and Type Method Description protected ShapeAttributes
GeoJSONLoader. createPolygonAttributes(gov.nasa.worldwind.formats.geojson.GeoJSONGeometry geom, Layer layer)
protected ShapeAttributes
GeoJSONLoader. createPolylineAttributes(gov.nasa.worldwind.formats.geojson.GeoJSONGeometry geom, Layer layer)
ShapeAttributes
ShapeEditingExtension.Arrow. getAttributes()
ShapeAttributes
ShapeEditingExtension.Arrow. getHighlightAttributes()
Methods in gov.nasa.worldwindx.examples with parameters of type ShapeAttributes Modifier and Type Method Description protected Renderable
GeoJSONLoader. 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 Renderable
GeoJSONLoader. createPolyline(gov.nasa.worldwind.formats.geojson.GeoJSONGeometry owner, java.lang.Iterable<? extends Position> positions, ShapeAttributes attrs, AVList properties)
void
ShapeEditingExtension.Arrow. setAttributes(ShapeAttributes attributes)
void
ShapeEditingExtension.Arrow. setHighlightAttributes(ShapeAttributes attributes)
-
Uses of ShapeAttributes in gov.nasa.worldwindx.examples.kml
Fields in gov.nasa.worldwindx.examples.kml declared as ShapeAttributes Modifier and Type Field Description protected static ShapeAttributes
ExportKML. highlightShapeAttributes
protected static ShapeAttributes
ExportKML. normalShapeAttributes
-
Uses of ShapeAttributes in gov.nasa.worldwindx.examples.lineofsight
Fields in gov.nasa.worldwindx.examples.lineofsight declared as ShapeAttributes Modifier and Type Field Description protected ShapeAttributes
LinesOfSight.ShapeLoaderThread. buildingAttributes
protected ShapeAttributes
LinesOfSight.AppFrame. sightLineAttributes
-
Uses of ShapeAttributes in gov.nasa.worldwindx.examples.shapebuilder
Methods in gov.nasa.worldwindx.examples.shapebuilder that return ShapeAttributes Modifier and Type Method Description ShapeAttributes
ExtrudedPolygonBuilder.PolygonEntry. getAttributes()
ShapeAttributes
RigidShapeBuilder.AbstractShapeEntry. getAttributes()
static ShapeAttributes
ExtrudedPolygonBuilder. getDefaultAttributes()
static ShapeAttributes
RigidShapeBuilder. getDefaultAttributes()
static ShapeAttributes
ExtrudedPolygonBuilder. getSelectionAttributes()
static ShapeAttributes
RigidShapeBuilder. getSelectionAttributes()
-
Uses of ShapeAttributes in gov.nasa.worldwindx.examples.util
Fields in gov.nasa.worldwindx.examples.util declared as ShapeAttributes Modifier and Type Field Description protected ShapeAttributes[]
RandomShapeAttributes. shapeAttrs
Methods in gov.nasa.worldwindx.examples.util that return ShapeAttributes Modifier and Type Method Description ShapeAttributes
RandomShapeAttributes. asShapeAttributes()
protected ShapeAttributes
RandomShapeAttributes. createShapeAttributes(java.awt.Color color)
protected ShapeAttributes
ShapefileLoader. nextPolygonAttributes()
Deprecated.protected ShapeAttributes
ShapefileLoader. nextPolylineAttributes()
Deprecated.Methods in gov.nasa.worldwindx.examples.util with parameters of type ShapeAttributes Modifier and Type Method Description protected void
ShapefileLoader. createPolygon(gov.nasa.worldwind.formats.shapefile.ShapefileRecord record, ShapeAttributes attrs, RenderableLayer layer)
Deprecated.protected Renderable
ShapefileLoader. createPolyline(gov.nasa.worldwind.formats.shapefile.ShapefileRecord record, ShapeAttributes attrs)
Deprecated.protected Renderable
ShapefileLoader. 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.
-