sim.portrayal.geo
Class GeomInfo2D

java.lang.Object
  extended by sim.portrayal.DrawInfo2D
      extended by sim.portrayal.geo.GeomInfo2D

public class GeomInfo2D
extends sim.portrayal.DrawInfo2D


Field Summary
 java.awt.geom.AffineTransform transform
           
 
Fields inherited from class sim.portrayal.DrawInfo2D
clip, draw, fieldPortrayal, gui, location, precise, selected
 
Constructor Summary
GeomInfo2D(sim.portrayal.DrawInfo2D info, java.awt.geom.AffineTransform t)
           
 
Method Summary
 
Methods inherited from class sim.portrayal.DrawInfo2D
equals, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

transform

public java.awt.geom.AffineTransform transform
Constructor Detail

GeomInfo2D

public GeomInfo2D(sim.portrayal.DrawInfo2D info,
                  java.awt.geom.AffineTransform t)