Class PieStyle

java.lang.Object
com.inet.report.chart.plot.ChartStyle
com.inet.report.chart.plot.PieStyle
All Implemented Interfaces:
Serializable

public class PieStyle extends ChartStyle
This class defines the different styles of the pie chart. This style belongs to the plot PiePlot.
Since:
8.0
See Also:
  • Field Details

    • PIE2D

      public static final PieStyle PIE2D
      The pie 2D style.
    • PIE3D

      public static final PieStyle PIE3D
      The pie 3D style.
    • RING2D

      public static final PieStyle RING2D
      The ring 2D style.
    • RING3D

      public static final PieStyle RING3D
      The ring 3D style.
  • Constructor Details

    • PieStyle

      protected PieStyle(String name)
      Private constructor.
      Parameters:
      name - the name
      Since:
      8.0
  • Method Details