|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.co.concise.maven.hdc.model.Label
public class Label
A label in a chart. A label is associated with measure points for that label.
| Constructor Summary | |
|---|---|
Label()
|
|
| Method Summary | |
|---|---|
Chart |
getChart()
|
long |
getId()
Returns the unique id. |
java.util.Set |
getPoints()
|
java.lang.String |
getText()
The label text. |
void |
setChart(Chart chart)
|
void |
setPoints(java.util.Set points)
|
void |
setText(java.lang.String label)
The label text. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Label()
| Method Detail |
|---|
public long getId()
public java.lang.String getText()
public void setText(java.lang.String label)
label - the label text.public Chart getChart()
public void setChart(Chart chart)
chart - The chart to set.public java.util.Set getPoints()
public void setPoints(java.util.Set points)
points - The points to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||