Search
DiagramItem.getLayoutTraits Method
See Also
 

Returns a hashtable containing properties specific to layout algorithms.

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

 Syntax

Java  Copy Code

public Hashtable<Object, Object> getLayoutTraits ()

 Return Value

A hashtable of key-value pairs that define layout-specific properties for this item.

 Remarks

Values from this hashtable are used by the following layout classes:

 See Also