Package | Description |
---|---|
lavesdk.algorithm.plugin.views | |
lavesdk.gui.widgets |
Modifier and Type | Method and Description |
---|---|
Mask |
MatrixView.getMask(int index)
Gets a mask at a given index.
|
Modifier and Type | Method and Description |
---|---|
void |
MatrixView.addMask(Mask mask)
Adds a new mask to the matrix view.
|
void |
MatrixView.removeMask(Mask mask)
Removes the mask from the matrix view.
|
Modifier and Type | Method and Description |
---|---|
Mask |
MatrixEditor.getMask(int index)
Gets a mask at a given index.
|
Mask |
ExecutionTableColumn.getMask(int index)
Gets a mask at a given index.
|
Modifier and Type | Method and Description |
---|---|
void |
MatrixEditor.addMask(Mask mask)
Adds a new mask to the matrix editor.
|
void |
ExecutionTableColumn.addMask(Mask mask)
Adds a new mask to the column.
|
void |
MatrixEditor.removeMask(Mask mask)
Removes the mask from the matrix editor.
|
void |
ExecutionTableColumn.removeMask(Mask mask)
Removes the mask from the column.
|