package org.lemsml.jlems.viz.plot; public interface AbsLocated { Position getAbsolutePosition(); }