Package de.hsh.graja.util.comment.grid
Class GridCellSingle
java.lang.Object
de.hsh.graja.util.comment.grid.GridCell
de.hsh.graja.util.comment.grid.GridCellSingle
- All Implemented Interfaces:
Serializable
,Comparable<GridCell>
A single cell of a grid spans a single row and column.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hsh.graja.util.comment.grid.GridCell
GridCell.PosProcessor
-
Constructor Summary
ConstructorsConstructorDescriptionGridCellSingle
(GridCellPos pos, Content content, GridCellType type, GridCellAlignment align, GridCellShowMode showMode, Double brightness, GridCellWidth width, GridCellPadding padding, String id) Create -
Method Summary
Methods inherited from class de.hsh.graja.util.comment.grid.GridCell
colsSet, compareTo, equals, getAlign, getBrightness, getContent, getId, getPadding, getPos, getShowMode, getShrinkWidthMode, getType, hasColsInExcept, hasColsPassing, hashCode, hasRowsInExcept, hasRowsPassing, rowsSet, setBrightness, setId, setShrinkWidthMode
-
Constructor Details
-
GridCellSingle
public GridCellSingle(GridCellPos pos, Content content, GridCellType type, GridCellAlignment align, GridCellShowMode showMode, Double brightness, GridCellWidth width, GridCellPadding padding, String id) Create- Parameters:
pos
-content
-type
-align
-showMode
-brightness
-width
-padding
-id
-
-
-
Method Details