public static enum PDFEditorUIModel.EditionComponent extends Enum<PDFEditorUIModel.EditionComponent>
| Enum Constant and Description |
|---|
CROSS |
HIGHLIGHTER |
HLINE |
NOTE |
VLINE |
| Modifier and Type | Method and Description |
|---|---|
static PDFEditorUIModel.EditionComponent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PDFEditorUIModel.EditionComponent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PDFEditorUIModel.EditionComponent NOTE
public static final PDFEditorUIModel.EditionComponent CROSS
public static final PDFEditorUIModel.EditionComponent HLINE
public static final PDFEditorUIModel.EditionComponent VLINE
public static final PDFEditorUIModel.EditionComponent HIGHLIGHTER
public static PDFEditorUIModel.EditionComponent[] values()
for (PDFEditorUIModel.EditionComponent c : PDFEditorUIModel.EditionComponent.values()) System.out.println(c);
public static PDFEditorUIModel.EditionComponent 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 © 2014 CodeLutin. All rights reserved.