public static enum DrawDot.Shapes extends Enum<DrawDot.Shapes>
| Modifier and Type | Method and Description |
|---|---|
static DrawDot.Shapes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DrawDot.Shapes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DrawDot.Shapes BOX
public static final DrawDot.Shapes POLYGON
public static final DrawDot.Shapes ELLIPSE
public static final DrawDot.Shapes OVAL
public static final DrawDot.Shapes CIRCLE
public static final DrawDot.Shapes POINT
public static final DrawDot.Shapes EGG
public static final DrawDot.Shapes TRIANGLE
public static final DrawDot.Shapes PLAINTEXT
public static final DrawDot.Shapes PLAIN
public static final DrawDot.Shapes DIAMOND
public static final DrawDot.Shapes TRAPEZIUM
public static final DrawDot.Shapes PARALLELOGRAM
public static final DrawDot.Shapes HOUSE
public static final DrawDot.Shapes PENTAGON
public static final DrawDot.Shapes HEXAGON
public static final DrawDot.Shapes SEPTAGON
public static final DrawDot.Shapes OCTAGON
public static final DrawDot.Shapes DOUBLECIRCLE
public static final DrawDot.Shapes DOUBLEOCTAGON
public static final DrawDot.Shapes TRIPLEOCTAGON
public static final DrawDot.Shapes INVTRIANGLE
public static final DrawDot.Shapes INVTRAPEZIUM
public static final DrawDot.Shapes INVHOUSE
public static final DrawDot.Shapes MDIAMOND
public static final DrawDot.Shapes MSQUARE
public static final DrawDot.Shapes MCIRCLE
public static final DrawDot.Shapes RECT
public static final DrawDot.Shapes RECTANGLE
public static final DrawDot.Shapes SQUARE
public static final DrawDot.Shapes STAR
public static final DrawDot.Shapes NONE
public static final DrawDot.Shapes UNDERLINE
public static final DrawDot.Shapes CYLINDER
public static final DrawDot.Shapes NOTE
public static final DrawDot.Shapes TAB
public static final DrawDot.Shapes FOLDER
public static final DrawDot.Shapes BOX3D
public static final DrawDot.Shapes COMPONENT
public static final DrawDot.Shapes PROMOTER
public static final DrawDot.Shapes CDS
public static final DrawDot.Shapes TERMINATOR
public static final DrawDot.Shapes UTR
public static final DrawDot.Shapes PRIMERSITE
public static final DrawDot.Shapes RESTRICTIONSITE
public static final DrawDot.Shapes FIVEPOVERHANG
public static final DrawDot.Shapes THREEPOVERHANG
public static final DrawDot.Shapes NOVERHANG
public static final DrawDot.Shapes ASSEMBLY
public static final DrawDot.Shapes SIGNATURE
public static final DrawDot.Shapes INSULATOR
public static final DrawDot.Shapes RIBOSITE
public static final DrawDot.Shapes RNASTAB
public static final DrawDot.Shapes PROTEASESITE
public static final DrawDot.Shapes PROTEINSTAB
public static final DrawDot.Shapes RPROMOTER
public static final DrawDot.Shapes RARROW
public static final DrawDot.Shapes LARROW
public static final DrawDot.Shapes LPROMOTER
public static final DrawDot.Shapes MRECORD
public static final DrawDot.Shapes RECORD
public static DrawDot.Shapes[] values()
for (DrawDot.Shapes c : DrawDot.Shapes.values()) System.out.println(c);
public static DrawDot.Shapes 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 © 2020. All rights reserved.