net.sf.jasperreports.engine.export.oasis
Class Style

java.lang.Object
  extended by net.sf.jasperreports.engine.export.oasis.Style
Direct Known Subclasses:
BorderStyle, GraphicStyle, ParagraphStyle

public abstract class Style
extends Object

Version:
$Id: Style.java 5180 2012-03-29 13:23:12Z teodord $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

Field Summary
protected  Writer styleWriter
           
 
Constructor Summary
Style(Writer styleWriter)
           
 
Method Summary
abstract  String getId()
           
abstract  void write(String styleName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

styleWriter

protected Writer styleWriter
Constructor Detail

Style

public Style(Writer styleWriter)
Method Detail

getId

public abstract String getId()

write

public abstract void write(String styleName)
                    throws IOException
Throws:
IOException


Copyright © 2012. All Rights Reserved.