edu.stanford.smi.protegex.layout
Class ZOrder
java.lang.Object
|
+--edu.stanford.smi.protegex.layout.ZOrder
- public class ZOrder
- extends Object
Record zorder of actors inside a single animation context Keeps a pool of
iterators over actors
- Author:
- William Grosso
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TOPDOWN
public static final int TOPDOWN
BOTTOMUP
public static final int BOTTOMUP
ZOrder
public ZOrder()
addActorToBottom
public void addActorToBottom(Actor actor)
addActorToTop
public void addActorToTop(Actor actor)
getIterator
public ResettableIterator getIterator(int direction)
moveActorToBottom
public void moveActorToBottom(Actor actor)
moveActorToTop
public void moveActorToTop(Actor actor)
numberOfActors
public int numberOfActors()
performAction
public void performAction(int direction,
ActorAction action)
performCollectiveTest
public List performCollectiveTest(int direction,
ActorTest test)
performSingleTest
public Actor performSingleTest(int direction,
ActorTest test)
removeActor
public void removeActor(Actor actor)
returnIterator
public void returnIterator(ResettableIterator iterator)
Submit a bug report or feature request
Protege-2000 is a trademark of Stanford University.
Copyright (c) 1998-2002 Stanford University.