Documentation of 'org.jzy3d.bridge.BufferedPanel' Java class
BufferedPanel
org.jzy3d.bridge

Interface BufferedPanel

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      void draw(java.awt.Graphics g)
      The actual draw method that must be defined by a concrete BufferedPanel.
      java.awt.Graphics getGraphics()
      Supposed to be provided by the implementing abstract class.
      int getHeight()
      Supposed to be provided by the implementing abstract class.
      int getWidth()
      Supposed to be provided by the implementing abstract class.
    • Method Detail

      • draw

        void draw(java.awt.Graphics g)
        The actual draw method that must be defined by a concrete BufferedPanel.
      • getGraphics

        java.awt.Graphics getGraphics()
        Supposed to be provided by the implementing abstract class.
      • getWidth

        int getWidth()
        Supposed to be provided by the implementing abstract class.
      • getHeight

        int getHeight()
        Supposed to be provided by the implementing abstract class.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.