Package org.xhtmlrenderer.render
Class TextDecoration
- java.lang.Object
-
- org.xhtmlrenderer.render.TextDecoration
-
public class TextDecoration extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TextDecoration(IdentValue identValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdentValue
getIdentValue()
int
getOffset()
int
getThickness()
void
setOffset(int offset)
void
setThickness(int thickness)
-
-
-
Constructor Detail
-
TextDecoration
public TextDecoration(IdentValue identValue)
-
-
Method Detail
-
getOffset
public int getOffset()
-
setOffset
public void setOffset(int offset)
-
getThickness
public int getThickness()
-
setThickness
public void setThickness(int thickness)
-
getIdentValue
public IdentValue getIdentValue()
-
-