Class View2DLayout_Debug

java.lang.Object
org.jzy3d.plot3d.rendering.view.AbstractAWTRenderer2d
org.jzy3d.plot3d.rendering.view.View2DLayout_Debug
All Implemented Interfaces:
AWTRenderer2d

public class View2DLayout_Debug extends AbstractAWTRenderer2d implements AWTRenderer2d
  • Constructor Details

    • View2DLayout_Debug

      public View2DLayout_Debug()
    • View2DLayout_Debug

      public View2DLayout_Debug(Color color)
  • Method Details

    • setView

      public void setView(AWTView view)
      Specified by:
      setView in interface AWTRenderer2d
      Overrides:
      setView in class AbstractAWTRenderer2d
    • paint

      public void paint(Graphics g, int canvasWidth, int canvasHeight)
      Specified by:
      paint in interface AWTRenderer2d
    • configureFontAndHiDPI

      protected void configureFontAndHiDPI(Graphics2D g2d, Coord2d pixelScale)
      Cancel the HiDPI scaling consideration to draw debug stuff properly on either EmulGL or Native
    • drawColorbarMargins

      protected void drawColorbarMargins(Graphics2D g2d, Coord2d pixelScale)
    • drawViewMargins

      protected void drawViewMargins(Graphics2D g2d, Coord2d pixelScale)
    • drawViewMarginsHorizontalLines

      protected void drawViewMarginsHorizontalLines(Graphics2D g2d, int height, int width, int txtSize)
    • drawViewMarginsVerticalLines

      protected void drawViewMarginsVerticalLines(Graphics2D g2d, int height, int lineHeight)
    • getColor

      public Color getColor()
    • setColor

      public void setColor(Color color)
    • setInfo

      public void setInfo(String info)
    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)
    • isEnableColorMarginDebug

      public boolean isEnableColorMarginDebug()
    • setEnableColorMarginDebug

      public void setEnableColorMarginDebug(boolean enableColorMarginDebug)
    • isEnableViewMarginDebug

      public boolean isEnableViewMarginDebug()
    • setEnableViewMarginDebug

      public void setEnableViewMarginDebug(boolean enableViewMarginDebug)