net.sf.jasperreports.engine.export
Class JExcelApiExporter.BoxStyle

java.lang.Object
  extended by net.sf.jasperreports.engine.export.JExcelApiExporter.BoxStyle
Enclosing class:
JExcelApiExporter

protected static class JExcelApiExporter.BoxStyle
extends java.lang.Object


Field Summary
protected  jxl.format.BorderLineStyle bottomBorder
           
protected  jxl.format.Colour bottomBorderColour
           
protected  jxl.format.BorderLineStyle leftBorder
           
protected  jxl.format.Colour leftBorderColour
           
protected  jxl.format.BorderLineStyle rightBorder
           
protected  jxl.format.Colour rightBorderColour
           
protected  jxl.format.BorderLineStyle topBorder
           
protected  jxl.format.Colour topBorderColour
           
 
Constructor Summary
JExcelApiExporter.BoxStyle(JRBox box)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

topBorder

protected final jxl.format.BorderLineStyle topBorder

bottomBorder

protected final jxl.format.BorderLineStyle bottomBorder

leftBorder

protected final jxl.format.BorderLineStyle leftBorder

rightBorder

protected final jxl.format.BorderLineStyle rightBorder

topBorderColour

protected final jxl.format.Colour topBorderColour

bottomBorderColour

protected final jxl.format.Colour bottomBorderColour

leftBorderColour

protected final jxl.format.Colour leftBorderColour

rightBorderColour

protected final jxl.format.Colour rightBorderColour
Constructor Detail

JExcelApiExporter.BoxStyle

public JExcelApiExporter.BoxStyle(JRBox box)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


© 2001-2006 JasperSoft Corporation www.jaspersoft.com