|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFontColor
This interface allows you to retrieve font information and specify the font color used in the report object.
Method Summary | |
---|---|
java.awt.Color |
getColor()
Returns the font color. |
int |
getColorValue()
Deprecated. internal use only |
FontColorConditionFormulas |
getConditionFormulas()
Returns the condition formulas used to override the font color's format settings. |
java.awt.Font |
getFont()
Deprecated. because java.awt.Font requires a graphics environment |
IFont |
getIFont()
Returns a IFont object. |
void |
setColor(java.awt.Color color)
Sets the font color. |
void |
setColorValue(int color)
Deprecated. internal use only |
void |
setConditionFormulas(FontColorConditionFormulas conditionFormulas)
Sets the condition formulas used to override the font color's format settings. |
void |
setFont(java.awt.Font font)
Deprecated. because java.awt.Font requires a graphics environment |
void |
setIFont(IFont font)
Sets a IFont object. |
Method Detail |
---|
java.awt.Color getColor()
Returns the font color.
java.awt.Color
object that specifies the font color.int getColorValue()
FontColorConditionFormulas getConditionFormulas()
Returns the condition formulas used to override the font color's format settings.
FontColorConditionFormulas
object that specifies the condition formulas
used to override the font color's format settings.IFont getIFont()
Returns a IFont
object. Use the IFont property to identify a specific IFont
object whose properties you want to use. The IFont
object allows you to
retrieve or set options such as font name, weight, and size.
IFont
object.java.awt.Font getFont() throws ReportSDKException
ReportSDKException
void setColor(java.awt.Color color)
Sets the font color.
color
- A java.awt.Color
object that specifies the font color.void setColorValue(int color)
void setConditionFormulas(FontColorConditionFormulas conditionFormulas)
Sets the condition formulas used to override the font color's format settings.
conditionFormulas
- A FontColorConditionFormulas
object that specifies the condition formulas
used to override the font color's format settings.void setFont(java.awt.Font font)
Sets a Font
object. Use the Font property to identify a specific Font
object whose properties you want to use. The Font
object allows you to
retrieve or set options such as font name, weight, and size.
font
- A java.awt.Font
object.void setIFont(IFont font)
Sets a IFont
object. Use the Font property to identify a specific IFont
object whose properties you want to use. The IFont
object allows you to
retrieve or set options such as font name, weight, and size.
font
- A IFont
object.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |