|
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.Y3DMarkerGrid
A set of lines on 3-D markers in the graph. It shows regular intervals of data values along the Y edge of a 3-D graph.
| Method Summary | |
java.awt.Color |
getLineColor()Retrieves the color for the lines of this marker grid. |
int |
getLineWidth()Retrieves the width for the lines of this marker grid, in pixels. |
boolean |
selectObject(int series, int group)Selects the Y-axis marker grid in the graph. |
void |
setLineColor(java.awt.Color newColor)Specifies the color for the lines of this marker grid. |
void |
setLineWidth(int width)Specifies the width for the lines of this marker grid, in pixels. |
| Method Detail |
public boolean selectObject(int series,
int group)
selectObject in class BaseGraphComponentseries - Any integer.group - Any integer.true if it is successful, false if it is not.public java.awt.Color getLineColor()
getLineColor in interface Linepublic void setLineColor(java.awt.Color newColor)
setLineColor in interface LinenewColor - The color for the lines of this marker grid.public int getLineWidth()
getLineWidth in interface Linepublic void setLineWidth(int width)
setLineWidth in interface Linewidth - The width for the lines of this grid, in pixels.
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||