| Package | Description |
|---|---|
| com.putable.client |
Provides the classes specific to the client
|
| com.putable.client.gui |
Provides the classes necessary to construct the client's GUI
|
| Modifier and Type | Field and Description |
|---|---|
private ClientMatrix |
NetPuzlClient.currentMatrix
The matrix this client is connected to
|
| Modifier and Type | Method and Description |
|---|---|
ClientMatrix |
NetPuzlClient.getCurrentMatrix()
Returns current matrix
|
| Modifier and Type | Method and Description |
|---|---|
void |
NetPuzlClient.setCurrentMatrix(ClientMatrix currentMatrix) |
| Modifier and Type | Method and Description |
|---|---|
void |
Gui.addMatrix(ClientMatrix matrix)
This method is used when adding all the matrix components (Cells), to be
drawn on the screen.
|
void |
Gui.setMatrix(ClientMatrix matrix)
This method is used to set the matrix that the client will be in.
|