bookExamples.ch26Graphics.draw2d
Interface Movable

All Known Implementing Classes:
Circle2d, Octagon, Oval2d, Triangle2d

public interface Movable

Created by IntelliJ IDEA. User: dlyon Date: Feb 15, 2005 Time: 1:14:58 PM Copyright DocJava, 2005


Method Summary
 void move(double x, double y)
           
 

Method Detail

move

void move(double x,
          double y)