|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cete.dynamicpdf.Dimensions
com.cete.dynamicpdf.AutoMediaBoxDimensions
public class AutoMediaBoxDimensions
Represents the media box dimensions of the page.
Method Summary | |
---|---|
float |
getBottom()
Gets the bottom media box edge of the dimensions in points (1/72 inches). |
float |
getHeight()
Gets media box height of the dimensions in points (1/72 inches). |
float |
getLeft()
Gets the left media box edge of the dimensions in points (1/72 inches). |
float |
getRight()
Gets the right media box edge of the dimensions in points (1/72 inches). |
float |
getTop()
Gets the top media box edge of the dimensions in points (1/72 inches). |
float |
getWidth()
Gets the media box width of the dimensions in points (1/72 inches). |
void |
setBottom(float value)
Sets the bottom media box edge of the dimensions in points (1/72 inches). |
void |
setHeight(float value)
Sets media box height of the dimensions in points (1/72 inches). |
void |
setLeft(float value)
Sets the left media box edge of the dimensions in points (1/72 inches). |
void |
setRight(float value)
Sets the right media box edge of the dimensions in points (1/72 inches). |
void |
setTop(float value)
Sets the top media box edge of the dimensions in points (1/72 inches). |
void |
setWidth(float value)
Sets the media box width of the dimensions in points (1/72 inches). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public float getLeft()
getLeft
in class Dimensions
public void setLeft(float value)
setLeft
in class Dimensions
value
- left media box edge of the dimensions in points.public float getTop()
getTop
in class Dimensions
public void setTop(float value)
setTop
in class Dimensions
value
- top media box edge of the dimensions in pointspublic float getRight()
getRight
in class Dimensions
public void setRight(float value)
setRight
in class Dimensions
value
- right media box edge of the dimensions in points.public float getBottom()
getBottom
in class Dimensions
public void setBottom(float value)
setBottom
in class Dimensions
value
- bottom media box edge of the dimensions in points.public float getWidth()
getWidth
in class Dimensions
public void setWidth(float value)
setWidth
in class Dimensions
value
- media box width of the dimensions in points.public float getHeight()
getHeight
in class Dimensions
public void setHeight(float value)
setHeight
in class Dimensions
value
- media box height of the dimensions in points.
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |