package org.lemsml.jlems.viz.plot; public interface XYLocated { XYLocation getXYLocation(); }