|
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.InheritableDimensions
public class InheritableDimensions
Represents the dimensions of a rectangle.
| Constructor Summary | |
|---|---|
InheritableDimensions(float width,
float height)
Initializes a new instance of the InheritableDimensions structure. |
|
InheritableDimensions(float left,
float top,
float right,
float bottom)
Initializes a new instance of the InheritableDimensions structure. |
|
InheritableDimensions(PageSize size,
PageOrientation orientation)
Initializes a new instance of the InheritableDimensions structure. |
|
| Method Summary | |
|---|---|
boolean |
getInherit()
Gets the inherits the dimensions. |
Dimensions |
getInheritsFrom()
Gets the inherits from the dimensions. |
void |
setInherit(boolean value)
Sets the inherits the dimensions. |
| Methods inherited from class com.cete.dynamicpdf.Dimensions |
|---|
getBottom, getHeight, getLeft, getRight, getTop, getWidth, setBottom, setHeight, setLeft, setRight, setTop, setWidth |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InheritableDimensions(PageSize size,
PageOrientation orientation)
InheritableDimensions structure.
size - The page size of the dimensions in points (1/72 inches).orientation - The orientation of the dimensions in points (1/72 inches).
public InheritableDimensions(float width,
float height)
InheritableDimensions structure.
width - The width of the dimensions in points (1/72 inches).height - The height of the dimensions in points (1/72 inches).
public InheritableDimensions(float left,
float top,
float right,
float bottom)
InheritableDimensions structure.
left - The left edge of the dimensions in points (1/72 inches).top - The top edge of the dimensions in points (1/72 inches).right - The right edge of the dimensions in points (1/72 inches).bottom - The bottom edge of the dimensions in points (1/72 inches).| Method Detail |
|---|
public boolean getInherit()
public void setInherit(boolean value)
value - the inherits the dimensions.public Dimensions getInheritsFrom()
|
DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||