Package com.openhtmltopdf.render
Class FloatDistances
- java.lang.Object
-
- com.openhtmltopdf.render.FloatDistances
-
public class FloatDistances extends java.lang.Object
A bean containing the distances that floated content takes up as measured from the left and right content edge of the containing block. Line boxes use this information to figure out where they need to position themselves within their containing block box.
-
-
Field Summary
Fields Modifier and Type Field Description private int
_leftFloatDistance
private int
_rightFloatDistance
-
Constructor Summary
Constructors Constructor Description FloatDistances()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getLeftFloatDistance()
int
getRightFloatDistance()
void
setLeftFloatDistance(int leftFloatDistance)
void
setRightFloatDistance(int rightFloatDistance)
-