Package com.bc.ceres.grender
Interface Rendering
-
- All Known Subinterfaces:
InteractiveRendering
- All Known Implementing Classes:
BufferedImageRendering
,DefaultRendering
public interface Rendering
A rendering is used to render graphical data representations to a GUI widget, image or another output device such as a printer.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Graphics2D
getGraphics()
Viewport
getViewport()
-
-
-
Method Detail
-
getGraphics
Graphics2D getGraphics()
- Returns:
- The graphics context associated with this rendering.
-
getViewport
Viewport getViewport()
- Returns:
- The porthole through which the model is viewed.
-
-