|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.pdf.api.destination.DestType
public abstract class DestType
This is the abstract base class for destination types in PDF.
| Field Summary | |
|---|---|
static DestType |
FIT
The constant FIT contains the destination type fit. |
static DestType |
FITB
The constant FITB contains the destination type fitb. |
static DestType |
FITBH
The constant FITBH contains the destination type fitbh. |
static DestType |
FITBV
The constant FITBV contains the destination type fitbv. |
static DestType |
FITH
The constant FITH contains the destination type fith. |
static DestType |
FITV
The constant FITV contains the destination type fitv. |
static DestType |
XYZ
The constant XYZ contains the destination type xyz. |
| Constructor Summary | |
|---|---|
protected |
DestType()
Creates a new object. |
| Method Summary | |
|---|---|
static DestType |
parseDestType(Context context,
TokenSource source,
Typesetter typesetter,
CodeToken name)
Parse a destination type. |
abstract java.lang.Object |
visit(DestinationVisitor visitor)
This method is the entry point for the visitor pattern. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final DestType FIT
public static final DestType FITB
public static final DestType FITBH
public static final DestType FITBV
public static final DestType FITH
public static final DestType FITV
public static final DestType XYZ
| Constructor Detail |
|---|
protected DestType()
| Method Detail |
|---|
public static DestType parseDestType(Context context,
TokenSource source,
Typesetter typesetter,
CodeToken name)
throws HelpingException,
TypesetterException
context - the interpreter contextsource - the source for new tokenstypesetter - the typesettername - the name of the invoking primitive
HelpingException - in case of an error
TypesetterException - in case of an error in the typesetterpublic abstract java.lang.Object visit(DestinationVisitor visitor)
visitor - the visitor to call back
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||