Package com.openhtmltopdf.render
Class JustificationInfo
- java.lang.Object
-
- com.openhtmltopdf.render.JustificationInfo
-
public class JustificationInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private float
_nonSpaceAdjust
private float
_spaceAdjust
-
Constructor Summary
Constructors Constructor Description JustificationInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
getNonSpaceAdjust()
float
getSpaceAdjust()
void
setNonSpaceAdjust(float nonSpaceAdjust)
void
setSpaceAdjust(float spaceAdjust)
-