Package gov.nasa.worldwind.render
Interface Highlightable
-
- All Known Subinterfaces:
Airspace,Balloon,GlobeBalloon,MilStd2525TacticalGraphic,ScreenBalloon,SurfaceShape,TacticalCircle,TacticalGraphic,TacticalPoint,TacticalQuad,TacticalRoute,TacticalSymbol
- All Known Implementing Classes:
AbstractAirspace,AbstractAnnotationBalloon,AbstractAxisArrow,AbstractBalloon,AbstractCircularGraphic,AbstractGeneralShape,AbstractMilStd2525TacticalGraphic,AbstractRectangularGraphic,AbstractShape,AbstractSurfaceShape,AbstractTacticalGraphic,AbstractTacticalSymbol,AdvanceForFeint,Airborne,AirfieldZone,Airhead,Ambush,AntennaAxes,AntennaModel,AttackByFirePosition,AttackRotaryWing,Aviation,AviationZone,BasicArea,BattlePosition,Boundary,Box,Box,Cake,Cake.Layer,CappedCylinder,CappedEllipticalCylinder,CircularFireSupportArea,CircularPositionArea,CircularRangeFan,ColladaMeshShape,ColladaRoot,CombatSupportArea,Cone,Curtain,Cylinder,DirectedPath,DirectedSurfacePolyline,DirectionOfAttack,DirectionOfAttackAviation,DirectionOfAttackForFeint,DoseRateContourLine,Dummy,EchelonSymbol,ElevationPlane,Ellipsoid,Encirclement,ExtrudedPolygon,FilledArea,FireSupportLine,FortifiedArea,ForwardEdgeOfBattleArea,ForwardEdgeOfBattleArea.FEBASymbol,ForwardLineOfOwnTroops,GlobeAnnotationBalloon,GroupOfTargets,HoldingLine,InfiltrationLane,IrregularFireSupportArea,KMLAbstractBalloon,KMLExtrudedPolygonImpl,KMLGlobeBalloonImpl,KMLGroundOverlayPolygonImpl,KMLLineStringPlacemarkImpl,KMLPointPlacemarkImpl,KMLPolygonImpl,KMLScreenBalloonImpl,KMLSurfacePolygonImpl,LimitedAccessArea,LimitedAccessSymbol,LinearTarget,LineOfContact,MainAttack,MilStd2525PointGraphic,MilStd2525TacticalSymbol,MinimumSafeDistanceZones,MunitionFlightPath,OffenseArea,Orbit,PartialCappedCylinder,Path,PhaseLine,PointGrid,PointPlacemark,PolyArc,Polygon,Polygon,PrincipleDirectionOfFire,PullUpPoint,Pyramid,RadarVolume,RectangularFireSupportArea,RectangularPositionArea,RectangularTarget,RigidShape,Route,Route,RoutePoint,ScreenAnnotationBalloon,SearchArea,SectorRangeFan,SectorSelector.RegionShape,ShapeEditingExtension.Arrow,Smoke,SpecialInterestArea,SphereAirspace,SupportByFirePosition,SupportingAttack,SurfaceBox,SurfaceCircle,SurfaceEllipse,SurfaceMultiPolygon,SurfacePolygon,SurfacePolygons,SurfacePolyline,SurfacePolylines,SurfaceQuad,SurfaceSector,SurfaceSquare,TacticalGraphicSymbol,TrackAirspace,WeaponsFreeZone,Wedge
public interface HighlightableAn interface to control a shape's highlighting. Shapes implementing this interface have their own highlighting behaviors and attributes and the means for setting them.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisHighlighted()Indicates whether to highlight the shape.voidsetHighlighted(boolean highlighted)Specifies whether to highlight the shape.
-
-
-
Method Detail
-
isHighlighted
boolean isHighlighted()
Indicates whether to highlight the shape.- Returns:
- true to highlight the shape, otherwise false.
-
setHighlighted
void setHighlighted(boolean highlighted)
Specifies whether to highlight the shape.- Parameters:
highlighted- true to highlight the shape, otherwise false.
-
-