Package com.inet.report
Class CrossTabGridLineFormat
- java.lang.Object
-
- com.inet.report.CrossTabGridLineFormat
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable
public class CrossTabGridLineFormat extends java.lang.Object implements java.io.Serializable, java.lang.CloneableRepresents the properties of a crosstab grid line.
This class is part of the RDC.- Since:
- 3.0
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static intCELLS_BOTTOM_BORDERIndex of the 'cells bottom border' in the grid line list.static intCELLS_HORIZONTAL_LINEIndex of the 'cells horizontal line' in the grid line list.static intCELLS_RIGHT_BORDERIndex of the 'cells right border' in the grid line list.static intCELLS_VERTICAL_LINEIndex of the 'cells vertical line' in the grid line list.static intCOL_LABELS_BOTTOM_BORDERIndex of the 'column labels bottom border' in the grid line list.static intCOL_LABELS_HORIZONTAL_LINEIndex of the 'column labels horizontal line' in the grid line list.static intCOL_LABELS_LEFT_BORDERIndex of the 'column labels left border' in the grid line list.static intCOL_LABELS_RIGHT_BORDERIndex of the 'column labels right border' in the grid line list.static intCOL_LABELS_TOP_BORDERIndex of the 'column labels top border' in the grid line list.static intCOL_LABELS_VERTICAL_LINEIndex of the 'column labels vertical line' in the grid line list.intcolorThe color of the grid line.static intROW_LABELS_BOTTOM_BORDERIndex of the 'row labels bottom border' in the grid line list.static intROW_LABELS_HORIZONTAL_LINEIndex of the 'row labels horizontal line' in the grid line list.static intROW_LABELS_LEFT_BORDERIndex of the 'row labels left border' in the grid line list.static intROW_LABELS_RIGHT_BORDERIndex of the 'row labels right border' in the grid line list.static intROW_LABELS_TOP_BORDERIndex of the 'row labels top border' in the grid line list.static intROW_LABELS_VERTICAL_LINEIndex of the 'row labels vertical line' in the grid line list.intstyleThe style of the grid line.intwidthThe width of the grid line.
-
Constructor Summary
Constructors Constructor Description CrossTabGridLineFormat()Creates a CrossTabGridLineFormat object and initialize it with with = 1, style = 1 and color = 0.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Objectclone()booleanequals(java.lang.Object obj)inthashCode()java.lang.StringtoString()Returns a string representation of the object.
-
-
-
Field Detail
-
width
public int width
The width of the grid line.- See Also:
BorderProperties
-
style
public int style
The style of the grid line.- See Also:
BorderProperties
-
color
public int color
The color of the grid line.- See Also:
BorderProperties
-
ROW_LABELS_VERTICAL_LINE
public static final int ROW_LABELS_VERTICAL_LINE
Index of the 'row labels vertical line' in the grid line list.- Since:
- 12.0
- See Also:
- Constant Field Values
-
ROW_LABELS_HORIZONTAL_LINE
public static final int ROW_LABELS_HORIZONTAL_LINE
Index of the 'row labels horizontal line' in the grid line list.- Since:
- 12.0
- See Also:
- Constant Field Values
-
ROW_LABELS_TOP_BORDER
public static final int ROW_LABELS_TOP_BORDER
Index of the 'row labels top border' in the grid line list.- Since:
- 12.0
- See Also:
- Constant Field Values
-
ROW_LABELS_BOTTOM_BORDER
public static final int ROW_LABELS_BOTTOM_BORDER
Index of the 'row labels bottom border' in the grid line list.- Since:
- 12.0
- See Also:
- Constant Field Values
-
ROW_LABELS_LEFT_BORDER
public static final int ROW_LABELS_LEFT_BORDER
Index of the 'row labels left border' in the grid line list.- Since:
- 12.0
- See Also:
- Constant Field Values
-
ROW_LABELS_RIGHT_BORDER
public static final int ROW_LABELS_RIGHT_BORDER
Index of the 'row labels right border' in the grid line list.- Since:
- 12.0
- See Also:
- Constant Field Values
-
COL_LABELS_VERTICAL_LINE
public static final int COL_LABELS_VERTICAL_LINE
Index of the 'column labels vertical line' in the grid line list.- Since:
- 12.0
- See Also:
- Constant Field Values
-
COL_LABELS_HORIZONTAL_LINE
public static final int COL_LABELS_HORIZONTAL_LINE
Index of the 'column labels horizontal line' in the grid line list.- Since:
- 12.0
- See Also:
- Constant Field Values
-
COL_LABELS_TOP_BORDER
public static final int COL_LABELS_TOP_BORDER
Index of the 'column labels top border' in the grid line list.- Since:
- 12.0
- See Also:
- Constant Field Values
-
COL_LABELS_BOTTOM_BORDER
public static final int COL_LABELS_BOTTOM_BORDER
Index of the 'column labels bottom border' in the grid line list.- Since:
- 12.0
- See Also:
- Constant Field Values
-
COL_LABELS_LEFT_BORDER
public static final int COL_LABELS_LEFT_BORDER
Index of the 'column labels left border' in the grid line list.- Since:
- 12.0
- See Also:
- Constant Field Values
-
COL_LABELS_RIGHT_BORDER
public static final int COL_LABELS_RIGHT_BORDER
Index of the 'column labels right border' in the grid line list.- Since:
- 12.0
- See Also:
- Constant Field Values
-
CELLS_VERTICAL_LINE
public static final int CELLS_VERTICAL_LINE
Index of the 'cells vertical line' in the grid line list.- Since:
- 12.0
- See Also:
- Constant Field Values
-
CELLS_HORIZONTAL_LINE
public static final int CELLS_HORIZONTAL_LINE
Index of the 'cells horizontal line' in the grid line list.- Since:
- 12.0
- See Also:
- Constant Field Values
-
CELLS_BOTTOM_BORDER
public static final int CELLS_BOTTOM_BORDER
Index of the 'cells bottom border' in the grid line list.- Since:
- 12.0
- See Also:
- Constant Field Values
-
CELLS_RIGHT_BORDER
public static final int CELLS_RIGHT_BORDER
Index of the 'cells right border' in the grid line list.- Since:
- 12.0
- See Also:
- Constant Field Values
-
-
Method Detail
-
clone
protected java.lang.Object clone() throws java.lang.CloneNotSupportedException- Overrides:
clonein classjava.lang.Object- Throws:
java.lang.CloneNotSupportedException
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
toString
public java.lang.String toString()
Returns a string representation of the object.- Overrides:
toStringin classjava.lang.Object- Returns:
- a string representation of the object.
- Since:
- 6.0
-
-