public class ContourLevels
extends java.util.ArrayList
Title: ContourLevels class
Description: ContourLevels stores information about Contour Series's Y position levels.
Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
| Constructor and Description |
|---|
ContourLevels()
Stores information about Contour Series's Y position levels.
|
| Modifier and Type | Method and Description |
|---|---|
ContourLevel |
add(ContourLevel value) |
ContourLevel |
getLevel(int index)
Accesses ContourLevel characteristics selecting Level by index.
|
void |
setLevel(int index,
ContourLevel value)
Accesses ContourLevel characteristics selecting Level by index.
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSizepublic ContourLevels()
public ContourLevel getLevel(int index)
index - intpublic void setLevel(int index,
ContourLevel value)
index - intvalue - ContourLevelpublic ContourLevel add(ContourLevel value)