package org.mindswap.swoop.utils.graph.hierarchy; /* * Created on Jul 18, 2005 * * TODO To change the template for this generated file go to * Window - Preferences - Java - Code Style - Code Templates */ /** * @author Dave Wang * * TODO To change the template for this generated type comment go to * Window - Preferences - Java - Code Style - Code Templates */ public interface SizeConstants { public static final int unitSize = 5; }