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 UIYAxisBase

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
                  extended by oracle.adf.view.faces.bi.component.chart.UIYAxisBase

All Implemented Interfaces:
javax.faces.component.StateHolder
Direct Known Subclasses:
UIY2Axis, UIYAxis

public abstract class UIYAxisBase
extends UIAxisBase

Abstract base class defining y axis properties.


Field Summary
static org.apache.myfaces.trinidad.bean.PropertyKey DATA_MAXIMUM_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey DATA_MINIMUM_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey MAXIMUM_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey MINIMUM_KEY
           
static org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
           

 

Fields inherited from class oracle.adf.view.faces.bi.component.chart.UIAxisBase
BASELINE_SCALING_KEY, MAJOR_INCREMENT_KEY, MINIMUM_INCREMENT_KEY, MINOR_INCREMENT_KEY, TITLE_KEY

 

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
UIYAxisBase()
           

 

Method Summary
protected  org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
           
 java.lang.Number getDataMaximum()
          Returns the maximum data value corresponding to an axis.
 java.lang.Number getDataMinimum()
          Returns the minimum data value corresponding to an axis.
 java.lang.Number getMaximum()
          Returns the maximum value of the axis.
 java.lang.Number getMinimum()
          Returns the minimum value of the axis.
 void setDataMaximum(java.lang.Number value)
          Specifies the maximum data value corresponding to an axis.
 void setDataMinimum(java.lang.Number value)
          Specifies the minimum data value corresponding to an axis.
 void setMaximum(java.lang.Number value)
          Specifies the maximum value of the axis.
 void setMinimum(java.lang.Number value)
          Specifies the minimum value of the axis.

 

Methods inherited from class oracle.adf.view.faces.bi.component.chart.UIAxisBase
getBaselineScaling, getMajorIncrement, getMinimumIncrement, getMinorIncrement, getTitle, setBaselineScaling, setMajorIncrement, setMinimumIncrement, setMinorIncrement, setTitle

 

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

DATA_MINIMUM_KEY

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

DATA_MAXIMUM_KEY

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

MINIMUM_KEY

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

MAXIMUM_KEY

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

Constructor Detail

UIYAxisBase

public UIYAxisBase()

Method Detail

getBeanType

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

getDataMinimum

public final java.lang.Number getDataMinimum()
Returns the minimum data value corresponding to an axis. If specified, the automatic axis extent calculation will use this value. Only applies to numerical axes.

setDataMinimum

public final void setDataMinimum(java.lang.Number value)
Specifies the minimum data value corresponding to an axis. The automatic axis extent calculation uses this value. Only applies to numerical axes.

getDataMaximum

public final java.lang.Number getDataMaximum()
Returns the maximum data value corresponding to an axis. If specified, the automatic axis extent calculation will use this value. Only applies to numerical axes.

setDataMaximum

public final void setDataMaximum(java.lang.Number value)
Specifies the maximum data value corresponding to an axis. The automatic axis extent calculation uses this value. Only applies to numerical axes.

getMinimum

public final java.lang.Number getMinimum()
Returns the minimum value of the axis. If not specified, this value will be calculated based on the data set provided.

setMinimum

public final void setMinimum(java.lang.Number value)
Specifies the minimum value of the axis. If not specified, this value will be calculated based on the data set provided.

getMaximum

public final java.lang.Number getMaximum()
Returns the maximum value of the axis. If not specified, this value will be calculated based on the data set provided.

setMaximum

public final void setMaximum(java.lang.Number value)
Specifies the maximum value of the axis. If not specified, this value will be calculated based on the data set provided.

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.