com.crionics.jpdf.destination
Class ZoomPageWidth

java.lang.Object
  extended by com.crionics.jpdf.destination.AbstractZoom
      extended by com.crionics.jpdf.destination.ZoomPageWidth

public class ZoomPageWidth
extends AbstractZoom

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.


Constructor Summary
ZoomPageWidth(java.lang.Integer top)
          Creates a new ZoomPageWidth Object.
 
Method Summary
 java.lang.Integer getTop()
          Returns the Top Coordinate.
 void setTop(java.lang.Integer top)
          Sets the Top Coordinate.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZoomPageWidth

public ZoomPageWidth(java.lang.Integer top)
Creates a new ZoomPageWidth Object.

Parameters:
top - The value to be set.
Method Detail

getTop

public java.lang.Integer getTop()
Returns the Top Coordinate.

Returns:
The value or null if the coordinate is set to be left unchanged in the PDF Viewer.

setTop

public void setTop(java.lang.Integer top)
Sets the Top Coordinate.

Parameters:
top - The value to be set or null if a PDF viewer should not change its current top coordinate.


Copyright © 1999-2007 Crionics. All Rights Reserved.