edu.umd.cs.jazz.scenegraph
Interface ZHasChild

All Known Implementing Classes:
ZVisualComponentDecorator

public abstract interface ZHasChild

ZHasChild is a simple interface that ZVisualComponent decorators must implement in order to represent the fact that they store a pointer to a child visual component. This interface is necessary because it is used by ZVisualComponent.findVisualComponent() to traverse the list of visual components to find one of a specific type.

See Also:
ZVisualComponent

Method Summary
 ZVisualComponent getChild()
           
 

Method Detail

getChild

public ZVisualComponent getChild()