public interface IGraphic
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFilename()
Returns the path to the location where the specified source object was saved.
|
double |
getHeight()
Returns a Single value that represents the height, in points, of the object.
|
boolean |
getLockAspectRatio()
True if the specified shape retains its original proportions when you resize
it.
|
double |
getWidth()
Returns a Single value that represents the width, in points, of the object.
|
void |
setFilename(java.lang.String value)
Sets the path to the location where the specified source object was saved.
|
void |
setGraphicStream(java.io.InputStream stream,
ImageType imageType)
Sets the
Stream to the location where the specified source object was
saved. |
void |
setHeight(double value)
Sets a Single value that represents the height, in points, of the object.
|
void |
setLockAspectRatio(boolean value)
True if the specified shape retains its original proportions when you resize
it.
|
void |
setWidth(double value)
Sets a Single value that represents the width, in points, of the object.
|
java.lang.String getFilename()
void setFilename(java.lang.String value)
throws java.io.FileNotFoundException
java.io.FileNotFoundExceptionvoid setGraphicStream(java.io.InputStream stream,
ImageType imageType)
Stream to the location where the specified source object was
saved.double getHeight()
void setHeight(double value)
double getWidth()
void setWidth(double value)
boolean getLockAspectRatio()
void setLockAspectRatio(boolean value)