google-code-export / tatami

Automatically exported from code.google.com/p/tatami
1 stars 1 forks source link

Feature Requests #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
1) Dynamically expand the GraphicCanvas (surface).  You can use
surface.setDimensions(width, Height);

2) Ability to drag a surface. 

Thanks!

Original issue reported on code.google.com by lisa.angara@gmail.com on 11 Sep 2008 at 12:53

GoogleCodeExporter commented 9 years ago

Original comment by rdunk...@gmail.com on 19 Dec 2008 at 9:23

GoogleCodeExporter commented 9 years ago
The first point is fixed now. 
In the next release you will be able to use the setPixelSize(int,int) or
setDimensions(int,int) methods to expand dynamically the GraphicCanvas. Also, 
now a
canvas has a default size : 500 X 500 pixels. 

Original comment by vgrass...@gmail.com on 6 Jan 2009 at 4:04