|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectaspose.pdf.RectData
public class RectData
Represents a rectangle data structure which specifies the low-left and up-right coordinates.
Typical usages are the following:
Constructor Summary | |
---|---|
RectData()
Initializes a new instance of the RectData class. |
Method Summary | |
---|---|
java.lang.Object |
Clone()
Clones a new RectData object. |
float |
getLowerLeftX()
Gets a float value that indicates the x-coordinate of the lower-left point. |
float |
getLowerLeftY()
Gets a float value that indicates the y-coordinate of the lower-left point. |
float |
getUperRightX()
Gets a float value that indicates the x-coordinate of the upper-right point. |
float |
getUperRightY()
Gets a float value that indicates the y-coordinate of the upper-right point. |
void |
setLowerLeftX(float value)
Sets a float value that indicates the x-coordinate of the lower-left point. |
void |
setLowerLeftY(float value)
Sets a float value that indicates the y-coordinate of the lower-left point. |
void |
setUperRightX(float value)
Sets a float value that indicates the x-coordinate of the upper-right point. |
void |
setUperRightY(float value)
Sets a float value that indicates the y-coordinate of the upper-right point. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RectData()
RectData
class.
Method Detail |
---|
public float getLowerLeftX()
public void setLowerLeftX(float value)
value
- public float getLowerLeftY()
public void setLowerLeftY(float value)
value
- public float getUperRightX()
public void setUperRightX(float value)
value
- public float getUperRightY()
public void setUperRightY(float value)
value
- public java.lang.Object Clone()
RectData
object.
RectData
object.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |