public enum GraphicalPrimitiveElement extends Enum<GraphicalPrimitiveElement>
| Modifier and Type | Method and Description |
|---|---|
static GraphicalPrimitiveElement |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GraphicalPrimitiveElement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GraphicalPrimitiveElement UNUSED_0
public static final GraphicalPrimitiveElement POLYLINE
public static final GraphicalPrimitiveElement DISJOINT_POLYLINE
public static final GraphicalPrimitiveElement POLYMARKER
public static final GraphicalPrimitiveElement TEXT
public static final GraphicalPrimitiveElement RESTRICTED_TEXT
public static final GraphicalPrimitiveElement APPEND_TEXT
public static final GraphicalPrimitiveElement POLYGON
public static final GraphicalPrimitiveElement POLYGON_SET
public static final GraphicalPrimitiveElement CELL_ARRAY
public static final GraphicalPrimitiveElement GENERALIZED_DRAWING_PRIMITIVE
public static final GraphicalPrimitiveElement RECTANGLE
public static final GraphicalPrimitiveElement CIRCLE
public static final GraphicalPrimitiveElement CIRCULAR_ARC_3_POINT
public static final GraphicalPrimitiveElement CIRCULAR_ARC_3_POINT_CLOSE
public static final GraphicalPrimitiveElement CIRCULAR_ARC_CENTRE
public static final GraphicalPrimitiveElement CIRCULAR_ARC_CENTRE_CLOSE
public static final GraphicalPrimitiveElement ELLIPSE
public static final GraphicalPrimitiveElement ELLIPTICAL_ARC
public static final GraphicalPrimitiveElement ELLIPTICAL_ARC_CLOSE
public static final GraphicalPrimitiveElement CIRCULAR_ARC_CENTRE_REVERSED
public static final GraphicalPrimitiveElement CONNECTING_EDGE
public static final GraphicalPrimitiveElement HYPERBOLIC_ARC
public static final GraphicalPrimitiveElement PARABOLIC_ARC
public static final GraphicalPrimitiveElement NON_UNIFORM_B_SPLINE
public static final GraphicalPrimitiveElement NON_UNIFORM_RATIONAL_B_SPLINE
public static final GraphicalPrimitiveElement POLYBEZIER
public static final GraphicalPrimitiveElement POLYSYMBOL
public static final GraphicalPrimitiveElement BITONAL_TILE
public static final GraphicalPrimitiveElement TILE
public static GraphicalPrimitiveElement[] values()
for (GraphicalPrimitiveElement c : GraphicalPrimitiveElement.values()) System.out.println(c);
public static GraphicalPrimitiveElement valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.