hudson.matrix
Class Layouter.Row
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<Layouter.Column>
hudson.matrix.Layouter.Row
- All Implemented Interfaces:
- Iterable<Layouter.Column>, Collection<Layouter.Column>, List<Layouter.Column>
- Enclosing class:
- Layouter<T>
public final class Layouter.Row
- extends AbstractList<Layouter.Column>
Represents a row, which is a collection of Layouter.Column
s.
Methods inherited from class java.util.AbstractList |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList |
Layouter.Row
public Layouter.Row()
get
public Layouter.Column get(int index)
- Specified by:
get
in interface List<Layouter.Column>
- Specified by:
get
in class AbstractList<Layouter.Column>
size
public int size()
- Specified by:
size
in interface Collection<Layouter.Column>
- Specified by:
size
in interface List<Layouter.Column>
- Specified by:
size
in class AbstractCollection<Layouter.Column>
drawYHeader
public String drawYHeader(int n)
Copyright © 2004-2013. All Rights Reserved.