Package org.xhtmlrenderer.render
Class JustificationInfo
java.lang.Object
org.xhtmlrenderer.render.JustificationInfo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloat
float
void
setNonSpaceAdjust
(float nonSpaceAdjust) void
setSpaceAdjust
(float spaceAdjust)
-
Field Details
-
_nonSpaceAdjust
private float _nonSpaceAdjust -
_spaceAdjust
private float _spaceAdjust
-
-
Constructor Details
-
JustificationInfo
public JustificationInfo()
-
-
Method Details
-
getNonSpaceAdjust
public float getNonSpaceAdjust() -
setNonSpaceAdjust
public void setNonSpaceAdjust(float nonSpaceAdjust) -
getSpaceAdjust
public float getSpaceAdjust() -
setSpaceAdjust
public void setSpaceAdjust(float spaceAdjust)
-