|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Picture
Repersents a picture in a SpreadsheetML document
Method Summary | |
---|---|
ClientAnchor |
getPreferredSize()
|
void |
resize()
Reset the image to the original size. |
void |
resize(double scale)
Reset the image to the original size. |
Method Detail |
---|
void resize()
void resize(double scale)
scale
- the amount by which image dimensions are multiplied relative to the original size.
resize(1.0)
sets the original size, resize(0.5)
resize to 50% of the original,
resize(2.0)
resizes to 200% of the original.ClientAnchor getPreferredSize()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |