package org.lemsml.jlems.viz.plot; public interface IntActor { void intAction(int iact); }