|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cete.dynamicpdf.AreaDimensions
public abstract class AreaDimensions
Represents the dimensions of an area.
Licensing:
This class is a DynamicPDF Generator Community Edition feature.
Method Summary | |
---|---|
Dimensions |
getBody()
Gets the dimensions of the areas body. |
float |
getBottomMargin()
Gets the bottom margin of the page dimensions. |
Dimensions |
getEdge()
Gets the dimensions of the areas edge. |
float |
getHeight()
Gets the height of the page dimensions. |
float |
getLeftMargin()
Gets the left margin of the page dimensions. |
float |
getPdfX(float x)
Returns the translated X coordinate. |
float |
getPdfY(float y)
Gets the translated Y coordinate. |
float |
getRightMargin()
Gets the right margin of the page dimensions. |
float |
getTopMargin()
Gets the top margin of the page dimensions. |
float |
getWidth()
Gets the width of the page dimensions. |
void |
setBottomMargin(float value)
Sets the bottom margin of the page dimensions. |
void |
setHeight(float value)
Sets the height of the page dimensions. |
void |
setLeftMargin(float value)
Sets the left margin of the page dimensions. |
void |
setRightMargin(float value)
Sets the right margin of the page dimensions. |
void |
setTopMargin(float value)
Sets the top margin of the page dimensions. |
void |
setWidth(float value)
Sets the width of the page dimensions. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Dimensions getBody()
public Dimensions getEdge()
public float getWidth()
public void setWidth(float value)
value
- the width of the page dimensions.public float getHeight()
public void setHeight(float value)
value
- the height of the page dimensions.public float getLeftMargin()
public void setLeftMargin(float value)
value
- the left margin of the page dimensions.public float getTopMargin()
public void setTopMargin(float value)
value
- the top margin of the page dimensions.public float getRightMargin()
public void setRightMargin(float value)
value
- the right margin of the page dimensions.public float getBottomMargin()
public void setBottomMargin(float value)
value
- the bottom margin of the page dimensions.public float getPdfY(float y)
y
- Y coordinate to translate.
public float getPdfX(float x)
x
- X coordinate to translate.
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |