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

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

The newest version!
package org.javabuilders.layout;

/**
 * Enum representing horizontal alignment
 * @author Jacek Furmankiewicz
 */
public enum HAlign {
	LEFT, CENTER, RIGHT, DEFAULT;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy