public interface Border
| Modifier and Type | Method and Description |
|---|---|
java.awt.Color |
getBorderColor()
Retrieves the border color for the graph.
|
boolean |
isBorderTransparent()
Indicates whether the border of the graph is transparent.
|
void |
setBorderColor(java.awt.Color newColor)
Specifies the border color for the graph.
|
void |
setBorderTransparent(boolean yesNo)
Specifies whether the border of the graph is transparent.
|
java.awt.Color getBorderColor()
void setBorderColor(java.awt.Color newColor)
newColor - The border color for the graph.boolean isBorderTransparent()
true if it is transparent, false if it
is visible.void setBorderTransparent(boolean yesNo)
yesNo - true to make it transparent, false
to make it visible.