Interface AWTRenderer2d

All Known Implementing Classes:
AbstractAWTRenderer2d, AWTImageRenderer, AWTShapeRenderer, CameraEyeOverlayAnnotation, OverlayLegendRenderer, View2DLayout_Debug

public interface AWTRenderer2d
  • Method Summary

    Modifier and Type
    Method
    Description
     
    void
    paint(Graphics g, int canvasWidth, int canvasHeight)
     
    void
     
  • Method Details

    • paint

      void paint(Graphics g, int canvasWidth, int canvasHeight)
    • getView

      AWTView getView()
    • setView

      void setView(AWTView view)