Flying Saucer Project Release ${app.version}

org.xhtmlrenderer.render
Class TextDecoration

java.lang.Object
  extended by org.xhtmlrenderer.render.TextDecoration

public class TextDecoration
extends java.lang.Object


Constructor Summary
TextDecoration(IdentValue identValue)
           
 
Method Summary
 IdentValue getIdentValue()
           
 int getOffset()
           
 int getThickness()
           
 void setOffset(int offset)
           
 void setThickness(int thickness)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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()

Flying Saucer Project Release ${app.version}

Flying Saucer Project Home