public class Form
extends java.lang.Object
Constructor and Description |
---|
Form()
standard constructor
generate deltaSize = new Dimension(0,0)
|
Form(java.awt.Dimension deltaSize)
standard constructor
|
Form(int w,
int h)
standard constructor
|
Modifier and Type | Method and Description |
---|---|
java.awt.Dimension |
getDeltaSize() |
public Form(java.awt.Dimension deltaSize)
deltaSize
- changes default size of animation object [pixel]public Form(int w, int h)
w
- width of deltaSizeh
- height of deltaSizepublic Form()