|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICrossTabGridLineOptions
This interface allows you to modify formatting options of grid lines use in cross-tab objects. Options include line style, color, width and "is visible".
ICrossTabGridLineFormattingInfo#setGridLineOptionsByType(CrossTabGridLineType, ICrossTabGridLineOptions)
Method Summary | |
---|---|
java.awt.Color |
getColor()
Gets the grid line's color. |
boolean |
getIsDraw()
Gets whether the grid line is visible. |
LineStyle |
getLineStyle()
Gets the grid line's line style. |
int |
getWidth()
Gets the grid line's width. |
void |
setColor(java.awt.Color color)
Sets the grid line's color. |
void |
setIsDraw(boolean isDraw)
Sets whether the grid line is visible. |
void |
setLineStyle(LineStyle lineStyle)
Sets the grid line's line style. |
void |
setWidth(int width)
Sets the grid line's width. |
Method Detail |
---|
LineStyle getLineStyle()
com.crystaldecisions.sdk.occa.report.definition.LineStyle
void setLineStyle(LineStyle lineStyle)
lineStyle
- the grid line's style as a com.crystaldecisions.sdk.occa.report.definition.LineStyle
java.awt.Color getColor()
java.awt.Color
objectvoid setColor(java.awt.Color color)
color
- the grid line's color as a java.awt.Color
objectint getWidth()
int
value of the grid line's widthvoid setWidth(int width)
width
- the int
value of the grid line's widthboolean getIsDraw()
true
if the grid line is visible, false
if it is notvoid setIsDraw(boolean isDraw)
isDraw
- true
if the grid line is visible, false
if it is not
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |