Protege-2000 1.7

edu.stanford.smi.protegex.widget.diagram
Class TilingAnimationFrame

java.lang.Object
  |
  +--edu.stanford.smi.protegex.layout.AnimationContext
        |
        +--edu.stanford.smi.protegex.widget.diagram.TilingAnimationFrame

public class TilingAnimationFrame
extends AnimationContext

Description of the class

Author:
William Grosso

Fields inherited from class edu.stanford.smi.protegex.layout.AnimationContext
_animationContextMouseEventHandler, _backgroundManager, _coordinateSystem, _owner, _paintAction, _selectionHandler, _tickAction, _zOrder
 
Constructor Summary
TilingAnimationFrame(boolean visibleToEvents, BackgroundManager backgroundManager, Rectangle coordinateSystem, Component owner)
           
 
Method Summary
 void addActorToBottom(Actor actor)
           
 void addActorToTop(Actor actor)
           
 void enlargeToHeight(int newHeight)
           
 void enlargeToWidth(int newWidth)
           
 void moveActorToBottom(Actor actor)
           
 void moveActorToTop(Actor actor)
           
 void paint(Graphics g)
           
 void removeActor(Actor actor)
           
 void retile()
           
 void setSelectedActor(Actor actor)
           
 
Methods inherited from class edu.stanford.smi.protegex.layout.AnimationContext
addAnimationContextSelectionListener, getActiveRectangle, getActiveRectangle, getCoordinateSystem, getCoordinateSystem, getLeadSelection, getOwner, getSelectedActors, getVisibleToEvents, getZOrder, isSingleSelection, processMouseEvent, processMouseMotionEvent, removeAnimationContextSelectionListener, selectActor, setBackgroundManager, setCoordinateSystem, setVisibleToEvents, takeSnapshot, unselectActor, wantEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TilingAnimationFrame

public TilingAnimationFrame(boolean visibleToEvents,
                            BackgroundManager backgroundManager,
                            Rectangle coordinateSystem,
                            Component owner)
Method Detail

addActorToBottom

public void addActorToBottom(Actor actor)
Overrides:
addActorToBottom in class AnimationContext

addActorToTop

public void addActorToTop(Actor actor)
Overrides:
addActorToTop in class AnimationContext

enlargeToHeight

public void enlargeToHeight(int newHeight)

enlargeToWidth

public void enlargeToWidth(int newWidth)

moveActorToBottom

public void moveActorToBottom(Actor actor)
Overrides:
moveActorToBottom in class AnimationContext

moveActorToTop

public void moveActorToTop(Actor actor)
Overrides:
moveActorToTop in class AnimationContext

paint

public void paint(Graphics g)
Overrides:
paint in class AnimationContext

removeActor

public void removeActor(Actor actor)
Overrides:
removeActor in class AnimationContext

retile

public void retile()

setSelectedActor

public void setSelectedActor(Actor actor)
Overrides:
setSelectedActor in class AnimationContext

Protege-2000 1.7

Submit a bug report or feature request
Protege-2000 is a trademark of Stanford University.
Copyright (c) 1998-2002 Stanford University.