com.crionics.jpdf.destination
Class ZoomBoundingBoxHeight

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

public class ZoomBoundingBoxHeight
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 its bounding box within the window.


Constructor Summary
ZoomBoundingBoxHeight(java.lang.Integer left)
          Creates a new ZoomBoundingBoxHeight 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

ZoomBoundingBoxHeight

public ZoomBoundingBoxHeight(java.lang.Integer left)
Creates a new ZoomBoundingBoxHeight 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.