Skip navigation links

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

E12063-10


oracle.adf.view.faces.bi.component.chart
Class UIAxisBase

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by org.apache.myfaces.trinidad.component.UIXComponent
          extended by org.apache.myfaces.trinidad.component.UIXComponentBase
              extended by oracle.adf.view.faces.bi.component.chart.UIAxisBase

All Implemented Interfaces:
javax.faces.component.StateHolder
Direct Known Subclasses:
UIXAxis, UIYAxisBase

public abstract class UIAxisBase
extends org.apache.myfaces.trinidad.component.UIXComponentBase

Abstract base class defining axis properties.


Field Summary
static org.apache.myfaces.trinidad.bean.PropertyKey BASELINE_SCALING_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey MAJOR_INCREMENT_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey MINIMUM_INCREMENT_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey MINOR_INCREMENT_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey TITLE_KEY
           
static org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
           

 

Fields inherited from class org.apache.myfaces.trinidad.component.UIXComponentBase
BINDING_KEY, ID_KEY, RENDERED_KEY, RENDERER_TYPE_KEY, TRANSIENT_KEY

 

Fields inherited from class javax.faces.component.UIComponent
bindings

 

Constructor Summary
UIAxisBase()
           

 

Method Summary
 java.lang.String getBaselineScaling()
          Returns whether the axis baseline starts at the minimum value of the data or at zero.
protected  org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
           
 java.lang.Number getMajorIncrement()
          Returns the increment for the major ticks of the axis.
 java.lang.Number getMinimumIncrement()
          Returns the minimum increment between tick marks.
 java.lang.Number getMinorIncrement()
          Returns the increment for the minor ticks of the axis.
 java.lang.String getTitle()
          Returns the axis title.
 void setBaselineScaling(java.lang.String baselineScaling)
          Specifies whether the axis baseline starts at the minimum value of the data or at zero.
 void setMajorIncrement(java.lang.Number value)
          Specifies the increment for the major ticks of the axis.
 void setMinimumIncrement(java.lang.Number value)
          Specifies the minimum increment between tick marks.
 void setMinorIncrement(java.lang.Number value)
          Specifies the increment for the minor ticks of the axis.
 void setTitle(java.lang.String title)
          Specifies the axis title.

 

Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponentBase
adaptMethodBinding, addAttributeChange, addAttributeChangeListener, addComponentChange, addComponentChange, addComponentChangeFilter, addFacesListener, broadcast, broadcastToMethodBinding, broadcastToMethodExpression, createFacesBean, decode, decodeChildren, decodeChildrenImpl, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributeChangeListener, getAttributeChangeListeners, getAttributes, getBooleanProperty, getChildCount, getChildren, getClientId, getComponentChangeFilters, getContainerClientId, getFacesBean, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacetNames, getFacets, getFacetsAndChildren, getFamily, getId, getIntProperty, getLifecycleRenderer, getParent, getProperty, getPropertyKey, getRenderedFacetsAndChildren, getRenderer, getRendererType, getRendersChildren, getValueBinding, getValueExpression, invokeOnChildrenComponents, invokeOnComponent, invokeOnNamingContainerComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeAttributeChangeListener, removeComponentChangeFilter, removeFacesListener, restoreState, satisfiesPartialTrigger, saveState, setAttributeChangeListener, setAttributeChangeListener, setBooleanProperty, setId, setIntProperty, setParent, setProperty, setRendered, setRendererType, setTransient, setValueBinding, setValueExpression, toString, updateChildren, updateChildrenImpl, validateChildren, validateChildrenImpl

 

Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponent
addPartialTarget, defaultGetRenderedFacetsAndChildren, encodeFlattenedChild, encodeFlattenedChildren, getLogicalParent, getLogicalParent, isVisitable, partialEncodeVisit, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, setPartialTarget, setUpEncodingContext, setupVisitingContext, tearDownEncodingContext, tearDownVisitingContext, visitTree, visitTree

 

Methods inherited from class javax.faces.component.UIComponent
encodeAll, getContainerClientId

 

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

 

Field Detail

TYPE

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

BASELINE_SCALING_KEY

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

MAJOR_INCREMENT_KEY

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

MINIMUM_INCREMENT_KEY

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

MINOR_INCREMENT_KEY

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

TITLE_KEY

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

Constructor Detail

UIAxisBase

public UIAxisBase()

Method Detail

getBeanType

protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
Overrides:
getBeanType in class org.apache.myfaces.trinidad.component.UIXComponentBase

getBaselineScaling

public final java.lang.String getBaselineScaling()
Returns whether the axis baseline starts at the minimum value of the data or at zero. Valid values are "min" and "zero" (default). Only applies to numerical data axes.

setBaselineScaling

public final void setBaselineScaling(java.lang.String baselineScaling)
Specifies whether the axis baseline starts at the minimum value of the data or at zero. Valid values are "min" and "zero" (default). Only applies to numerical data axes.

getMajorIncrement

public final java.lang.Number getMajorIncrement()
Returns the increment for the major ticks of the axis. If not specified, this value will be calculated based on the data set provided.

setMajorIncrement

public final void setMajorIncrement(java.lang.Number value)
Specifies the increment for the major ticks of the axis. If not specified, this value will be calculated based on the data set provided.

getMinimumIncrement

public final java.lang.Number getMinimumIncrement()
Returns the minimum increment between tick marks. If not specified, this value will be calculated based on the data set provided. Only applies to numerical axes.

setMinimumIncrement

public final void setMinimumIncrement(java.lang.Number value)
Specifies the minimum increment between tick marks. If not specified, this value will be calculated based on the data set provided. Only applies to numerical axes.

getMinorIncrement

public final java.lang.Number getMinorIncrement()
Returns the increment for the minor ticks of the axis. If not specified, this value will be calculated based on the data set provided.

setMinorIncrement

public final void setMinorIncrement(java.lang.Number value)
Specifies the increment for the minor ticks of the axis. If not specified, this value will be calculated based on the data set provided.

getTitle

public final java.lang.String getTitle()
Returns the axis title.

setTitle

public final void setTitle(java.lang.String title)
Specifies the axis title.

Skip navigation links

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

E12063-10


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