Namespace EasyXLS.Drawings
Class EffectDrawingObject
- System.Object
-
- EasyXLS.Drawings.DrawingObject
-
- EasyXLS.Drawings.LineDrawingObject
-
- EasyXLS.Drawings.FillDrawingObject
-
- EasyXLS.Drawings.EffectDrawingObject
-
- All Implemented Interfaces:
IEffectDrawingObject
- Direct Known Subclasses:
ExcelPlotArea
,ExcelSeries
,FontDrawingObject
public class EffectDrawingObject extends FillDrawingObject implements IEffectDrawingObject
This class stores a drawing shape having a 3D-formatting.
-
-
Constructor Summary
Constructors Constructor Description EffectDrawingObject()
Defines an instance of a drawing shape having a 3D-formatting.
-
Method Summary
Modifier and Type Method Description Format3D
get3DFormat()
Returns the 3D-format of the drawing shape.void
set3DFormat(Format3D format3D)
Sets the 3D-format of the drawing shape.-
Methods inherited from class EasyXLS.Drawings.FillDrawingObject
getFillFormat, setFillFormat
-
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
-
get3DFormat
public Format3D get3DFormat()
Returns the 3D-format of the drawing shape.- Specified by:
get3DFormat
in interfaceIEffectDrawingObject
- Returns:
- the 3D-format of the drawing shape
- See Also:
set3DFormat(EasyXLS.Drawings.Formatting.Format3D)
-
set3DFormat
public void set3DFormat(Format3D format3D)
Sets the 3D-format of the drawing shape.- Specified by:
set3DFormat
in interfaceIEffectDrawingObject
- Parameters:
format3D
- the 3D-format of the drawing shape- See Also:
get3DFormat()
-
-