Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
B
C
D
F
G
I
L
M
P
R
S
T
U
V
B
BogusPolyPanel
- Class in
<Unnamed>
BogusTreePanel
- Class in
<Unnamed>
C
Catalan
- Class in
<Unnamed>
Catalan()
- Constructor for class
Catalan
catalan(int)
- Static method in class
Catalan
Return the value of catalan(n) as an integer.
D
drawTree(Graphics2D)
- Method in class
TreePanel
F
FccFrame
- Class in
<Unnamed>
FccFrame()
- Constructor for class
FccFrame
G
GBC
- Class in
<Unnamed>
This class simplifies the use of the GridBagConstraints class.
GBC(int, int)
- Constructor for class
GBC
Constructs a GBC with a given gridx and gridy position and all other grid bag constraint values set to the default.
getFirst()
- Method in class
IntPair
getN()
- Method in class
Tree
getSecond()
- Method in class
IntPair
I
index(int, long)
- Static method in class
Catalan
Return the value of index such that the binary tree (n,code) has left tree (index,left) and right tree (n-index-1,right).
IntPair
- Class in
<Unnamed>
IntPair(int, int)
- Constructor for class
IntPair
IntPair()
- Constructor for class
IntPair
L
leftCode(int, long)
- Static method in class
Catalan
Return the value of left that the binary tree (n,code) has left tree (index,left) and right tree (n-index-1,right).
longCatalan(int)
- Static method in class
Catalan
Return the value of catalan(n) as a long.
M
main(String[])
- Static method in class
Catalan
main(String[])
- Static method in class
FccFrame
P
paintComponent(Graphics)
- Method in class
BogusPolyPanel
paintComponent(Graphics)
- Method in class
BogusTreePanel
paintComponent(Graphics)
- Method in class
PolyPanel
paintComponent(Graphics)
- Method in class
TreePanel
PolyPanel
- Class in
<Unnamed>
R
rightCode(int, long)
- Static method in class
Catalan
Return the value of left that the binary tree (n,code) has left tree (index,left) and right tree (n-index-1,right).
S
setAnchor(int)
- Method in class
GBC
Sets the anchor.
setDiags(IntPair[])
- Method in class
Tree
setFill(int)
- Method in class
GBC
Sets the fill direction.
setFlips(IntPair[])
- Method in class
Tree
setInsets(int)
- Method in class
GBC
Sets the insets of this cell.
setInsets(int, int, int, int)
- Method in class
GBC
Sets the insets of this cell.
setIpad(int, int)
- Method in class
GBC
Sets the internal padding
setSpan(int, int)
- Method in class
GBC
Sets the cell spans.
setupDraw(IntPair[], IntPair[], IntPair[], IntPair[])
- Method in class
Tree
setupDrawTree(Tree)
- Method in class
TreePanel
setValues(int, int)
- Method in class
IntPair
setWeight(double, double)
- Method in class
GBC
Sets the cell weights.
T
toString()
- Method in class
IntPair
Tree
- Class in
<Unnamed>
TreePanel
- Class in
<Unnamed>
U
unhash(int, int)
- Static method in class
Tree
Return the tree with n internal vertices and having the given Catalan code (which must be between 0 and C(n), inclusive).
V
validTree(Tree)
- Static method in class
Tree
B
C
D
F
G
I
L
M
P
R
S
T
U
V
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes