|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.adf.view.faces.bi.component.BIComplexAttributeBase
oracle.adf.view.faces.bi.component.geoMap.ThemeFOI
oracle.adf.view.faces.bi.component.geoMap.NSDPTheme
oracle.adf.view.faces.bi.component.geoMap.BarChartThemeFOI
public class BarChartThemeFOI
This complex attribute class display bar charts on a map. ADF map uses the value from the theme to draw a bar chart on a location on the map.
Field Summary | |
---|---|
static org.apache.myfaces.trinidad.bean.PropertyKey |
BARHEIGHT_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
BARWIDTH_KEY
|
static int |
DEFAULT_BARCHARTHEIGHT
|
static int |
DEFAULT_BARCHARTWIDTH
|
static boolean |
DEFAULT_SHOWXAXIS
|
static java.lang.String |
DEFAULT_STYLENAME
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
SHOWXAXIS_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
STYLENAME_KEY
|
static java.lang.String |
THEMETYPE
|
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE
|
Fields inherited from class oracle.adf.view.faces.bi.component.geoMap.NSDPTheme |
---|
LOCATIONCOLUMN_KEY, THEMENAME_KEY |
Fields inherited from class oracle.adf.view.faces.bi.component.geoMap.ThemeFOI |
---|
CLICKACTION_KEY, CLICKLISTENER_KEY, INFOWINDOWCALLBACK_KEY, LEFTCLICKBEHAVIOR_KEY, logger, LOGGERCLASS, MAXZOOM_KEY, MENULABEL_KEY, MINZOOM_KEY, RENDERED_KEY, RIGHTCLICKBEHAVIOR_KEY, SELECTIONLISTENER_KEY, SHORTLABEL_KEY, USEWINDOW_KEY, VALUE_KEY, WINDOWHEIGHT_KEY, WINDOWWIDTH_KEY |
Fields inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase |
---|
ID_KEY, m_parent, TRANSIENT_KEY |
Constructor Summary | |
---|---|
BarChartThemeFOI()
|
Method Summary | |
---|---|
int |
getBarHeight()
Return the height of the bar chart in pixels |
BarThemeInfoSet |
getBarThemeInfoSet()
|
int |
getBarWidth()
Return the width of the bar chart. |
java.lang.String |
getDefaultStyleName()
Hidden |
java.lang.String |
getInternalThemeType()
Hidden |
java.lang.String[] |
getNonStyleColors()
Hidden |
java.lang.String |
getStyleName()
Return the styleName for this theme |
boolean |
isShowXAxis()
Indicates whether to show X Axis or not |
void |
setBarHeight(int barHeight)
Specifies the height of the bar chart. |
void |
setBarWidth(int barWidth)
Specifies the width of the bar chart. |
void |
setShowXAxis(boolean showXAxis)
Specifies whether to show X axis of the bar graph or not. |
void |
setStyleName(java.lang.String styleName)
Applies a style to the slices of the bars based on the specified XML file. |
Methods inherited from class oracle.adf.view.faces.bi.component.geoMap.NSDPTheme |
---|
getLocationColumn, getThemeName, setLocationColumn, setThemeName |
Methods inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase |
---|
applyProperties, getBooleanProperty, getFacesBean, getId, getParent, 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 |
---|
public static final java.lang.String DEFAULT_STYLENAME
public static final int DEFAULT_BARCHARTWIDTH
public static final int DEFAULT_BARCHARTHEIGHT
public static final boolean DEFAULT_SHOWXAXIS
public static final java.lang.String THEMETYPE
public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
public static final org.apache.myfaces.trinidad.bean.PropertyKey BARWIDTH_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey BARHEIGHT_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SHOWXAXIS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey STYLENAME_KEY
Constructor Detail |
---|
public BarChartThemeFOI()
Method Detail |
---|
public void setBarWidth(int barWidth)
barWidth
- The width of the bar Chart.public int getBarWidth()
public void setBarHeight(int barHeight)
barHeight
- The height of the bar chart in pixels.public int getBarHeight()
public void setShowXAxis(boolean showXAxis)
showXAxis
- True if the bar graph should show X axis. False,
Otherwise.public boolean isShowXAxis()
public void setStyleName(java.lang.String styleName)
styleName
- The styleName for the bar chart of this themepublic java.lang.String getStyleName()
getStyleName
in interface StyleThemeFOI
public BarThemeInfoSet getBarThemeInfoSet()
public java.lang.String[] getNonStyleColors()
getNonStyleColors
in interface StyleThemeFOI
public java.lang.String getDefaultStyleName()
getDefaultStyleName
in interface StyleThemeFOI
public java.lang.String getInternalThemeType()
getInternalThemeType
in class ThemeFOI
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |