Package com.bc.ceres.grender


package com.bc.ceres.grender
Interfaces used to render graphics using a Viewport onto a Rendering.
  • Interfaces
    Class
    Description
    JComponents implementing this interface are views which can be adjusted using the AdjustableViewScrollPane.
    An interactive rendering is used to render graphical data representations on a GUI widget, allowing for rendering of invalidated regions.
    A rendering is used to render graphical data representations to a GUI widget, image or another output device such as a printer.
    A Viewport allows to view a certain part of graphical data representations given in coordinates defined in some model coordinate system.
    Something which knows about a viewport, most likely a view GUI component.
    A change listener which can be added to viewports.