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 org.sanjose.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.floreantpos.jasperreport.engine.print.JRPrinterAWT.java

/**
 * @author Teodor Danciu (teodord@users.sourceforge.net)
 * @version $Id: JRPrinterAWT.java 3124 2009-10-12 20:49:43Z lucianc $
 */
public class JRPrinterAWT implements Printable {
    private static final Log log = LogFactory.getLog(JRPrinterAWT.class);

From source file PrintUIWindow.java

public class PrintUIWindow implements Printable, ActionListener {

    JFrame frameToPrint;

    public int print(Graphics g, PageFormat pf, int page) throws PrinterException {

From source file PaginationExample.java

public class PaginationExample implements Printable, ActionListener {

    int[] pageBreaks; // array of page break line positions.

    /* Synthesise some sample lines of text */
    String[] textLines;

From source file Samples.Advanced.GraphEditorDemo2.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 io.datalayer.jung.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 UNUSED.JUNGsamples.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 edu.uci.ics.jung.samples.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 com.google.code.facebook.graph.sna.applet.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 external.jung.demo.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.