API Diff Specification | |
To Version: | Android SDK 0.9_r1 |
From Version: | Android SDK m5-rc14 |
Generated | 2008.08.14 15:44 |
Added Methods | |
---|---|
float getHeight() |
Returns the height of the Shape. |
float getWidth() |
Returns the width of the Shape. |
void onResize(float, |
Callback method called when .resize(float,float) is executed. |
Changed Methods | ||
---|---|---|
void resize(float, |
Change in signature from (int, int ) to (float, float ).Changed from abstract to non-abstract. Change from non-final to final. |
Resizes the dimensions of this shape. |
©2008 Google - Code Home - Site Terms of Service - Privacy Policy |