Interface DataPoolPaintlet

    • Method Detail

      • getDataPoolPanel

        DataPoolPanel getDataPoolPanel()
        Returns the panel the paintlet belongs to.
        Returns:
        the panel
      • getDataPool

        DataPool getDataPool()
        Returns the data pool to paint.
        Returns:
        the pool
      • accepts

        Class[] accepts()
        Returns the classes that the paintlet accepts.
        Returns:
        the classes of objects that can be processed
      • prepareUpdate

        void prepareUpdate()
        Prepares the painting, e.g., setting min/max of axes.
        Parameters:
        panel - the panel to prepare