|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Format
Format
contains general format settings to use for displaying
values and text
Method Summary | |
---|---|
ColorDescriptor |
getBackGroundColor()
Returns the ColorDescriptor instance which describes the
background color to use |
FontDescriptor |
getFont()
Returns the FontDescriptor instance to use for displaying
text and values |
ColorDescriptor |
getFontColor()
Returns the ColorDescriptor instance which describes the
font color to use |
java.lang.String |
getNumberFormatPattern()
Returns the format pattern to use for displaying a numeric value. |
int |
getPriority()
Returns the priority of this Format . |
Method Detail |
---|
int getPriority()
Format
. If two
Format
s are defined for the same object the priority can
be used to decide which one to apply.
java.lang.String getNumberFormatPattern()
DecimalFormat
ColorDescriptor getBackGroundColor()
ColorDescriptor
instance which describes the
background color to use
ColorDescriptor
instanceFontDescriptor getFont()
FontDescriptor
instance to use for displaying
text and values
FontDescriptor
instanceColorDescriptor getFontColor()
ColorDescriptor
instance which describes the
font color to use
ColorDescriptor
instance
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |