Serialized Form


Package pzapplet

Class pzapplet.BodeMagPanel extends GraphPanel implements Serializable

Serialized Fields

bodeMagPlot

BodeMagPlot bodeMagPlot

title

javax.swing.JLabel title

yAxisLabel

javax.swing.JLabel yAxisLabel

xAxisLabel

javax.swing.JLabel xAxisLabel

Class pzapplet.BodeMagPlot extends GraphPlot implements Serializable

Class pzapplet.BodePhasePanel extends GraphPanel implements Serializable

Serialized Fields

bodePhasePlot

BodePhasePlot bodePhasePlot

title

javax.swing.JLabel title

yAxisLabel

javax.swing.JLabel yAxisLabel

xAxisLabel

javax.swing.JLabel xAxisLabel

Class pzapplet.BodePhasePlot extends GraphPlot implements Serializable

Class pzapplet.BodePlotPanel extends GraphPanel implements Serializable

Serialized Fields

bodeMag

BodeMagPanel bodeMag

bodePhase

BodePhasePanel bodePhase

Class pzapplet.CreditsPanel extends GraphPanel implements Serializable

Class pzapplet.GraphPanel extends javax.swing.JPanel implements Serializable

Class pzapplet.GraphPlot extends javax.swing.JPanel implements Serializable

Serialized Fields

frequencyResponses

FreqResponse[] frequencyResponses

stepResponses

StepResponse[] stepResponses

X_SCALING_FACTOR

double X_SCALING_FACTOR

Y_SCALING_FACTOR

double Y_SCALING_FACTOR

X_MIDDLE_VALUE

int X_MIDDLE_VALUE

Y_MIDDLE_VALUE

int Y_MIDDLE_VALUE

colorSelection

java.awt.Color[] colorSelection

numOfColors

int numOfColors

height

int height

heightOverTwo

int heightOverTwo

width

int width

widthOverTwo

int widthOverTwo

lineColor

java.awt.Color lineColor

graphFont

java.awt.Font graphFont

topLabel

java.lang.String topLabel

midLabel

java.lang.String midLabel

botLabel

java.lang.String botLabel

leftLabel

java.lang.String leftLabel

centerLabel

java.lang.String centerLabel

rightLabel

java.lang.String rightLabel

Class pzapplet.NicholsPanel extends GraphPanel implements Serializable

Serialized Fields

nicholsPlot

NicholsPlot nicholsPlot

title

javax.swing.JLabel title

yAxisLabel

javax.swing.JLabel yAxisLabel

xAxisLabel

javax.swing.JLabel xAxisLabel

Class pzapplet.NicholsPlot extends GraphPlot implements Serializable

Class pzapplet.NyquistPanel extends GraphPanel implements Serializable

Serialized Fields

nyquistPlot

NyquistPlot nyquistPlot

title

javax.swing.JLabel title

yAxisLabel

javax.swing.JLabel yAxisLabel

xAxisLabel

javax.swing.JLabel xAxisLabel

Class pzapplet.NyquistPlot extends GraphPlot implements Serializable

Class pzapplet.PoleZeroApplet extends javax.swing.JApplet implements Serializable

Serialized Fields

mode

java.lang.String mode

poles

java.util.Vector poles

zeros

java.util.Vector zeros

foSystems

LinearSystemHolder foSystems

pzGraph

PZSPlaneGraph pzGraph

pzButtons

PZButtons pzButtons

pzOutputGraphs

PZOutputGraphs pzOutputGraphs

contentPane

java.awt.Container contentPane

Class pzapplet.PZButtons extends javax.swing.JPanel implements Serializable

Serialized Fields

addPoleLabel

java.lang.String addPoleLabel

deleteLabel

java.lang.String deleteLabel

addZeroLabel

java.lang.String addZeroLabel

dragLabel

java.lang.String dragLabel

resetLabel

java.lang.String resetLabel

addZeroButton

javax.swing.JButton addZeroButton

addPoleButton

javax.swing.JButton addPoleButton

deleteButton

javax.swing.JButton deleteButton

draggingButton

javax.swing.JButton draggingButton

resetButton

javax.swing.JButton resetButton

outputField

javax.swing.JTextArea outputField

scrollPane

javax.swing.JScrollPane scrollPane

pzApplet

PoleZeroApplet pzApplet

height

int height

width

int width

Class pzapplet.PZOutputGraphs extends javax.swing.JTabbedPane implements Serializable

Serialized Fields

pzApplet

PoleZeroApplet pzApplet

bodePlot

BodePlotPanel bodePlot

nyquist

NyquistPanel nyquist

nichols

NicholsPanel nichols

step

StepResponsePanel step

credits

CreditsPanel credits

Class pzapplet.PZSPlaneGraph extends javax.swing.JPanel implements Serializable

Serialized Fields

activeZero

boolean activeZero

activePole

boolean activePole

actCoord

Coord actCoord

pzApplet

PoleZeroApplet pzApplet

AXES_SNAP_DISTANCE

int AXES_SNAP_DISTANCE
See Also:
Constant Field Values

CLICK_RANGE

int CLICK_RANGE
See Also:
Constant Field Values

height

int height

width

int width

Class pzapplet.StepResponsePanel extends GraphPanel implements Serializable

Serialized Fields

stepResponsePlot

StepResponsePlot stepResponsePlot

title

javax.swing.JLabel title

yAxisLabel

javax.swing.JLabel yAxisLabel

xAxisLabel

javax.swing.JLabel xAxisLabel

gainLabel

javax.swing.JLabel gainLabel

Class pzapplet.StepResponsePlot extends GraphPlot implements Serializable