Uses of Interface
gov.nasa.worldwind.render.BalloonAttributes
- 
Packages that use BalloonAttributes Package Description gov.nasa.worldwind.ogc.kml.impl gov.nasa.worldwind.render 
- 
- 
Uses of BalloonAttributes in gov.nasa.worldwind.ogc.kml.implMethods in gov.nasa.worldwind.ogc.kml.impl that return BalloonAttributes Modifier and Type Method Description BalloonAttributesKMLAbstractBalloon. getAttributes()Get the "normal" balloon attributes.BalloonAttributesKMLAbstractBalloon. getHighlightAttributes()Get the highlight attributes.protected BalloonAttributesKMLAbstractBalloon. getInitialBalloonAttributes()Get the default attributes applied to the balloon.Methods in gov.nasa.worldwind.ogc.kml.impl with parameters of type BalloonAttributes Modifier and Type Method Description protected voidKMLAbstractBalloon. assembleBalloonAttributes(KMLBalloonStyle style, BalloonAttributes balloonAttributes)Apply a KML BalloonStyle to the balloon attributes object.voidKMLAbstractBalloon. setAttributes(BalloonAttributes attrs)Set the "normal" balloon attributes.voidKMLAbstractBalloon. setHighlightAttributes(BalloonAttributes attrs)Set the highlight attributes.
- 
Uses of BalloonAttributes in gov.nasa.worldwind.renderClasses in gov.nasa.worldwind.render that implement BalloonAttributes Modifier and Type Class Description classBasicBalloonAttributesBasic implementation of theBalloonAttributesinterface.Fields in gov.nasa.worldwind.render declared as BalloonAttributes Modifier and Type Field Description protected BalloonAttributesAbstractBalloon. activeAttributesprotected BalloonAttributesAbstractBalloon. attributesprotected static BalloonAttributesAbstractBalloon. defaultAttributesThe attributes used if attributes are not specified.protected BalloonAttributesAbstractBalloon. highlightAttributesMethods in gov.nasa.worldwind.render that return BalloonAttributes Modifier and Type Method Description protected BalloonAttributesAbstractBalloon. getActiveAttributes()Get the active attributes, based on the highlight state.BalloonAttributesAbstractBalloon. getAttributes()Get the "normal" balloon attributes.BalloonAttributesBalloon. getAttributes()Get the "normal" balloon attributes.BalloonAttributesAbstractBalloon. getHighlightAttributes()Get the highlight attributes.BalloonAttributesBalloon. getHighlightAttributes()Get the highlight attributes.Methods in gov.nasa.worldwind.render with parameters of type BalloonAttributes Modifier and Type Method Description protected java.awt.RectangleAbstractBrowserBalloon. computeFrameRectForWebViewRect(BalloonAttributes activeAttrs, java.awt.Rectangle webViewRect)Deprecated.protected java.awt.PointAbstractBrowserBalloon. computeOffset(DrawContext dc, BalloonAttributes activeAttrs, int width, int height)Deprecated.protected java.awt.DimensionAbstractBrowserBalloon. computeSize(DrawContext dc, BalloonAttributes activeAttrs)Deprecated.Computes the size of this balloon's frame in the viewport (on the screen).protected java.awt.RectangleAbstractBrowserBalloon. computeWebViewRectForFrameRect(BalloonAttributes activeAttrs, java.awt.Rectangle frameRect)Deprecated.voidAbstractBalloon. setAttributes(BalloonAttributes attributes)Set the "normal" balloon attributes.voidBalloon. setAttributes(BalloonAttributes attrs)Set the "normal" balloon attributes.voidAbstractBalloon. setHighlightAttributes(BalloonAttributes highlightAttributes)Set the highlight attributes.voidBalloon. setHighlightAttributes(BalloonAttributes attrs)Set the highlight attributes.Constructors in gov.nasa.worldwind.render with parameters of type BalloonAttributes Constructor Description BasicBalloonAttributes(BalloonAttributes attributes)Creates a newBasicBalloonAttributesconfigured with the specifiedattributes.
 
-