|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDrawingObject
This interface is used to draw an object in your report object. You can specify the line thickness, style, and color, and the positioning of the drawn object.
Method Summary | |
---|---|
int |
getBottom()
Returns the position of the bottom of the object. |
boolean |
getEnableExtendToBottomOfSection()
Returns true if the object will be extended to the bottom of the section, and
false otherwise. |
java.lang.String |
getEndSectionName()
Returns the section name which specifies where the drawing object ends. |
java.awt.Color |
getLineColor()
Returns the color for the line (for the border). |
int |
getLineColorValue()
Deprecated. internal use only |
LineStyle |
getLineStyle()
Returns the style for the line (for the border). |
int |
getLineThickness()
Returns the line thickness (for the border). |
int |
getRight()
Returns the position of the right side of the object. |
void |
setBottom(int bottom)
Sets the position of the bottom of the object. |
void |
setEnableExtendToBottomOfSection(boolean enableExtendToBottomOfSection)
Sets whether the object will be extended to the bottom of the section. |
void |
setEndSectionName(java.lang.String endSectionName)
Sets the section name which specifies where the drawing object ends. |
void |
setLineColor(java.awt.Color lineColor)
Sets the color for the line (for the border). |
void |
setLineColorValue(int lineColor)
Deprecated. internal use only |
void |
setLineStyle(LineStyle lineStyle)
Sets the style for the line (for the border). |
void |
setLineThickness(int lineThickness)
Sets the line thickness (for the border). |
void |
setRight(int right)
Sets the position of the right side of the object. |
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 |
---|
int getBottom()
Returns the position of the bottom of the object.
int
that specifies the position of the bottom of the object.boolean getEnableExtendToBottomOfSection()
Returns true
if the object will be extended to the bottom of the section, and
false
otherwise.
true
if the object will be extended to the bottom of the section, and
false
otherwise.java.lang.String getEndSectionName()
Returns the section name which specifies where the drawing object ends.
String
containing the section name which specifies where the drawing
object ends.java.awt.Color getLineColor()
Returns the color for the line (for the border).
java.awt.Color
object that specifies the color for the line.int getLineColorValue()
LineStyle getLineStyle()
Returns the style for the line (for the border).
LineStyle
object that specifies the style for the line.int getLineThickness()
Returns the line thickness (for the border).
int
that specifies the line thickness.int getRight()
Returns the position of the right side of the object.
int
that specifies the position of the right side of the object.void setBottom(int bottom)
Sets the position of the bottom of the object.
bottom
- An int
that specifies the position of the bottom of the object.void setEnableExtendToBottomOfSection(boolean enableExtendToBottomOfSection)
Sets whether the object will be extended to the bottom of the section.
enableExtendToBottomOfSection
- true
if the object will be extended to the bottom of the section, and
false
otherwise.void setEndSectionName(java.lang.String endSectionName)
Sets the section name which specifies where the drawing object ends.
endSectionName
- A String
containing the section name which specifies where the drawing
object ends.void setLineColor(java.awt.Color lineColor)
Sets the color for the line (for the border).
lineColor
- A java.awt.Color
object that specifies the color for the line.void setLineColorValue(int lineColor)
void setLineStyle(LineStyle lineStyle)
Sets the style for the line (for the border).
lineStyle
- A LineStyle
object that specifies the style for the line.void setLineThickness(int lineThickness)
Sets the line thickness (for the border).
lineThickness
- An int
that specifies the line thickness.void setRight(int right)
Sets the position of the right side of the object.
right
- An int
that specifies the position of the right side of the object.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |