Uses of Class
pi.graphics.boxes.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
Method parameters in pi.graphics.boxes with type arguments of type PopulatedCellModifier and TypeMethodDescriptionGridBox.forBox(int row, int column, Consumer<PopulatedCell<T>> consumer) ChildsBox.forEachCell(Consumer<PopulatedCell<T>> consumer) GridBox.forEachColumnBox(int column, Consumer<PopulatedCell<T>> consumer) GridBox.forEachRowBox(int row, Consumer<PopulatedCell<T>> consumer)