Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.1.0)

E17492-02

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

java.lang.Object
  extended by oracle.adf.view.faces.bi.component.BIComplexAttributeBase
      extended by oracle.adf.view.faces.bi.component.graph.BaseAxis
All Implemented Interfaces:
javax.faces.component.StateHolder
Direct Known Subclasses:
BaseDataAxis, O1Axis

public abstract class BaseAxis
extends BIComplexAttributeBase


Field Summary
static org.apache.myfaces.trinidad.bean.PropertyKey LINE_COLOR_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey LINE_WIDTH_KEY
           
protected  java.awt.Color m_axisLineColor
           
protected  int m_axisLineWidth
           
protected  boolean m_rendered
           
static org.apache.myfaces.trinidad.bean.PropertyKey RENDERED_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey SCROLLING_KEY
           
static java.lang.String SCROLLING_KEY_NAME
           
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
BaseAxis()
           
 
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.
 java.lang.String getScrolling()
          Retrieves the scroll bar presence type of this axis.
 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.
 void setScrolling(java.lang.String scrolling)
          Specifies the scrolling type of this axis.
 
Methods inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase
applyProperties, getBooleanProperty, getFacesBean, getId, getParent, getProperty, getPropertyKey, getSetAttributeIndex, isTransient, isUpdated, processSetAttribute, processSetAttributeAndAdd, 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

SCROLLING_KEY

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

SCROLLING_KEY_NAME

public static final java.lang.String SCROLLING_KEY_NAME
See Also:
Constant Field Values

m_axisLineWidth

protected int m_axisLineWidth

m_axisLineColor

protected java.awt.Color m_axisLineColor

m_rendered

protected boolean m_rendered
Constructor Detail

BaseAxis

public BaseAxis()
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:
rendered - true to make it rendered, false to make it not rendered.

setScrolling

public void setScrolling(java.lang.String scrolling)
Specifies the scrolling type of this axis.

Viewable range can be set through axisMinValue and axisMaxValue attributes
Supported for Bar, Line, Area, Scatter, and Bubble graphs only.

Zoom range can be set through these APIs:
oracle.dss.graph.BaseDataAxis.setAxisZoomMaxValue()
oracle.dss.graph.BaseDataAxis.setAxisZoomMinValue()

"on" - scrolling is enabled. Scroll bar is always present
"off" - Scrolling is disabled.
"asNeeded" - scrolling is enabled, but scrollbar is not present initially with no space reserved. After zooming, the scrollbar becomes visible and it stays there for the session.
"hidden" - scrolling is enabled. Scroll bar is always hidden.

Parameters:
scrolling - The scrolling type.

getScrolling

public java.lang.String getScrolling()
Retrieves the scroll bar presence type of this axis.
Viewable range can be set through axisMinValue and axisMaxValue attributes

Zoom range can be set through these APIs:
oracle.dss.graph.BaseDataAxis.setAxisZoomMaxValue()
oracle.dss.graph.BaseDataAxis.setAxisZoomMinValue()

"on" - scrolling is enabled. Scroll bar is always present
"off" - Scrolling is disabled.
"asNeeded" - scrolling is enabled, but scrollbar is not present initially with no space reserved. After zooming, the scrollbar becomes visible and it stays there for the session.
"hidden" - scrolling is enabled. Scroll bar is always hidden.

Returns:
The scroll bar presence type.

resetStyleProperties

protected void resetStyleProperties()

getBeanType

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

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.1.0)

E17492-02

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