|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.extex.pdf.api.destination.DestType
org.extex.pdf.api.destination.FitrDestType
public class FitrDestType
This is the fitr destination type for PDF.
| Field Summary |
|---|
| Fields inherited from class org.extex.pdf.api.destination.DestType |
|---|
FIT, FITB, FITBH, FITBV, FITH, FITV, XYZ |
| Constructor Summary | |
|---|---|
FitrDestType(RuleNode rule)
Creates a new object. |
|
| Method Summary | |
|---|---|
RuleNode |
getRule()
Getter for rule. |
java.lang.String |
toString()
Returns a string representation of the object. |
java.lang.Object |
visit(DestinationVisitor visitor)
This method is the entry point for the visitor pattern. |
| Methods inherited from class org.extex.pdf.api.destination.DestType |
|---|
parseDestType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FitrDestType(RuleNode rule)
rule - the rule| Method Detail |
|---|
public RuleNode getRule()
null.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public java.lang.Object visit(DestinationVisitor visitor)
visit in class DestTypevisitor - the visitor to call back
DestType.visit(
org.extex.pdf.api.destination.DestinationVisitor)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||