Serialized Form


Package com.approximatrix.charting

Class com.approximatrix.charting.EncodingException extends java.lang.Exception implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

Package com.approximatrix.charting.event

Class com.approximatrix.charting.event.ChartDataModelEvent extends java.util.EventObject implements Serializable

Class com.approximatrix.charting.event.RenderChangeEvent extends java.util.EventObject implements Serializable


Package com.approximatrix.charting.model

Class com.approximatrix.charting.model.JDBCPlotterException extends java.lang.Exception implements Serializable

Serialized Fields

cause

java.lang.Throwable cause

Package com.approximatrix.charting.render

Class com.approximatrix.charting.render.ChartRenderingHints extends java.util.HashMap implements Serializable


Package com.approximatrix.charting.swing

Class com.approximatrix.charting.swing.AbstractChartPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

chart

AbstractChart chart
The chart instance to which all method calls are promoted.

Class com.approximatrix.charting.swing.BufferedChartPanel extends AbstractChartPanel implements Serializable

Serialized Fields

currentRect

java.awt.Rectangle currentRect
The selection rectangle for processing purposes


grRect

java.awt.Rectangle grRect
The selection rectangle for actual drawing purposes

Class com.approximatrix.charting.swing.ChartPanel extends AbstractChartPanel implements Serializable

Serialized Fields

currentRect

java.awt.Rectangle currentRect
The selection rectangle for processing purposes


grRect

java.awt.Rectangle grRect
The selection rectangle for actual drawing purposes

Class com.approximatrix.charting.swing.ExtendedChartPanel extends AbstractChartPanel implements Serializable

Serialized Fields

zoom_enabled

boolean zoom_enabled
Boolean allowing/disallowing zoom


zoom_button

int zoom_button
Mouse button used for zooming


autoscale_button

int autoscale_button
Mouse button for restoring autoscale


currentRect

java.awt.Rectangle currentRect
The selection rectangle for processing purposes


grRect

java.awt.Rectangle grRect
The selection rectangle for actual drawing purposes


chart

ExtendedChart chart
The chart instance to which all method calls are promoted.


Package com.approximatrix.charting.test

Class com.approximatrix.charting.test.GraphFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

panel

ExtendedChartPanel panel

data

ScatterDataModel data

t

javax.swing.Timer t

time

double time

jPopupMenu1

javax.swing.JPopupMenu jPopupMenu1

jMenuItem1

javax.swing.JMenuItem jMenuItem1