GP
Interface Refreshable

All Known Subinterfaces:
Graphic

public interface Refreshable


Method Summary
 void Refresh()
          This is a method used internally in this package and should not be called or redefined unless you know what you're doing. This method should draw the object to the offscreen graphic.
 

Method Detail

Refresh

public void Refresh()
This is a method used internally in this package and should not be called or redefined unless you know what you're doing. This method should draw the object to the offscreen graphic.