Uses of Class
gov.nasa.worldwind.render.AbstractBrowserBalloon.BrowserControl
-
Packages that use AbstractBrowserBalloon.BrowserControl Package Description gov.nasa.worldwind.render -
-
Uses of AbstractBrowserBalloon.BrowserControl in gov.nasa.worldwind.render
Fields in gov.nasa.worldwind.render with type parameters of type AbstractBrowserBalloon.BrowserControl Modifier and Type Field Description protected java.util.List<AbstractBrowserBalloon.BrowserControl>
AbstractBrowserBalloon. browserControls
Deprecated.Methods in gov.nasa.worldwind.render that return AbstractBrowserBalloon.BrowserControl Modifier and Type Method Description AbstractBrowserBalloon.BrowserControl
AbstractBrowserBalloon. addBrowserControl(java.lang.String action, Offset offset, Size size, java.lang.Object imageSource)
Deprecated.AbstractBrowserBalloon.BrowserControl
AbstractBrowserBalloon. addBrowserControl(java.lang.String action, Offset offset, java.lang.Object imageSource)
Deprecated.Methods in gov.nasa.worldwind.render that return types with arguments of type AbstractBrowserBalloon.BrowserControl Modifier and Type Method Description protected static java.util.List<AbstractBrowserBalloon.BrowserControl>
AbstractBrowserBalloon. createDefaultBrowserControls()
Deprecated.Returns a list containing the browser balloon's three default browser controls, configured as follows: Controls ControlActionOffsetSizeImage Source CloseAVKey.CLOSE
(30, 25) pixels inset from the balloon's upper right cornerImage source's native size in pixels (16x16)images/browser-close-16x16.gif BackAVKey.BACK
(15, 25) pixels inset from the balloon's upper left cornerImage source's native size in pixels (16x16)images/browser-back-16x16.gif ForwardAVKey.FORWARD
(35, 25) pixels inset from the balloon's upper left cornerImage source's native size in pixels (16x16)images/browser-forward-16x16.gifjava.lang.Iterable<AbstractBrowserBalloon.BrowserControl>
AbstractBrowserBalloon. getBrowserControls()
Deprecated.Methods in gov.nasa.worldwind.render with parameters of type AbstractBrowserBalloon.BrowserControl Modifier and Type Method Description void
AbstractBrowserBalloon. addBrowserControl(AbstractBrowserBalloon.BrowserControl browserControl)
Deprecated.protected void
AbstractBrowserBalloon. drawBrowserControl(DrawContext dc, AbstractBrowserBalloon.BrowserControl control, AbstractBrowserBalloon.OrderedBrowserBalloon obb)
Deprecated.void
AbstractBrowserBalloon. removeBrowserControl(AbstractBrowserBalloon.BrowserControl browserControl)
Deprecated.Method parameters in gov.nasa.worldwind.render with type arguments of type AbstractBrowserBalloon.BrowserControl Modifier and Type Method Description void
AbstractBrowserBalloon. addAllBrowserControls(java.lang.Iterable<? extends AbstractBrowserBalloon.BrowserControl> iterable)
Deprecated.
-