package org.lemsml.jlems.viz.plot; public interface XYLocation { double getX(); double getY(); }