|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.birt.chart.style.SimpleStyle
SimpleStyle
| Constructor Summary | |
SimpleStyle()
The constructor. |
|
SimpleStyle(FontDefinition font,
ColorDefinition color,
ColorDefinition backcolor,
Image backimage,
Insets padding)
The constructor. |
|
SimpleStyle(IStyle src)
The constructor. |
|
| Method Summary | |
SimpleStyle |
copy()
Returns a copy of current instance. |
ColorDefinition |
getBackgroundColor()
Returns the background color of current style. |
Image |
getBackgroundImage()
Returns the background image of current style. |
ColorDefinition |
getColor()
Returns the color of current style. |
FontDefinition |
getFont()
Returns the font of current style. |
Insets |
getPadding()
Returns the padding of current style. |
void |
setBackgroundColor(ColorDefinition backcolor)
|
void |
setBackgroundImage(Image backimage)
|
void |
setColor(ColorDefinition color)
|
void |
setFont(FontDefinition font)
|
void |
setPadding(Insets padding)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SimpleStyle()
public SimpleStyle(FontDefinition font,
ColorDefinition color,
ColorDefinition backcolor,
Image backimage,
Insets padding)
font - backcolor - backimage - padding - public SimpleStyle(IStyle src)
src - | Method Detail |
public SimpleStyle copy()
public void setFont(FontDefinition font)
font - public void setColor(ColorDefinition color)
color - public void setBackgroundColor(ColorDefinition backcolor)
backcolor - public void setBackgroundImage(Image backimage)
backimage - public void setPadding(Insets padding)
padding - public FontDefinition getFont()
IStyle
getFont in interface IStylepublic ColorDefinition getBackgroundColor()
IStyle
getBackgroundColor in interface IStylepublic Image getBackgroundImage()
IStyle
getBackgroundImage in interface IStylepublic Insets getPadding()
IStyle
getPadding in interface IStylepublic ColorDefinition getColor()
IStyle
getColor in interface IStyle
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||