Example usage for java.awt.print Printable interface-usage

List of usage examples for java.awt.print Printable interface-usage

Introduction

In this page you can find the example usage for java.awt.print Printable interface-usage.

Usage

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 GraphEditorDemo.java

/**
 * Shows how  to create a graph editor with JUNG.
 * Mouse modes and actions are explained in the help text.
 * The application version of GraphEditorDemo provides a
 * File menu with an option to save the visible graph as
 * a jpeg file.

From source file net.sf.jasperreports.engine.print.JRPrinterAWT.java

/**
 * @author Teodor Danciu (teodord@users.sourceforge.net)
 * @version $Id: JRPrinterAWT.java 7199 2014-08-27 13:58:10Z teodord $
 */
public class JRPrinterAWT implements Printable {
    private static final Log log = LogFactory.getLog(JRPrinterAWT.class);

From source file org.eurocarbdb.application.glycoworkbench.plugin.reporting.ProfilesComparisonReportChartCanvas.java

public class ProfilesComparisonReportChartCanvas extends JComponent implements SVGUtils.Renderable, Printable {

    private static final int DRAW_X_MARGIN = 20;
    private static final int DRAW_Y_MARGIN = 20;
    private static final int CHART_X_MARGIN = 20;
    private static final int CHART_Y_MARGIN = 20;

From source file com.openbravo.pos.util.JRPrinterAWT411.java

/**
 * @author Teodor Danciu (teodord@users.sourceforge.net)
 * @version $Id: JRPrinterAWT.java 3940 2010-08-20 10:35:15Z teodord $
 */
public class JRPrinterAWT411 implements Printable {
    private static final Log log = LogFactory.getLog(JRPrinterAWT411.class);

From source file com.alvermont.terraj.util.io.PrintUtilities.java

/**
 * Code for printing Swing Components. Originally obtained from:
 * http://www.developerdotstar.com/community/node/124. Minor mods by me
 * for log4J and exception handling - MS.
 *
 * @author  Rob MacGrogan

From source file com.openbravo.pos.util.JRPrinterAWT.java

/**
 * @author Teodor Danciu (teodord@users.sourceforge.net)
 * @version $Id: JRPrinterAWT.java 3940 2010-08-20 10:35:15Z teodord $
 */
public class JRPrinterAWT implements Printable {
    private static final Log log = LogFactory.getLog(JRPrinterAWT.class);

From source file com.alvermont.terraj.util.io.ImagePrinter.java

/**
 * Class to handle printing out a <code>BufferedImage</code> at a suitable
 * scale for the printer.
 *
 * @author martin
 * @version $Id: ImagePrinter.java,v 1.6 2006/07/06 06:59:43 martin Exp $

From source file Samples.Advanced.GraphEditorDemo.java

/**
 * Shows how  to create a graph editor with JUNG.
 * Mouse modes and actions are explained in the help text.
 * The application version of GraphEditorDemo provides a
 * File menu with an option to save the visible graph as
 * a jpeg file.

From source file oqm.network.view.JUNGPanelAdapter.java

/**
 * JUNG Panel Adaptor class uses an Adaptor Pattern to take
 * the MANV Network's and render the them with the JUNG Framework's Graphical Network.
 */
public class JUNGPanelAdapter extends JPanel implements Printable {