Enum Class ChartType

java.lang.Object
java.lang.Enum<ChartType>
net.sf.dynamicreports.report.constant.ChartType
All Implemented Interfaces:
Serializable, Comparable<ChartType>, Constable

public enum ChartType extends Enum<ChartType>

ChartType class.

Author:
Ricardo Mariaca
  • Enum Constant Details

    • AREA

      public static final ChartType AREA
    • STACKEDAREA

      public static final ChartType STACKEDAREA
    • BAR

      public static final ChartType BAR
    • LAYEREDBAR

      public static final ChartType LAYEREDBAR
    • WATERFALLBAR

      public static final ChartType WATERFALLBAR
    • BAR3D

      public static final ChartType BAR3D
    • STACKEDBAR

      public static final ChartType STACKEDBAR
    • STACKEDBAR3D

      public static final ChartType STACKEDBAR3D
    • GROUPEDSTACKEDBAR

      public static final ChartType GROUPEDSTACKEDBAR
    • LINE

      public static final ChartType LINE
    • PIE

      public static final ChartType PIE
    • PIE3D

      public static final ChartType PIE3D
    • TIMESERIES

      public static final ChartType TIMESERIES
    • DIFFERENCE

      public static final ChartType DIFFERENCE
    • XYAREA

      public static final ChartType XYAREA
    • XYBAR

      public static final ChartType XYBAR
    • XYLINE

      public static final ChartType XYLINE
    • XYSTEP

      public static final ChartType XYSTEP
    • SCATTER

      public static final ChartType SCATTER
    • MULTI_AXIS

      public static final ChartType MULTI_AXIS
    • SPIDER

      public static final ChartType SPIDER
    • XYBLOCK

      public static final ChartType XYBLOCK
    • BUBBLE

      public static final ChartType BUBBLE
    • CANDLESTICK

      public static final ChartType CANDLESTICK
    • HIGHLOW

      public static final ChartType HIGHLOW
    • METER

      public static final ChartType METER
    • THERMOMETER

      public static final ChartType THERMOMETER
    • GANTT

      public static final ChartType GANTT
  • Method Details

    • values

      public static ChartType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ChartType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null