Package | Description |
---|---|
sideex | |
wagu |
Modifier and Type | Method and Description |
---|---|
Block |
SideeX.listToBlock(Board board,
List<List<String>> rowsList,
List<List<Integer>> colWidthLength,
String header,
List<Integer> headerWidthLength) |
Modifier and Type | Method and Description |
---|---|
Board |
Board.appendTableTo(int appendableBlockIndex,
int appendableDirection,
Table table) |
Board |
Board.build() |
Board |
Board.invalidate() |
Board |
Board.setInitialBlock(Block initialBlock) |
Constructor and Description |
---|
Block(Board board,
int width,
int height) |
Block(Board board,
int width,
int height,
String data) |
Block(Board board,
int width,
int height,
String data,
Block rightBlock,
Block belowBlock) |
Table(Board board,
int tableWidth,
List<String> headersList,
List<List<String>> rowsList) |
Table(Board board,
int tableWidth,
List<String> headersList,
List<List<String>> rowsList,
List<Integer> colWidthsList) |
Table(Board board,
int tableWidth,
List<String> headersList,
List<List<String>> rowsList,
List<Integer> colWidthsList,
List<Integer> colAlignsList) |
Copyright © 2016–2022. All rights reserved.