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

org.javabuilders.layout.VAlign Maven / Gradle / Ivy

The newest version!
package org.javabuilders.layout;

/**
 * Enum representing vertical alignment
 * @author Jacek Furmankiewicz
 *
 */
public enum VAlign {
	TOP, MIDDLE, BOTTOM, DEFAULT;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy