*
* @return the current adornments
*/
- public int getAdronments() {
- return fFlags;
- }
+// public int getAdronments() {
+// return fFlags;
+// }
/**
* Sets the size of the image created by calling <code>createImage()</code>.
* <code>createImage()</code>
* @see ImageDescriptor#createImage()
*/
- public void setImageSize(Point size) {
- Assert.isNotNull(size);
- Assert.isTrue(size.x >= 0 && size.y >= 0);
- fSize = size;
- }
+// public void setImageSize(Point size) {
+// Assert.isNotNull(size);
+// Assert.isTrue(size.x >= 0 && size.y >= 0);
+// fSize = size;
+// }
/**
* Returns the size of the image created by calling