Skip to content
Snippets Groups Projects
StateCircle0.java 268 B
Newer Older
  • Learn to ignore specific revisions
  • CHAHINE Rami's avatar
    .
    CHAHINE Rami committed
    package Graph1.state;
    
    public class StateCircle0 implements DrawerState {
        @Override
        public void mousePressed(DrawerContext context, double x, double y) {
    
        }
    
        @Override
        public void mouseReleased(DrawerContext context, double x, double y) {
    
        }
    }