public class TextDecoration
extends java.lang.Object
Constructor and Description |
---|
TextDecoration(IdentValue identValue) |
Modifier and Type | Method and Description |
---|---|
IdentValue |
getIdentValue() |
int |
getOffset() |
int |
getThickness() |
void |
setOffset(int offset) |
void |
setThickness(int thickness) |
public TextDecoration(IdentValue identValue)
public int getOffset()
public void setOffset(int offset)
public int getThickness()
public void setThickness(int thickness)
public IdentValue getIdentValue()