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