biosim.app.fishknn
Class FishPortrayal
java.lang.Object
sim.portrayal.SimplePortrayal2D
sim.portrayal.simple.OvalPortrayal2D
biosim.app.fishknn.FishPortrayal
- All Implemented Interfaces:
- java.io.Serializable, sim.portrayal.Oriented2D, sim.portrayal.Portrayal, sim.portrayal.Portrayal2D
- Direct Known Subclasses:
- ReplayPortrayal
public class FishPortrayal
- extends sim.portrayal.simple.OvalPortrayal2D
- implements sim.portrayal.Oriented2D
- See Also:
- Serialized Form
Fields inherited from class sim.portrayal.simple.OvalPortrayal2D |
filled, offset, paint, scale |
Fields inherited from class sim.portrayal.SimplePortrayal2D |
TYPE_HIT_OBJECT, TYPE_SELECTED_OBJECT |
Method Summary |
void |
draw(java.lang.Object object,
java.awt.Graphics2D graphics,
sim.portrayal.DrawInfo2D info)
|
double |
orientation2D()
|
Methods inherited from class sim.portrayal.simple.OvalPortrayal2D |
hitObject |
Methods inherited from class sim.portrayal.SimplePortrayal2D |
getInspector, getName, getStatus, handleMouseEvent, setSelected |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sim
public Simulation sim
body
public Body body
bi
public static java.awt.image.BufferedImage bi
FishPortrayal
public FishPortrayal(Simulation sim,
java.lang.Object body)
orientation2D
public double orientation2D()
- Specified by:
orientation2D
in interface sim.portrayal.Oriented2D
draw
public void draw(java.lang.Object object,
java.awt.Graphics2D graphics,
sim.portrayal.DrawInfo2D info)
- Specified by:
draw
in interface sim.portrayal.Portrayal2D
- Overrides:
draw
in class sim.portrayal.simple.OvalPortrayal2D