Package PamView

Class ScrollableBufferedImage

All Implemented Interfaces:
RenderedImage, WritableRenderedImage, Transparency

public class ScrollableBufferedImage extends BufferedImage
  • Constructor Details Link icon

    • ScrollableBufferedImage Link icon

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

    • scrollImage Link icon

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

      public final void xScrollImage(int pixsRight)
    • yScrollImage Link icon

      public final void yScrollImage(int pixsUp)
    • setBufferedClipRectangle Link icon

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

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

      public Rectangle getBufferedClipRectangle()
    • fillClipRectangle Link icon

      public void fillClipRectangle()
    • getParentComponent Link icon

      public Component getParentComponent()
    • setParentComponent Link icon

      public void setParentComponent(Component parentComponent)