Uses of Class
gov.nasa.worldwind.render.Material
-
Packages that use Material 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 -
-
Uses of Material in gov.nasa.worldwind.ogc.collada
Methods in gov.nasa.worldwind.ogc.collada that return Material Modifier and Type Method Description MaterialColladaEffect. getMaterial()Indicates the material specified by this effect. -
Uses of Material in gov.nasa.worldwind.ogc.collada.impl
Fields in gov.nasa.worldwind.ogc.collada.impl declared as Material Modifier and Type Field Description protected MaterialColladaMeshShape.Geometry. materialMaterial applied to this geometry.Methods in gov.nasa.worldwind.ogc.collada.impl that return Material Modifier and Type Method Description protected MaterialColladaMeshShape. getMaterial(ColladaMeshShape.Geometry geometry)Indicates the material applied to a geometry.Methods in gov.nasa.worldwind.ogc.collada.impl with parameters of type Material Modifier and Type Method Description protected voidColladaMeshShape. applyMaterial(DrawContext dc, Material material)Apply a material to the active draw context. -
Uses of Material in gov.nasa.worldwind.render
Fields in gov.nasa.worldwind.render declared as Material Modifier and Type Field Description static MaterialMaterial. BLACKstatic MaterialMaterial. BLUEstatic MaterialMaterial. CYANstatic MaterialMaterial. DARK_GRAYprotected static MaterialAbstractShape. DEFAULT_HIGHLIGHT_MATERIALThe default highlight color.protected static MaterialAbstractSurfaceShape. DEFAULT_HIGHLIGHT_MATERIALThe default highlight color.protected static MaterialAbstractShape. DEFAULT_INTERIOR_MATERIALThe default interior color.protected static MaterialAbstractSurfaceShape. DEFAULT_INTERIOR_MATERIALThe default interior color.protected static MaterialAbstractShape. DEFAULT_OUTLINE_MATERIALThe default outline color.protected static MaterialAbstractSurfaceShape. DEFAULT_OUTLINE_MATERIALThe default outline color.protected static MaterialPath. DEFAULT_PATH_INTERIOR_MATERIALThe default interior color.protected static MaterialPath. DEFAULT_PATH_OUTLINE_MATERIALThe default outline color.protected static MaterialExtrudedPolygon. DEFAULT_SIDES_INTERIOR_MATERIALThe default interior color for sides.static MaterialMaterial. GRAYstatic MaterialMaterial. GREENprotected MaterialBasicShapeAttributes. interiorMaterialIndicates the material properties of the shape's interior.protected MaterialPointPlacemarkAttributes. labelMaterialstatic MaterialMaterial. LIGHT_GRAYprotected MaterialBasicLightingModel. lightMaterialprotected MaterialPointPlacemarkAttributes. lineMaterialstatic MaterialMaterial. MAGENTAstatic MaterialMaterial. ORANGEprotected MaterialBasicShapeAttributes. outlineMaterialIndicates the material properties of the shape's outline.static MaterialMaterial. PINKstatic MaterialMaterial. REDstatic MaterialMaterial. WHITEstatic MaterialMaterial. YELLOWMethods in gov.nasa.worldwind.render that return Material Modifier and Type Method Description MaterialBasicShapeAttributes. getInteriorMaterial()Indicates the material properties of the shape's interior.MaterialShapeAttributes. getInteriorMaterial()Indicates the material properties of the shape's interior.MaterialPointPlacemarkAttributes. getLabelMaterial()Returns the label material.MaterialBasicLightingModel. getLightMaterial()Returns the model's light material.MaterialPointPlacemarkAttributes. getLineMaterial()Returns the line color.MaterialTrackRenderer. getMaterial()MaterialBasicShapeAttributes. getOutlineMaterial()Indicates the material properties of the shape's outline.MaterialShapeAttributes. getOutlineMaterial()Indicates the material properties of the shape's outline.MaterialMaterial. restoreState(RestorableSupport rs, RestorableSupport.StateObject so)Methods in gov.nasa.worldwind.render with parameters of type Material Modifier and Type Method Description protected static voidBasicLightingModel. applyStandardLightMaterial(com.jogamp.opengl.GL2 gl, int light, Material material)voidBasicShapeAttributes. setInteriorMaterial(Material material)Specifies the material properties of the shape's interior.voidShapeAttributes. setInteriorMaterial(Material material)Specifies the material properties of the shape's interior.voidPointPlacemarkAttributes. setLabelMaterial(Material color)Sets the label material.voidBasicLightingModel. setLightMaterial(Material lightMaterial)Specifies the model's light direction.voidPointPlacemarkAttributes. setLineMaterial(Material lineColor)Sets the line color.voidTrackRenderer. setMaterial(Material material)voidBasicShapeAttributes. setOutlineMaterial(Material material)Specifies the material properties of the shape's outline.voidShapeAttributes. setOutlineMaterial(Material material)Specifies the material properties of the shape's outline. -
Uses of Material in gov.nasa.worldwind.render.airspaces
Fields in gov.nasa.worldwind.render.airspaces declared as Material Modifier and Type Field Description protected static MaterialAbstractAirspace. DEFAULT_HIGHLIGHT_MATERIALThe default highlight color.protected static MaterialAbstractAirspace. DEFAULT_INTERIOR_MATERIALThe default interior color.protected static MaterialAbstractAirspace. DEFAULT_OUTLINE_MATERIALThe default outline color.Methods in gov.nasa.worldwind.render.airspaces with parameters of type Material Modifier and Type Method Description protected voidBasicAirspaceAttributes. applyMaterial(DrawContext dc, Material material, double opacity, boolean enableMaterial)Constructors in gov.nasa.worldwind.render.airspaces with parameters of type Material Constructor Description BasicAirspaceAttributes(Material material, double opacity)Creates a new BasicAirspaceAttributes with the specified interior material and interior opacity. -
Uses of Material in gov.nasa.worldwind.render.airspaces.editor
Methods in gov.nasa.worldwind.render.airspaces.editor that return Material Modifier and Type Method Description MaterialBasicAirspaceControlPointRenderer. getLightMaterial()Methods in gov.nasa.worldwind.render.airspaces.editor with parameters of type Material Modifier and Type Method Description voidBasicAirspaceControlPointRenderer. setLightMaterial(Material material) -
Uses of Material in gov.nasa.worldwind.render.markers
Methods in gov.nasa.worldwind.render.markers that return Material Modifier and Type Method Description MaterialBasicMarkerAttributes. getHeadingMaterial()MaterialMarkerAttributes. getHeadingMaterial()MaterialBasicMarkerAttributes. getMaterial()MaterialMarkerAttributes. getMaterial()Methods in gov.nasa.worldwind.render.markers with parameters of type Material Modifier and Type Method Description voidBasicMarkerAttributes. setHeadingMaterial(Material headingMaterial)voidMarkerAttributes. setHeadingMaterial(Material headingMaterial)voidBasicMarkerAttributes. setMaterial(Material material)voidMarkerAttributes. setMaterial(Material material)Constructors in gov.nasa.worldwind.render.markers with parameters of type Material Constructor 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) -
Uses of Material in gov.nasa.worldwind.symbology
Fields in gov.nasa.worldwind.symbology declared as Material Modifier and Type Field Description protected static MaterialAbstractTacticalGraphic. DEFAULT_HIGHLIGHT_MATERIALThe default highlight color.static MaterialBasicTacticalSymbolAttributes. DEFAULT_TEXT_MODIFIER_MATERIALprotected MaterialBasicTacticalGraphicAttributes. interiorMaterialIndicates the material properties of the graphic's interior.protected MaterialBasicTacticalSymbolAttributes. interiorMaterialIndicates the material used to draw the symbol's interior, ornullto use the symbol's default interior material.protected MaterialTacticalGraphicLabel. materialMaterial used to draw the label.protected MaterialBasicTacticalGraphicAttributes. outlineMaterialIndicates the material properties of the graphic's outline.protected MaterialBasicTacticalGraphicAttributes. textMaterialIndicates the material used to render text modifiers.protected MaterialBasicTacticalSymbolAttributes. textModifierMaterialIndicates the material used to draw text modifiers, ornullto use the symbol's default scale.Methods in gov.nasa.worldwind.symbology that return Material Modifier and Type Method Description MaterialBasicTacticalGraphicAttributes. getInteriorMaterial()Indicates the material properties of the graphic's interior.MaterialBasicTacticalSymbolAttributes. getInteriorMaterial()MaterialTacticalGraphicAttributes. getInteriorMaterial()Indicates the material properties of the graphic's interior.MaterialTacticalSymbolAttributes. getInteriorMaterial()Indicates the material properties of the symbols's interior.protected MaterialAbstractTacticalGraphic. getLabelMaterial()Get the Material that should be used to draw labels.MaterialTacticalGraphicLabel. getMaterial()Indicates the material used to draw the label.MaterialBasicTacticalGraphicAttributes. getOutlineMaterial()Indicates the material properties of the graphic's outline.MaterialTacticalGraphicAttributes. getOutlineMaterial()Indicates the material properties of the graphic's outline.MaterialBasicTacticalGraphicAttributes. getTextModifierMaterial()Indicates the material used to render text modifiers.MaterialBasicTacticalSymbolAttributes. getTextModifierMaterial()Indicates the material used to draw text modifiers.MaterialTacticalGraphicAttributes. getTextModifierMaterial()Indicates the material used to render text modifiers.MaterialTacticalSymbolAttributes. getTextModifierMaterial()Indicates the material used to draw text modifiers.Methods in gov.nasa.worldwind.symbology with parameters of type Material Modifier and Type Method Description voidBasicTacticalGraphicAttributes. setInteriorMaterial(Material material)Specifies the material properties of the graphic's interior.voidBasicTacticalSymbolAttributes. setInteriorMaterial(Material material)voidTacticalGraphicAttributes. setInteriorMaterial(Material material)Specifies the material properties of the graphic's interior.voidTacticalSymbolAttributes. setInteriorMaterial(Material material)Specifies the material properties of the symbols's interior.voidTacticalGraphicLabel. setMaterial(Material material)Specifies the material used to draw the label.voidBasicTacticalGraphicAttributes. setOutlineMaterial(Material material)Specifies the material properties of the graphic's outline.voidTacticalGraphicAttributes. setOutlineMaterial(Material material)Specifies the material properties of the graphic's outline.voidBasicTacticalGraphicAttributes. setTextModifierMaterial(Material material)Specifies the material used to render text modifiers.voidBasicTacticalSymbolAttributes. setTextModifierMaterial(Material material)Specifies the material to use when drawing text modifiers.voidTacticalGraphicAttributes. setTextModifierMaterial(Material material)Specifies the material used to render text modifiers.voidTacticalSymbolAttributes. setTextModifierMaterial(Material material)Specifies the material to use when drawing text modifiers.Constructors in gov.nasa.worldwind.symbology with parameters of type Material Constructor 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. -
Uses of Material in gov.nasa.worldwind.symbology.milstd2525
Fields in gov.nasa.worldwind.symbology.milstd2525 declared as Material Modifier and Type Field Description static MaterialMilStd2525Constants. MATERIAL_FRIENDDefault material used to color tactical graphics that represent friendly entities.static MaterialMilStd2525Constants. MATERIAL_HOSTILEDefault material used to color tactical graphics that represent hostile entities.static MaterialMilStd2525Constants. MATERIAL_NEUTRALDefault material used to color tactical graphics that represent neutral entities.static MaterialMilStd2525Constants. MATERIAL_OBSTACLEDefault material used to color tactical graphics that represent obstacles.static MaterialMilStd2525Constants. MATERIAL_UNKNOWNDefault material used to color tactical graphics that represent unknown entities.Methods in gov.nasa.worldwind.symbology.milstd2525 that return Material Modifier and Type Method Description static MaterialMilStd2525Util. getDefaultGraphicMaterial(SymbolCode symbolCode)Determines a default color to apply to a symbol.protected MaterialAbstractMilStd2525TacticalGraphic. getDefaultMaterial()Indicates the default Material for this graphic. -
Uses of Material in gov.nasa.worldwindx.applications.sar.segmentplane
Methods in gov.nasa.worldwindx.applications.sar.segmentplane that return Material Modifier and Type Method Description MaterialSegmentPlaneAttributes.GeometryAttributes. getMaterial()Methods in gov.nasa.worldwindx.applications.sar.segmentplane with parameters of type Material Modifier and Type Method Description protected static voidSegmentPlaneAttributes. applyMaterial(DrawContext dc, Material material, double opacity, boolean enableMaterial)voidSegmentPlaneAttributes.GeometryAttributes. setMaterial(Material material)Constructors in gov.nasa.worldwindx.applications.sar.segmentplane with parameters of type Material Constructor Description GeometryAttributes(Material material, double opacity) -
Uses of Material in gov.nasa.worldwindx.examples
Fields in gov.nasa.worldwindx.examples declared as Material Modifier and Type Field Description protected MaterialShapefileAttributeGroups.AttributeGroup. defaultMaterialprotected MaterialShapefileAttributeGroups.AttributeGroup. groupMaterial -
Uses of Material in gov.nasa.worldwindx.examples.analytics
Fields in gov.nasa.worldwindx.examples.analytics declared as Material Modifier and Type Field Description protected MaterialAnalyticSurfaceAttributes. interiorMaterialprotected MaterialAnalyticSurfaceAttributes. outlineMaterialMethods in gov.nasa.worldwindx.examples.analytics that return Material Modifier and Type Method Description MaterialAnalyticSurfaceAttributes. getInteriorMaterial()MaterialAnalyticSurfaceAttributes. getOutlineMaterial()Methods in gov.nasa.worldwindx.examples.analytics with parameters of type Material Modifier and Type Method Description voidAnalyticSurfaceAttributes. setInteriorMaterial(Material material)voidAnalyticSurfaceAttributes. setOutlineMaterial(Material material)Constructors in gov.nasa.worldwindx.examples.analytics with parameters of type Material Constructor Description AnalyticSurfaceAttributes(Material material, double opacity)
-