Serialized Form


Package net.quies.math.plot

Class net.quies.math.plot.Demo extends JFrame implements Serializable

Serialized Fields

timer

Timer timer

graph

Graph graph

function1

Function function1

function2

Function function2

Class net.quies.math.plot.Function extends Object implements Serializable

Serialized Fields

DESCRIPTION

String DESCRIPTION

map

SortedMap<K,V> map

Class net.quies.math.plot.Graph extends JComponent implements Serializable

Serialized Fields

functions

LinkedHashMap<K,V> functions

xAxis

XAxis xAxis

yAxis

YAxis yAxis

padding

Insets padding

domain

GraphDomain domain

render

net.quies.math.plot.GraphInstance render

Class net.quies.math.plot.InteractiveGraph extends Graph implements Serializable

Serialized Fields

toolBar

net.quies.math.plot.ToolBar toolBar

zoomSelection

net.quies.math.plot.ZoomSelection zoomSelection