Package pi.graphics.boxes
Class TextTableBox
java.lang.Object
-
Field Summary
Fields inherited from class pi.graphics.boxes.Box
childs, definedHeight, definedWidth, disabled, height, measureDimensionTwice, parent, supportsDefinedDimension, width, x, y -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class pi.graphics.boxes.GridBox
buildGrid, calculateAnchors, calculateDimension, columnCount, columns, forBox, forEachColumnBox, forEachRowBox, getColumn, getMaxHeightOfRow, getMaxWidthOfColumn, getRow, rowCount, toStringFormatterMethods inherited from class pi.graphics.boxes.PaddingBox
paddingMethods inherited from class pi.graphics.boxes.ChildsBox
addChild, forEachCell, forEachChild, numberOfChildsMethods inherited from class pi.graphics.boxes.Box
anchor, debug, disable, disabled, enable, hasDefiniedDimension, hasOnlyDefiniedHeight, hasOnlyDefiniedWidth, height, height, heightMeter, iterator, measure, measureAnchors, measureDimension, remeasure, render, round, toggle, toString, width, width, widthMeter, x, x, x, y, y, yMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
TextTableBox
-
-
Method Details
-
addCell
- Parameters:
content- Der Inhalt der Zelle. Es können mehrere Eingabewerte angegeben werden. Jeder Eingabewert wird in eine eigene Zeile einer mehrzeiligen Text-Zelle gesetzt.
-