Package visualizationElements
Klasse DotChart
java.lang.Object
visualizationElements.VisualizationElement
visualizationElements.DotChart
Represents a dot chart to visualize sort algorithms.
-
Feldübersicht
Modifizierer und TypFeldBeschreibungprivate static final int
private int
private static final int
private int
private int
private int
-
Konstruktorübersicht
-
Methodenübersicht
-
Felddetails
-
DOT_DIAMETER
private static final int DOT_DIAMETER- Siehe auch:
-
START_X_POS
private static final int START_X_POS- Siehe auch:
-
startYPos
private int startYPos -
startXPos
private int startXPos -
height
private int height -
width
private int width -
values
-
-
Konstruktordetails
-
DotChart
Creates a new dot chart.- Parameter:
values
- Vector with values the dot chart visualizes.height
- Height of the dot chart.width
- Width of the dot chart.
-
DotChart
public DotChart(int[] values, int height, int width) Creates a new dot chart.- Parameter:
values
- Array with values the dot chart visualizes.height
- Height of the dot chart.width
- Width of the dot chart.
-
-
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.
-
setValues
- Parameter:
values
- the values to set
-
getValues
- Gibt zurück:
- Returns the values.
-
setStartXPos
public void setStartXPos(int startXPos) - Parameter:
startXPos
- the startXPos to set
-
getStartXPos
public int getStartXPos()- Gibt zurück:
- the startXPos
-
setHeight
public void setHeight(int height) - Parameter:
height
- the height to set
-
getHeight
public int getHeight()- Gibt zurück:
- the height
-
setWidth
public void setWidth(int width) - Parameter:
width
- the width to set
-
getWidth
public int getWidth()- Gibt zurück:
- the width
-