|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.dss.dataView.BaseComponentXML
oracle.dss.graph.BaseGraphComponent
oracle.dss.graph.QuadrantLine
public class QuadrantLine
Divides the plot area of a bubble graph into sections.
Field Summary | |
---|---|
protected int |
lineColor
|
protected int |
lineWidth
|
protected int |
quadrantLineCountX
|
protected int |
quadrantLineCountY
|
protected double |
quadrantLineValueX
|
protected double |
quadrantLineValueY
|
protected boolean |
visible
|
Fields inherited from class oracle.dss.dataView.BaseComponentXML |
---|
m_jsfHashMap |
Constructor Summary | |
---|---|
QuadrantLine(CommonGraph graph)
|
Method Summary | |
---|---|
protected java.lang.String |
getComponentName()
|
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. |
protected boolean |
getStyleXML(boolean allProperties,
oracle.dss.util.xml.ContainerNode node)
|
protected boolean |
getXML(boolean allProperties,
oracle.dss.util.xml.ObjectNode parent)
|
boolean |
isVisible()
Indicates whether all of the quadrant lines are visible. |
protected void |
resetStyle()
|
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. |
protected void |
setStyleXML(oracle.dss.util.xml.ContainerNode node)
|
void |
setVisible(boolean visible)
Specifies whether all of the quadrant lines are visible. |
protected void |
setXML(oracle.dss.util.xml.ContainerNode node)
|
Methods inherited from class oracle.dss.dataView.BaseComponentXML |
---|
getNonstyleXML, getStyleXML, getStyleXML, getXML, setNonstyleXML, setNonstyleXML, setStyleXML, setXML, setXML, setXML, setXML |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected boolean visible
protected int lineColor
protected int lineWidth
protected int quadrantLineCountX
protected int quadrantLineCountY
protected double quadrantLineValueX
protected double quadrantLineValueY
Constructor Detail |
---|
public QuadrantLine(CommonGraph graph)
graph
- The graph that this object belongs to.Method Detail |
---|
public boolean selectObject(int series, int group)
selectObject
in class BaseGraphComponent
series
- Any integer.group
- Any integer.
true
if successful, false
if not.public java.awt.Color getLineColor()
getLineColor
in interface Line
public void setLineColor(java.awt.Color newColor)
setLineColor
in interface Line
newColor
- The color of all of the quadrant lines in the graph.public int getLineWidth()
getLineWidth
in interface Line
public void setLineWidth(int width)
setLineWidth
in interface Line
width
- 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 Visible
true
if they are visible, false
if they
are invisible.public void setVisible(boolean visible)
setVisible
in interface Visible
visible
- true
to make them visible, false
to make them invisible.protected java.lang.String getComponentName()
getComponentName
in class BaseComponentXML
protected boolean getXML(boolean allProperties, oracle.dss.util.xml.ObjectNode parent)
protected boolean getStyleXML(boolean allProperties, oracle.dss.util.xml.ContainerNode node)
protected void setXML(oracle.dss.util.xml.ContainerNode node)
protected void setStyleXML(oracle.dss.util.xml.ContainerNode node)
protected void resetStyle()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |