Uses of Class
gov.nasa.worldwind.render.Size
-
Packages that use Size Package Description gov.nasa.worldwind.ogc.kml.impl gov.nasa.worldwind.render 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.worldwind.util.tree A tree control drawn in the WorldWindow. -
-
Uses of Size in gov.nasa.worldwind.ogc.kml.impl
Methods in gov.nasa.worldwind.ogc.kml.impl with parameters of type Size Modifier and Type Method Description static voidKMLExportUtil. exportDimension(javax.xml.stream.XMLStreamWriter xmlWriter, Size dimension, java.lang.String tagName)Export aSizeas a KML element. -
Uses of Size in gov.nasa.worldwind.render
Fields in gov.nasa.worldwind.render declared as Size Modifier and Type Field Description protected SizeBasicBalloonAttributes. maxSizeIndicates the maximum width and height of the balloon's shape in the viewport.protected SizeAbstractBrowserBalloon.BrowserControl. sizeprotected SizeBasicBalloonAttributes. sizeIndicates the width and height of the balloon's shape in the viewport.protected SizeScreenImage. sizeMethods in gov.nasa.worldwind.render that return Size Modifier and Type Method Description static SizeSize. fromFraction(double widthFraction, double heightFraction)Creates a new size from explicit fraction dimensions.static SizeSize. fromPixels(int widthInPixels, int heightInPixels)Create a size from explicit pixel dimensions.SizeBalloonAttributes. getMaximumSize()Indicates the maximum width and height of the balloon's shape in the viewport.SizeBasicBalloonAttributes. getMaximumSize()Indicates the maximum width and height of the balloon's shape in the viewport.SizeAbstractBrowserBalloon.BrowserControl. getSize()SizeBalloonAttributes. getSize()Indicates the width and height of the balloon's shape in the viewport.SizeBasicBalloonAttributes. getSize()Indicates the width and height of the balloon's shape in the viewport.SizeScreenImage. getSize()Get the dimension to apply to the image.Methods in gov.nasa.worldwind.render with parameters of type Size Modifier and Type Method Description AbstractBrowserBalloon.BrowserControlAbstractBrowserBalloon. addBrowserControl(java.lang.String action, Offset offset, Size size, java.lang.Object imageSource)Deprecated.voidBalloonAttributes. setMaximumSize(Size size)Specifies the maximum width and height of the balloon's shape in the viewport.voidBasicBalloonAttributes. setMaximumSize(Size maxSize)Specifies the maximum width and height of the balloon's shape in the viewport.voidAbstractBrowserBalloon.BrowserControl. setSize(Size size)voidBalloonAttributes. setSize(Size size)Specifies the width and height of the balloon's shape in the viewport.voidBasicBalloonAttributes. setSize(Size size)Specifies the width and height of the balloon's shape in the viewport.voidScreenImage. setSize(Size size)Set a dynamic dimension to apply to the image.Constructors in gov.nasa.worldwind.render with parameters of type Size Constructor Description BrowserControl(java.lang.String action, Offset offset, Size size, java.lang.Object imageSource) -
Uses of Size in gov.nasa.worldwind.symbology
Fields in gov.nasa.worldwind.symbology declared as Size Modifier and Type Field Description protected SizeAbstractTacticalSymbol. iconSize -
Uses of Size in gov.nasa.worldwind.symbology.milstd2525
Fields in gov.nasa.worldwind.symbology.milstd2525 declared as Size Modifier and Type Field Description protected static SizeMilStd2525Util. ARCH_DOWN_SIZEprotected static SizeMilStd2525Util. ARCH_UP_SIZEprotected static SizeMilStd2525Util. CIRCLE_SIZEprotected static SizeMilStd2525Util. CLOVER_DOWN_SIZEprotected static SizeMilStd2525Util. CLOVER_SIZEprotected static SizeMilStd2525Util. CLOVER_UP_SIZEprotected static SizeMilStd2525Util. DIAMOND_SIZEprotected static SizeMilStd2525Util. HAT_DOWN_SIZEprotected static SizeMilStd2525Util. HAT_UP_SIZESizeMilStd2525Util.SymbolInfo. iconSizeprotected static SizeMilStd2525Util. RECTANGLE_SIZEprotected static SizeMilStd2525Util. SQUARE_SIZEprotected static SizeMilStd2525Util. TENT_DOWN_SIZEprotected static SizeMilStd2525Util. TENT_UP_SIZE -
Uses of Size in gov.nasa.worldwind.util.tree
Fields in gov.nasa.worldwind.util.tree declared as Size Modifier and Type Field Description protected SizeScrollFrame. activeSizeThe size of the active frame, minimized or maximized.protected static SizeScrollFrame. DEFAULT_MAXIMIZED_SIZEDefault size of the maximized frame.protected SizeScrollFrame. maximizedSizeThe size of the maximized frame.protected SizeScrollFrame. maxSizeThe maximum size of the frame.protected SizeScrollFrame. minimizedSizeThe size of the minimized frame.protected SizeWindowShadeAnimation. targetWindowSizeMethods in gov.nasa.worldwind.util.tree that return Size Modifier and Type Method Description protected SizeScrollFrame. getActiveSize()Indicates the size that applies to the frame for this frame, either the maximumed or the minimized size.SizeScrollFrame. getMaxSize()Indicates the maximum size of frame.SizeScrollFrame. getMinimizedSize()Indicates the size of the minimized tree frame.SizeScrollFrame. getSize()Get the size of tree frame.Methods in gov.nasa.worldwind.util.tree with parameters of type Size Modifier and Type Method Description protected booleanScrollFrame. isRelativeSize(Size size)Determines if the frame size is relative to the size of the scrollable content (as opposed to an absolute pixel value, or a fraction of the viewport).voidScrollFrame. setMaxSize(Size size)Specifies the maximum size of the frame.voidScrollFrame. setMinimizedSize(Size size)Specifies the size of the minimized tree frame.voidScrollFrame. setSize(Size size)Set the size of the frame.
-