Interface ICubeFactory

All Known Implementing Classes:
EasyCubeFactory, HardCubeFactory, MediumCubeFactory

public interface ICubeFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    createCubics(GridPane gridPane, ArrayList<MemoryObject> memoryObjects)
    Creates cubics from an ArrayList of MemoryObjects and adds them to a GridPane.
  • Method Details

    • createCubics

      void createCubics(GridPane gridPane, ArrayList<MemoryObject> memoryObjects)
      Creates cubics from an ArrayList of MemoryObjects and adds them to a GridPane.
      Parameters:
      gridPane - the GridPane where the cubics will be added
      memoryObjects - the ArrayList of MemoryObjects to create cubics from