App
PDDisplayer.java
Go to the documentation of this file.
1 package mhr.appcore.interfaces;
2 
3 import mhr.appcore.bitmap.BitmapInfo;
4 
8 public interface PDDisplayer {
9 
13  public void redraw();
14 
19  public void setInput(PDBitmap bitmap);
20 }