static enum SlideBook7Reader.EGraphicType extends java.lang.Enum<SlideBook7Reader.EGraphicType>
| Enum Constant and Description |
|---|
eArrow |
eEllipse |
eLine |
eObjectPath |
ePoint |
ePolygon |
eRectangle |
eShape |
eVolume |
| Modifier and Type | Method and Description |
|---|---|
static SlideBook7Reader.EGraphicType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SlideBook7Reader.EGraphicType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SlideBook7Reader.EGraphicType ePoint
public static final SlideBook7Reader.EGraphicType eLine
public static final SlideBook7Reader.EGraphicType eRectangle
public static final SlideBook7Reader.EGraphicType ePolygon
public static final SlideBook7Reader.EGraphicType eVolume
public static final SlideBook7Reader.EGraphicType eObjectPath
public static final SlideBook7Reader.EGraphicType eArrow
public static final SlideBook7Reader.EGraphicType eShape
public static final SlideBook7Reader.EGraphicType eEllipse
public static SlideBook7Reader.EGraphicType[] values()
for (SlideBook7Reader.EGraphicType c : SlideBook7Reader.EGraphicType.values()) System.out.println(c);
public static SlideBook7Reader.EGraphicType 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 nullCopyright © 2025 Open Microscopy Environment