Serialized Form


Package appletmatrix

Class appletmatrix.AppletMatrixIO implements Serializable

Serialized Fields

MAX_ROW

int MAX_ROW

MAX_COL

int MAX_COL

MAX_TEXT

int MAX_TEXT

tfRow

java.awt.TextField tfRow

tfCol

java.awt.TextField tfCol

tfElem

java.awt.TextField[][] tfElem

butCreate

java.awt.Button butCreate

rows

int rows

columns

int columns

matrix

double[][] matrix

isInput

boolean isInput

Class appletmatrix.CallAppletMatrixInput implements Serializable

Class appletmatrix.CallAppletMatrixOutput implements Serializable

Class appletmatrix.MainAppletMatrixIO implements Serializable


Package rootbisection

Class rootbisection.AppletRootFromHTML implements Serializable

Serialized Fields

root

double root

found

boolean found

function

UserFunction function

coef

double[] coef

maxCoef

int maxCoef

a

double a

b

double b

tolerance

double tolerance

iterations

int iterations

panRoot

java.awt.Panel panRoot

tfTit

java.awt.TextField tfTit

taRoot

java.awt.TextArea taRoot

choosedMethod

java.lang.String choosedMethod