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 boolean
equals(Object obj)
Color
getBackcolor()
JRLineBox
getBox()
Color
getForecolor()
int
hashCode()
String
toString()
-