com.itextpdf.tool.itextdoc.codestyler.java
Class JavaCodeStyle

java.lang.Object
  extended by com.itextpdf.tool.itextdoc.codestyler.java.JavaCodeStyle
All Implemented Interfaces:
CodeStyler

public class JavaCodeStyle
extends Object
implements CodeStyler

Author:
redlab

Constructor Summary
JavaCodeStyle(Tag t)
           
 
Method Summary
 void apply(Reader r, List<Element> target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaCodeStyle

public JavaCodeStyle(Tag t)
Parameters:
t -
Method Detail

apply

public void apply(Reader r,
                  List<Element> target)
           throws IOException
Specified by:
apply in interface CodeStyler
Parameters:
r - the reader to read the code from
target - the list for created elements
Throws:
IOException - if could not read from reader


Copyright © 2011 1T3XT BVBA. All Rights Reserved.