public class DrawLines
extends java.util.ArrayList
Title: DrawLines class
Description: Collection of
Copyright (c) 2005-2013 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, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSizeprotected DrawLine tool
public int add(DrawLineItem l)
public void clear()
clear in interface java.util.Collectionclear in interface java.util.Listclear in class java.util.ArrayListpublic void remove(DrawLineItem s)
s - DrawLineItempublic DrawLineItem getFirst()
public DrawLineItem getLast()
public DrawLineItem getLine(int index)
public int indexOf(DrawLineItem l)
l - DrawLineItem