net.sf.jasperreports.engine.export.xmlss
Class XmlssBorderStyle

java.lang.Object
  extended by net.sf.jasperreports.engine.export.xmlss.XmlssStyle
      extended by net.sf.jasperreports.engine.export.xmlss.XmlssBorderStyle
Direct Known Subclasses:
XmlssCellStyle

public abstract class XmlssBorderStyle
extends XmlssStyle

Version:
$Id: XmlssBorderStyle.java 3033 2009-08-27 11:46:22Z teodord $
Author:
sanda zaharia (shertage@users.sourceforge.net)

Field Summary
protected static int BOTTOM_BORDER
           
protected  JRPrintElement element
           
protected static int LEFT_BORDER
           
protected static int RIGHT_BORDER
           
protected static int TOP_BORDER
           
 
Fields inherited from class net.sf.jasperreports.engine.export.xmlss.XmlssStyle
styleWriter
 
Constructor Summary
XmlssBorderStyle(java.io.Writer styleWriter, JRPrintElement element)
           
 
Method Summary
 java.lang.String getId()
           
 void setBox(JRLineBox box)
           
 void setPen(JRPen pen)
           
protected  void writeBorder(int side)
           
 
Methods inherited from class net.sf.jasperreports.engine.export.xmlss.XmlssStyle
write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TOP_BORDER

protected static final int TOP_BORDER
See Also:
Constant Field Values

LEFT_BORDER

protected static final int LEFT_BORDER
See Also:
Constant Field Values

BOTTOM_BORDER

protected static final int BOTTOM_BORDER
See Also:
Constant Field Values

RIGHT_BORDER

protected static final int RIGHT_BORDER
See Also:
Constant Field Values

element

protected JRPrintElement element
Constructor Detail

XmlssBorderStyle

public XmlssBorderStyle(java.io.Writer styleWriter,
                        JRPrintElement element)
Method Detail

setBox

public void setBox(JRLineBox box)
            throws java.io.IOException
Throws:
java.io.IOException

setPen

public void setPen(JRPen pen)
            throws java.io.IOException
Throws:
java.io.IOException

getId

public java.lang.String getId()
Specified by:
getId in class XmlssStyle

writeBorder

protected void writeBorder(int side)
                    throws java.io.IOException
Throws:
java.io.IOException


© 2001-2009 Jaspersoft Corporation www.jaspersoft.com