public interface IStudy
Modifier and Type | Method and Description |
---|---|
java.awt.Color |
getColor()
Description goes here
|
java.lang.String |
getText()
Description goes here
|
java.lang.String |
getValue(int series)
Description goes here
|
boolean |
isBold()
Description goes here
|
boolean |
isIndented()
Description goes here
|
boolean |
isInteractive()
Description goes here
|
boolean |
isVisible()
Description goes here
|
void |
setBold(boolean value)
Description goes here
|
void |
setIndented(boolean value)
Description goes here
|
void |
setVisible(boolean value)
Description goes here
|
boolean isBold()
void setBold(boolean value)
value
- java.awt.Color getColor()
boolean isIndented()
void setIndented(boolean value)
value
- boolean isInteractive()
java.lang.String getText()
boolean isVisible()
void setVisible(boolean value)
value
- java.lang.String getValue(int series)
series
- 2014 Software FX, Inc. All Rights Reserved. Chart FX is a registered trademark of Software FX, Inc
All other names are trademarks or registered trademarks of their respective owners.