Package gov.nasa.worldwind.render
Interface Renderable
-
- All Known Subinterfaces:
Airspace,Annotation,Balloon,Declutterable,GeographicExtent,GlobeBalloon,MilStd2525TacticalGraphic,OrderedRenderable,ScreenBalloon,ScreenCredit,SectorGeometry,SurfaceObject,SurfaceRenderable,SurfaceShape,TacticalCircle,TacticalGraphic,TacticalPoint,TacticalQuad,TacticalRoute,TacticalSymbol,Tree,TreeLayout
- All Known Implementing Classes:
AbstractAirspace,AbstractAnnotation,AbstractAnnotationBalloon,AbstractAxisArrow,AbstractBalloon,AbstractBrowserBalloon.OrderedBrowserBalloon,AbstractCircularGraphic,AbstractGeneralShape,AbstractMilStd2525TacticalGraphic,AbstractRectangularGraphic,AbstractShape,AbstractSurfaceObject,AbstractSurfaceRenderable,AbstractSurfaceShape,AbstractTacticalGraphic,AbstractTacticalSymbol,AbstractTacticalSymbol.OrderedSymbol,AdvanceForFeint,Airborne,AirfieldZone,Airhead,Ambush,AnalyticSurface,AnalyticSurface.AnalyticSurfaceObject,AnalyticSurface.ClampToGroundSurface,AnalyticSurface.OrderedSurface,AnalyticSurface.ShadowSurface,AnalyticSurfaceLegend,AnalyticSurfaceLegend.LabelRenderable,AnalyticSurfaceLegend.OrderedLabel,AntennaAxes,AntennaModel,AttackByFirePosition,AttackRotaryWing,AudioPlayerAnnotation,Aviation,AviationZone,BasicAnnotationRenderer.OrderedAnnotation,BasicArea,BasicTree,BasicTreeLayout,BattlePosition,Boundary,Box,Box,Box,ButtonAnnotation,Cake,Cake.Layer,CappedCylinder,CappedEllipticalCylinder,CircularFireSupportArea,CircularPositionArea,CircularRangeFan,ColladaController,ColladaMeshShape,ColladaMeshShape.OrderedMeshShape,CombatSupportArea,CompassLayer.OrderedIcon,Cone,ContourLine,ContourLinePolygon,Cube,Cube.OrderedCube,Curtain,Cylinder,Cylinder,DeclutterableText,DialogAnnotation,DialogAnnotation.BusyImage,DirectedPath,DirectedSurfacePolyline,DirectionOfAttack,DirectionOfAttackAviation,DirectionOfAttackForFeint,DoseRateContourLine,Dummy,EchelonSymbol,EditorAnnotation,ElevationPlane,Ellipsoid,Encirclement,ExportableAnalyticSurface,ExtrudedPolygon,FilledArea,FireSupportLine,FortifiedArea,ForwardEdgeOfBattleArea,ForwardEdgeOfBattleArea.FEBASymbol,ForwardLineOfOwnTroops,GeographicTextRenderer.OrderedText,GlobeAnnotation,GlobeAnnotationBalloon,GlobeBrowserBalloon.OrderedGlobeBrowserBalloon,GroupOfTargets,HoldingLine,IconRenderer.OrderedIcon,IconRenderer.OrderedText,ImageAnnotation,InfiltrationLane,IrregularFireSupportArea,KMLAbstractBalloon,KMLController,KMLExtrudedPolygonImpl,KMLGlobeBalloonImpl,KMLGroundOverlayPolygonImpl,KMLLineStringPlacemarkImpl,KMLPointPlacemarkImpl,KMLPolygonImpl,KMLScreenBalloonImpl,KMLScreenImageImpl,KMLSurfaceImageImpl,KMLSurfacePolygonImpl,LabeledPath,LayerTree,LimitedAccessArea,LimitedAccessSymbol,LinearTarget,LineOfContact,MainAttack,MarkerRenderer.OrderedMarker,MeasureTool.ControlPoint,MeasureTool.ControlPointWithLeader,MeasureTool.CustomRenderableLayer,MilStd2525PointGraphic,MilStd2525TacticalSymbol,MinimumSafeDistanceZones,MunitionFlightPath,OffenseArea,Orbit,PartialCappedCylinder,Path,PhaseLine,PickFrustum.PickFrustumLayer.OrderedIcon,PlacemarkClutterFilter.DeclutteredLabel,PlaneModel,PointGrid,PointPlacemark,PointPlacemark.OrderedPlacemark,PolyArc,Polygon,Polygon,PrincipleDirectionOfFire,ProgressAnnotation,PullUpPoint,Pyramid,Quadrilateral,RadarVolume,RectangularFireSupportArea,RectangularPositionArea,RectangularTarget,RectangularTessellator.RectTile,RigidShape,Route,Route,RoutePoint,SARAnnotation,ScalebarLayer.OrderedImage,ScreenAnnotation,ScreenAnnotationBalloon,ScreenCreditController,ScreenCreditImage,ScreenElevationLine,ScreenImage,ScreenImage.OrderedImage,ScreenRelativeAnnotation,ScreenSelector.SelectionRectangle,ScrollBar,ScrollFrame,SearchArea,SectorRangeFan,SectorSelector.RegionShape,SegmentPlaneRenderer.OrderedText,ShapeEditingExtension.Arrow,SlideShowAnnotation,Smoke,SpecialInterestArea,Sphere,SphereAirspace,SupportByFirePosition,SupportingAttack,SurfaceBox,SurfaceCircle,SurfaceEllipse,SurfaceIcon,SurfaceIcons,SurfaceImage,SurfaceMultiPolygon,SurfacePolygon,SurfacePolygons,SurfacePolyline,SurfacePolylines,SurfaceQuad,SurfaceSector,SurfaceSquare,SurfaceText,TacticalGraphicLabel.OrderedLabel,TacticalGraphicSymbol,TerrainProfileLayer.OrderedIcon,ToolTip,ToolTipAnnotation,ToolTipAnnotation,TrackAirspace,TrackSegmentInfo,TrackSegmentInfo.OrderedText,ViewVolumeRenderer.OrderedViewVolume,WeaponsFreeZone,Wedge,WorldMapLayer.OrderedIcon,WWOMeasureToolControlPoints,WWOMeasureToolControlPoints.ControlPoint
public interface Renderable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrender(DrawContext dc)Causes thisRenderableto render itself using the provided draw context.
-
-
-
Method Detail
-
render
void render(DrawContext dc)
Causes thisRenderableto render itself using the provided draw context.- Parameters:
dc- theDrawContextto be used- Throws:
java.lang.IllegalArgumentException- if the draw context is null.- See Also:
DrawContext
-
-