Public Member Functions | |
QuadPoints (PointF first, PointF second, PointF third, PointF fourth) | |
Constructor, with parameters. More... | |
QuadPoints () | |
Constructor. | |
QuadPoints (QuadPoints quad_points) | |
Constructor, with another quadrilateral points object. More... | |
PointF | getFirst () |
Get first point of quadrilateral, in . More... | |
PointF | getFourth () |
Get fourth point of quadrilateral, in . More... | |
PointF | getSecond () |
Get second point of quadrilateral, in . More... | |
PointF | getThird () |
Get third point of quadrilateral, in . More... | |
void | set (PointF first, PointF second, PointF third, PointF fourth) |
Set value. More... | |
void | setFirst (PointF value) |
Set first point of quadrilateral, in . More... | |
void | setFourth (PointF value) |
Set fourth point of quadrilateral, in . More... | |
void | setSecond (PointF value) |
Set second point of quadrilateral, in . More... | |
void | setThird (PointF value) |
Set third point of quadrilateral, in . More... | |
This class represents points of a quadrilateral, in . The order of points in a quadrilateral should be as follows:
com.foxit.sdk.pdf.annots.QuadPoints.QuadPoints | ( | PointF | first, |
PointF | second, | ||
PointF | third, | ||
PointF | fourth | ||
) |
Constructor, with parameters.
[in] | first | First point of the quadrilateral, in . |
[in] | second | Second point of the quadrilateral, in . |
[in] | third | Third point of the quadrilateral, in . |
[in] | fourth | Fourth point of the quadrilateral, in . |
com.foxit.sdk.pdf.annots.QuadPoints.QuadPoints | ( | QuadPoints | quad_points | ) |
Constructor, with another quadrilateral points object.
[in] | quad_points | Another quadrilateral points object. |
com.foxit.sdk.pdf.annots.QuadPoints.getFirst | ( | ) |
Get first point of quadrilateral, in .
com.foxit.sdk.pdf.annots.QuadPoints.getFourth | ( | ) |
Get fourth point of quadrilateral, in .
com.foxit.sdk.pdf.annots.QuadPoints.getSecond | ( | ) |
Get second point of quadrilateral, in .
com.foxit.sdk.pdf.annots.QuadPoints.getThird | ( | ) |
Get third point of quadrilateral, in .
void com.foxit.sdk.pdf.annots.QuadPoints.set | ( | PointF | first, |
PointF | second, | ||
PointF | third, | ||
PointF | fourth | ||
) |
Set value.
[in] | first | First point of the quadrilateral, in . |
[in] | second | Second point of the quadrilateral, in . |
[in] | third | Third point of the quadrilateral, in . |
[in] | fourth | Fourth point of the quadrilateral, in . |
com.foxit.sdk.pdf.annots.QuadPoints.setFirst | ( | PointF | value | ) |
Set first point of quadrilateral, in .
[in] | value | First point of quadrilateral, in . |
com.foxit.sdk.pdf.annots.QuadPoints.setFourth | ( | PointF | value | ) |
Set fourth point of quadrilateral, in .
[in] | value | Fourth point of quadrilateral, in . |
com.foxit.sdk.pdf.annots.QuadPoints.setSecond | ( | PointF | value | ) |
Set second point of quadrilateral, in .
[in] | value | Second point of quadrilateral, in . |
com.foxit.sdk.pdf.annots.QuadPoints.setThird | ( | PointF | value | ) |
Set third point of quadrilateral, in .
[in] | value | Third point of quadrilateral, in . |