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 Details

    • getGraphics

      Graphics2D getGraphics()
      Returns:
      The graphics context associated with this rendering.
    • getViewport

      Viewport getViewport()
      Returns:
      The porthole through which the model is viewed.