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 edu.pitt.dbmi.odie.ui.jfreechart.EnhancedChartComposite.java

/**
 * @author Girish Chavan
 * 
 */
public class EnhancedChartComposite extends Composite implements ChartChangeListener, ChartProgressListener,
        PaintListener, SelectionListener, MouseListener, MouseMoveListener, Printable, ISelectionProvider {

From source file com.actelion.research.table.view.JVisualization.java

public abstract class JVisualization extends JComponent implements CompoundTableListener, FocusableView,
        HighlightListener, MarkerLabelDisplayer, ListSelectionListener, MouseListener, MouseMotionListener,
        Printable, CompoundTableHitlistListener, VisualizationColorListener {
    private static final long serialVersionUID = 0x20100610;

    // taken from class com.actelion.research.gui.form.FormObjectBorder

From source file gda.plots.SimplePlot.java

/**
 * Provides a simple data line oriented way to use the JFreeChart plotting classes.
 */

public class SimplePlot extends ChartPanel implements Printable, XYDataHandler {

From source file org.forester.archaeopteryx.TreePanel.java

public final class TreePanel extends JPanel implements ActionListener, MouseWheelListener, Printable {

    private static final float PI = (float) (Math.PI);
    private static final double TWO_PI = 2 * Math.PI;
    private static final float ONEHALF_PI = (float) (1.5 * Math.PI);
    private static final float HALF_PI = (float) (Math.PI / 2.0);

From source file com.isti.traceview.common.TraceViewChartPanel.java

/**
 * This code was copied from JFreeChart ChartPanel class.
 * It was fixed ChartPanel's bug with lack of double buffering and problems during working
 * under X window. 
 * So as fixed method paintComponent() uses private calls, copy-paste method of fixing was the only one.
 */

From source file org.rdv.viz.chart.ChartPanel.java

/**
 * A Swing GUI component for displaying a {@link JFreeChart} object.
 * <P>
 * The panel registers with the chart to receive notification of changes to any
 * component of the chart.  The chart is redrawn automatically whenever this
 * notification is received.

From source file lu.fisch.unimozer.Diagram.java

/**
 *
 * @author robertfisch
 */
public class Diagram extends JPanel implements MouseListener, MouseMotionListener, ActionListener, Printable {
    public final static int MODE_SELECT = 0;

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) {

From source file MyJava3D.java

/**
 * The Surface class implements a 2D rendering surface using a Swing JPanel. The
 * Surface can contain an AlphaComposite and a background Texture as well as
 * foreground rendered output.
 * <p>
 * The Surface can have anti-aliasing enabled and be optimized for speed or