1 package org.catacomb.be; 2 3 4 public interface XYLocation { 5 6 7 double getX(); 8 9 double getY(); 10 11 }