public enum AnnotationIcon extends Enum<AnnotationIcon>
Enum Constant and Description |
---|
COMMENT
A Comment Icon
|
HELP
A Help Icon
|
INSERT
An 'Insert' Icon
|
KEY
A Key Icon
|
NEW_PARAGRAPH
A New Paragraph Icon
|
NO_ICON
No icon, this is useful when an annotation will be signified by an existing graphic or object.
|
NOTE
A Note Icon
|
PARAGRAPH
A 'Paragraph of Text' Icon
|
Modifier and Type | Method and Description |
---|---|
static AnnotationIcon |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnnotationIcon[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnnotationIcon NO_ICON
public static final AnnotationIcon COMMENT
public static final AnnotationIcon HELP
public static final AnnotationIcon INSERT
public static final AnnotationIcon KEY
public static final AnnotationIcon NEW_PARAGRAPH
public static final AnnotationIcon NOTE
public static final AnnotationIcon PARAGRAPH
public static AnnotationIcon[] values()
for (AnnotationIcon c : AnnotationIcon.values()) System.out.println(c);
public static AnnotationIcon 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 © 2022–2023 Iron Software. All rights reserved.