|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Label | |
---|---|
uk.co.concise.maven.hdc.dao | |
uk.co.concise.maven.hdc.model | |
uk.co.concise.maven.hdc.report |
Uses of Label in uk.co.concise.maven.hdc.dao |
---|
Methods in uk.co.concise.maven.hdc.dao that return Label | |
---|---|
Label |
LabelDao.findByChartAndText(Chart chart,
java.lang.String text)
Returns a label. |
Methods in uk.co.concise.maven.hdc.dao with parameters of type Label | |
---|---|
void |
LabelDao.saveOrUpdateLabel(Label label)
Persists a label or updates if it was already persisted. |
Uses of Label in uk.co.concise.maven.hdc.model |
---|
Methods in uk.co.concise.maven.hdc.model that return Label | |
---|---|
Label |
Point.getLabel()
|
Methods in uk.co.concise.maven.hdc.model with parameters of type Label | |
---|---|
void |
Point.setLabel(Label label)
|
Uses of Label in uk.co.concise.maven.hdc.report |
---|
Methods in uk.co.concise.maven.hdc.report with parameters of type Label | |
---|---|
protected org.jfree.data.XYDataset |
TimeChart.createDataSet(Label label)
Creates the data set for a label. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |