org.xhtmlrenderer.render
Class TextDecoration

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

public class TextDecoration
extends 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
clone, equals, finalize, 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()


Copyright © 2013. All Rights Reserved.