public class CrossTabGridLineFormat
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
static int |
CELLS_BOTTOM_BORDER
Index of the 'cells bottom border' in the grid line list.
|
static int |
CELLS_HORIZONTAL_LINE
Index of the 'cells horizontal line' in the grid line list.
|
static int |
CELLS_RIGHT_BORDER
Index of the 'cells right border' in the grid line list.
|
static int |
CELLS_VERTICAL_LINE
Index of the 'cells vertical line' in the grid line list.
|
static int |
COL_LABELS_BOTTOM_BORDER
Index of the 'column labels bottom border' in the grid line list.
|
static int |
COL_LABELS_HORIZONTAL_LINE
Index of the 'column labels horizontal line' in the grid line list.
|
static int |
COL_LABELS_LEFT_BORDER
Index of the 'column labels left border' in the grid line list.
|
static int |
COL_LABELS_RIGHT_BORDER
Index of the 'column labels right border' in the grid line list.
|
static int |
COL_LABELS_TOP_BORDER
Index of the 'column labels top border' in the grid line list.
|
static int |
COL_LABELS_VERTICAL_LINE
Index of the 'column labels vertical line' in the grid line list.
|
static int |
ROW_LABELS_BOTTOM_BORDER
Index of the 'row labels bottom border' in the grid line list.
|
static int |
ROW_LABELS_HORIZONTAL_LINE
Index of the 'row labels horizontal line' in the grid line list.
|
static int |
ROW_LABELS_LEFT_BORDER
Index of the 'row labels left border' in the grid line list.
|
static int |
ROW_LABELS_RIGHT_BORDER
Index of the 'row labels right border' in the grid line list.
|
static int |
ROW_LABELS_TOP_BORDER
Index of the 'row labels top border' in the grid line list.
|
static int |
ROW_LABELS_VERTICAL_LINE
Index of the 'row labels vertical line' in the grid line list.
|
int |
color
The color of the grid line.
|
int |
style
The style of the grid line.
|
int |
width
The width of the grid line.
|
Constructor and Description |
---|
CrossTabGridLineFormat()
Creates a CrossTabGridLineFormat object and initialize it with with = 1, style = 1 and color = 0.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Returns a string representation of the object.
|
public int width
BorderProperties
public int style
BorderProperties
public int color
BorderProperties
public static final int ROW_LABELS_VERTICAL_LINE
public static final int ROW_LABELS_HORIZONTAL_LINE
public static final int ROW_LABELS_TOP_BORDER
public static final int ROW_LABELS_BOTTOM_BORDER
public static final int ROW_LABELS_LEFT_BORDER
public static final int ROW_LABELS_RIGHT_BORDER
public static final int COL_LABELS_VERTICAL_LINE
public static final int COL_LABELS_HORIZONTAL_LINE
public static final int COL_LABELS_TOP_BORDER
public static final int COL_LABELS_BOTTOM_BORDER
public static final int COL_LABELS_LEFT_BORDER
public static final int COL_LABELS_RIGHT_BORDER
public static final int CELLS_VERTICAL_LINE
public static final int CELLS_HORIZONTAL_LINE
public static final int CELLS_BOTTOM_BORDER
public static final int CELLS_RIGHT_BORDER
Copyright © 1999-2020 by i-net software GmbH