package cytoscape.visual.ui;

public class CellHeightManager {
	
	private static final Integer DEF_HEIGHT = 20;
	
	public static Integer getCellHeight() {
		return DEF_HEIGHT;
	}

}
