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

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

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


Constructor Summary
protected JExcelApiExporter.StyleKey(jxl.format.Pattern mode, jxl.format.Colour backcolor, int horizontalAlignment, int verticalAlignment, int rotation, jxl.write.WritableFont font, net.sf.jasperreports.engine.JRBox box)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JExcelApiExporter.StyleKey

protected JExcelApiExporter.StyleKey(jxl.format.Pattern mode,
                                     jxl.format.Colour backcolor,
                                     int horizontalAlignment,
                                     int verticalAlignment,
                                     int rotation,
                                     jxl.write.WritableFont font,
                                     net.sf.jasperreports.engine.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