sim.portrayal
Interface Orientable2D

All Superinterfaces:
Oriented2D

public interface Orientable2D
extends Oriented2D

An Orientable2D object can have its orientation changed in radians.

Objects which define the setOrientation2D(val) method can have their orientation changed by AdjustablePortrayal2D.


Method Summary
 void setOrientation2D(double val)
           
 
Methods inherited from interface sim.portrayal.Oriented2D
orientation2D
 

Method Detail

setOrientation2D

void setOrientation2D(double val)