|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Data model for the Gauge Control
Method Summary | |
double |
getAmount(int index)
Returns the absolute amount of the given segment. |
ClientHandler |
getClientHandler(int index)
Returns a set of client Handlers for this segment |
Color |
getColor(int index)
Returns the color of the given segment |
java.lang.String |
getHyperlink(int index)
Returns a hyperlink for the given segment |
java.lang.String |
getTarget(int index)
Returns the target where to open the hyperlink |
java.lang.String |
getText()
Returns the text that should be displayed next to the gauge |
java.lang.String |
getTooltip(int index)
Returns the tooltip text for the given segment |
int |
size()
Returns the number of segments of the gauge |
Method Detail |
public java.lang.String getText()
null
public double getAmount(int index)
index
- segments index
public java.lang.String getTooltip(int index)
index
- segments index
null
public java.lang.String getHyperlink(int index)
index
- segment index
null
public java.lang.String getTarget(int index)
index
- segment index
null
public ClientHandler getClientHandler(int index)
index
- segment index
null
public Color getColor(int index)
index
- segments index
public int size()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |