Klasse CrossTabGridLineFormat
java.lang.Object
com.inet.report.CrossTabGridLineFormat
- Alle implementierten Schnittstellen:
Serializable, Cloneable
Represents the properties of a crosstab grid line.
This class is part of the
This class is part of the
RDC.- Seit:
- 3.0
- Siehe auch:
-
Feldübersicht
FelderModifikator und TypFeldBeschreibungstatic final intIndex of the 'cells bottom border' in the grid line list.static final intIndex of the 'cells horizontal line' in the grid line list.static final intIndex of the 'cells right border' in the grid line list.static final intIndex of the 'cells vertical line' in the grid line list.static final intIndex of the 'column labels bottom border' in the grid line list.static final intIndex of the 'column labels horizontal line' in the grid line list.static final intIndex of the 'column labels left border' in the grid line list.static final intIndex of the 'column labels right border' in the grid line list.static final intIndex of the 'column labels top border' in the grid line list.static final intIndex of the 'column labels vertical line' in the grid line list.intThe color of the grid line.static final intIndex of the 'row labels bottom border' in the grid line list.static final intIndex of the 'row labels horizontal line' in the grid line list.static final intIndex of the 'row labels left border' in the grid line list.static final intIndex of the 'row labels right border' in the grid line list.static final intIndex of the 'row labels top border' in the grid line list.static final intIndex of the 'row labels vertical line' in the grid line list.intThe style of the grid line.intThe width of the grid line. -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungCreates a CrossTabGridLineFormat object and initialize it with with = 1, style = 1 and color = 0. -
Methodenübersicht
-
Felddetails
-
width
public int widthThe width of the grid line.- Siehe auch:
-
style
public int styleThe style of the grid line.- Siehe auch:
-
color
public int colorThe color of the grid line.- Siehe auch:
-
ROW_LABELS_VERTICAL_LINE
public static final int ROW_LABELS_VERTICAL_LINEIndex of the 'row labels vertical line' in the grid line list.- Seit:
- 12.0
- Siehe auch:
-
ROW_LABELS_HORIZONTAL_LINE
public static final int ROW_LABELS_HORIZONTAL_LINEIndex of the 'row labels horizontal line' in the grid line list.- Seit:
- 12.0
- Siehe auch:
-
ROW_LABELS_TOP_BORDER
public static final int ROW_LABELS_TOP_BORDERIndex of the 'row labels top border' in the grid line list.- Seit:
- 12.0
- Siehe auch:
-
ROW_LABELS_BOTTOM_BORDER
public static final int ROW_LABELS_BOTTOM_BORDERIndex of the 'row labels bottom border' in the grid line list.- Seit:
- 12.0
- Siehe auch:
-
ROW_LABELS_LEFT_BORDER
public static final int ROW_LABELS_LEFT_BORDERIndex of the 'row labels left border' in the grid line list.- Seit:
- 12.0
- Siehe auch:
-
ROW_LABELS_RIGHT_BORDER
public static final int ROW_LABELS_RIGHT_BORDERIndex of the 'row labels right border' in the grid line list.- Seit:
- 12.0
- Siehe auch:
-
COL_LABELS_VERTICAL_LINE
public static final int COL_LABELS_VERTICAL_LINEIndex of the 'column labels vertical line' in the grid line list.- Seit:
- 12.0
- Siehe auch:
-
COL_LABELS_HORIZONTAL_LINE
public static final int COL_LABELS_HORIZONTAL_LINEIndex of the 'column labels horizontal line' in the grid line list.- Seit:
- 12.0
- Siehe auch:
-
COL_LABELS_TOP_BORDER
public static final int COL_LABELS_TOP_BORDERIndex of the 'column labels top border' in the grid line list.- Seit:
- 12.0
- Siehe auch:
-
COL_LABELS_BOTTOM_BORDER
public static final int COL_LABELS_BOTTOM_BORDERIndex of the 'column labels bottom border' in the grid line list.- Seit:
- 12.0
- Siehe auch:
-
COL_LABELS_LEFT_BORDER
public static final int COL_LABELS_LEFT_BORDERIndex of the 'column labels left border' in the grid line list.- Seit:
- 12.0
- Siehe auch:
-
COL_LABELS_RIGHT_BORDER
public static final int COL_LABELS_RIGHT_BORDERIndex of the 'column labels right border' in the grid line list.- Seit:
- 12.0
- Siehe auch:
-
CELLS_VERTICAL_LINE
public static final int CELLS_VERTICAL_LINEIndex of the 'cells vertical line' in the grid line list.- Seit:
- 12.0
- Siehe auch:
-
CELLS_HORIZONTAL_LINE
public static final int CELLS_HORIZONTAL_LINEIndex of the 'cells horizontal line' in the grid line list.- Seit:
- 12.0
- Siehe auch:
-
CELLS_BOTTOM_BORDER
public static final int CELLS_BOTTOM_BORDERIndex of the 'cells bottom border' in the grid line list.- Seit:
- 12.0
- Siehe auch:
-
CELLS_RIGHT_BORDER
public static final int CELLS_RIGHT_BORDERIndex of the 'cells right border' in the grid line list.- Seit:
- 12.0
- Siehe auch:
-
-
Konstruktordetails
-
CrossTabGridLineFormat
public CrossTabGridLineFormat()Creates a CrossTabGridLineFormat object and initialize it with with = 1, style = 1 and color = 0.- Seit:
- 6.0
-
-
Methodendetails
-
clone
- Setzt außer Kraft:
clonein KlasseObject- Löst aus:
CloneNotSupportedException
-
hashCode
-
equals
-
toString
-