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

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

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


Field Summary
protected  short[] borderColour
           
protected  short[] borderStyle
           
protected static int BOTTOM
           
protected static int LEFT
           
protected static int RIGHT
           
protected static int TOP
           
 
Constructor Summary
JRXlsExporter.BoxStyle(int side, JRPen pen)
           
JRXlsExporter.BoxStyle(JRExporterGridCell gridCell)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 void setBox(JRLineBox box)
           
 void setPen(JRPen pen)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

TOP

protected static final int TOP
See Also:
Constant Field Values

LEFT

protected static final int LEFT
See Also:
Constant Field Values

BOTTOM

protected static final int BOTTOM
See Also:
Constant Field Values

RIGHT

protected static final int RIGHT
See Also:
Constant Field Values

borderStyle

protected short[] borderStyle

borderColour

protected short[] borderColour
Constructor Detail

JRXlsExporter.BoxStyle

public JRXlsExporter.BoxStyle(int side,
                              JRPen pen)

JRXlsExporter.BoxStyle

public JRXlsExporter.BoxStyle(JRExporterGridCell gridCell)
Method Detail

setBox

public void setBox(JRLineBox box)

setPen

public void setPen(JRPen pen)

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-2010 Jaspersoft Corporation www.jaspersoft.com