Package org.scijava.display
Interface Displayable
-
public interface DisplayableAn interface used by classes that can draw on demand. Typically used by things like the Overlay classes.- Author:
- Barry DeZonia
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddraw()Render self when called.
-