java.awt.event.ActionListener, java.util.EventListenerpublic class MyApplet.Starter
extends java.lang.Object
implements java.awt.event.ActionListener
| Constructor | Description |
|---|---|
Starter() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
actionPerformed(java.awt.event.ActionEvent evt) |
|
void |
addCluster(ClusterDiagram newCluster) |
|
void |
allDone() |
|
void |
foo() |
|
void |
setDrawNumbersOfBlack(boolean b) |
|
void |
setDrawNumbersOfWhite(boolean b) |
|
void |
setDrawPoints(boolean b) |
public void actionPerformed(java.awt.event.ActionEvent evt)
actionPerformed in interface java.awt.event.ActionListenerpublic void foo()
public void allDone()
public void addCluster(ClusterDiagram newCluster)
public void setDrawPoints(boolean b)
public void setDrawNumbersOfWhite(boolean b)
public void setDrawNumbersOfBlack(boolean b)