|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.crionics.jpdf.destination.AbstractZoom
com.crionics.jpdf.destination.ZoomArea
public class 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.
| Constructor Summary | |
|---|---|
ZoomArea(java.lang.Integer left,
java.lang.Integer top,
java.lang.Integer width,
java.lang.Integer height)
Creates a new ZoomArea Object. |
|
| Method Summary | |
|---|---|
java.lang.Integer |
getHeight()
Returns the height of the area. |
java.lang.Integer |
getLeft()
Returns the Left Coordinate. |
java.lang.Integer |
getTop()
Returns the Top Coordinate. |
java.lang.Integer |
getWidth()
Returns the width of the area. |
void |
setHeight(java.lang.Integer height)
Sets the height of the area. |
void |
setLeft(java.lang.Integer left)
Sets the Left Coordinate. |
void |
setTop(java.lang.Integer top)
Sets the Top Coordinate. |
void |
setWidth(java.lang.Integer width)
Sets the width of the area. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ZoomArea(java.lang.Integer left,
java.lang.Integer top,
java.lang.Integer width,
java.lang.Integer height)
left - top - width - height - | Method Detail |
|---|
public java.lang.Integer getHeight()
public java.lang.Integer getLeft()
public java.lang.Integer getTop()
public java.lang.Integer getWidth()
public void setHeight(java.lang.Integer height)
height - The value to be set.public void setLeft(java.lang.Integer left)
left - The value to be set.public void setTop(java.lang.Integer top)
top - The value to be set.public void setWidth(java.lang.Integer width)
width - The value to be set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||