Class Transformation
- java.lang.Object
-
- de.aristaflow.ilm.model.graphical.Transformation
-
public class Transformation extends Object
-
-
Constructor Summary
Constructors Constructor Description Transformation()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ProcessImageDatafromIlm(GraphicalModelFactory gmf, ProcessImageData ipid)static RenderOptionsfromIlm(GraphicalModelFactory gmf, RenderOptions ro)static RectanglefromIlm(Rectangle r)static ProcessImageDatatoIlm(ProcessImageData pid)static RectangletoIlm(Rectangle r)static RenderOptionstoIlm(RenderOptions ro)
-
-
-
Method Detail
-
fromIlm
public static RenderOptions fromIlm(GraphicalModelFactory gmf, RenderOptions ro)
-
toIlm
public static ProcessImageData toIlm(ProcessImageData pid)
-
toIlm
public static RenderOptions toIlm(RenderOptions ro)
-
fromIlm
public static ProcessImageData fromIlm(GraphicalModelFactory gmf, ProcessImageData ipid)
-
-