List of usage examples for java.awt.print Printable interface-usage
From source file mavn.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 {
From source file PrinterSettingUpDialogPrint.java
class PrintableCanvas implements Printable { DrawingCanvas canvas; PageFormat pageFormat; public PrintableCanvas(PageFormat pf) { pageFormat = pf;
From source file PrintTest.java
/** * This component generates a 2D graphics image for screen display and printing. */ class PrintComponent extends JComponent implements Printable { public void paintComponent(Graphics g) { Graphics2D g2 = (Graphics2D) g;
From source file org.schreibubi.JCombinations.ui.GridChartPanel.java
/** * @author Werner Jrg */ public class GridChartPanel extends JPanel implements Printable, MessageSource, ProgressSource { static class ImageTransferHandler extends TransferHandler {
From source file org.gumtree.vis.awt.CompositePanel.java
/** * @author nxi * */ public class CompositePanel extends JPanel implements ICompositePlot, ChartMouseListener, Printable {
From source file org.eurocarbdb.application.glycoworkbench.plugin.reporting.AnnotationReportCanvas.java
public class AnnotationReportCanvas extends JComponent implements SVGUtils.Renderable, BaseDocument.DocumentChangeListener, MouseListener, MouseMotionListener, Printable { public interface SelectionChangeListener { public void selectionChanged(SelectionChangeEvent e); }
From source file userinterface.graph.Graph.java
/** * This class represents multiple series on a single unit graph; all series are * rendered together by MultiGraphView. */ public class Graph extends ChartPanel implements SettingOwner, EntityResolver, Observer, Printable { /** Interval for graph updates (in ms). */
From source file org.fhaes.fhfilechecker.FrameViewOutput.java
class PrintListingPainter implements Printable { private RandomAccessFile raf; private final String fileName; private final Font fnt = new Font("Helvetica", Font.PLAIN, 13); private int rememberedPageIndex = -1;
From source file org.gvsig.remotesensing.scatterplot.chart.ScatterPlotDiagram.java
/**
*
* Reescritura de la clase ChartPanel. Se reescribe para personalizar el grafico con
* opciones de dibujado de rectangulos sobre el area del grfico.
*
* @see CharPanel JfreeChart
From source file BookTest.java
/** * A banner that prints a text string on multiple pages. */ class Banner implements Printable { /** * Constructs a banner