Uses of Class
org.drools.retediagram.ReteDiagram.Layout
-
-
Uses of ReteDiagram.Layout in org.drools.retediagram
Methods in org.drools.retediagram that return ReteDiagram.Layout Modifier and Type Method Description static ReteDiagram.LayoutReteDiagram.Layout. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ReteDiagram.Layout[]ReteDiagram.Layout. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.drools.retediagram with parameters of type ReteDiagram.Layout Modifier and Type Method Description ReteDiagramReteDiagram. configLayout(ReteDiagram.Layout layout)Changes diagram Layout
-