org.javabuilders.layout.Flow Maven / Gradle / Ivy
The newest version!
/**
*
*/
package org.javabuilders.layout;
/**
* Enumerates the flow direction
* @author Jacek Furmankiewicz
*/
public enum Flow {
VERTICAL, HORIZONTAL
}