org.odftoolkit.odfdom.converter.pdf.internal.stylable
Class StylableTab

java.lang.Object
  extended by org.odftoolkit.odfdom.converter.pdf.internal.stylable.StylableTab
All Implemented Interfaces:
com.lowagie.text.pdf.draw.DrawInterface, IStylableElement

public class StylableTab
extends Object
implements IStylableElement, com.lowagie.text.pdf.draw.DrawInterface


Constructor Summary
StylableTab(StylableDocument ownerDocument, IStylableContainer parent, boolean inTableOfContent)
           
 
Method Summary
 void applyStyles(Style style)
           
 void draw(com.lowagie.text.pdf.PdfContentByte canvas, float llx, float lly, float urx, float ury, float y)
           
 com.lowagie.text.Element getElement()
           
 Style getLastStyleApplied()
           
 IStylableContainer getParent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StylableTab

public StylableTab(StylableDocument ownerDocument,
                   IStylableContainer parent,
                   boolean inTableOfContent)
Method Detail

applyStyles

public void applyStyles(Style style)
Specified by:
applyStyles in interface IStylableElement

getLastStyleApplied

public Style getLastStyleApplied()
Specified by:
getLastStyleApplied in interface IStylableElement

getParent

public IStylableContainer getParent()
Specified by:
getParent in interface IStylableElement

getElement

public com.lowagie.text.Element getElement()
Specified by:
getElement in interface IStylableElement

draw

public void draw(com.lowagie.text.pdf.PdfContentByte canvas,
                 float llx,
                 float lly,
                 float urx,
                 float ury,
                 float y)
Specified by:
draw in interface com.lowagie.text.pdf.draw.DrawInterface


Copyright © 2013. All rights reserved.