Package org.jCharts.types
Class PieLabelType
- java.lang.Object
-
- org.jCharts.types.IntType
-
- org.jCharts.types.PieLabelType
-
- All Implemented Interfaces:
java.io.Serializable
public class PieLabelType extends IntType
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static PieLabelType
LEGEND_LABELS
static PieLabelType
NO_LABELS
static PieLabelType
VALUE_LABELS
-
Constructor Summary
Constructors Modifier Constructor Description private
PieLabelType(int value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(PieLabelType pieLabelType)
-
-
-
Field Detail
-
NO_LABELS
public static final PieLabelType NO_LABELS
-
VALUE_LABELS
public static final PieLabelType VALUE_LABELS
-
LEGEND_LABELS
public static final PieLabelType LEGEND_LABELS
-
-
Method Detail
-
equals
public boolean equals(PieLabelType pieLabelType)
-
-