biosim.core.gui.portrayals
Class RectObstaclePortrayal

java.lang.Object
  extended by sim.portrayal.SimplePortrayal2D
      extended by biosim.core.gui.portrayals.RectObstaclePortrayal
All Implemented Interfaces:
java.io.Serializable, sim.portrayal.Portrayal, sim.portrayal.Portrayal2D

public class RectObstaclePortrayal
extends sim.portrayal.SimplePortrayal2D

See Also:
Serialized Form

Field Summary
 RectObstacle obst
           
 
Fields inherited from class sim.portrayal.SimplePortrayal2D
TYPE_HIT_OBJECT, TYPE_SELECTED_OBJECT
 
Constructor Summary
RectObstaclePortrayal(RectObstacle o)
           
 
Method Summary
 void draw(java.lang.Object obj, java.awt.Graphics2D graphics, sim.portrayal.DrawInfo2D info)
           
 
Methods inherited from class sim.portrayal.SimplePortrayal2D
getInspector, getName, getStatus, handleMouseEvent, hitObject, setSelected
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

obst

public RectObstacle obst
Constructor Detail

RectObstaclePortrayal

public RectObstaclePortrayal(RectObstacle o)
Method Detail

draw

public void draw(java.lang.Object obj,
                 java.awt.Graphics2D graphics,
                 sim.portrayal.DrawInfo2D info)
Specified by:
draw in interface sim.portrayal.Portrayal2D
Overrides:
draw in class sim.portrayal.SimplePortrayal2D