public static class Annot.QuadpointsF
extends java.lang.Object
QuadpointsF
is an inner class defined for a PDF quadrilaterals point.Modifier and Type | Field and Description |
---|---|
float |
x1
X coordinate for the first point.
|
float |
x2
X coordinate for the second point.
|
float |
x3
X coordinate for the third point.
|
float |
x4
X coordinate for the fourth point.
|
float |
y1
Y coordinate for the first point.
|
float |
y2
Y coordinate for the second point.
|
float |
y3
Y coordinate for the third point.
|
float |
y4
Y coordinate for the fourth point.
|
Constructor and Description |
---|
QuadpointsF() |
public float x1
public float y1
public float x2
public float y2
public float x3
public float y3
public float x4
public float y4