All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy