List of usage examples for java.awt.image ImageObserver interface-usage
From source file org.pentaho.reporting.libraries.base.util.WaitingImageObserver.java
/**
* This image observer blocks until the image is completely loaded. AWT defers the loading of images until they are
* painted on a graphic.
* <p/>
* While printing reports it is not very nice, not to know whether a image was completely loaded, so this observer
* forces the loading of the image until a final state (either ALLBITS, ABORT or ERROR) is reached.
From source file gda.plots.BlockWrapper.java
/** * Test class for wrapping any arbitrary JComponent so that it can appear on a SimplePlot. The code trying out this * class is currently commented out so it will appear to be unused - PLEASE DO NOT REMOVE IT. */ public class BlockWrapper extends Title implements Block, ImageObserver { private static final Logger logger = LoggerFactory.getLogger(BlockWrapper.class);
From source file WaitingImageObserver.java
/**
* This image observer blocks until the image is completely loaded. AWT
* defers the loading of images until they are painted on a graphic.
*
* While printing reports it is not very nice, not to know whether a image
* was completely loaded, so this observer forces the loading of the image
From source file be.fedict.eidviewer.gui.printing.IDPrintout.java
/** * * @author Frank Marien */ public class IDPrintout implements Printable, ImageObserver { private static final Logger logger = Logger.getLogger(CertificatesPanel.class.getName());
From source file org.tsho.dmc2.core.chart.LyapunovRenderer.java
public class LyapunovRenderer implements DmcPlotRenderer, ImageObserver { private DmcRenderablePlot plot; private LyapunovComponent lyapunovComponent; // parameters
From source file com.hexidec.ekit.component.RelativeImageView.java
/**
* @author <a href="mailto:jal@grimor.com">Frits Jalvingh</a>
* @version 1.0
*
* This code was modeled after an artice on
* <a href="http://www.javaworld.com/javaworld/javatips/jw-javatip109.html">
From source file ucar.unidata.idv.control.chart.ChartManager.java
/**
* A time series chart
*
* @author MetApps Development Team
* @version $Revision: 1.16 $
*/
From source file org.pmedv.core.components.RelativeImageView.java
/**
* Description: creates a view on an image.
*
* This code was modeled after an article on <a
* href="http://www.javaworld.com/javaworld/javatips/jw-javatip109.html">
* JavaWorld</a> by Bob Kenworthy.
From source file ucar.unidata.idv.flythrough.Flythrough.java
/** * * @author IDV development team */ public class Flythrough extends SharableImpl implements PropertyChangeListener, ImageObserver {
From source file PrintCanvas3D.java
class ImagePrinter implements Printable, ImageObserver { BufferedImage bImage; public int print(Graphics g, PageFormat pf, int pi) throws PrinterException { if (pi >= 1) {