com.github.freva.asciitable.HorizontalAlign Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ascii-table Show documentation
Show all versions of ascii-table Show documentation
Simple ASCII tables for Java.
package com.github.freva.asciitable;
public enum HorizontalAlign {
LEFT, CENTER, RIGHT
}