Class PieChart

java.lang.Object
org.teamapps.ux.component.AbstractComponent
org.teamapps.ux.component.charting.pie.PieChart
All Implemented Interfaces:
ClientObject, Component

public class PieChart
extends AbstractComponent
  • Field Details

  • Constructor Details

    • PieChart

      public PieChart()
    • PieChart

      public PieChart​(java.util.List<ChartNamedDataPoint> dataPoints)
  • Method Details

    • createUiComponent

      public org.teamapps.dto.UiComponent createUiComponent()
      Specified by:
      createUiComponent in class AbstractComponent
    • handleUiEvent

      public void handleUiEvent​(org.teamapps.dto.UiEvent event)
    • getAnimationDuration

      public long getAnimationDuration()
    • setAnimationDuration

      public void setAnimationDuration​(long animationDuration)
    • getLegendStyle

      public ChartLegendStyle getLegendStyle()
    • setLegendStyle

      public void setLegendStyle​(ChartLegendStyle legendStyle)
    • getDataPointWeighting

      public DataPointWeighting getDataPointWeighting()
    • setDataPointWeighting

      public void setDataPointWeighting​(DataPointWeighting dataPointWeighting)
    • 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

      public java.util.List<ChartNamedDataPoint> getDataPoints()
    • setDataPoints

      public void setDataPoints​(java.util.List<ChartNamedDataPoint> dataPoints)