Class XlsxBorderInfo
- java.lang.Object
-
- net.sf.jasperreports.engine.export.ooxml.XlsxBorderInfo
-
public class XlsxBorderInfo extends java.lang.Object- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.StringBOTTOM_BORDERprotected java.awt.ColorbottomBorderColorprotected XlsxBorderStylebottomBorderStyleprotected static java.lang.StringDIAGONAL_BORDERprotected java.awt.ColordiagonalBorderColorprotected XlsxBorderStylediagonalBorderStyleprotected LineDirectionEnumdirectionprotected static java.lang.StringLEFT_BORDERprotected java.awt.ColorleftBorderColorprotected XlsxBorderStyleleftBorderStyleprotected static java.lang.StringRIGHT_BORDERprotected java.awt.ColorrightBorderColorprotected XlsxBorderStylerightBorderStyleprotected static java.lang.StringTOP_BORDERprotected java.awt.ColortopBorderColorprotected XlsxBorderStyletopBorderStyle
-
Constructor Summary
Constructors Constructor Description XlsxBorderInfo(JRLineBox box)XlsxBorderInfo(JRLineBox box, LineDirectionEnum direction)XlsxBorderInfo(JRPen pen)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)LineDirectionEnumgetDirection()inthashCode()
-
-
-
Field Detail
-
TOP_BORDER
protected static final java.lang.String TOP_BORDER
- See Also:
- Constant Field Values
-
LEFT_BORDER
protected static final java.lang.String LEFT_BORDER
- See Also:
- Constant Field Values
-
BOTTOM_BORDER
protected static final java.lang.String BOTTOM_BORDER
- See Also:
- Constant Field Values
-
RIGHT_BORDER
protected static final java.lang.String RIGHT_BORDER
- See Also:
- Constant Field Values
-
DIAGONAL_BORDER
protected static final java.lang.String DIAGONAL_BORDER
- See Also:
- Constant Field Values
-
topBorderColor
protected java.awt.Color topBorderColor
-
leftBorderColor
protected java.awt.Color leftBorderColor
-
bottomBorderColor
protected java.awt.Color bottomBorderColor
-
rightBorderColor
protected java.awt.Color rightBorderColor
-
diagonalBorderColor
protected java.awt.Color diagonalBorderColor
-
topBorderStyle
protected XlsxBorderStyle topBorderStyle
-
leftBorderStyle
protected XlsxBorderStyle leftBorderStyle
-
bottomBorderStyle
protected XlsxBorderStyle bottomBorderStyle
-
rightBorderStyle
protected XlsxBorderStyle rightBorderStyle
-
diagonalBorderStyle
protected XlsxBorderStyle diagonalBorderStyle
-
direction
protected LineDirectionEnum direction
-
-
Constructor Detail
-
XlsxBorderInfo
public XlsxBorderInfo(JRLineBox box)
-
XlsxBorderInfo
public XlsxBorderInfo(JRLineBox box, LineDirectionEnum direction)
-
XlsxBorderInfo
public XlsxBorderInfo(JRPen pen)
-
-
Method Detail
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
getDirection
public LineDirectionEnum getDirection()
-
-