public interface SceneRenderer
| Modifier and Type | Method and Description | 
|---|---|
java.awt.Rectangle | 
calcBounds(java.awt.Graphics2D g,
          View2D view,
          boolean includeInteractive)  | 
DrawSettings | 
getSettings()  | 
java.util.Collection<IScreenObject> | 
render(java.awt.Graphics2D graphics,
      View2D view,
      boolean includeInteractive)  | 
java.awt.Rectangle calcBounds(java.awt.Graphics2D g,
                              View2D view,
                              boolean includeInteractive)
DrawSettings getSettings()
java.util.Collection<IScreenObject> render(java.awt.Graphics2D graphics, View2D view, boolean includeInteractive)