aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ajde/examples/figures-cacm/figures/FigureElement.java
blob: 591359e118ee958e0e645678dba898f128848492 (plain)
1
2
3
4
5
6
7
8
package figures;

interface FigureElement {

    public void moveBy(int dx, int dy);

}