Serialized Form


Package support.heap

Class support.heap.HeapCanvas extends JPanel implements Serializable

Serialized Fields

BGCOLOR

Color BGCOLOR

BGOUTLINECOLOR

Color BGOUTLINECOLOR

TEXTCOLOR

Color TEXTCOLOR

TEXTBGCOLOR

Color TEXTBGCOLOR

EDGECOLOR

Color EDGECOLOR

LEAFCOLOR

Color LEAFCOLOR

LEAFOUTLINECOLOR

Color LEAFOUTLINECOLOR

NODECOLOR

Color NODECOLOR

NODEOUTLINECOLOR

Color NODEOUTLINECOLOR

NODETEXTCOLOR

Color NODETEXTCOLOR

SELECTEDNODECOLOR

Color SELECTEDNODECOLOR

SELECTEDNODE2COLOR

Color SELECTEDNODE2COLOR

SELECTEDNODEOUTLINECOLOR

Color SELECTEDNODEOUTLINECOLOR

SELECTEDNODETEXTCOLOR

Color SELECTEDNODETEXTCOLOR

ITERATORNODESCOLOR

Color ITERATORNODESCOLOR

LEAFSIZE

int LEAFSIZE

NODESIZE

int NODESIZE

LEAFARC

int LEAFARC

MINXSTEP

int MINXSTEP

YSTEP

int YSTEP

XSPACE

int XSPACE

EDGE_CLICK_PRECISION

int EDGE_CLICK_PRECISION

ORIGINX

int ORIGINX

ORIGINY

int ORIGINY

shift_

int shift_

currentHeight_

int currentHeight_

doubleBuffer_

Image doubleBuffer_

screen_

Graphics screen_

heap_

HeapWrapper<K,V> heap_

currentEnt_

Entry<K,V> currentEnt_

currentIter_

ArrayList<E> currentIter_

selected_

TreeNode selected_

viz_

HeapViz viz_

nodes_

ArrayList<E> nodes_

keyField_

JTextField keyField_

elemField_

JTextField elemField_

randomKey_

boolean randomKey_

randomElem_

boolean randomElem_

drawX_

int drawX_

drawY_

int drawY_

Class support.heap.HeapViz extends Frame implements Serializable

Serialized Fields

hwc_

HeapCanvas hwc_

size_

JButton size_

isEmpty_

JButton isEmpty_

insert_

JButton insert_

removeMin_

JButton removeMin_

min_

JButton min_

makeInvItem_

JButton makeInvItem_

randomItem_

JButton randomItem_

clearText_

JButton clearText_

help_

JButton help_

quit_

JButton quit_

remove_

JButton remove_

replaceKey_

JButton replaceKey_

replaceValue_

JButton replaceValue_

rkey_

JCheckBox rkey_

relem_

JCheckBox relem_

key_

JTextField key_

elem_

JTextField elem_

output_

TextArea output_

BUTTONCOLOR

Color BUTTONCOLOR

CANVASCOLOR

Color CANVASCOLOR

OUTPUTCOLOR

Color OUTPUTCOLOR

OUTPUTTEXTCOLOR

Color OUTPUTTEXTCOLOR

WINDOWCOLOR

Color WINDOWCOLOR

MINITEXTBOXCOLOR

Color MINITEXTBOXCOLOR

MINITEXTCOLOR

Color MINITEXTCOLOR

LABELCOLOR

Color LABELCOLOR

CHECKBOXCOLOR

Color CHECKBOXCOLOR

hcn_

String hcn_