public class MarkPositions
extends java.util.ArrayList
Title: MarkPositions class
Description: Series Marks' Positions.
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Constructor and Description |
---|
MarkPositions() |
Modifier and Type | Method and Description |
---|---|
boolean |
existCustom()
Checks for Custom Marks.
|
SeriesMarksPosition |
getPosition(int index) |
void |
removeRange(int startIndex,
int count) |
void |
setPosition(int index,
SeriesMarksPosition value) |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
public SeriesMarksPosition getPosition(int index)
public void setPosition(int index, SeriesMarksPosition value)
public void removeRange(int startIndex, int count)
removeRange
in class java.util.ArrayList
public boolean existCustom()