Summ:  Nested Methods    Details:  Methods      Class:  Serial Prev Next
com.artfulbits.aiCharts.Base
Class ChartNamedCollection<E>

java.lang.Object java.util.AbstractCollection<E> java.util.AbstractList<E> java.util.ArrayList<E> com.artfulbits.aiCharts.Base.ChartCollection<E> com.artfulbits.aiCharts.Base.ChartNamedCollection<E>

Declaration: public final class ChartNamedCollection<E extends INamedChartItem> extends ChartCollection<E>
Type Parameters: E - type of items that collection will contain.
All Interfaces: java.lang.Cloneable, java.util.Collection<E>, java.lang.Iterable<E>, java.util.List<E>, java.util.RandomAccess, java.io.Serializable

 

Represents specialized chart collection.

 

Since: 1.0
See also: Serialization

 

 

Nested Members Summary

 

Nested members inherited from class: com.artfulbits.aiCharts.Base.ChartCollection
ChartCollection.IChangeListener<E>

 

 

Methods Summary
boolean contains(java.lang.String name)
    
Determines whether collection contains area with specified name.
E get(java.lang.String name)
    
Returns the series by specified name.

 

Methods inherited from class: com.artfulbits.aiCharts.Base.ChartCollection
add, add, addAll, clear, remove, remove, removeAll, set

 

Methods inherited from class: java.util.ArrayList
addAll, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, size, toArray, toArray, trimToSize

 

Methods inherited from class: java.util.AbstractList
equals, hashCode, iterator, listIterator, listIterator, subList

 

Methods inherited from class: java.util.AbstractCollection
containsAll, retainAll, toString

 

Methods inherited from class: java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

 

 

 

 

get

 

public E get( java.lang.String name)

 

Returns the series by specified name. Case is ignored during series lookup.

 

Parameters:
name-
series name.
Returns:
instance of ChartArea class or null if area with specified name was not found is this collection.

 

Since: 1.0

 

 

 

contains

 

public boolean contains( java.lang.String name)

 

Determines whether collection contains area with specified name.

 

Parameters:
name-
name of area.
Returns:
true if collection contains area with specified name, otherwise false.

 

Since: 1.0

 

 

© 2005 - 2010 ArtfulBits. All rights reserved.