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

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

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


Field Summary
protected  short backcolor
           
protected  JRXlsExporter.BoxStyle box
           
protected  HSSFFont font
           
protected  short horizontalAlignment
           
protected  short mode
           
protected  short rotation
           
protected  short verticalAlignment
           
 
Constructor Summary
JRXlsExporter.StyleInfo(short mode, short backcolor, short horizontalAlignment, short verticalAlignment, short rotation, HSSFFont font, JRExporterGridCell gridCell)
           
JRXlsExporter.StyleInfo(short mode, short backcolor, short horizontalAlignment, short verticalAlignment, short rotation, HSSFFont font, JRXlsExporter.BoxStyle box)
           
 
Method Summary
protected  int computeHash()
           
 boolean equals(java.lang.Object o)
           
 short getDataFormat()
           
 boolean hasDataFormat()
           
 int hashCode()
           
 void setDataFormat(short dataFormat)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

mode

protected final short mode

backcolor

protected final short backcolor

horizontalAlignment

protected final short horizontalAlignment

verticalAlignment

protected final short verticalAlignment

rotation

protected final short rotation

font

protected final HSSFFont font

box

protected final JRXlsExporter.BoxStyle box
Constructor Detail

JRXlsExporter.StyleInfo

public JRXlsExporter.StyleInfo(short mode,
                               short backcolor,
                               short horizontalAlignment,
                               short verticalAlignment,
                               short rotation,
                               HSSFFont font,
                               JRExporterGridCell gridCell)

JRXlsExporter.StyleInfo

public JRXlsExporter.StyleInfo(short mode,
                               short backcolor,
                               short horizontalAlignment,
                               short verticalAlignment,
                               short rotation,
                               HSSFFont font,
                               JRXlsExporter.BoxStyle box)
Method Detail

computeHash

protected int computeHash()

setDataFormat

public void setDataFormat(short dataFormat)

hasDataFormat

public boolean hasDataFormat()

getDataFormat

public short getDataFormat()

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