Namespace EasyXLS.Drawings
Class FillDrawingObject
- System.Object
-
- EasyXLS.Drawings.DrawingObject
-
- EasyXLS.Drawings.LineDrawingObject
-
- EasyXLS.Drawings.FillDrawingObject
-
- Direct Known Subclasses:
DrawingObject2D
,EffectDrawingObject
public class FillDrawingObject extends LineDrawingObject
This class stores a drawing shape having a fill formatting.
-
-
Constructor Summary
Constructors Constructor Description FillDrawingObject()
Defines an instance of a drawing shape having a fill formatting.
-
Method Summary
Modifier and Type Method Description FillFormat
getFillFormat()
Returns the fill format of the drawing shape.void
setFillFormat(FillFormat fillFormat)
Sets the fill format of the drawing shape.-
Methods inherited from class EasyXLS.Drawings.LineDrawingObject
getLineColorFormat, getLineStyleFormat, getShadowFormat, setLineColorFormat, setLineStyleFormat, setShadowFormat
-
Methods inherited from class EasyXLS.Drawings.DrawingObject
getHeight, getHorizontalOffset, getRelativeHeight, getRelativeHorizontalOffset, getRelativeVerticalOffset, getRelativeWidth, getVerticalOffset, getWidth, setLeftUpperOffset, setRelativeLeftUpperOffset, setRelativeSize, setSize
-
-
-
-
Method Detail
-
getFillFormat
public FillFormat getFillFormat()
Returns the fill format of the drawing shape.- Returns:
- the fill format of the drawing shape
- See Also:
setFillFormat(EasyXLS.Drawings.Formatting.FillFormat)
-
setFillFormat
public void setFillFormat(FillFormat fillFormat)
Sets the fill format of the drawing shape.- Parameters:
fillFormat
- the fill format of the drawing shape- See Also:
getFillFormat()
-
-