Package PamView

Class ScrollableBufferedImage

All Implemented Interfaces:
RenderedImage, WritableRenderedImage, Transparency

public class ScrollableBufferedImage extends BufferedImage
  • Constructor Details

    • ScrollableBufferedImage

      public ScrollableBufferedImage(int width, int height, int colorModel)
  • Method Details

    • scrollImage

      public final void scrollImage(int pixsRight, int pixsUp)
    • xScrollImage

      public final void xScrollImage(int pixsRight)
    • yScrollImage

      public final void yScrollImage(int pixsUp)
    • setBufferedClipRectangle

      public void setBufferedClipRectangle(int x, int y, int w, int h, boolean fill)
    • setBufferedClipRectangle

      public void setBufferedClipRectangle(Rectangle r, boolean fill)
    • getBufferedClipRectangle

      public Rectangle getBufferedClipRectangle()
    • fillClipRectangle

      public void fillClipRectangle()
    • getParentComponent

      public Component getParentComponent()
    • setParentComponent

      public void setParentComponent(Component parentComponent)