|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGraphicObject
This interface is used to set the properties of the graphic for your report object. You cannot
add an IGraphicObject
to the report. RAS currently only supports adding
IBlobFieldObject
object(s) to a report. Note that you can only copy an
IPictureObject
object from one report to another; you cannot add an
IPictureObject
object from a file.
Method Summary | |
---|---|
int |
getOriginalHeight()
Returns the original height of the graphic. |
int |
getOriginalWidth()
Returns the original width of the graphic. |
IPictureFormat |
getPictureFormat()
Returns the format of the graphic. |
double |
getXscaling()
Returns the horizontal scaling of the graphic. |
double |
getYscaling()
Returns the vertical scaling of the graphic. |
void |
setOriginalHeight(int height)
Sets the original height of the graphic. |
void |
setOriginalWidth(int width)
Sets the original width of the graphic. |
void |
setPictureFormat(IPictureFormat pictureFormat)
Sets the format of the graphic. |
Methods inherited from interface com.crystaldecisions.sdk.occa.report.definition.IReportObject |
---|
getBorder, getBorderMargins, getFormat, getHeight, getKind, getLeft, getLinkedURI, getName, getReplacementConditionFormulas, getReportPartBookmark, getSectionCode, getSectionName, getTop, getWidth, setBorder, setFormat, setHeight, setLeft, setLinkedURI, setName, setReplacementConditionFormulas, setReportPartBookmark, setSectionCode, setSectionName, setTop, setWidth |
Method Detail |
---|
IPictureFormat getPictureFormat()
Returns the format of the graphic.
IPictureFormat
object that specifies the format of the graphic.void setPictureFormat(IPictureFormat pictureFormat)
Sets the format of the graphic.
pictureFormat
- a IPictureFormat
object that specifies the format of the graphic.double getXscaling()
Returns the horizontal scaling of the graphic.
double
that specifies the horizontal scaling of the graphic.double getYscaling()
Returns the vertical scaling of the graphic.
double
that specifies the vertical scaling of the graphic.int getOriginalHeight()
Returns the original height of the graphic.
int
that specifies the original height of the graphic.int getOriginalWidth()
Returns the original width of the graphic.
int
that specifies the original width of the graphic.void setOriginalHeight(int height)
Sets the original height of the graphic.
height
- An int
that specifies the original height of the graphic.void setOriginalWidth(int width)
Sets the original width of the graphic.
width
- An int
that specifies the original width of the graphic.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |