Modifier and Type | Method and Description |
---|---|
__ptr__ |
create() |
static ZType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ZType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ZType ST_Agedgepair_s
public static final ZType ST_Agsym_s
public static final ZType ST_dthold_s
public static final ZType ST_path
public static final ZType ST_Agedgeinfo_t
public static final ZType ST_Agnodeinfo_t
public static final ZType ST_Agraphinfo_t
public static final ZType ST_Agattr_s
public static final ZType ST_Agdatadict_s
public static final ZType ST_dtdata_s
public static final ZType ST_Agraph_s
public static final ZType ST_Agsubnode_s
public static final ZType ST_Agnode_s
public static final ZType ST_Agclos_s
public static final ZType ST_pointf
public static final ZType ST_bezier
public static final ZType ST_Pedge_t
public static final ZType ST_object_t
public static final ZType ST_xlabel_t
public static final ZType ST_triangle_t
public static final ZType ST_Agedge_s
public static final ZType ST_tna_t
public static final ZType ST_rank_t
public static final ZType ST_textspan_t
public static final ZType ST_field_t
public static ZType[] values()
for (ZType c : ZType.values()) System.out.println(c);
public static ZType 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 nullpublic __ptr__ create()