protected static class ToolTipRenderer.ToolTipAttributes extends Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
ToolTipAttributes(Font font,
Color textColor,
Color interiorColor,
Color outlineColor,
double textOpacity,
double interiorOpacity,
double outlineOpacity,
double borderWidth,
Insets insets) |
Modifier and Type | Method and Description |
---|---|
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) |
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
public double getBorderWidth()
public Font getFont()
public Insets getInsets()
public Color getInteriorColor()
public double getInteriorOpacity()
public Color getOutlineColor()
public double getOutlineOpacity()
public Color getTextColor()
public double getTextOpacity()
public void setBorderWidth(double borderWidth)
public void setFont(Font font)
public void setInsets(Insets insets)
public void setInteriorColor(Color color)
public void setInteriorOpacity(double interiorOpacity)
public void setOutlineColor(Color color)
public void setOutlineOpacity(double outlineOpacity)
public void setTextColor(Color color)
public void setTextOpacity(double textOpacity)