|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.arctorus.documents.CropFormat
public final class CropFormat
Defines how to crop image frame. All values are in points.
Constructor Summary | |
---|---|
CropFormat()
|
Method Summary | |
---|---|
double |
getBottom()
Gets number of points to crop from the bottom of an image. |
double |
getLeft()
Gets number of points to crop from the left side of an image. |
double |
getRight()
Gets number of points to crop from the right side of an image. |
double |
getTop()
Gets number of points to crop from the top of an image. |
void |
setBottom(double bottom)
Sets number of points to crop from the bottom of an image. |
void |
setLeft(double left)
Sets number of points to crop from the left side of an image. |
void |
setRight(double right)
Sets number of points to crop from the right side of an image. |
void |
setTop(double top)
Sets number of points to crop from the top of an image. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CropFormat()
Method Detail |
---|
public double getLeft()
public void setLeft(double left)
left
- number of points to croppublic double getRight()
public void setRight(double right)
right
- number of points to croppublic double getTop()
public void setTop(double top)
top
- number of points to croppublic double getBottom()
public void setBottom(double bottom)
bottom
- number of points to crop
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |