package gve.calc.formula;

public interface HasBaseline {
	
Component having baseline must first be validated, since the calculations may use the component's current size (i.e. call getSize())
int getBaseline(); }