public class LegendItemAttributesCollection<T> extends java.lang.Object implements java.util.Collection<LegendItemAttributes>
Constructor and Description |
---|
LegendItemAttributesCollection()
Constructs a newly allocated LegendItemAttributesCollection object
|
Modifier and Type | Method and Description |
---|---|
boolean |
add(LegendItemAttributes o)
Description goes here
|
boolean |
addAll(java.util.Collection<? extends LegendItemAttributes> c)
Description goes here
|
void |
clear()
Description goes here
|
boolean |
contains(java.lang.Object o)
Description goes here
|
boolean |
containsAll(java.util.Collection<?> c)
Description goes here
|
void |
copyTo(LegendItemAttributes[] items,
int index)
Description goes here
|
LegendItemAttributes |
get(ILegendBoxItemCollection list)
Description goes here
|
LegendItemAttributes |
get(ILegendBoxItemCollection list,
int index)
Description goes here
|
LegendItemAttributes |
get(java.util.List<SeriesAttributes> list,
int index)
Description goes here
|
LegendItemAttributes |
getAxisSection(java.util.List<AxisSection> list,
int index)
Description goes here
|
LegendItemAttributes |
getConditionalAttributes(java.util.List<ConditionalAttributes> list,
int index)
Description goes here
|
LegendItemAttributes |
getCustomGridLine(java.util.List<CustomGridLine> list,
int index)
Description goes here
|
boolean |
isEmpty()
Description goes here
|
java.util.Iterator<LegendItemAttributes> |
iterator()
Description goes here
|
boolean |
remove(java.lang.Object o)
Description goes here
|
boolean |
removeAll(java.util.Collection<?> c)
Description goes here
|
void |
removeItemFromList(ILegendBoxItemCollection list,
int index)
Description goes here
|
boolean |
retainAll(java.util.Collection<?> c)
Description goes here
|
void |
set(ILegendBoxItemCollection list,
int index,
LegendItemAttributes value)
Description goes here
|
void |
set(ILegendBoxItemCollection list,
LegendItemAttributes value)
Description goes here
|
void |
set(java.util.List<SeriesAttributes> list,
int index,
LegendItemAttributes value)
Description goes here
|
void |
setAxisSection(java.util.List<AxisSection> list,
int index,
LegendItemAttributes value)
Description goes here
|
void |
setConditionalAttributes(java.util.List<ConditionalAttributes> list,
int index,
LegendItemAttributes value)
Description goes here
|
void |
setCustomGridLine(java.util.List<CustomGridLine> list,
int index,
LegendItemAttributes value)
Description goes here
|
int |
size()
Description goes here
|
java.lang.Object[] |
toArray()
Description goes here
|
T[] |
toArray(T[] a)
Description goes here
|
public LegendItemAttributesCollection()
public LegendItemAttributes getAxisSection(java.util.List<AxisSection> list, int index)
list
- index
- public void setAxisSection(java.util.List<AxisSection> list, int index, LegendItemAttributes value)
list
- index
- value
- public LegendItemAttributes getConditionalAttributes(java.util.List<ConditionalAttributes> list, int index)
list
- index
- public void setConditionalAttributes(java.util.List<ConditionalAttributes> list, int index, LegendItemAttributes value)
list
- index
- value
- public LegendItemAttributes getCustomGridLine(java.util.List<CustomGridLine> list, int index)
list
- index
- public void setCustomGridLine(java.util.List<CustomGridLine> list, int index, LegendItemAttributes value)
list
- index
- value
- public LegendItemAttributes get(ILegendBoxItemCollection list)
list
- public void set(ILegendBoxItemCollection list, LegendItemAttributes value)
list
- value
- public LegendItemAttributes get(ILegendBoxItemCollection list, int index)
list
- index
- public void set(ILegendBoxItemCollection list, int index, LegendItemAttributes value)
list
- index
- value
- public LegendItemAttributes get(java.util.List<SeriesAttributes> list, int index)
list
- index
- public void set(java.util.List<SeriesAttributes> list, int index, LegendItemAttributes value)
list
- index
- value
- public boolean add(LegendItemAttributes o)
add
in interface java.util.Collection<LegendItemAttributes>
o
- public boolean addAll(java.util.Collection<? extends LegendItemAttributes> c)
addAll
in interface java.util.Collection<LegendItemAttributes>
c
- public void clear()
clear
in interface java.util.Collection<LegendItemAttributes>
public boolean contains(java.lang.Object o)
contains
in interface java.util.Collection<LegendItemAttributes>
o
- public boolean containsAll(java.util.Collection<?> c)
containsAll
in interface java.util.Collection<LegendItemAttributes>
c
- public void copyTo(LegendItemAttributes[] items, int index)
items
- index
- public boolean isEmpty()
isEmpty
in interface java.util.Collection<LegendItemAttributes>
public java.util.Iterator<LegendItemAttributes> iterator()
iterator
in interface java.lang.Iterable<LegendItemAttributes>
iterator
in interface java.util.Collection<LegendItemAttributes>
public boolean remove(java.lang.Object o)
remove
in interface java.util.Collection<LegendItemAttributes>
o
- public boolean removeAll(java.util.Collection<?> c)
removeAll
in interface java.util.Collection<LegendItemAttributes>
c
- public void removeItemFromList(ILegendBoxItemCollection list, int index)
list
- index
- public boolean retainAll(java.util.Collection<?> c)
retainAll
in interface java.util.Collection<LegendItemAttributes>
c
- public int size()
size
in interface java.util.Collection<LegendItemAttributes>
public java.lang.Object[] toArray()
toArray
in interface java.util.Collection<LegendItemAttributes>
2014 Software FX, Inc. All Rights Reserved. Chart FX is a registered trademark of Software FX, Inc
All other names are trademarks or registered trademarks of their respective owners.