edu.umd.cs.jazz.util
Class ZListImpl.ZTransformableListImpl

java.lang.Object
  |
  +--java.util.AbstractCollection
        |
        +--java.util.AbstractList
              |
              +--edu.umd.cs.jazz.util.ZListImpl
                    |
                    +--edu.umd.cs.jazz.util.ZListImpl.ZTransformableListImpl
All Implemented Interfaces:
java.lang.Cloneable, java.util.Collection, java.util.List, java.io.Serializable, ZList, ZList.ZTransformableList
Enclosing class:
ZListImpl

public static class ZListImpl.ZTransformableListImpl
extends ZListImpl
implements ZList.ZTransformableList

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class edu.umd.cs.jazz.util.ZListImpl
ZListImpl.ZBoundsListImpl, ZListImpl.ZCameraListImpl, ZListImpl.ZLayerGroupListImpl, ZListImpl.ZNodeListImpl, ZListImpl.ZObjectListImpl, ZListImpl.ZPropertyListImpl, ZListImpl.ZSceneGraphObjectListImpl, ZListImpl.ZTransformableListImpl, ZListImpl.ZVisualComponentListImpl
 
Nested classes inherited from class edu.umd.cs.jazz.util.ZList
ZList.ZBoundsList, ZList.ZCameraList, ZList.ZLayerGroupList, ZList.ZNodeList, ZList.ZPropertyList, ZList.ZSceneGraphObjectList, ZList.ZTransformableList, ZList.ZVisualComponentList
 
Field Summary
 
Fields inherited from class edu.umd.cs.jazz.util.ZListImpl
NullList, size
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
ZListImpl.ZTransformableListImpl(int capacity)
           
 
Method Summary
 java.awt.geom.AffineTransform collectiveCatTransformUntil(ZCamera camera)
           
 java.lang.Object[] createElementData(int capacity)
           
 java.lang.Object[] getElementData()
           
 ZTransformable[] getTransformablesReference()
           
 void setElementData(java.lang.Object[] data)
           
 
Methods inherited from class edu.umd.cs.jazz.util.ZListImpl
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, isNull, lastIndexOf, moveElementToIndex, pop, pop, remove, removeRange, replaceWith, set, setSize, size, toArray, toArray, trimToSize, writeObject, writeObjectd
 
Methods inherited from class java.util.AbstractList
equals, hashCode, iterator, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, remove, removeAll, retainAll, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface edu.umd.cs.jazz.util.ZList
clone, isNull, moveElementToIndex, pop, pop, replaceWith, setSize, trimToSize, writeObject
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 

Constructor Detail

ZListImpl.ZTransformableListImpl

public ZListImpl.ZTransformableListImpl(int capacity)
Method Detail

getElementData

public java.lang.Object[] getElementData()
Specified by:
getElementData in interface ZList
Specified by:
getElementData in class ZListImpl

createElementData

public java.lang.Object[] createElementData(int capacity)
Specified by:
createElementData in class ZListImpl

setElementData

public void setElementData(java.lang.Object[] data)
Specified by:
setElementData in class ZListImpl

getTransformablesReference

public ZTransformable[] getTransformablesReference()
Specified by:
getTransformablesReference in interface ZList.ZTransformableList

collectiveCatTransformUntil

public java.awt.geom.AffineTransform collectiveCatTransformUntil(ZCamera camera)
Specified by:
collectiveCatTransformUntil in interface ZList.ZTransformableList


Copyright � 2003 by University of Maryland, College Park, MD 20742, USA All rights reserved.