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.InfoAvailableEvent extends java.util.EventObject implements Serializable

Serialized Fields

value

java.awt.Point value

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

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

Serialized Fields

listener

javax.swing.event.EventListenerList listener
The listener list.


WAIT_FOR_TIP

int WAIT_FOR_TIP
Time of no mouse movement at which point the feedback info is displayed


moveTimer

javax.swing.Timer moveTimer
Time object that is started every time mouse movement is registered.


mp

java.awt.Point mp
The graphics-space mouse position


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