package org.jmol.awtjs.swing;

public interface TableCellRenderer {

	String getCellStyle(int iRow, int iCol, GridBagConstraints c);

}
