java.lang.Object | |
↳ | com.pdftron.pdf.annots.AnnotsCompat.PolyLine |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static long | Create(long doc, long pos) | ||||||||||
static int | GetIntentName(long impl) | ||||||||||
static int | GetVertexCount(long impl) | ||||||||||
static double | GetVertexx(long impl, int idx) | ||||||||||
static double | GetVertexy(long impl, int idx) | ||||||||||
static void | SetIntentName(long impl, int mode) | ||||||||||
static void | SetVertex(long impl, int idx, double x, double y) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|