|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface LinkedShapePainter
Painter that can create shapes that have hyperlinks attached to them.
| Method Summary | |
|---|---|
Object |
getData(int dataset,
int index)
Gets the data object bound at the specified indexes. |
int |
getDatasetCount()
Gets the number of datasets that this painter renders. |
int |
getDatasetSize()
Gets the number of entries in each dataset that this painter renders. |
Shape[] |
getShapes(int dataset,
int index)
Gets the shapes that define the outline of the graphical element that represents the data value at the specified indexes. |
| Methods inherited from interface inetsoft.report.Painter |
|---|
getPreferredSize, isScalable, paint |
| Method Detail |
|---|
int getDatasetCount()
-1 if
this painter is not bound.int getDatasetSize()
-1
if this painter is not bound.
Object getData(int dataset,
int index)
dataset - the index of the dataset.index - the index of the data value in the dataset.
Shape[] getShapes(int dataset,
int index)
dataset - the index of the dataset.index - the index of the data value in the dataset.
null
if shapes exist for the specified data point.
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||