package org.lemsml.jlems.viz.plot; public interface Repaintable { void requestRepaint(); void setCursor(String string); }