Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.0.0)

E12063-01


oracle.adf.view.faces.bi.component.graph
Class O1Axis

java.lang.Object
  extended by oracle.adf.view.faces.bi.component.BIComplexAttributeBase
      extended by oracle.adf.view.faces.bi.component.graph.O1Axis

All Implemented Interfaces:
javax.faces.component.StateHolder

public class O1Axis
extends BIComplexAttributeBase
Since:
11.0

Field Summary
static org.apache.myfaces.trinidad.bean.PropertyKey LINE_COLOR_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey LINE_WIDTH_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey RENDERED_KEY
           
static org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
           

 

Fields inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase
ID_KEY, m_parent, TRANSIENT_KEY

 

Constructor Summary
O1Axis()
           

 

Method Summary
protected  org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
           
 java.awt.Color getLineColor()
          Retrieves the color for the object.
 int getLineWidth()
          Retrieves the width of the object in pixels.
 boolean isRendered()
          Indicates whether the title is rendered.
protected  void resetStyleProperties()
           
 void setLineColor(java.awt.Color newColor)
          Specifies the color for the object.
 void setLineWidth(int width)
          Specifies the width of the object in pixels.
 void setRendered(boolean rendered)
          Specifies whether the title is rendered.

 

Methods inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase
applyProperties, getBooleanProperty, getFacesBean, getId, getParent, getProperty, getPropertyKey, isTransient, isUpdated, restoreState, saveState, setBooleanProperty, setId, setParent, setProperty, setTransient, setUpdated

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

TYPE

public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE

LINE_COLOR_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey LINE_COLOR_KEY

LINE_WIDTH_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey LINE_WIDTH_KEY

RENDERED_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey RENDERED_KEY

Constructor Detail

O1Axis

public O1Axis()

Method Detail

getLineColor

public java.awt.Color getLineColor()
Retrieves the color for the object.
Returns:
The color for the object.

setLineColor

public void setLineColor(java.awt.Color newColor)
Specifies the color for the object.
Parameters:
newColor - The color for the object.

getLineWidth

public int getLineWidth()
Retrieves the width of the object in pixels.
Returns:
The width of the object in pixels.

setLineWidth

public void setLineWidth(int width)
Specifies the width of the object in pixels.
Parameters:
width - The width of the object in pixels.

isRendered

public boolean isRendered()
Indicates whether the title is rendered.
Returns:
true if it is rendered, false if it is not rendered.

setRendered

public void setRendered(boolean rendered)
Specifies whether the title is rendered.
Parameters:
yesNo - true to make it rendered, false to make it not rendered.

resetStyleProperties

protected void resetStyleProperties()

getBeanType

protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
Specified by:
getBeanType in class BIComplexAttributeBase

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.0.0)

E12063-01


Copyright © 1997, 2008, Oracle. All rights reserved.