edu.umd.cs.jazz.util
Interface ZList.ZVisualComponentList

All Superinterfaces:
java.lang.Cloneable, java.util.Collection, java.util.List, ZList
All Known Implementing Classes:
ZListImpl.ZVisualComponentListImpl, ZNullList
Enclosing interface:
ZList

public static interface ZList.ZVisualComponentList
extends ZList


Nested Class Summary
 
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
 
Method Summary
 ZBounds collectiveBoundsReference(ZBounds bounds)
           
 boolean collectiveHasVolatileBounds()
           
 ZSceneGraphObject collectivePick(java.awt.geom.Rectangle2D rect, ZSceneGraphPath path)
           
 ZVisualComponent[] getVisualComponentsReference()
           
 
Methods inherited from interface edu.umd.cs.jazz.util.ZList
clone, getElementData, 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
 

Method Detail

getVisualComponentsReference

public ZVisualComponent[] getVisualComponentsReference()

collectiveBoundsReference

public ZBounds collectiveBoundsReference(ZBounds bounds)

collectivePick

public ZSceneGraphObject collectivePick(java.awt.geom.Rectangle2D rect,
                                        ZSceneGraphPath path)

collectiveHasVolatileBounds

public boolean collectiveHasVolatileBounds()


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