/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package common.condition; /** * * @author Tristan Goffman(tgoffman@gmail.com) Oct 13, 2011 */ public enum DotStyleType { Filled, Unfilled, WhiteOutBlackIn, BlackOutWhiteIn, ThinRing, MedRing, ThickRing, Point, Plusses, UprightGeometricT, RightGeometricT, LeftGeometricT, BottomGeometricT, UprightCentroidT, RightCentroidT, LeftCentroidT, BottomCentroidT, Ring, Triangle, X, Plus , Uninitialized}