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 TypeClassDescriptionclassA strategy for clustering symbols and letters within a collection ofCellobjects.Constructors in com.slinky.hackmaster.model.cell with parameters of type ClusterStrategyModifierConstructorDescriptionCellGrid(String text, ClusterStrategy clusterStrategy) Constructs a newCellGridwith the specified text grid and clustering strategy.CellGrid(String text, ClusterStrategy clusterStrategy, int rows, int cols) Constructs a newCellGridwith the specified text grid and clustering strategy.