|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pdfclown.objects.PdfObjectWrapper<PdfDictionary>
org.pdfclown.documents.interaction.annotations.Appearance
@PDF(value=PDF12) public final class Appearance
Appearance [PDF:1.6:8.4.4].
Constructor Summary | |
---|---|
Appearance(Document context)
|
Method Summary | |
---|---|
Appearance |
clone(Document context)
Gets a clone of the object, registered inside the given document context. |
AppearanceStates |
getDown()
Gets the annotation's down appearance. |
AppearanceStates |
getNormal()
Gets the annotation's normal appearance. |
AppearanceStates |
getRollover()
Gets the annotation's rollover appearance. |
static Appearance |
wrap(PdfDirectObject baseObject)
|
Methods inherited from class org.pdfclown.objects.PdfObjectWrapper |
---|
checkCompatibility, delete, equals, exists, getBaseDataObject, getBaseObject, getBaseObject, getContainer, getDataContainer, getDocument, getFile, getMetadata, retrieveName, retrieveNamedBaseObject, setBaseObject, setMetadata |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Appearance(Document context)
Method Detail |
---|
public static Appearance wrap(PdfDirectObject baseObject)
public Appearance clone(Document context)
PdfObjectWrapper
clone
in class PdfObjectWrapper<PdfDictionary>
context
- Which document the clone has to be registered in.public AppearanceStates getDown()
public AppearanceStates getNormal()
public AppearanceStates getRollover()
|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |