public class ContourLevels
extends java.util.ArrayList
Title: ContourLevels class
Description: ContourLevels stores information about Contour Series's Y position levels.
Copyright (c) 2005-2019 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, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
public ContourLevels()
public ContourLevel getLevel(int index)
index
- intpublic void setLevel(int index, ContourLevel value)
index
- intvalue
- ContourLevelpublic ContourLevel add(ContourLevel value)