Uses of Class
org.smallmind.nutsnbolts.layout.Flow
-
Packages that use Flow Package Description org.smallmind.nutsnbolts.layout -
-
Uses of Flow in org.smallmind.nutsnbolts.layout
Methods in org.smallmind.nutsnbolts.layout that return Flow Modifier and Type Method Description FlowOrientation. getFlow()static FlowFlow. valueOf(String name)Returns the enum constant of this type with the specified name.static Flow[]Flow. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.smallmind.nutsnbolts.layout with parameters of type Flow Constructor Description Orientation(Bias bias, Flow flow)
-