/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package net.neilcsmith.praxis.live.graph;
/**
*
* @author Neil C Smith (http://neilcsmith.net)
*/
public enum Alignment {
Left, Right, Center;
}