|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StyleBuilder | |
|---|---|
| org.eobjects.metamodel.data | API for data sets |
| Uses of StyleBuilder in org.eobjects.metamodel.data |
|---|
| Methods in org.eobjects.metamodel.data that return StyleBuilder | |
|---|---|
StyleBuilder |
StyleBuilder.background(int r,
int g,
int b)
Sets the background (fill) color of the style |
StyleBuilder |
StyleBuilder.background(short[] rgb)
Sets the background (fill) color of the style |
StyleBuilder |
StyleBuilder.background(String rgbColorCode)
Sets the background (fill) color of the style |
StyleBuilder |
StyleBuilder.background(Style.Color color)
Sets the background (fill) color of the style |
StyleBuilder |
StyleBuilder.bold()
Sets the font weight to bold |
StyleBuilder |
StyleBuilder.centerAligned()
Sets the text alignment to center |
StyleBuilder |
StyleBuilder.fontSize(int fontSize,
Style.SizeUnit sizeUnit)
Sets the font size of the style |
StyleBuilder |
StyleBuilder.foreground(int r,
int g,
int b)
Sets the foreground (text) color of the style |
StyleBuilder |
StyleBuilder.foreground(short[] rgb)
Sets the foreground (text) color of the style |
StyleBuilder |
StyleBuilder.foreground(String rgbColorCode)
Sets the foreground (text) color of the style |
StyleBuilder |
StyleBuilder.foreground(Style.Color color)
Sets the foreground (text) color of the style |
StyleBuilder |
StyleBuilder.italic()
Sets the font style to italic |
StyleBuilder |
StyleBuilder.justifyAligned()
Sets the text alignment to justify |
StyleBuilder |
StyleBuilder.leftAligned()
Sets the text alignment to left |
StyleBuilder |
StyleBuilder.rightAligned()
Sets the text alignment to right |
StyleBuilder |
StyleBuilder.underline()
Sets the text decoration to underlined |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||