Class PieChart
java.lang.Object
org.teamapps.ux.component.AbstractComponent
org.teamapps.ux.component.charting.pie.PieChart
-
Field Summary
FieldsFields inherited from class org.teamapps.ux.component.AbstractComponent
DELETED_ATTRIBUTE, onRendered -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongfloatfloatfloatfloatvoidhandleUiEvent(UiEvent event) voidsetAnimationDuration(long animationDuration) voidsetDataPoints(List<ChartNamedDataPoint> dataPoints) voidsetDataPointWeighting(DataPointWeighting dataPointWeighting) voidsetHeight3D(float height3D) voidsetInnerRadiusProportion(float innerRadiusProportion) voidsetLegendStyle(ChartLegendStyle legendStyle) voidsetRotation3D(float rotation3D) voidsetRotationClockwise(float rotationClockwise) Methods inherited from class org.teamapps.ux.component.AbstractComponent
createUiReference, getDebuggingId, getId, getParent, getSessionContext, isRendered, isVisible, mapAbstractUiComponentProperties, queueCommandIfRendered, render, reRenderIfRendered, setAttribute, setCssStyle, setDebuggingId, setParent, setVisible, toggleCssClass, toString, unrenderMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.teamapps.ux.component.ClientObject
handleUiQueryMethods inherited from interface org.teamapps.ux.component.Component
setAriaLabel, setAttribute, setCssStyle, setHtmlTitle, setMargin, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, setShadow, toggleCssClass
-
Field Details
-
onDataPointClicked
-
-
Constructor Details
-
PieChart
public PieChart() -
PieChart
-
-
Method Details
-
createUiComponent
- Specified by:
createUiComponentin classAbstractComponent
-
handleUiEvent
-
getAnimationDuration
public long getAnimationDuration() -
setAnimationDuration
public void setAnimationDuration(long animationDuration) -
getLegendStyle
-
setLegendStyle
-
getDataPointWeighting
-
setDataPointWeighting
-
getRotation3D
public float getRotation3D() -
setRotation3D
public void setRotation3D(float rotation3D) -
getHeight3D
public float getHeight3D() -
setHeight3D
public void setHeight3D(float height3D) -
getRotationClockwise
public float getRotationClockwise() -
setRotationClockwise
public void setRotationClockwise(float rotationClockwise) -
getInnerRadiusProportion
public float getInnerRadiusProportion() -
setInnerRadiusProportion
public void setInnerRadiusProportion(float innerRadiusProportion) -
getDataPoints
-
setDataPoints
-