Skip navigation links

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

E17492-04


oracle.adf.view.faces.bi.component.gauge
Class LegendArea

java.lang.Object
  extended by oracle.adf.view.faces.bi.component.BIComplexAttributeBase
      extended by oracle.adf.view.faces.bi.component.gauge.BaseFrame
          extended by oracle.adf.view.faces.bi.component.gauge.LegendArea

All Implemented Interfaces:
javax.faces.component.StateHolder

public class LegendArea
extends BaseFrame

Defines properties for the legend area of a gauge.

Since:
11.0

Field Summary
static org.apache.myfaces.trinidad.bean.PropertyKey POSITION_KEY
           
static org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
           

 

Fields inherited from class oracle.adf.view.faces.bi.component.gauge.BaseFrame
BORDER_COLOR_KEY, FILL_COLOR_KEY, m_defaultBorderColor, m_defaultColor, m_defaultRendered, RENDERED_KEY, SFX_KEY

 

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

 

Constructor Summary
LegendArea()
           

 

Method Summary
protected  org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
           
 int getPosition()
          Gets the position of this label.
protected  void resetStyleProperties()
           
 void setPosition(int position)
          Sets the position of this metric label.
 void setPosition(java.lang.String position)
          Sets the position of the legend.

 

Methods inherited from class oracle.adf.view.faces.bi.component.gauge.BaseFrame
getBorderColor, getFillColor, getSpecialEffects, isRendered, restoreState, setBorderColor, setFillColor, setRendered, setSpecialEffects

 

Methods inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase
applyProperties, getBooleanProperty, getFacesBean, getId, getParent, getProperty, getPropertyKey, getSetAttributeIndex, isTransient, isUpdated, processSetAttribute, processSetAttributeAndAdd, 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

POSITION_KEY

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

Constructor Detail

LegendArea

public LegendArea()

Method Detail

getPosition

public int getPosition()
Gets the position of this label.
Returns:
Integer representing where the legend should be placed; valid constants are in the GaugeConstants class starting with LAP_.
See Also:

setPosition

public void setPosition(int position)
Sets the position of this metric label.
Parameters:
position - Integer representing where the legend should be placed; valid constants are in the GaugeConstants class starting with LAP_.

setPosition

public void setPosition(java.lang.String position)
Sets the position of the legend.
Parameters:
position - String representing where the legend should be placed.
Valid values are:
  • top - Positions the legend area at the top of the gauge.
  • bottom - (Default) Positions the legend area at the bottom of the gauge.
  • left - Positions the legend area on the left of the gauge.
  • right - Positions the legend area on the right of the gauge.

resetStyleProperties

protected void resetStyleProperties()
Overrides:
resetStyleProperties in class BaseFrame

getBeanType

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

Skip navigation links

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

E17492-04


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