public enum CatGeometricType extends java.lang.Enum<CatGeometricType>
Modifier and Type | Method and Description |
---|---|
static CatGeometricType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CatGeometricType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CatGeometricType catGeoTypeUnknown
public static final CatGeometricType catGeoTypeAxis2D
public static final CatGeometricType catGeoTypePoint2D
public static final CatGeometricType catGeoTypeLine2D
public static final CatGeometricType catGeoTypeControlPoint2D
public static final CatGeometricType catGeoTypeCircle2D
public static final CatGeometricType catGeoTypeHyperbola2D
public static final CatGeometricType catGeoTypeParabola2D
public static final CatGeometricType catGeoTypeEllipse2D
public static final CatGeometricType catGeoTypeSpline2D
public static final CatGeometricType catGeoTypePoint
public static final CatGeometricType catGeoTypeLine
public static final CatGeometricType catGeoTypePlane
public static CatGeometricType[] values()
for (CatGeometricType c : CatGeometricType.values()) System.out.println(c);
public static CatGeometricType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null