Uses of Interface
com.slinky.hackmaster.model.cell.ClusterStrategy
Packages that use ClusterStrategy
-
Uses of ClusterStrategy in com.slinky.hackmaster.model.cell
Classes in com.slinky.hackmaster.model.cell that implement ClusterStrategyModifier and TypeClassDescriptionclass
A strategy for clustering symbols and letters within a collection ofCell
objects.Constructors in com.slinky.hackmaster.model.cell with parameters of type ClusterStrategyModifierConstructorDescriptionCellGrid
(String text, ClusterStrategy clusterStrategy) Constructs a newCellGrid
with the specified text grid and clustering strategy.CellGrid
(String text, ClusterStrategy clusterStrategy, int rows, int cols) Constructs a newCellGrid
with the specified text grid and clustering strategy.