public static class AbstractBrowserBalloon.BrowserControl extends AVListImpl
Modifier and Type | Field and Description |
---|---|
protected Color |
color |
protected static Color |
DEFAULT_COLOR |
protected static Color |
DEFAULT_HIGHLIGHT_COLOR |
protected Color |
highlightColor |
protected Object |
imageSource |
protected Offset |
offset |
protected Size |
size |
protected WWTexture |
texture |
protected boolean |
visible |
Constructor and Description |
---|
BrowserControl(String action,
Offset offset,
Object imageSource) |
BrowserControl(String action,
Offset offset,
Size size,
Object imageSource) |
Modifier and Type | Method and Description |
---|---|
String |
getAction() |
Color |
getColor() |
Color |
getHighlightColor() |
Object |
getImageSource() |
Offset |
getOffset() |
Size |
getSize() |
protected WWTexture |
getTexture() |
boolean |
isVisible() |
void |
setAction(String action) |
void |
setColor(Color color) |
void |
setHighlightColor(Color highlightColor) |
void |
setImageSource(Object imageSource) |
void |
setOffset(Offset offset) |
void |
setSize(Size size) |
void |
setVisible(boolean visible) |
addPropertyChangeListener, addPropertyChangeListener, clearList, copy, firePropertyChange, firePropertyChange, getBooleanValue, getBooleanValue, getChangeSupport, getDoubleValue, getDoubleValue, getEntries, getIntegerValue, getIntegerValue, getLongValue, getLongValue, getRestorableStateForAVPair, getStringValue, getStringValue, getStringValue, getValue, getValues, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValues
protected Color color
protected static final Color DEFAULT_COLOR
protected static final Color DEFAULT_HIGHLIGHT_COLOR
protected Color highlightColor
protected Object imageSource
protected Offset offset
protected Size size
protected WWTexture texture
protected boolean visible
public String getAction()
public Color getColor()
public Color getHighlightColor()
public Object getImageSource()
public Offset getOffset()
public Size getSize()
protected WWTexture getTexture()
public boolean isVisible()
public void setAction(String action)
public void setColor(Color color)
public void setHighlightColor(Color highlightColor)
public void setImageSource(Object imageSource)
public void setOffset(Offset offset)
public void setSize(Size size)
public void setVisible(boolean visible)