Serialized Form
values
java.util.Vector values
maxX
int maxX
maxY
int maxY
x1
double x1
y1
double y1
x2
double x2
y2
double y2
z1
double z1
z2
double z2
magX
double magX
- i, j, k
magY
double magY
- i, j, k
magZ
double magZ
- i, j, k
magnitude
double magnitude
xoff
int xoff
- X offset from left edge
yoff
int yoff
- Y offset from top edge
xoff_
int xoff_
- X offset from right edge
yoff_
int yoff_
- Y offset from bottom edge
minX
double minX
- The smallest X value found
maxX
double maxX
- The largest X value found
scaleX
double scaleX
- The scale factor for X values
xcorrect
int xcorrect
minY
double minY
- The smallest Y value found
maxY
double maxY
- The largest Y value found
scaleY
double scaleY
- The scale factor for Y values
ycorrect
int ycorrect
minZ
double minZ
- The smallest Z value found
maxZ
double maxZ
- The largest Z value found
scaleZ
double scaleZ
- The scale factor for Z values
zcorrect
int zcorrect
cellWidth
int cellWidth
- The pixel width of a single cell in the visualisation
cellHeight
int cellHeight
- The pixel height of a single cell in the visualisation
colorMax
int colorMax
- The maximum number of colors
colorLookup
java.awt.Color[] colorLookup
- A fairly evenly distributed range of colors.
ROYGBIV
boolean ROYGBIV
- Color order for lookup table
g
java.awt.Graphics2D g
- The graphics object for drawing to the pane.
headsize
int headsize
- The size of the mark at the head of the vector
tailsize
int tailsize
- The size of the mark at the tail of the vector
toDraw
java.util.Vector toDraw
- A Vector of MathVectors that will be drawn.
status
ClassifyStatusBar status
- Info on whats happening
square
boolean square
- Use squares(true) or circles(false) when drawing integers
fps
int fps
frame
int frame
delay
int delay
animator
java.lang.Thread animator
names
java.util.Vector names
offDimension
java.awt.Dimension offDimension
offImage
java.awt.Image offImage
offGraphics
java.awt.Graphics offGraphics
tree
java.util.Vector tree
maxdepth
int maxdepth
saveAnimation
boolean saveAnimation
- Save the animation to disk.
xoff
int xoff
- X offset from left edge
yoff
int yoff
- Y offset from top edge
xoff_
int xoff_
- X offset from right edge
yoff_
int yoff_
- Y offset from bottom edge
minX
double minX
- The smallest X value found
maxX
double maxX
- The largest X value found
scaleX
double scaleX
- The scale factor for X values
xcorrect
int xcorrect
minY
double minY
- The smallest Y value found
maxY
double maxY
- The largest Y value found
scaleY
double scaleY
- The scale factor for Y values
ycorrect
int ycorrect
cellWidth
int cellWidth
cellHeight
int cellHeight
center
Cell center
above
Cell above
below
Cell below
left
Cell left
right
Cell right
ivjButton1
java.awt.Button ivjButton1
ivjFishEye1
tom.fishEye.FishEye ivjFishEye1
ivjscEyeFactor
java.awt.Scrollbar ivjscEyeFactor
ivjCheckboxGroup1
java.awt.CheckboxGroup ivjCheckboxGroup1
ivjcbNormalRenderer
java.awt.Checkbox ivjcbNormalRenderer
ivjcbSelectMyRenderer
java.awt.Checkbox ivjcbSelectMyRenderer
ivjLabel1
java.awt.Label ivjLabel1
fileChooser
java.awt.Choice fileChooser
datafiles
java.lang.String[] datafiles
renderChooser
java.awt.Choice renderChooser
fnRenderers
tom.fishEye.FishNodeRender[] fnRenderers
renderers
java.lang.String[] renderers
maxfactor
int maxfactor
scalefactor
float scalefactor
path
java.lang.String path
bWidth
int bWidth
bHeight
int bHeight
labelWidth
int labelWidth
labelHeight
int labelHeight
ivjButton1
java.awt.Button ivjButton1
ivjFishEye1
tom.fishEye.FishEye ivjFishEye1
ivjscEyeFactor
java.awt.Scrollbar ivjscEyeFactor
ivjCheckboxGroup1
java.awt.CheckboxGroup ivjCheckboxGroup1
ivjcbNormalRenderer
java.awt.Checkbox ivjcbNormalRenderer
ivjcbSelectMyRenderer
java.awt.Checkbox ivjcbSelectMyRenderer
ivjLabel1
java.awt.Label ivjLabel1
fileChooser
java.awt.Choice fileChooser
datafiles
java.lang.String[] datafiles
renderChooser
java.awt.Choice renderChooser
fnRenderers
tom.fishEye.FishNodeRender[] fnRenderers
renderers
java.lang.String[] renderers
maxfactor
int maxfactor
scalefactor
float scalefactor
path
java.lang.String path
bWidth
int bWidth
bHeight
int bHeight
labelWidth
int labelWidth
labelHeight
int labelHeight
panel
GraphPanel panel
controlPanel
java.awt.Panel controlPanel
scramble
java.awt.Button scramble
shake
java.awt.Button shake
stress
java.awt.Checkbox stress
label
java.awt.Checkbox label
random
java.awt.Checkbox random
maxX
double maxX
maxY
double maxY
minX
double minX
minY
double minY
in_edges
java.util.Vector in_edges
out_edges
java.util.Vector out_edges
center
java.awt.Point center
edges
java.util.Vector edges
in_out
java.lang.String in_out
color
java.awt.Color color
direction
int direction
data
SpreadsheetModel data
row
int row
column
int column
lm
javax.swing.ListModel lm
rowHeaders
javax.swing.JList rowHeaders
frame
javax.swing.JFrame frame
minXT
javax.swing.JTextField minXT
maxXT
javax.swing.JTextField maxXT
minYT
javax.swing.JTextField minYT
maxYT
javax.swing.JTextField maxYT
titleT
javax.swing.JTextField titleT
minXS
javax.swing.JSlider minXS
maxXS
javax.swing.JSlider maxXS
minYS
javax.swing.JSlider minYS
maxYS
javax.swing.JSlider maxYS
redraw
javax.swing.JButton redraw
dvp
AbstractVisualisationPane dvp
sheetnames
java.lang.String[] sheetnames
- An array of the sheetnames for the workbook that this cell occupies.
excelref
java.lang.String excelref
- The exact reference Excel gave this Cell.
coords
int[] coords
- The coordinates of this cell
0: Column
1: Row
2: Depth
value
java.lang.String value
- The value in the cell. I.e. "3.14"
formula
java.lang.String formula
- The formula in the cell. "=A1"
referTo
java.util.Vector referTo
- Cells that this Cell refers to.
referredFrom
java.util.Vector referredFrom
- Cells that refer to this cell.
formulaO
Formula formulaO
- A processed(parsed) version of the formula
worksheet
WorkSheet worksheet
- The worksheet that contains this cell.
cell
Cell cell
- The cell that this CellReference refers to.
sheetnames
java.lang.String[] sheetnames
- An array of the sheetnames for the workbook that this cell occupies.
excelref
java.lang.String excelref
- The exact reference Excel gave this Cell.
coords
int[] coords
- The coordinates of this cell
0: Column
1: Row
2: Depth of the worksheet that the cell being referred to is in.
dollars
boolean[] dollars
- Where the references of this cell absolute? 0: Column 1: Row 2: Depth
There is some confussion here as to an actual cell and a cell reference found in a formula.
grid
Grid grid
- The grid that this row is in.
column
int column
- Used to recoginse this class when iterating through objects
excelref
java.lang.String excelref
left
Column left
- Used to recoginse this class when iterating through objects
right
Column right
- Used to recoginse this class when iterating through objects
thisCell
Cell thisCell
- The location where this formula was found and the input string
row
int row
- The row this formula occupies
col
int col
- The column this formula occupies
formula
java.lang.String formula
- The excel string for this formula
allElements
java.util.Vector allElements
refcell
java.util.Vector refcell
refrange
java.util.Vector refrange
reffunction
java.util.Vector reffunction
sheetnames
java.lang.String[] sheetnames
- An array of names for the sheets.
SHEETNAMES
java.lang.String SHEETNAMES
- A pattern for matching sheetnames.
processed
boolean processed
- Has this cell been processed.
formula
Formula formula
- The Formula that this component resides in.
name
java.lang.String name
- The name of this function
argument
java.lang.String argument
- The argument given to this function
catagory
java.lang.String catagory
- The family of functions that this function belongs to.
excelref
java.lang.String excelref
elements
java.util.Vector elements
left
AreaReference left
right
AreaReference right
depth
int depth
excelref
java.lang.String excelref
- Used to recoginse this class when iterating through objects
isNegative
boolean isNegative
- Used with the MINUS to determine weather it is negative(true) of subtraction(false)
type
int type
operator
java.lang.String operator
excelref
java.lang.String excelref
excelref
java.lang.String excelref
- Used to recoginse this class when iterating through objects
type
java.lang.String type
value
java.lang.Object value
length
int length
left
CellReference left
right
CellReference right
depth
int depth
row
Row row
- Used to recoginse this class when iterating through objects
excelref
java.lang.String excelref
grid
Grid grid
- The grid that this row is in.
row
int row
left
Row left
right
Row right
left
AreaReference left
right
AreaReference right
depth
int depth
excelref
java.lang.String excelref
- Used to recoginse this class when iterating through objects
excelref
java.lang.String excelref
ws
java.util.Vector ws
sheetnames
java.lang.String[] sheetnames
name
java.lang.String name
version
java.lang.String version
- Excel version number
readUsing
java.lang.String readUsing
- Which Excel2Java API was used to read in this workbook.
sheet
java.lang.String sheet
wb
java.lang.String wb
parent
WorkBook parent
- The Workbook the WorkSheet resides in.
name
java.lang.String name
- The name of the sheet
depth
int depth
- The depth of the sheet if known, else -1
sheetnames
java.lang.String[] sheetnames
- Sheetnames
values_g
Grid values_g
- A grid representation of the Worksheet values.
formulas_g
Grid formulas_g
- A grid representation of the Worksheet formulas.
cells
Grid cells
- A grid representation of the Worksheet cells.
sheet
java.lang.String sheet
Project Home Page