public class CellArrayBuilder.CellArray
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
cols |
FixpCoord |
colspace |
NodeProto |
proto |
int |
rows |
FixpCoord |
rowspace |
Constructor and Description |
---|
CellArrayBuilder.CellArray(NodeProto proto,
int cols,
int rows,
FixpCoord colspace,
FixpCoord rowspace) |
Modifier and Type | Method and Description |
---|---|
Cell |
makeCell(EditingPreferences ep) |
public final NodeProto proto
public final int cols
public final int rows
public final FixpCoord colspace
public final FixpCoord rowspace
public Cell makeCell(EditingPreferences ep)