Serialized Form


Package org.opencores

Class org.opencores.Main implements Serializable

Serialized Fields

chart

LineChart chart
LineChart window.

draw

Draw draw
Canvas like object.

edata

LineChartData edata
Blue data

label

java.awt.Label label
Upper label, showing current status.

list

java.awt.List list
Listbox, on right

status

java.awt.Label status
Lower label, showing current object mouse is over.

tdata

LineChartData tdata
Red data


Package org.opencores.graphics

Class org.opencores.graphics.Draw implements Serializable

Serialized Fields

g

Graph g
graph to work on

holding

java.lang.Object holding
Object mouse is holding

mode

int mode
current mode

Class org.opencores.graphics.LineChart implements Serializable

Serialized Fields

height

int height
window height

lcd

java.util.Vector lcd
current data


Package org.opencores.util

Class org.opencores.util.Heap implements Serializable