com.crionics.jpdf.destination
Class ZoomPageHeight

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

public class ZoomPageHeight
extends AbstractZoom

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.


Constructor Summary
ZoomPageHeight(java.lang.Integer left)
          Creates a new ZoomPageHeight Object.
 
Method Summary
 java.lang.Integer getLeft()
          Returns the Left Coordinate.
 void setLeft(java.lang.Integer left)
          Sets the Left Coordinate.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZoomPageHeight

public ZoomPageHeight(java.lang.Integer left)
Creates a new ZoomPageHeight Object.

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

getLeft

public java.lang.Integer getLeft()
Returns the Left Coordinate.

Returns:
The value.

setLeft

public void setLeft(java.lang.Integer left)
Sets the Left Coordinate.

Parameters:
left - The value to be set.


Copyright © 1999-2007 Crionics. All Rights Reserved.