|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectaspose.pdf.RectangleArea
public class RectangleArea
A rectangle area specified with left position, top position,width and height.
| Constructor Summary | |
|---|---|
RectangleArea()
Initializes a new instance of the RectangleArea class. |
|
RectangleArea(float left,
float top,
float width,
float height)
Initializes a new instance of the RectangleArea class. |
|
| Method Summary | |
|---|---|
float |
getHeight()
Gets a float value that indicates the height of the rectangle area. |
float |
getLeft()
Gets a float value that indicates the left position of the rectangle area. |
float |
getTop()
Gets a float value that indicates the top position of the rectangle area. |
float |
getWidth()
Gets a float value that indicates the width of the rectangle area. |
void |
setHeight(float value)
Sets a float value that indicates the height of the rectangle |
void |
setLeft(float value)
Sets a float value that indicates the left position of the rectangle area. |
void |
setTop(float value)
Sets a float value that indicates the top position of the rectangle area. |
void |
setWidth(float value)
Sets a float value that indicates the width of the rectangle area. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RectangleArea()
RectangleArea class.
public RectangleArea(float left,
float top,
float width,
float height)
RectangleArea class.
left - The left position of the rectangle area.top - The top position of the rectangle area.width - The width of the rectangle area.height - The height of the rectangle area.| Method Detail |
|---|
public float getLeft()
public void setLeft(float value)
value - public float getTop()
public void setTop(float value)
value - public float getWidth()
public void setWidth(float value)
value - public float getHeight()
public void setHeight(float value)
value -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||