Uses of Class
javamorph.CMain

Uses of CMain in javamorph
 

Fields in javamorph declared as CMain
private static CMain CMorphOperator.parent
          Application's main class.
private  CMain CFrame.parent
          Parent frame which lays out this component.
 

Methods in javamorph that return CMain
 CMain CFrame.getParent()
          Obtain the instance of the application's main class.
 

Methods in javamorph with parameters of type CMain
static void CMorphOperator.morph(CMain parent, CProgress progress)
          Initialize static class components.
 

Constructors in javamorph with parameters of type CMain
CFrame(CMain parent, Vector<Point> mesh, Vector<Point> polygon, BufferedImage image, double[][] clip, File f_mesh, File f_polygon, File f_clip)
          Constructor.