com.crionics.jpdf.destination
Class AbstractZoom

java.lang.Object
  extended by com.crionics.jpdf.destination.AbstractZoom
Direct Known Subclasses:
ZoomArea, ZoomBoundingBox, ZoomBoundingBoxHeight, ZoomBoundingBoxWidth, ZoomPage, ZoomPageHeight, ZoomPageWidth, ZoomPosition

public class AbstractZoom
extends java.lang.Object

A object defining a particular view of a page in a document.

This type of object contains specific information used in Destination objects by a PDF viewer applications to configure their rendering windows regarding the zoom factor along the area of the pages to be displayed.

The current available Zoom effects are:
ZoomPosition   Display the page with the coordinates (left, top) positioned at the upper-left corner of the window and the contents of the page magnified by a zoom factor.
ZoomPage   Display the page with its contents magnified just enough to fit the entire page within the window both horizontally and vertically.
ZoomPageWidth   Display the page with the vertical coordinate top positioned at the top edge of the window and the contents of the page magnified just enough to fit the entire width of the page within the window.
ZoomPageHeight   Display the page with the horizontal coordinate left positioned at the left edge of the window and the contents of the page magnified just enough to fit the entire height of the page within the window.
ZoomArea   Display the page with its contents magnified just enough to fit the area specified by its coordinates (left, top) and sizes (width, height) entirely within the window both horizontally and vertically.
ZoomBoundingBox   Display the page with its contents magnified just enough to fit its bounding box entirely within the window both horizontally and vertically.
ZoomBoundingBoxWidth   Display the page with the vertical coordinate top positioned at the top edge of the window and the contents of the page magnified just enough to fit the entire width of its bounding box within the window.
ZoomBoundingBoxHeight   Display the page with the horizontal coordinate left positioned at the left edge of the window and the contents of the page magnified just enough to fit the entire height of its bounding box within the window.


Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 



Copyright © 1999-2007 Crionics. All Rights Reserved.