|
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.AutoEdgeDimensions
public class AutoEdgeDimensions
Represents the dimensions of the areas edge.
| Method Summary | |
|---|---|
float |
getBottom()
Gets the bottom edge of the dimensions in points (1/72 inches). |
float |
getHeight()
Gets the height of the dimensions in points (1/72 inches). |
float |
getLeft()
Gets the left edge of the dimensions in points (1/72 inches). |
float |
getRight()
Gets the right edge of the dimensions in points (1/72 inches). |
float |
getTop()
Gets the top edge of the dimensions in points (1/72 inches). |
float |
getWidth()
Gets the width of the dimensions in points (1/72 inches). |
void |
setBottom(float value)
Sets the bottom edge of the dimensions in points (1/72 inches). |
void |
setHeight(float value)
Sets the height of the dimensions in points (1/72 inches). |
void |
setLeft(float value)
Sets the left edge of the dimensions in points (1/72 inches). |
void |
setRight(float value)
Sets the right edge of the dimensions in points (1/72 inches). |
void |
setTop(float value)
Sets the top edge of the dimensions in points (1/72 inches). |
void |
setWidth(float value)
Sets the 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 Dimensionspublic void setLeft(float value)
setLeft in class Dimensionsvalue - left edge of the dimensions in points.public float getTop()
getTop in class Dimensionspublic void setTop(float value)
setTop in class Dimensionsvalue - top edge of the dimensions in points.public float getRight()
getRight in class Dimensionspublic void setRight(float value)
setRight in class Dimensionsvalue - right edge of the dimensions in points.public float getBottom()
getBottom in class Dimensionspublic void setBottom(float value)
setBottom in class Dimensionsvalue - bottom edge of the dimensions in points.public float getWidth()
getWidth in class Dimensionspublic void setWidth(float value)
setWidth in class Dimensionsvalue - width of the dimensions in points.public float getHeight()
getHeight in class Dimensionspublic void setHeight(float value)
setHeight in class Dimensionsvalue - 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 | ||||||||