public class PieChartThemeFOI extends NSDPTheme implements StyleThemeFOI
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_PIERADIUS |
static java.lang.String |
DEFAULT_STYLENAME |
static org.apache.myfaces.trinidad.bean.PropertyKey |
PIERADIUS_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
STYLENAME_KEY |
static java.lang.String |
THEMETYPE |
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE |
LOCATIONCOLUMN_KEY, THEMENAME_KEYCLICKACTION_KEY, CLICKLISTENER_KEY, CONVERTER_KEY, INFOWINDOWCALLBACK_KEY, LEFTCLICKBEHAVIOR_KEY, logger, LOGGERCLASS, MAXZOOM_KEY, MENULABEL_KEY, MINZOOM_KEY, RENDERED_KEY, RIGHTCLICKBEHAVIOR_KEY, SCALING_KEY, SELECTIONLISTENER_KEY, SHORTLABEL_KEY, USEWINDOW_KEY, VALUE_KEY, WINDOWHEIGHT_KEY, WINDOWWIDTH_KEYID_KEY, m_parent, TRANSIENT_KEY| Constructor and Description |
|---|
PieChartThemeFOI() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType() |
java.lang.String |
getDefaultStyleName()
For internal use only.
|
java.lang.String |
getInternalThemeType()
For internal use only.
|
java.lang.String[] |
getNonStyleColors()
For internal use only.
|
int |
getPieRadius()
Return the radius of the pie chart in pixel
|
SliceSet |
getSliceSet()
Return the SliceSet of this Pie Chart Theme.
|
java.lang.String |
getStyleName()
Return the styleName of this pie chart Theme
|
void |
setPieRadius(int pieRadius)
Specfies the radius of the pie charts.
|
void |
setStyleName(java.lang.String styleName)
Applies a style to the slices of the pie based on the specified XML file.
|
getLocationColumn, getThemeName, setLocationColumn, setThemeNameconvertLeftClickBehavior, convertRightClickBehavior, getClickAction, getClickListener, getColorFromStyle, getConverter, getInfoWindowCallback, getLeftClickBehavior, getMaxZoom, getMenuLabel, getMinZoom, getNumberFormat, getProperty, getRightClickBehavior, getScaling, getSelectionListener, getShortLabel, getThemeClientSideLeftClickBehavior, getThemeClientSideRightClickBehavior, getWindowHeight, getWindowWidth, isLoaded, isNumberFormatSpecified, isRendered, isToolbarVisible, isUseWindow, setClickAction, setClickListener, setConverter, setInfoWindowCallback, setLeftClickBehavior, setLoaded, setMaxZoom, setMenuLabel, setMinZoom, setNumberFormat, setRendered, setRightClickBehavior, setScaling, setSelectionListener, setShortLabel, setToolbarVisible, setUseWindow, setWindowHeight, setWindowWidthapplyProperties, getBooleanProperty, getFacesBean, getId, getParent, getPropertyKey, getSetAttributeIndex, isTransient, isUpdated, processSetAttribute, processSetAttributeAndAdd, registerAttachedObjectKey, restoreState, saveState, setBooleanProperty, setId, setParent, setProperty, setTransient, setUpdatedpublic static final java.lang.String DEFAULT_STYLENAME
public static final int DEFAULT_PIERADIUS
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 PIERADIUS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey STYLENAME_KEY
public void setPieRadius(int pieRadius)
pieRadius - The radius of the Pie charts in pixelpublic int getPieRadius()
public SliceSet getSliceSet()
public void setStyleName(java.lang.String styleName)
styleName - The styleName for this pie chart Themepublic java.lang.String getStyleName()
getStyleName in interface StyleThemeFOI@Concealed public java.lang.String[] getNonStyleColors()
getNonStyleColors in interface StyleThemeFOI@Concealed public java.lang.String getDefaultStyleName()
getDefaultStyleName in interface StyleThemeFOI@Concealed public java.lang.String getInternalThemeType()
getInternalThemeType in class ThemeFOIprotected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType in class ThemeFOI