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 ProcessImageData
fromIlm(GraphicalModelFactory gmf, ProcessImageData ipid)
static RenderOptions
fromIlm(GraphicalModelFactory gmf, RenderOptions ro)
static Rectangle
fromIlm(Rectangle r)
static ProcessImageData
toIlm(ProcessImageData pid)
static Rectangle
toIlm(Rectangle r)
static RenderOptions
toIlm(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)
-
-