edu.sdsc.mbt.util
Interface Settable


public interface Settable

Interface that specifies methods impemented by panels whose dimensions can be set from outside.

Author:
Oleksandr V. Buzko

Method Summary
 void setCellDimensions(java.awt.Dimension d)
          Sets dimensions of a cell in the sequence viewer.
 

Method Detail

setCellDimensions

public void setCellDimensions(java.awt.Dimension d)
Sets dimensions of a cell in the sequence viewer.