DrawingTransformation.java
Go to the documentation of this file.
00001 /*
00002  * Created on Oct 19, 2009
00003  *
00004  * TODO To change the template for this generated file go to
00005  * Window - Preferences - Java - Code Style - Code Templates
00006  */
00007 package edu.tum.cs.ias.knowrob.vis.items.transform;
00008 
00009 import edu.tum.cs.ias.knowrob.vis.Canvas;
00010 
00011 public interface DrawingTransformation {
00012         public void applyTransformation(Canvas c);
00013 }


mod_vis
Author(s): Moritz Tenorth, Jakob Engel
autogenerated on Sat Dec 28 2013 17:09:49