| 
 | Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.4.0) E12063-05 | ||||||||
| 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.BaseBorderLine
public abstract class BaseBorderLine
| Field Summary | 
|---|
| Fields inherited from class oracle.dss.dataView.BaseComponentXML | 
|---|
| m_jsfHashMap | 
| Constructor Summary | |
|---|---|
| BaseBorderLine(CommonGraph graph) | |
| Method Summary | |
|---|---|
|  java.awt.Color | getLineColor()Retrieves the color for the object. | 
|  int | getLineStyle()Retrieves the style of the line. | 
|  int | getLineWidth()Retrieves the width of the object in pixels. | 
|  boolean | getStyleXML(boolean allProperties,
            oracle.dss.util.xml.ObjectNode node) | 
| abstract  boolean | isVisible() | 
| protected  void | resetStyle() | 
|  void | setLineColor(java.awt.Color newColor)Specifies the color for the object. | 
|  void | setLineStyle(int style)Specifies the style of the line. | 
|  void | setLineWidth(int width)Specifies the width of the object in pixels. | 
|  void | setStyleXML(oracle.dss.util.xml.ObjectNode node) | 
| abstract  void | setVisible(boolean visible) | 
| Methods inherited from class oracle.dss.dataView.BaseComponentXML | 
|---|
| getComponentName, 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 BaseBorderLine(CommonGraph graph)
graph - The graph that this object belongs to.| Method Detail | 
|---|
public java.awt.Color getLineColor()
public void setLineColor(java.awt.Color newColor)
newColor - The color for the object.public int getLineWidth()
public void setLineWidth(int width)
width - The width of the object in pixels.public int getLineStyle()
BaseGraphComponent.LS_SOLID, 
BaseGraphComponent.LS_DASH, 
BaseGraphComponent.LS_DOTTED, 
BaseGraphComponent.LS_DASH_DOTpublic void setLineStyle(int style)
style - The style of the line.BaseGraphComponent.LS_SOLID, 
BaseGraphComponent.LS_DASH, 
BaseGraphComponent.LS_DOTTED, 
BaseGraphComponent.LS_DASH_DOTprotected void resetStyle()
public abstract boolean isVisible()
public abstract void setVisible(boolean visible)
public boolean getStyleXML(boolean allProperties,
                           oracle.dss.util.xml.ObjectNode node)
getStyleXML in class BaseComponentXMLpublic void setStyleXML(oracle.dss.util.xml.ObjectNode node)
setStyleXML in class BaseComponentXML| 
 | Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.4.0) E12063-05 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||