|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.birt.chart.util.FillUtil
Utility class for Fill conversion.
Constructor Summary | |
FillUtil()
|
Method Summary | |
static Fill |
convertFillToGradient(Fill fill,
boolean bTransposed)
Converts Fill to Gradient if possible, and changes gradient angle according to chart direction. |
static Gradient |
createDefaultGradient(ColorDefinition color)
Creates Gradient fill by default. |
static ColorDefinition |
getBrighterColor(Fill fill)
Returns a brighter color. |
static Fill |
getBrighterFill(Fill fill)
Returns a brighter fill. |
static ColorDefinition |
getDarkerColor(Fill fill)
Returns a darker color. |
static Fill |
getDarkerFill(Fill fill)
Returns a darker fill. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FillUtil()
Method Detail |
public static ColorDefinition getDarkerColor(Fill fill)
fill
-
public static Fill getDarkerFill(Fill fill)
fill
-
public static ColorDefinition getBrighterColor(Fill fill)
fill
-
public static Fill getBrighterFill(Fill fill)
fill
-
public static Fill convertFillToGradient(Fill fill, boolean bTransposed)
fill
- bTransposed
-
public static Gradient createDefaultGradient(ColorDefinition color)
color
- color to create Gradient
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |