Package org.teamapps.dto
Class UiPieChart
java.lang.Object
org.teamapps.dto.UiClientObject
org.teamapps.dto.UiComponent
org.teamapps.dto.AbstractUiChart
org.teamapps.dto.UiPieChart
- All Implemented Interfaces:
UiObject
public class UiPieChart extends AbstractUiChart implements UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUiPieChart.DataPointClickedEventstatic classUiPieChart.SetDataPointsCommandstatic classUiPieChart.SetDataPointWeightingCommandstatic classUiPieChart.SetHeight3DCommandstatic classUiPieChart.SetInnerRadiusProportionCommandstatic classUiPieChart.SetRotation3DCommandstatic classUiPieChart.SetRotationClockwiseCommandNested classes/interfaces inherited from class org.teamapps.dto.AbstractUiChart
AbstractUiChart.SetLegendStyleCommandNested classes/interfaces inherited from class org.teamapps.dto.UiComponent
UiComponent.SetStyleCommand, UiComponent.SetVisibleCommand -
Field Summary
Fields Modifier and Type Field Description protected java.util.List<UiChartNamedDataPoint>dataPointsprotected UiDataPointWeightingdataPointWeightingprotected floatheight3Dprotected floatinnerRadiusProportionprotected floatrotation3Dprotected floatrotationClockwiseFields inherited from class org.teamapps.dto.AbstractUiChart
initialAnimationDuration, legendStyleFields inherited from class org.teamapps.dto.UiComponent
debuggingId, stylesBySelector, visibleFields inherited from class org.teamapps.dto.UiClientObject
id -
Constructor Summary
Constructors Constructor Description UiPieChart() -
Method Summary
Methods inherited from class org.teamapps.dto.AbstractUiChart
getInitialAnimationDuration, getLegendStyleMethods inherited from class org.teamapps.dto.UiComponent
getDebuggingId, getStylesBySelector, getVisibleMethods inherited from class org.teamapps.dto.UiClientObject
getIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
dataPointWeighting
-
rotation3D
protected float rotation3D -
height3D
protected float height3D -
rotationClockwise
protected float rotationClockwise -
innerRadiusProportion
protected float innerRadiusProportion -
dataPoints
-
-
Constructor Details
-
UiPieChart
public UiPieChart()
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject- Overrides:
getUiObjectTypein classAbstractUiChart
-
toString
public java.lang.String toString()- Overrides:
toStringin classAbstractUiChart
-
getDataPointWeighting
-
getRotation3D
public float getRotation3D() -
getHeight3D
public float getHeight3D() -
getRotationClockwise
public float getRotationClockwise() -
getInnerRadiusProportion
public float getInnerRadiusProportion() -
getDataPoints
-
setId
- Overrides:
setIdin classAbstractUiChart
-
setDebuggingId
- Overrides:
setDebuggingIdin classAbstractUiChart
-
setVisible
- Overrides:
setVisiblein classAbstractUiChart
-
setStylesBySelector
public UiPieChart setStylesBySelector(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> stylesBySelector)- Overrides:
setStylesBySelectorin classAbstractUiChart
-
setInitialAnimationDuration
- Overrides:
setInitialAnimationDurationin classAbstractUiChart
-
setLegendStyle
- Overrides:
setLegendStylein classAbstractUiChart
-
setDataPointWeighting
-
setRotation3D
-
setHeight3D
-
setRotationClockwise
-
setInnerRadiusProportion
-
setDataPoints
-