public interface IShapeUIModelFillColor extends IFillColor
OPAQUE, TRANSPARENT, TYPE_GRADIENT, TYPE_SOLID| Modifier and Type | Method and Description |
|---|---|
IShapeUIModel |
getShapeUIModel() |
boolean |
setColor1(java.awt.Color color1,
boolean fire) |
boolean |
setColor2(java.awt.Color color1,
boolean fire) |
boolean |
setGradientStyle(int gradientStyle,
boolean fire) |
boolean |
setTransparency(int transparency,
boolean fire) |
boolean |
setType(int type,
boolean fire) |
boolean |
setValues(int type,
java.awt.Color c1,
java.awt.Color c2,
int transparency,
int gradientStyle,
boolean fire) |
applySetting, copyFillColorTo, getColor1, getColor2, getGradientStyle, getTransparency, getType, isOpaque, isTransparent, setColor1, setColor2, setGradientStyle, setTransparency, setType, setValuesIShapeUIModel getShapeUIModel()
boolean setColor1(java.awt.Color color1,
boolean fire)
setColor1 in interface IFillColorboolean setColor2(java.awt.Color color1,
boolean fire)
setColor2 in interface IFillColorboolean setType(int type,
boolean fire)
setType in interface IFillColorboolean setGradientStyle(int gradientStyle,
boolean fire)
setGradientStyle in interface IFillColorboolean setTransparency(int transparency,
boolean fire)
setTransparency in interface IFillColorboolean setValues(int type,
java.awt.Color c1,
java.awt.Color c2,
int transparency,
int gradientStyle,
boolean fire)
setValues in interface IFillColor