|
OBEROn SDK | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.oberon.ooql.sdk.GraphValues.DataLabel
public class GraphValues.DataLabel
Defines a label for chart label axis or for a pie slice
| Constructor Summary | |
|---|---|
GraphValues.DataLabel(java.lang.String text)
|
|
GraphValues.DataLabel(java.lang.String text,
int offset,
boolean displayValue)
|
|
| Method Summary | |
|---|---|
int |
getOffSet()
Get the label offset |
java.lang.String |
getText()
Get the label text |
boolean |
isDisplayValues()
|
void |
setDisplayValues(boolean displayValue)
|
void |
setOffSet(int offset)
Set the label offset. |
void |
setText(java.lang.String text)
Set the label text |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GraphValues.DataLabel(java.lang.String text)
text - the label text
public GraphValues.DataLabel(java.lang.String text,
int offset,
boolean displayValue)
text - the label textoffset - the label offset respect to the chart label positiondisplayValue - true to show corresponding label values on the chart| Method Detail |
|---|
public void setText(java.lang.String text)
public java.lang.String getText()
public void setOffSet(int offset)
offset - the label offset respect to the chart label positionpublic int getOffSet()
public void setDisplayValues(boolean displayValue)
public boolean isDisplayValues()
|
OBEROn SDK | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||