List of usage examples for java.awt.print Printable interface-usage
From source file com.imag.nespros.gui.plugin.GraphEditor.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.
*
* @author Tom Nelson
From source file lu.fisch.moenagade.model.Project.java
/** * * @author robert.fisch */ public class Project implements Printable {
From source file org.mwc.cmap.grideditor.chart.FixedChartComposite.java
/**
* This is a local copy of the {@link FixedChartComposite} tweaked to allow
* dragging the data points on plot in subclasses. Except the note about fixed
* bugs below, we haven't changed anything in the {@link FixedChartComposite},
* just added a few accessors to the class internals.
*
From source file org.gephi.ui.components.ReportSelection.java
/** * * @author pjmcswee */ public class SimpleHTMLReport extends javax.swing.JDialog implements Printable {
From source file org.tsho.dmc2.core.chart.jfree.DmcChartPanel.java
/**
* A Swing GUI component for displaying a {@link JFreeChart}.
* <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 com.rcp.wbw.demo.ChartComposite.java
/**
* A SWT GUI composite for displaying a {@link JFreeChart} object.
* <p>
* The composite listens to 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 org.jfree.experimental.chart.swt.ChartComposite.java
/**
* A SWT GUI composite for displaying a {@link JFreeChart} object.
* <p>
* The composite listens to 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 rulebender.editors.dat.view.CustomizedChartComposite.java
/**
* A SWT GUI composite for displaying a {@link JFreeChart} object.
* <p>
* The composite listens to 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 com.munch.exchange.parts.neuralnetwork.results.NeuralNetworkResultChartComposite.java
/**
* A SWT GUI composite for displaying a {@link JFreeChart} object.
* <p>
* The composite listens to 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 com.munch.exchange.ExchangeChartComposite.java
/**
* A SWT GUI composite for displaying a {@link JFreeChart} object.
* <p>
* The composite listens to the chart to receive notification of changes to any
* component of the chart. The chart is redrawn automatically whenever this
* notification is received.