Class TableBlockParser.TableCellInfo
- java.lang.Object
-
- org.commonmark.ext.gfm.tables.internal.TableBlockParser.TableCellInfo
-
- Enclosing class:
- TableBlockParser
private static class TableBlockParser.TableCellInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private TableCell.Alignment
alignment
private int
width
-
Constructor Summary
Constructors Constructor Description TableCellInfo(TableCell.Alignment alignment, int width)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TableCell.Alignment
getAlignment()
int
getWidth()
-
-
-
Field Detail
-
alignment
private final TableCell.Alignment alignment
-
width
private final int width
-
-
Constructor Detail
-
TableCellInfo
public TableCellInfo(TableCell.Alignment alignment, int width)
-
-
Method Detail
-
getAlignment
public TableCell.Alignment getAlignment()
-
getWidth
public int getWidth()
-
-