1 package org.kuali.maven.plugins.graph.dot.html; 2 3 public enum CellAlign { 4 CENTER, LEFT, RIGHT, TEXT; 5 }