gov.nasa.worldwind.render
Class ToolTipRenderer.ToolTipAttributes
java.lang.Object
gov.nasa.worldwind.render.ToolTipRenderer.ToolTipAttributes
- Enclosing class:
- ToolTipRenderer
protected static class ToolTipRenderer.ToolTipAttributes - extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
borderWidth
protected double borderWidth
font
protected Font font
insets
protected Insets insets
interiorColor
protected Color interiorColor
interiorOpacity
protected double interiorOpacity
outlineColor
protected Color outlineColor
outlineOpacity
protected double outlineOpacity
textColor
protected Color textColor
textOpacity
protected double textOpacity
ToolTipRenderer.ToolTipAttributes
public ToolTipRenderer.ToolTipAttributes(Font font,
Color textColor,
Color interiorColor,
Color outlineColor,
double textOpacity,
double interiorOpacity,
double outlineOpacity,
double borderWidth,
Insets insets)
getBorderWidth
public double getBorderWidth()
getFont
public Font getFont()
getInsets
public Insets getInsets()
getInteriorColor
public Color getInteriorColor()
getInteriorOpacity
public double getInteriorOpacity()
getOutlineColor
public Color getOutlineColor()
getOutlineOpacity
public double getOutlineOpacity()
getTextColor
public Color getTextColor()
getTextOpacity
public double getTextOpacity()
setBorderWidth
public void setBorderWidth(double borderWidth)
setFont
public void setFont(Font font)
setInsets
public void setInsets(Insets insets)
setInteriorColor
public void setInteriorColor(Color color)
setInteriorOpacity
public void setInteriorOpacity(double interiorOpacity)
setOutlineColor
public void setOutlineColor(Color color)
setOutlineOpacity
public void setOutlineOpacity(double outlineOpacity)
setTextColor
public void setTextColor(Color color)
setTextOpacity
public void setTextOpacity(double textOpacity)
|