|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CFrame in javamorph |
---|
Fields in javamorph declared as CFrame | |
---|---|
private CFrame |
CConfig.left
Left morph picture componenent. |
private CFrame |
CMain.left
Left picture's display. |
private CFrame |
CPictureDecorator.parent
JComponent to draw the picture to. |
private CFrame |
CPopupMenuDecorator.parent
Parent JComponent to draw the mouse symbol to. |
private CFrame |
CMeshDecorator.parent
Parent component to draw the mesh to. |
private CFrame |
CPolygonDecorator.parent
Parent component to draw the polygon to. |
private CFrame |
CConfig.right
Right morph picture component. |
private CFrame |
CMain.right
Right picture's display. |
Constructors in javamorph with parameters of type CFrame | |
---|---|
CConfig(JFrame parent,
CFrame left,
CFrame right)
Constructor. |
|
CMeshDecorator(CFrame parent,
Vector<Point> mesh,
BufferedImage image,
File f_mesh)
Constructor. |
|
CPictureDecorator(CFrame parent,
BufferedImage image)
Constructor. |
|
CPolygonDecorator(CFrame parent,
Vector<Point> polygon,
BufferedImage image,
File f_poly,
double[][] clip,
File f_clip)
Constructor. |
|
CPopupMenuDecorator(CFrame parent)
Constructor. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |