|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
oracle.dss.graph.BaseGraphComponent
|
+--oracle.dss.graph.BaseLegendMarker
|
+--oracle.dss.graph.LegendMarker
A marker in the legend. Each legend marker corresponds to a series of data in the graph.
Graph.isDataRowShownAsASeries(), Graph.setDataRowShownAsASeries(boolean)| Method Summary | |
int |
getMaxSize()Deprecated. As of 2.6.0.18, replaced by BaseLegendMarker.getSize(). |
boolean |
selectObject(int series, int group)Selects this legend marker in the graph. |
void |
setMaxSize(int size)Deprecated. As of 2.6.0.18, replaced by BaseLegendMarker.setSize(int). |
| Methods inherited from class oracle.dss.graph.BaseLegendMarker |
getSize, setSize |
| Method Detail |
public boolean selectObject(int series,
int group)
series component, the parameter value for group is irrelevant.selectObject in class BaseGraphComponentseries - The series in the graph that this legend marker belongs to.group - Any integer.true if successful, false if not.public void setMaxSize(int size)
BaseLegendMarker.setSize(int).setSize method sets the exact size in pixels.public int getMaxSize()
BaseLegendMarker.getSize().
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||