|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFillFormatEffectiveData
Method Summary | |
---|---|
byte |
getFillType()
Returns the type of filling. |
IGradientFormatEffectiveData |
getGradientFormat()
Returns the gradient fill format. |
IPatternFormatEffectiveData |
getPatternFormat()
Returns the pattern fill format. |
IPictureFillFormatEffectiveData |
getPictureFillFormat()
Returns the picture fill format. |
boolean |
getRotateWithShape()
Determines whether the fill should be rotated with shape. |
java.awt.Color |
getSolidFillColor()
Returns the fill color. |
Method Detail |
---|
byte getFillType()
Returns the type of filling.
Read-only FillType
.
java.awt.Color getSolidFillColor()
Returns the fill color.
Read-only java.awt.Color
.
IGradientFormatEffectiveData getGradientFormat()
Returns the gradient fill format.
Read-only IGradientFormatEffectiveData
.
IPatternFormatEffectiveData getPatternFormat()
Returns the pattern fill format.
Read-only IPatternFormatEffectiveData
.
IPictureFillFormatEffectiveData getPictureFillFormat()
Returns the picture fill format.
Read-only IPictureFillFormatEffectiveData
.
boolean getRotateWithShape()
Determines whether the fill should be rotated with shape.
Read-only boolean
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |