hudson.matrix
Class Layouter.Row

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<Layouter.Column>
          extended by 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.Columns.


Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
Layouter.Row()
           
 
Method Summary
 String drawYHeader(int n)
           
 Layouter.Column get(int index)
           
 int size()
           
 
Methods inherited from class java.util.AbstractList
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
 
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray
 

Constructor Detail

Layouter.Row

public Layouter.Row()
Method Detail

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.