package org.drugis.common.gui.table; /** * Interface that signals to {@link TableCopyHandler} that the CellRenderer * should be treated as an image rather than text. */ public interface RenderAsImage { }