|
||||||||||
| 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.ZoomDestType
public class ZoomDestType
This class carries a destination type ZOOM as used in PDF nodes.
| Field Summary |
|---|
| Fields inherited from class org.extex.pdf.api.destination.DestType |
|---|
FIT, FITB, FITBH, FITBV, FITH, FITV, XYZ |
| Constructor Summary | |
|---|---|
ZoomDestType(long zoom)
Creates a new object. |
|
| Method Summary | |
|---|---|
long |
getZoom()
Getter for zoom. |
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 ZoomDestType(long zoom)
zoom - the zoom value| Method Detail |
|---|
public long getZoom()
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 | |||||||||