| Package | Description |
|---|---|
| de.intarsys.pdf.app.appearance |
The "framework" for dealing with appearances.
|
| de.intarsys.pdf.pd |
The higher level building blocks of a PDF document.
|
| Modifier and Type | Method and Description |
|---|---|
static PDAppearance |
AppearanceCreatorTools.createAppearance(PDAnnotation annotation) |
static PDAppearance |
AppearanceCreatorTools.createAppearance(PDAnnotation annotation,
IAppearanceCreator appearanceCreator) |
PDAppearance |
NullAppearanceCreator.createAppearance(PDAnnotation annotation,
PDAppearance appearance) |
PDAppearance |
IdentityAppearanceCreator.createAppearance(PDAnnotation annotation,
PDAppearance appearance) |
PDAppearance |
IAppearanceCreator.createAppearance(PDAnnotation annotation,
PDAppearance appearance)
Create a PDAppearance suitable to display annotation in its current
state.
|
| Modifier and Type | Method and Description |
|---|---|
PDAppearance |
NullAppearanceCreator.createAppearance(PDAnnotation annotation,
PDAppearance appearance) |
PDAppearance |
IdentityAppearanceCreator.createAppearance(PDAnnotation annotation,
PDAppearance appearance) |
PDAppearance |
IAppearanceCreator.createAppearance(PDAnnotation annotation,
PDAppearance appearance)
Create a PDAppearance suitable to display annotation in its current
state.
|
| Modifier and Type | Method and Description |
|---|---|
PDAppearance |
PDAnnotation.getAppearance()
The visual appearance of this.
|
static PDAppearance |
PDAnnotationTools.getAppearance(PDAnnotation annotation)
The
PDAppearance for annotation. |
| Modifier and Type | Method and Description |
|---|---|
static void |
PDAnnotationTools.adjustRectangleToAppearance(PDAnnotation annotation,
PDAppearance appearance) |
static boolean |
PDAppearanceTools.createState(PDAppearance appearance,
String state) |
static PDForm |
PDAppearanceTools.getDownAppearance(PDAppearance appearance,
COSName state)
Given a PDAppearance, return the /D (down) appearance for the state
"state".
|
static PDForm |
PDAppearanceTools.getNormalAppearance(PDAppearance appearance,
COSName state)
Given a PDAppearance, return the /N (normal) appearance for the state
"state".
|
static PDForm |
PDAppearanceTools.getRolloverAppearance(PDAppearance appearance,
COSName state)
Given a PDAppearance, return the /R (rollover) appearance for the state
"state".
|
static void |
PDAppearanceTools.renameState(PDAppearance appearance,
String oldState,
String newState) |
static void |
PDAppearanceTools.resetAppearance(PDAppearance appearance) |
void |
PDAnnotation.setAppearance(PDAppearance newAppearance)
Assign a
PDAppearance to this. |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.