Package | Description |
---|---|
gov.nasa.worldwind.util.tree |
A tree control drawn in the WorldWindow.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicFrameAttributes
Basic implementation of
FrameAttributes set. |
Modifier and Type | Field and Description |
---|---|
protected FrameAttributes |
ScrollFrame.activeAttributes
Active attributes, either normal or highlight.
|
protected static FrameAttributes |
ScrollFrame.defaultAttributes
The attributes used if attributes are not specified.
|
protected FrameAttributes |
ScrollFrame.highlightAttributes
Attributes to use when the frame is highlighted.
|
protected FrameAttributes |
ScrollFrame.normalAttributes
Attributes to use when the frame is not highlighted.
|
Modifier and Type | Method and Description |
---|---|
FrameAttributes |
FrameAttributes.copy()
Returns a new FrameAttributes instance of the same type as this FrameAttributes, who's properties are
configured exactly as this FrameAttributes.
|
protected FrameAttributes |
ScrollFrame.getActiveAttributes()
Get the currently active frame attributes.
|
FrameAttributes |
ScrollFrame.getAttributes()
Indicates the frame attributes used to draw the frame when it is not highlighted.
|
FrameAttributes |
ScrollFrame.getHighlightAttributes()
Indicates the frame attributes used to draw the frame when it is highlighted.
|
Modifier and Type | Method and Description |
---|---|
void |
FrameAttributes.copy(FrameAttributes attributes)
Copies the specified FrameAttributes' properties into this object's properties.
|
void |
BasicFrameAttributes.copy(FrameAttributes attributes)
Copies the specified FrameAttributes' properties into this object's properties.
|
void |
ScrollFrame.setAttributes(FrameAttributes attributes)
Specifies the frame attributes used to draw the frame when it is not highlighted.
|
void |
ScrollFrame.setHighlightAttributes(FrameAttributes attributes)
Specifies the frame attributes used to draw the frame when it is highlighted.
|