Search
CustomDraw Enumeration
See Also
 

The members of this enumeration specify what type of custom-drawing will be performed on an item. These constants can be used as parameters of the setCustomDraw method of the ShapeNode class.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public enum CustomDraw

 Members

  Member name Description

Additional

Perform custom drawing additional to the standard one.

Additional2

Perform custom drawing additional to the standard one.

Additional3

Perform custom drawing additional to the standard one.

Full

Do not execute any standard drawing code, but only custom one.

None

Standard drawing.

ShadowOnly

Custom draw only the item shadow.

 See Also