Package visualizationElements
Klasse Table
java.lang.Object
visualizationElements.VisualizationElement
visualizationElements.Table
- Bekannte direkte Unterklassen:
ChessBoard
,Hashtable
,List
,Stack
Represents a table to visualize.
-
Feldübersicht
-
Konstruktorübersicht
-
Methodenübersicht
-
Felddetails
-
START_Y_POS
protected static final int START_Y_POS- Siehe auch:
-
START_X_POS
protected static final int START_X_POS- Siehe auch:
-
CELL_HEIGHT
protected static final int CELL_HEIGHT- Siehe auch:
-
CELL_WIDTH
protected static final int CELL_WIDTH- Siehe auch:
-
numberOfRows
protected int numberOfRows -
numberOfColumns
protected int numberOfColumns -
height
private int height -
width
private int width -
valueTable
-
columnCaptions
-
-
Konstruktordetails
-
Table
Creates a new Table.- Parameter:
values
- The values of the table.columnCaptions
- The captions of the table columns.width
- Width of the table.height
- Height of the table.
-
Table
Creates a new Table.- Parameter:
values
- The values of the table.width
- Width of the table.height
- Height of the table.
-
-
Methodendetails
-
draw
Beschreibung aus Klasse kopiert:VisualizationElement
Draws the visualization element.- Angegeben von:
draw
in KlasseVisualizationElement
- Parameter:
g
- The Graphics object to draw the element to the DrawArea.
-
setWidth
public void setWidth(int width) - Parameter:
width
- the width to set
-
getWidth
public int getWidth()- Gibt zurück:
- the width
-
setHeight
public void setHeight(int height) - Parameter:
height
- the height to set
-
getHeight
public int getHeight()- Gibt zurück:
- the height
-
setColumnCaptions
-
getColumnCaptions
-
setValues
- Parameter:
values
- the values to set
-
getValues
- Gibt zurück:
- the values
-