Uses of Class
pi.graphics.boxes.PopulatedCell
Packages that use PopulatedCell
Package
Description
Eine rekursive Datenstruktur, um graphische Elemente ineinander verschachteln
zu können und dann die Graphics2D-API einzuzeichen.
-
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)