DroidDiagram Programmer's Guide
SelectionStyle Enumeration
See Also
 






The members of this enumeration specify what a multiple selection of items should look like. They can be used as parameters of the setHandlesStyle method of the Selection class.

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

 Syntax

Java  Copy Code

public enum SelectionStyle

 Members

  Member name Description

Rectangle

Draw a rectangular selection frame that bounds all selected items.

SelectionHandles

All items in the multiple selection are drawn with selection handles around them.

SemiTransparent

Draw a semi-transparent rectangle that bounds all selected items.

 See Also

com.mindfusion.diagramming Namespace