Uses of Class
pi.graphics.boxes_ng.PopulatedCell
Packages that use PopulatedCell
Package
Description
Eine Box ist ein rechteckiges graphisches Element, das in die
Graphics2D-API eingezeichnet werden kann.-
Uses of PopulatedCell in pi.graphics.boxes_ng
Method parameters in pi.graphics.boxes_ng with type arguments of type PopulatedCellModifier and TypeMethodDescriptionGridBox.forBox(int row, int column, Consumer<PopulatedCell<T>> consumer) Wendet einen Consumer auf eine bestimmte Zelle im Gitter an.ChildsBox.forEachCell(Consumer<PopulatedCell<T>> consumer) GridBox.forEachColumnBox(int column, Consumer<PopulatedCell<T>> consumer) Wendet für jede Zelle einer Spalte einen Consumer an.GridBox.forEachRowBox(int row, Consumer<PopulatedCell<T>> consumer) Wendet für jede Zelle einer Zeile einen Consumer an.