|
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.QuadrantLine
Divides the plot area of a bubble graph into sections.
| Method Summary | |
java.awt.Color |
getLineColor()Retrieves the color of all of the quadrant lines in the graph. |
int |
getLineWidth()Retrieves the width of each of the quadrant lines in pixels. |
int |
getQuadrantLineCountX()Retrieves the total count of quadrant lines on the X-axis. |
int |
getQuadrantLineCountY()Retrieves the total count of quadrant lines on the Y-axis. |
double |
getQuadrantLineValueX(int whichLine)Retrieves the position of a quadrant line on the X-axis. |
double |
getQuadrantLineValueY(int whichLine)Retrieves the position of a quadrant line on the Y-axis. |
boolean |
isVisible()Indicates whether all of the quadrant lines are visible. |
boolean |
selectObject(int series, int group)Selects this quadrant line in the graph. |
void |
setLineColor(java.awt.Color newColor)Specifies the color of all of the quadrant lines in the graph. |
void |
setLineWidth(int width)Specifies the width of each of the quadrant lines in pixels. |
void |
setQuadrantLineCountX(int count)Specifies the total count of quadrant lines on the X-axis. |
void |
setQuadrantLineCountY(int count)Specifies the total count of quadrant lines on the Y-axis. |
void |
setQuadrantLineValueX(int whichLine, double position)Specifies the position of a quadrant line on the X-axis. |
void |
setQuadrantLineValueY(int whichLine, double position)Specifies the position of a quadrant line on the Y-axis. |
void |
setVisible(boolean visible)Specifies whether all of the quadrant lines are visible. |
| Method Detail |
public boolean selectObject(int series,
int group)
selectObject in class BaseGraphComponentseries - Any integer.group - Any integer.true if successful, false if not.public java.awt.Color getLineColor()
getLineColor in interface Linepublic void setLineColor(java.awt.Color newColor)
setLineColor in interface LinenewColor - The color of all of the quadrant lines in the graph.public int getLineWidth()
getLineWidth in interface Linepublic void setLineWidth(int width)
setLineWidth in interface Linewidth - The width of each of the quadrant lines in pixels.public int getQuadrantLineCountX()
public void setQuadrantLineCountX(int count)
count - The total count of quadrant lines on the X-axis.public int getQuadrantLineCountY()
public void setQuadrantLineCountY(int count)
count - The total count of quadrant lines on the Y-axis.public double getQuadrantLineValueX(int whichLine)
whichLine - The index of the quadrant line.
public void setQuadrantLineValueX(int whichLine,
double position)
whichLine - The index of the quadrant line.position - The position of the quadrant line on the X-axis.public double getQuadrantLineValueY(int whichLine)
whichLine - The index of the quadrant line.
public void setQuadrantLineValueY(int whichLine,
double position)
whichLine - The index of the quadrant line.position - The position of the quadrant line on the Y-axis.public boolean isVisible()
isVisible in interface Visibletrue if they are visible, false if they are invisible.public void setVisible(boolean visible)
setVisible in interface Visiblevisible - true to make them visible, false to make them invisible.
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||