Package | Description |
---|---|
gov.nasa.worldwind.ogc.collada |
Provides classes for parsing COLLADA files and streams.
|
gov.nasa.worldwind.ogc.collada.impl |
Provides classes for rendering COLLADA documents.
|
gov.nasa.worldwind.render | |
gov.nasa.worldwind.render.airspaces | |
gov.nasa.worldwind.render.airspaces.editor | |
gov.nasa.worldwind.render.markers | |
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.worldwindx.applications.sar.segmentplane | |
gov.nasa.worldwindx.examples | |
gov.nasa.worldwindx.examples.analytics |
Modifier and Type | Method and Description |
---|---|
Material |
ColladaEffect.getMaterial()
Indicates the material specified by this effect.
|
Modifier and Type | Field and Description |
---|---|
protected Material |
ColladaMeshShape.Geometry.material
Material applied to this geometry.
|
Modifier and Type | Method and Description |
---|---|
protected Material |
ColladaMeshShape.getMaterial(ColladaMeshShape.Geometry geometry)
Indicates the material applied to a geometry.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ColladaMeshShape.applyMaterial(DrawContext dc,
Material material)
Apply a material to the active draw context.
|
Modifier and Type | Field and Description |
---|---|
static Material |
Material.BLACK |
static Material |
Material.BLUE |
static Material |
Material.CYAN |
static Material |
Material.DARK_GRAY |
protected static Material |
AbstractSurfaceShape.DEFAULT_HIGHLIGHT_MATERIAL
The default highlight color.
|
protected static Material |
AbstractShape.DEFAULT_HIGHLIGHT_MATERIAL
The default highlight color.
|
protected static Material |
Path.DEFAULT_INTERIOR_MATERIAL
The default interior color.
|
protected static Material |
AbstractSurfaceShape.DEFAULT_INTERIOR_MATERIAL
The default interior color.
|
protected static Material |
AbstractShape.DEFAULT_INTERIOR_MATERIAL
The default interior color.
|
protected static Material |
Path.DEFAULT_OUTLINE_MATERIAL
The default outline color.
|
protected static Material |
AbstractSurfaceShape.DEFAULT_OUTLINE_MATERIAL
The default outline color.
|
protected static Material |
AbstractShape.DEFAULT_OUTLINE_MATERIAL
The default outline color.
|
protected static Material |
ExtrudedPolygon.DEFAULT_SIDES_INTERIOR_MATERIAL
The default interior color for sides.
|
static Material |
Material.GRAY |
static Material |
Material.GREEN |
protected Material |
BasicShapeAttributes.interiorMaterial
Indicates the material properties of the shape's interior.
|
protected Material |
PointPlacemarkAttributes.labelMaterial |
static Material |
Material.LIGHT_GRAY |
protected Material |
BasicLightingModel.lightMaterial |
protected Material |
PointPlacemarkAttributes.lineMaterial |
static Material |
Material.MAGENTA |
static Material |
Material.ORANGE |
protected Material |
BasicShapeAttributes.outlineMaterial
Indicates the material properties of the shape's outline.
|
static Material |
Material.PINK |
static Material |
Material.RED |
static Material |
Material.WHITE |
static Material |
Material.YELLOW |
Modifier and Type | Method and Description |
---|---|
Material |
ShapeAttributes.getInteriorMaterial()
Indicates the material properties of the shape's interior.
|
Material |
BasicShapeAttributes.getInteriorMaterial()
Indicates the material properties of the shape's interior.
|
Material |
PointPlacemarkAttributes.getLabelMaterial()
Returns the label material.
|
Material |
BasicLightingModel.getLightMaterial()
Returns the model's light material.
|
Material |
PointPlacemarkAttributes.getLineMaterial()
Returns the line color.
|
Material |
TrackRenderer.getMaterial() |
Material |
ShapeAttributes.getOutlineMaterial()
Indicates the material properties of the shape's outline.
|
Material |
BasicShapeAttributes.getOutlineMaterial()
Indicates the material properties of the shape's outline.
|
Material |
Material.restoreState(RestorableSupport rs,
RestorableSupport.StateObject so) |
Modifier and Type | Method and Description |
---|---|
protected static void |
BasicLightingModel.applyStandardLightMaterial(GL2 gl,
int light,
Material material) |
void |
ShapeAttributes.setInteriorMaterial(Material material)
Specifies the material properties of the shape's interior.
|
void |
BasicShapeAttributes.setInteriorMaterial(Material material)
Specifies the material properties of the shape's interior.
|
void |
PointPlacemarkAttributes.setLabelMaterial(Material color)
Sets the label material.
|
void |
BasicLightingModel.setLightMaterial(Material lightMaterial)
Specifies the model's light direction.
|
void |
PointPlacemarkAttributes.setLineMaterial(Material lineColor)
Sets the line color.
|
void |
TrackRenderer.setMaterial(Material material) |
void |
ShapeAttributes.setOutlineMaterial(Material material)
Specifies the material properties of the shape's outline.
|
void |
BasicShapeAttributes.setOutlineMaterial(Material material)
Specifies the material properties of the shape's outline.
|
Modifier and Type | Field and Description |
---|---|
protected static Material |
AbstractAirspace.DEFAULT_HIGHLIGHT_MATERIAL
The default highlight color.
|
protected static Material |
AbstractAirspace.DEFAULT_INTERIOR_MATERIAL
The default interior color.
|
protected static Material |
AbstractAirspace.DEFAULT_OUTLINE_MATERIAL
The default outline color.
|
Modifier and Type | Method and Description |
---|---|
Material |
BasicAirspaceAttributes.getMaterial()
Deprecated.
Use
BasicShapeAttributes.getInteriorMaterial() instead. |
Material |
AirspaceAttributes.getMaterial()
Deprecated.
Use
ShapeAttributes.getInteriorMaterial() instead. |
Modifier and Type | Method and Description |
---|---|
protected void |
BasicAirspaceAttributes.applyMaterial(DrawContext dc,
Material material,
double opacity,
boolean enableMaterial) |
void |
BasicAirspaceAttributes.setMaterial(Material material)
Deprecated.
|
void |
AirspaceAttributes.setMaterial(Material material)
Deprecated.
|
Constructor and Description |
---|
BasicAirspaceAttributes(Material material,
double opacity)
Creates a new BasicAirspaceAttributes with the specified interior material and interior opacity.
|
Modifier and Type | Method and Description |
---|---|
Material |
BasicAirspaceControlPointRenderer.getLightMaterial() |
Modifier and Type | Method and Description |
---|---|
void |
BasicAirspaceControlPointRenderer.setLightMaterial(Material material) |
Modifier and Type | Method and Description |
---|---|
Material |
MarkerAttributes.getHeadingMaterial() |
Material |
BasicMarkerAttributes.getHeadingMaterial() |
Material |
MarkerAttributes.getMaterial() |
Material |
BasicMarkerAttributes.getMaterial() |
Modifier and Type | Method and Description |
---|---|
void |
MarkerAttributes.setHeadingMaterial(Material headingMaterial) |
void |
BasicMarkerAttributes.setHeadingMaterial(Material headingMaterial) |
void |
MarkerAttributes.setMaterial(Material material) |
void |
BasicMarkerAttributes.setMaterial(Material material) |
Constructor and Description |
---|
BasicMarkerAttributes(Material material,
java.lang.String shapeType,
double opacity) |
BasicMarkerAttributes(Material material,
java.lang.String shapeType,
double opacity,
double markerPixels,
double minMarkerSize) |
BasicMarkerAttributes(Material material,
java.lang.String shapeType,
double opacity,
double markerPixels,
double minMarkerSize,
double maxMarkerSize) |
Modifier and Type | Field and Description |
---|---|
protected static Material |
AbstractTacticalGraphic.DEFAULT_HIGHLIGHT_MATERIAL
The default highlight color.
|
static Material |
BasicTacticalSymbolAttributes.DEFAULT_TEXT_MODIFIER_MATERIAL |
protected Material |
BasicTacticalSymbolAttributes.interiorMaterial
Indicates the material used to draw the symbol's interior, or
null to use the symbol's default
interior material. |
protected Material |
BasicTacticalGraphicAttributes.interiorMaterial
Indicates the material properties of the graphic's interior.
|
protected Material |
TacticalGraphicLabel.material
Material used to draw the label.
|
protected Material |
BasicTacticalGraphicAttributes.outlineMaterial
Indicates the material properties of the graphic's outline.
|
protected Material |
BasicTacticalGraphicAttributes.textMaterial
Indicates the material used to render text modifiers.
|
protected Material |
BasicTacticalSymbolAttributes.textModifierMaterial
Indicates the material used to draw text modifiers, or
null to use the symbol's default scale. |
Modifier and Type | Method and Description |
---|---|
Material |
TacticalSymbolAttributes.getInteriorMaterial()
Indicates the material properties of the symbols's interior.
|
Material |
TacticalGraphicAttributes.getInteriorMaterial()
Indicates the material properties of the graphic's interior.
|
Material |
BasicTacticalSymbolAttributes.getInteriorMaterial() |
Material |
BasicTacticalGraphicAttributes.getInteriorMaterial()
Indicates the material properties of the graphic's interior.
|
protected Material |
AbstractTacticalGraphic.getLabelMaterial()
Get the Material that should be used to draw labels.
|
Material |
TacticalGraphicLabel.getMaterial()
Indicates the material used to draw the label.
|
Material |
TacticalGraphicAttributes.getOutlineMaterial()
Indicates the material properties of the graphic's outline.
|
Material |
BasicTacticalGraphicAttributes.getOutlineMaterial()
Indicates the material properties of the graphic's outline.
|
Material |
TacticalSymbolAttributes.getTextModifierMaterial()
Indicates the material used to draw text modifiers.
|
Material |
TacticalGraphicAttributes.getTextModifierMaterial()
Indicates the material used to render text modifiers.
|
Material |
BasicTacticalSymbolAttributes.getTextModifierMaterial()
Indicates the material used to draw text modifiers.
|
Material |
BasicTacticalGraphicAttributes.getTextModifierMaterial()
Indicates the material used to render text modifiers.
|
Modifier and Type | Method and Description |
---|---|
void |
TacticalSymbolAttributes.setInteriorMaterial(Material material)
Specifies the material properties of the symbols's interior.
|
void |
TacticalGraphicAttributes.setInteriorMaterial(Material material)
Specifies the material properties of the graphic's interior.
|
void |
BasicTacticalSymbolAttributes.setInteriorMaterial(Material material) |
void |
BasicTacticalGraphicAttributes.setInteriorMaterial(Material material)
Specifies the material properties of the graphic's interior.
|
void |
TacticalGraphicLabel.setMaterial(Material material)
Specifies the material used to draw the label.
|
void |
TacticalGraphicAttributes.setOutlineMaterial(Material material)
Specifies the material properties of the graphic's outline.
|
void |
BasicTacticalGraphicAttributes.setOutlineMaterial(Material material)
Specifies the material properties of the graphic's outline.
|
void |
TacticalSymbolAttributes.setTextModifierMaterial(Material material)
Specifies the material to use when drawing text modifiers.
|
void |
TacticalGraphicAttributes.setTextModifierMaterial(Material material)
Specifies the material used to render text modifiers.
|
void |
BasicTacticalSymbolAttributes.setTextModifierMaterial(Material material)
Specifies the material to use when drawing text modifiers.
|
void |
BasicTacticalGraphicAttributes.setTextModifierMaterial(Material material)
Specifies the material used to render text modifiers.
|
Constructor and Description |
---|
BasicTacticalSymbolAttributes(java.lang.Double scale,
Material interiorMaterial,
java.lang.Double opacity,
java.awt.Font textModifierFont,
Material textModifierMaterial)
Constructs a BasicTacticalSymbolAttributes with the specified scale, interior material, opacity, text modifier
font, and text modifier material.
|
Modifier and Type | Field and Description |
---|---|
static Material |
MilStd2525Constants.MATERIAL_FRIEND
Default material used to color tactical graphics that represent friendly entities.
|
static Material |
MilStd2525Constants.MATERIAL_HOSTILE
Default material used to color tactical graphics that represent hostile entities.
|
static Material |
MilStd2525Constants.MATERIAL_NEUTRAL
Default material used to color tactical graphics that represent neutral entities.
|
static Material |
MilStd2525Constants.MATERIAL_OBSTACLE
Default material used to color tactical graphics that represent obstacles.
|
static Material |
MilStd2525Constants.MATERIAL_UNKNOWN
Default material used to color tactical graphics that represent unknown entities.
|
Modifier and Type | Method and Description |
---|---|
static Material |
MilStd2525Util.getDefaultGraphicMaterial(SymbolCode symbolCode)
Determines a default color to apply to a symbol.
|
protected Material |
AbstractMilStd2525TacticalGraphic.getDefaultMaterial()
Indicates the default Material for this graphic.
|
Modifier and Type | Method and Description |
---|---|
Material |
SegmentPlaneAttributes.GeometryAttributes.getMaterial() |
Modifier and Type | Method and Description |
---|---|
protected static void |
SegmentPlaneAttributes.applyMaterial(DrawContext dc,
Material material,
double opacity,
boolean enableMaterial) |
void |
SegmentPlaneAttributes.GeometryAttributes.setMaterial(Material material) |
Constructor and Description |
---|
GeometryAttributes(Material material,
double opacity) |
Modifier and Type | Field and Description |
---|---|
protected Material |
ShapefileAttributeGroups.AttributeGroup.defaultMaterial |
protected Material |
ShapefileAttributeGroups.AttributeGroup.groupMaterial |
Modifier and Type | Field and Description |
---|---|
protected Material |
AnalyticSurfaceAttributes.interiorMaterial |
protected Material |
AnalyticSurfaceAttributes.outlineMaterial |
Modifier and Type | Method and Description |
---|---|
Material |
AnalyticSurfaceAttributes.getInteriorMaterial() |
Material |
AnalyticSurfaceAttributes.getOutlineMaterial() |
Modifier and Type | Method and Description |
---|---|
void |
AnalyticSurfaceAttributes.setInteriorMaterial(Material material) |
void |
AnalyticSurfaceAttributes.setOutlineMaterial(Material material) |
Constructor and Description |
---|
AnalyticSurfaceAttributes(Material material,
double opacity) |