|
PDF Clown 0.0.8 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Annotation.FlagsEnum | |
---|---|
it.stefanochizzolini.clown.documents.interaction.annotations | Annotations used to associate an object such as a note, sound, or movie with a location on a page of a PDF document, or to provide a way to interact with the user by means of the mouse and keyboard [PDF:1.6:8.4]. |
Uses of Annotation.FlagsEnum in it.stefanochizzolini.clown.documents.interaction.annotations |
---|
Methods in it.stefanochizzolini.clown.documents.interaction.annotations that return Annotation.FlagsEnum | |
---|---|
static Annotation.FlagsEnum |
Annotation.FlagsEnum.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Annotation.FlagsEnum[] |
Annotation.FlagsEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in it.stefanochizzolini.clown.documents.interaction.annotations that return types with arguments of type Annotation.FlagsEnum | |
---|---|
EnumSet<Annotation.FlagsEnum> |
Annotation.getFlags()
Gets the annotation flags. |
static EnumSet<Annotation.FlagsEnum> |
Annotation.FlagsEnum.toEnumSet(int flagsMask)
Converts a bit mask into its corresponding enumeration representation. |
Method parameters in it.stefanochizzolini.clown.documents.interaction.annotations with type arguments of type Annotation.FlagsEnum | |
---|---|
void |
Annotation.setFlags(EnumSet<Annotation.FlagsEnum> value)
|
static int |
Annotation.FlagsEnum.toInt(EnumSet<Annotation.FlagsEnum> flags)
Converts an enumeration set into its corresponding bit mask representation. |
|
PDF Clown 0.0.8 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |