DroidDiagram Programmer's Guide
ShapeDecoration Members
Constructors Methods
 


That class contained an array of shape template elements that define shape decorations. Can contain lines, arcs and Bezier curves. The shape is closed and filled.

The following tables list the members exposed by the ShapeDecoration type.

 Public Constructors

  Name Description

ShapeDecoration

Initializes a new instance of the ShapeDecoration class with the specified outline, brush, pen and rule.

 Public Methods

  Name Description

draw

 

fromXmlElement

 

getBrush

Gets the brush used to fill the interior of this shape.

getFillMode

Gets a value indicating how the area is filled.

getPen

Gets the pen used to paint the frame of the shape.

setBrush

Sets the brush used to fill the interior of this shape.

setFillMode

Sets a value indicating how the area is filled.

setPen

Sets the pen used to paint the frame of the shape.

toDOM

 

 See Also

ShapeDecoration Class
com.mindfusion.diagramming Namespace