Class BulkImageLoader.DynImage

  • Enclosing class:
    BulkImageLoader

    public class BulkImageLoader.DynImage
    extends Control
    class used to show the Image on screen. It loads the image dynamically.
    • Constructor Detail

      • DynImage

        public DynImage​(int idx)
    • Method Detail

      • onPaint

        public void onPaint​(Graphics g)
        Description copied from class: Control
        Called to draw the control. When this method is called, the graphics object passed has been translated into the coordinate system of the control and the area behind the control has already been painted.
        Overrides:
        onPaint in class Control
        Parameters:
        g - the graphics object for drawing
        See Also:
        Graphics