|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBorder
This interface defines the color and the line styles of a report object's border.
Method Summary | |
---|---|
java.awt.Color |
getBackgroundColor()
Returns the Color object that specifies the background color of the border. |
int |
getBackgroundColorValue()
Deprecated. internal use only |
java.awt.Color |
getBorderColor()
Returns the Color object that specifies the color of the border. |
int |
getBorderColorValue()
Deprecated. internal use only |
LineStyle |
getBottomLineStyle()
Returns the style of the border's bottom line. |
BorderConditionFormulas |
getConditionFormulas()
Returns the condition formulas used to override the default border values. |
boolean |
getEnableTightHorizontal()
Returns true if the border is trimmed to match the size of the field, and false
otherwise. |
boolean |
getHasDropShadow()
Returns true if a drop shadow is printed below and to the right of the field, and false
otherwise. |
LineStyle |
getLeftLineStyle()
Returns the style of the border's line on the left side. |
LineStyle |
getRightLineStyle()
Returns the style of the border's line on the right side. |
LineStyle |
getTopLineStyle()
Returns the style of the border's top line. |
void |
setBackgroundColor(java.awt.Color backgroundColor)
Sets the Color object that specifies the background color of the border. |
void |
setBackgroundColorValue(int backgroundColor)
Deprecated. internal use only |
void |
setBorderColor(java.awt.Color borderColor)
Sets the Color object that specifies the color of the border. |
void |
setBorderColorValue(int borderColor)
Deprecated. internal use only |
void |
setBottomLineStyle(LineStyle bottomLineStyle)
Sets the style of the border's bottom line. |
void |
setConditionFormulas(BorderConditionFormulas conditionFormulas)
Sets the condition formulas used to override the default border values. |
void |
setEnableTightHorizontal(boolean enableTightHorizontal)
Sets whether the border is trimmed to match the size of the field. |
void |
setHasDropShadow(boolean hasDropShadow)
Sets whether a drop shadow is printed below and to the right of the field. |
void |
setLeftLineStyle(LineStyle leftLineStyle)
Sets the style of the border's line on the left side. |
void |
setRightLineStyle(LineStyle rightLineStyle)
Sets the style of the border's line on the right side. |
void |
setTopLineStyle(LineStyle topLineStyle)
Sets the style of the border's top line. |
Method Detail |
---|
java.awt.Color getBackgroundColor()
Returns the Color
object that specifies the background color of the border.
java.awt.Color
object that specifies the background color of the border.int getBackgroundColorValue()
java.awt.Color getBorderColor()
Returns the Color
object that specifies the color of the border.
java.awt.Color
object that specifies the color of the border.int getBorderColorValue()
LineStyle getBottomLineStyle()
Returns the style of the border's bottom line.
LineStyle
object that specifies the style of the border's bottom line.BorderConditionFormulas getConditionFormulas()
Returns the condition formulas used to override the default border values.
BorderConditionFormulas
object containing the condition formulas used
to override the default border values.boolean getEnableTightHorizontal()
Returns true
if the border is trimmed to match the size of the field, and false
otherwise. false
indicates that the border will be the same size for each record.
true
if the border is trimmed to match the size of the field, and false
otherwise.boolean getHasDropShadow()
Returns true
if a drop shadow is printed below and to the right of the field, and false
otherwise.
true
if a drop shadow is printed below and to the right of the field, and false
otherwise.LineStyle getLeftLineStyle()
Returns the style of the border's line on the left side. By default, no line is applied.
LineStyle
object that specifies the style of the border's line on the left
side.LineStyle getRightLineStyle()
Returns the style of the border's line on the right side. By default, no line is applied.
LineStyle
object that specifies the style of the border's line on the right
side.LineStyle getTopLineStyle()
Returns the style of the border's top line. By default, no line is applied.
LineStyle
object that specifies the style of the border's top line.void setBackgroundColor(java.awt.Color backgroundColor)
Sets the Color
object that specifies the background color of the border.
backgroundColor
- A java.awt.Color
object that specifies the background color of the
border.void setBackgroundColorValue(int backgroundColor)
void setBorderColor(java.awt.Color borderColor)
Sets the Color
object that specifies the color of the border.
borderColor
- A java.awt.Color
object that specifies the color of the border.void setBorderColorValue(int borderColor)
void setBottomLineStyle(LineStyle bottomLineStyle)
Sets the style of the border's bottom line.
bottomLineStyle
- A LineStyle
object that specifies the style of the border's bottom
line.void setConditionFormulas(BorderConditionFormulas conditionFormulas)
Sets the condition formulas used to override the default border values.
conditionFormulas
- A BorderConditionFormulas
object containing the condition formulas used
to override the default border values.void setEnableTightHorizontal(boolean enableTightHorizontal)
Sets whether the border is trimmed to match the size of the field. false
indicates that
the border will be the same size for each record.
enableTightHorizontal
- true
if the border is trimmed to match the size of the field, and false
otherwise.void setHasDropShadow(boolean hasDropShadow)
Sets whether a drop shadow is printed below and to the right of the field.
hasDropShadow
- true
if a drop shadow is printed below and to the right of the
field, and false
otherwise.void setLeftLineStyle(LineStyle leftLineStyle)
Sets the style of the border's line on the left side. By default, no line is applied.
leftLineStyle
- A LineStyle
object that specifies the style of the border's line on the left
side.void setRightLineStyle(LineStyle rightLineStyle)
Sets the style of the border's line on the right side. By default, no line is applied.
rightLineStyle
- A LineStyle
object that specifies the style of the border's line on the right
side.void setTopLineStyle(LineStyle topLineStyle)
Sets the style of the border's top line. By default, no line is applied.
topLineStyle
- A LineStyle
object that specifies the style of the border's top line.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |