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.
|
Modifier and Type | Method and Description |
---|---|
static void |
KMLExportUtil.exportDimension(javax.xml.stream.XMLStreamWriter xmlWriter,
Size dimension,
java.lang.String tagName)
Export a
Size as a KML element. |
Modifier and Type | Field and Description |
---|---|
protected Size |
BasicBalloonAttributes.maxSize
Indicates the maximum width and height of the balloon's shape in the viewport.
|
protected Size |
ScreenImage.size |
protected Size |
BasicBalloonAttributes.size
Indicates the width and height of the balloon's shape in the viewport.
|
protected Size |
AbstractBrowserBalloon.BrowserControl.size |
Modifier and Type | Method and Description |
---|---|
static Size |
Size.fromFraction(double widthFraction,
double heightFraction)
Creates a new size from explicit fraction dimensions.
|
static Size |
Size.fromPixels(int widthInPixels,
int heightInPixels)
Create a size from explicit pixel dimensions.
|
Size |
BasicBalloonAttributes.getMaximumSize()
Indicates the maximum width and height of the balloon's shape in the viewport.
|
Size |
BalloonAttributes.getMaximumSize()
Indicates the maximum width and height of the balloon's shape in the viewport.
|
Size |
ScreenImage.getSize()
Get the dimension to apply to the image.
|
Size |
BasicBalloonAttributes.getSize()
Indicates the width and height of the balloon's shape in the viewport.
|
Size |
BalloonAttributes.getSize()
Indicates the width and height of the balloon's shape in the viewport.
|
Size |
AbstractBrowserBalloon.BrowserControl.getSize() |
Modifier and Type | Method and Description |
---|---|
AbstractBrowserBalloon.BrowserControl |
AbstractBrowserBalloon.addBrowserControl(java.lang.String action,
Offset offset,
Size size,
java.lang.Object imageSource) |
void |
BasicBalloonAttributes.setMaximumSize(Size maxSize)
Specifies the maximum width and height of the balloon's shape in the viewport.
|
void |
BalloonAttributes.setMaximumSize(Size size)
Specifies the maximum width and height of the balloon's shape in the viewport.
|
void |
ScreenImage.setSize(Size size)
Set a dynamic dimension to apply to the image.
|
void |
BasicBalloonAttributes.setSize(Size size)
Specifies the width and height of the balloon's shape in the viewport.
|
void |
BalloonAttributes.setSize(Size size)
Specifies the width and height of the balloon's shape in the viewport.
|
void |
AbstractBrowserBalloon.BrowserControl.setSize(Size size) |
Constructor and Description |
---|
BrowserControl(java.lang.String action,
Offset offset,
Size size,
java.lang.Object imageSource) |
Modifier and Type | Field and Description |
---|---|
protected Size |
AbstractTacticalSymbol.iconSize |
Modifier and Type | Field and Description |
---|---|
protected static Size |
MilStd2525Util.ARCH_DOWN_SIZE |
protected static Size |
MilStd2525Util.ARCH_UP_SIZE |
protected static Size |
MilStd2525Util.CIRCLE_SIZE |
protected static Size |
MilStd2525Util.CLOVER_DOWN_SIZE |
protected static Size |
MilStd2525Util.CLOVER_SIZE |
protected static Size |
MilStd2525Util.CLOVER_UP_SIZE |
protected static Size |
MilStd2525Util.DIAMOND_SIZE |
protected static Size |
MilStd2525Util.HAT_DOWN_SIZE |
protected static Size |
MilStd2525Util.HAT_UP_SIZE |
Size |
MilStd2525Util.SymbolInfo.iconSize |
protected static Size |
MilStd2525Util.RECTANGLE_SIZE |
protected static Size |
MilStd2525Util.SQUARE_SIZE |
protected static Size |
MilStd2525Util.TENT_DOWN_SIZE |
protected static Size |
MilStd2525Util.TENT_UP_SIZE |
Modifier and Type | Field and Description |
---|---|
protected Size |
ScrollFrame.activeSize
The size of the active frame, minimized or maximized.
|
protected static Size |
ScrollFrame.DEFAULT_MAXIMIZED_SIZE
Default size of the maximized frame.
|
protected Size |
ScrollFrame.maximizedSize
The size of the maximized frame.
|
protected Size |
ScrollFrame.maxSize
The maximum size of the frame.
|
protected Size |
ScrollFrame.minimizedSize
The size of the minimized frame.
|
protected Size |
WindowShadeAnimation.targetWindowSize |
Modifier and Type | Method and Description |
---|---|
protected Size |
ScrollFrame.getActiveSize()
Indicates the size that applies to the frame for this frame, either the maximumed or the minimized size.
|
Size |
ScrollFrame.getMaxSize()
Indicates the maximum size of frame.
|
Size |
ScrollFrame.getMinimizedSize()
Indicates the size of the minimized tree frame.
|
Size |
ScrollFrame.getSize()
Get the size of tree frame.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
ScrollFrame.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).
|
void |
ScrollFrame.setMaxSize(Size size)
Specifies the maximum size of the frame.
|
void |
ScrollFrame.setMinimizedSize(Size size)
Specifies the size of the minimized tree frame.
|
void |
ScrollFrame.setSize(Size size)
Set the size of the frame.
|