Package | Description |
---|---|
gui.management |
Modifier and Type | Class and Description |
---|---|
class |
TriColoredStrategy
This color strategy contains 3 main colors :
1) Red for
Constant node
2) Blue for Variable node
3) Black for ArithmeticOperation node and lines between nodes |
Modifier and Type | Field and Description |
---|---|
private ColorStrategy |
PaintVisitor.colorStrategy
The color strategy used to define the colors of nodes and lines of the
tree.
|