| 
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1) E12063-04  | 
||||||||
| 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.ParetoLine
public class ParetoLine
Implementation of the UIParetoLine interface.
 The pareto line shows cumulative percentages in a pareto graph.
 Application developers should code against the UIParetoLine
 interface and not directly against this class.
| Field Summary | 
|---|
| Fields inherited from class oracle.dss.dataView.BaseComponentXML | 
|---|
m_jsfHashMap | 
| Constructor Summary | |
|---|---|
ParetoLine(CommonGraph graph)
 | 
|
| Method Summary | |
|---|---|
 java.awt.Color | 
getColor()
Retrieves the fill color of the line.  | 
protected  java.lang.String | 
getComponentName()
 | 
 int | 
getLineStyle()
Retrieves the style of the pareto line.  | 
 int | 
getMarkerShape()
Retrieves the shape of the markers along this ParetoLine. | 
 boolean | 
getStyleXML(boolean allProperties,
            oracle.dss.util.xml.ObjectNode node)
 | 
 int | 
getWidth()
Retrieves the width of this ParetoLine. | 
protected  void | 
resetStyle()
 | 
 void | 
setColor(java.awt.Color color)
Specifies the fill color for the line.  | 
 void | 
setLineStyle(int style)
Specifies the style of the pareto line.  | 
 void | 
setMarkerShape(int shape)
Specifies the shape for the markers along this ParetoLine. | 
 void | 
setStyleXML(oracle.dss.util.xml.ObjectNode node)
 | 
 void | 
setWidth(int width)
Specifies the width of this ParetoLine, in pixels. | 
| 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 ParetoLine(CommonGraph graph)
graph - The graph that this object belongs to.| Method Detail | 
|---|
public void setColor(java.awt.Color color)
setColor in interface UIParetoLinecolor - The fill color for the line.public java.awt.Color getColor()
getColor in interface UIParetoLinepublic void setWidth(int width)
ParetoLine, in pixels.
setWidth in interface UIParetoLinecolor - The width of the line.public int getWidth()
ParetoLine.
getWidth in interface UIParetoLinepublic void setLineStyle(int style)
setLineStyle in interface UIParetoLinestyle - style of pareto lineBaseGraphComponent.LS_SOLID, 
BaseGraphComponent.LS_DASH, 
BaseGraphComponent.LS_DOTTED, 
BaseGraphComponent.LS_DASH_DOTpublic int getLineStyle()
getLineStyle in interface UIParetoLineBaseGraphComponent.LS_SOLID, 
BaseGraphComponent.LS_DASH, 
BaseGraphComponent.LS_DOTTED, 
BaseGraphComponent.LS_DASH_DOTpublic void setMarkerShape(int shape)
ParetoLine.
setMarkerShape in interface UIParetoLineshape - 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_UPpublic int getMarkerShape()
ParetoLine.
getMarkerShape in interface UIParetoLineParetoLine.
          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_UPprotected java.lang.String getComponentName()
getComponentName in class BaseComponentXMLpublic 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 BaseComponentXMLprotected void resetStyle()
  | 
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1) E12063-04  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||