Class GridCellStyle
- java.lang.Object
-
- net.sf.jasperreports.engine.export.GridCellStyle
-
public class GridCellStyle extends Object
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description GridCellStyle(Color backcolor, Color forecolor, JRLineBox box)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)ColorgetBackcolor()JRLineBoxgetBox()ColorgetForecolor()inthashCode()StringtoString()
-