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
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classNested classes/interfaces inherited from class org.teamapps.dto.AbstractUiChart
AbstractUiChart.SetLegendStyleCommandNested classes/interfaces inherited from class org.teamapps.dto.UiComponent
UiComponent.SetAttributesCommand, UiComponent.SetClassNamesCommand, UiComponent.SetStyleCommand, UiComponent.SetVisibleCommand -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<UiChartNamedDataPoint> protected UiDataPointWeightingprotected floatprotected floatprotected floatprotected floatFields inherited from class org.teamapps.dto.AbstractUiChart
initialAnimationDuration, legendStyleFields inherited from class org.teamapps.dto.UiComponent
attributesBySelector, classNamesBySelector, debuggingId, stylesBySelector, visibleFields inherited from class org.teamapps.dto.UiClientObject
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloatfloatfloatfloatsetDataPoints(List<UiChartNamedDataPoint> dataPoints) setDataPointWeighting(UiDataPointWeighting dataPointWeighting) setDebuggingId(String debuggingId) setHeight3D(float height3D) setInitialAnimationDuration(long initialAnimationDuration) setInnerRadiusProportion(float innerRadiusProportion) setLegendStyle(UiChartLegendStyle legendStyle) setRotation3D(float rotation3D) setRotationClockwise(float rotationClockwise) setVisible(boolean visible) toString()Methods inherited from class org.teamapps.dto.AbstractUiChart
getInitialAnimationDuration, getLegendStyleMethods inherited from class org.teamapps.dto.UiComponent
getAttributesBySelector, getClassNamesBySelector, getDebuggingId, getStylesBySelector, getVisibleMethods inherited from class org.teamapps.dto.UiClientObject
getId
-
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
- 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
- Overrides:
setStylesBySelectorin classAbstractUiChart
-
setClassNamesBySelector
- Overrides:
setClassNamesBySelectorin classAbstractUiChart
-
setAttributesBySelector
- Overrides:
setAttributesBySelectorin classAbstractUiChart
-
setInitialAnimationDuration
- Overrides:
setInitialAnimationDurationin classAbstractUiChart
-
setLegendStyle
- Overrides:
setLegendStylein classAbstractUiChart
-
setDataPointWeighting
-
setRotation3D
-
setHeight3D
-
setRotationClockwise
-
setInnerRadiusProportion
-
setDataPoints
-