DroidDiagram Programmer's Guide
MarkStyle Enumeration
See Also
 






The members of this enumeration specify what marks should be drawn where the anchor points of a node are located. They can be used as parameters of the constructors and the setMarkStyle method of the AnchorPoint class.

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

 Syntax

Java  Copy Code

public enum MarkStyle

 Members

  Member name Description

Circle

Draw a circle at the anchor point location.

Cross

Draw a cross at the anchor point location.

Custom

Custom-draw the anchor point.

None

No visual indication for the anchor point.

Rectangle

Draw a rectangle at the anchor point location.

X

Draw an X at the anchor point location.

 See Also

com.mindfusion.diagramming Namespace