NASA World Wind

gov.nasa.worldwind.render
Class ToolTipRenderer.ToolTipAttributes

java.lang.Object
  extended by gov.nasa.worldwind.render.ToolTipRenderer.ToolTipAttributes
Enclosing class:
ToolTipRenderer

protected static class ToolTipRenderer.ToolTipAttributes
extends Object


Field Summary
protected  double borderWidth
           
protected  Font font
           
protected  Insets insets
           
protected  Color interiorColor
           
protected  double interiorOpacity
           
protected  Color outlineColor
           
protected  double outlineOpacity
           
protected  Color textColor
           
protected  double textOpacity
           
 
Constructor Summary
ToolTipRenderer.ToolTipAttributes(Font font, Color textColor, Color interiorColor, Color outlineColor, double textOpacity, double interiorOpacity, double outlineOpacity, double borderWidth, Insets insets)
           
 
Method Summary
 double getBorderWidth()
           
 Font getFont()
           
 Insets getInsets()
           
 Color getInteriorColor()
           
 double getInteriorOpacity()
           
 Color getOutlineColor()
           
 double getOutlineOpacity()
           
 Color getTextColor()
           
 double getTextOpacity()
           
 void setBorderWidth(double borderWidth)
           
 void setFont(Font font)
           
 void setInsets(Insets insets)
           
 void setInteriorColor(Color color)
           
 void setInteriorOpacity(double interiorOpacity)
           
 void setOutlineColor(Color color)
           
 void setOutlineOpacity(double outlineOpacity)
           
 void setTextColor(Color color)
           
 void setTextOpacity(double textOpacity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ToolTipRenderer.ToolTipAttributes

public ToolTipRenderer.ToolTipAttributes(Font font,
                                         Color textColor,
                                         Color interiorColor,
                                         Color outlineColor,
                                         double textOpacity,
                                         double interiorOpacity,
                                         double outlineOpacity,
                                         double borderWidth,
                                         Insets insets)
Method Detail

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)

NASA World Wind

Hosted by docs.bugaco.com