|
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.ParetoMarker
public class ParetoMarker
The marker along the pareto line.
Field Summary |
---|
Fields inherited from class oracle.dss.dataView.BaseComponentXML |
---|
m_jsfHashMap |
Constructor Summary | |
---|---|
ParetoMarker(CommonGraph graph)
|
Method Summary | |
---|---|
protected java.lang.String |
getComponentName()
|
java.awt.Color |
getFillColor()
Retrieves the fill color of the marker. |
int |
getMarkerShape()
Retrieves the shape of the markers. |
boolean |
getStyleXML(boolean allProperties,
oracle.dss.util.xml.ObjectNode node)
|
protected void |
resetStyle()
|
void |
setFillColor(java.awt.Color color)
Specifies the fill color for the marker. |
void |
setMarkerShape(int shape)
Specifies the shape for the markers. |
void |
setStyleXML(oracle.dss.util.xml.ObjectNode node)
|
Methods inherited from class oracle.dss.dataView.BaseComponentXML |
---|
getNonstyleXML, getStyleXML, getXML, setNonstyleXML, setNonstyleXML, setXML, setXML, setXML, setXML |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ParetoMarker(CommonGraph graph)
graph
- The graph that this object belongs to.Method Detail |
---|
public void setFillColor(java.awt.Color color)
setFillColor
in interface UIFillColor
color
- The fill color for the marker.public java.awt.Color getFillColor()
getFillColor
in interface UIFillColor
public void setMarkerShape(int shape)
shape
- A constant that identifies the shape to use.
Valid constants are listed in the See Also section.BaseGraphComponent.MS_NONE
,
BaseGraphComponent.MS_CIRCLE
,
BaseGraphComponent.MS_DIAMOND
,
BaseGraphComponent.MS_PLUS
,
BaseGraphComponent.MS_SQUARE
,
BaseGraphComponent.MS_TRIANGLE_DOWN
,
BaseGraphComponent.MS_TRIANGLE_UP
public int getMarkerShape()
ParetoLine
.
Possible constants are listed in the See Also section.BaseGraphComponent.MS_NONE
,
BaseGraphComponent.MS_CIRCLE
,
BaseGraphComponent.MS_DIAMOND
,
BaseGraphComponent.MS_PLUS
,
BaseGraphComponent.MS_SQUARE
,
BaseGraphComponent.MS_TRIANGLE_DOWN
,
BaseGraphComponent.MS_TRIANGLE_UP
protected java.lang.String getComponentName()
getComponentName
in class BaseComponentXML
public void setStyleXML(oracle.dss.util.xml.ObjectNode node)
setStyleXML
in class BaseComponentXML
public boolean getStyleXML(boolean allProperties, oracle.dss.util.xml.ObjectNode node)
getStyleXML
in class BaseComponentXML
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 |