public class CellCntrMarkerVector extends Vector<CellCntrMarker>
capacityIncrement, elementCount, elementData
modCount
Constructor and Description |
---|
CellCntrMarkerVector(int type)
Creates a new instance of MarkerVector
|
CellCntrMarkerVector(int type,
String name)
Creates a new instance of MarkerVector
|
Modifier and Type | Method and Description |
---|---|
void |
addMarker(CellCntrMarker marker) |
Color |
getColor() |
CellCntrMarker |
getMarker(int n) |
CellCntrMarker |
getMarkerFromPosition(Point p,
int sliceIndex) |
String |
getName() |
int |
getType() |
int |
getVectorIndex(CellCntrMarker marker) |
void |
removeLastMarker() |
void |
removeMarker(int n) |
void |
setName(String name) |
void |
setType(int type) |
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, forEach, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, iterator, lastElement, lastIndexOf, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeIf, removeRange, replaceAll, retainAll, set, setElementAt, setSize, size, sort, spliterator, subList, toArray, toArray, toString, trimToSize
finalize, getClass, notify, notifyAll, wait, wait, wait
parallelStream, stream
public CellCntrMarkerVector(int type)
public CellCntrMarkerVector(int type, String name)
public void addMarker(CellCntrMarker marker)
public CellCntrMarker getMarker(int n)
public int getVectorIndex(CellCntrMarker marker)
public void removeMarker(int n)
public void removeLastMarker()
public CellCntrMarker getMarkerFromPosition(Point p, int sliceIndex)
public int getType()
public void setType(int type)
public String getName()
public void setName(String name)
public Color getColor()
Copyright © 2015–2021 Fiji. All rights reserved.