Package org.robwork.sdurw_geometry
Class VectorLine
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<Line>
-
- org.robwork.sdurw_geometry.VectorLine
-
-
Constructor Summary
Constructors Constructor Description VectorLine()VectorLine(int count, Line value)VectorLine(long cPtr, boolean cMemoryOwn)VectorLine(java.lang.Iterable<Line> initialElements)VectorLine(Line[] initialElements)VectorLine(VectorLine other)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(int index, Line e)booleanadd(Line e)longcapacity()voidclear()voiddelete()Lineget(int index)static longgetCPtr(VectorLine obj)booleanisEmpty()Lineremove(int index)voidreserve(long n)Lineset(int index, Line e)intsize()-
Methods inherited from class java.util.AbstractList
addAll, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, subList
-
-
-
-
Constructor Detail
-
VectorLine
public VectorLine(long cPtr, boolean cMemoryOwn)
-
VectorLine
public VectorLine(Line[] initialElements)
-
VectorLine
public VectorLine(java.lang.Iterable<Line> initialElements)
-
VectorLine
public VectorLine()
-
VectorLine
public VectorLine(VectorLine other)
-
VectorLine
public VectorLine(int count, Line value)
-
-
Method Detail
-
getCPtr
public static long getCPtr(VectorLine obj)
-
delete
public void delete()
-
get
public Line get(int index)
-
add
public boolean add(Line e)
-
add
public void add(int index, Line e)
-
remove
public Line remove(int index)
-
size
public int size()
-
capacity
public long capacity()
-
reserve
public void reserve(long n)
-
isEmpty
public boolean isEmpty()
-
-