AnyCAD Rapid SDK
2020
The Rapid CAD SDK
|
Public Member Functions | |
synchronized void | delete () |
GPnt2dList (GPnt2d[] initialElements) | |
GPnt2dList (Iterable< GPnt2d > initialElements) | |
GPnt2d | get (int index) |
GPnt2d | set (int index, GPnt2d e) |
boolean | add (GPnt2d e) |
void | add (int index, GPnt2d e) |
GPnt2d | remove (int index) |
int | size () |
GPnt2dList (GPnt2dList other) | |
long | capacity () |
void | reserve (long n) |
boolean | isEmpty () |
void | clear () |
GPnt2dList (int count, GPnt2d value) | |
Protected Member Functions | |
GPnt2dList (long cPtr, boolean cMemoryOwn) | |
void | finalize () |
void | removeRange (int fromIndex, int toIndex) |
Static Protected Member Functions | |
static long | getCPtr (GPnt2dList obj) |
Protected Attributes | |
transient boolean | swigCMemOwn |