Common
Interface OutputPanelInterface

All Known Implementing Classes:
OutputPanel

public interface OutputPanelInterface

Interface for class DrawingCanvas.

This interface is needed to resolve dependency of GridView package (that contains OutputPanel) on GeomRep package, where a call to a method in OutputPanel is needed. This interface is implemented by OutputPanel class.

Since:
1.0
See Also:
OutputPanel

Method Summary
 void OutputLine(java.lang.String line)
           
 

Method Detail

OutputLine

void OutputLine(java.lang.String line)