DroidDiagram Programmer's Guide
LayeredLayoutTraits Enumeration
See Also
 






Indicates item traits specific to layered layouts. Members of this enumeration can be used as keys in the DiagramItem.LayoutTraits hashtable.

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

 Syntax

Java  Copy Code

public enum LayeredLayoutTraits

 Members

  Member name Description

Layer

The number associated with this key specifies the index of the layer the layout should attempt to place the node to. Specifying a negative number indicates a layer starting from the last. For example, -1 would indicate the last layer, -2 - the layer before the last, and so on.

 See Also

com.mindfusion.diagramming.jlayout Namespace