com.crionics.jpdf.destination
Class ZoomBoundingBoxWidth

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

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


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

ZoomBoundingBoxWidth

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