|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILineFillFormatEffectiveData
Immutable object which represents properties for lines filling.
Method Summary | |
---|---|
byte |
getFillType()
Returns the fill type. |
IGradientFormatEffectiveData |
getGradientFormat()
Returns the gradient fill format. |
IPatternFormatEffectiveData |
getPatternFormat()
Returns the pattern fill format. |
boolean |
getRotateWithShape()
Determines whether the fill should be rotated with a shape. |
java.awt.Color |
getSolidFillColor()
Returns the color of a solid fill. |
Method Detail |
---|
byte getFillType()
Returns the fill type.
Read-only FillType
.
java.awt.Color getSolidFillColor()
Returns the color of a solid fill.
Read-only System.Drawing.Color
.
IGradientFormatEffectiveData getGradientFormat()
Returns the gradient fill format.
Read-only IGradientFormatEffectiveData
.
IPatternFormatEffectiveData getPatternFormat()
Returns the pattern fill format.
Read-only IPatternFormatEffectiveData
.
boolean getRotateWithShape()
Determines whether the fill should be rotated with a shape.
Read-only boolean
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |