public class DrawLines
extends java.util.ArrayList
Title: DrawLines class
Description: Collection of
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Constructor and Description |
---|
DrawLines() |
Modifier and Type | Method and Description |
---|---|
int |
add(DrawLineItem l) |
void |
clear()
Deletes all Series values.
Dependent Series are notified. |
DrawLineItem |
getFirst() |
DrawLineItem |
getLast() |
DrawLineItem |
getLine(int index) |
int |
indexOf(DrawLineItem l)
This method can be used to obtain the index of a given line in the line
collection.
|
void |
remove(DrawLineItem s)
Deletes the specified Line from the Chart list of Lines.
|
add, add, addAll, addAll, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
protected DrawLine tool
public int add(DrawLineItem l)
public void clear()
clear
in interface java.util.Collection
clear
in interface java.util.List
clear
in class java.util.ArrayList
public void remove(DrawLineItem s)
s
- DrawLineItempublic DrawLineItem getFirst()
public DrawLineItem getLast()
public DrawLineItem getLine(int index)
public int indexOf(DrawLineItem l)
l
- DrawLineItem