This class represents a block formatting context as defined in the CSS spec. Its main purpose is to provide BFC relative coordinates for a {@link FloatManager}. This coordinate space is used when positioning floats and calculating the amount of space floated boxes take up at a given y position. NOTE: The {@link #translate(int,int)} method must be called when ablock box in the normal flow is moved (i.e. its static position changes)
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.