|
static double | paintTree (final AParseTree t, final Point2D start, final Graphics2D g2, final FontMetrics fM) |
|
View for a AParseTree.
- Author
- Dan Klein
-
Bernard Bou (adapted to artifact)
◆ ParseView() [1/2]
grammarscope.common.component.ParseView.ParseView |
( |
| ) |
|
◆ ParseView() [2/2]
grammarscope.common.component.ParseView.ParseView |
( |
final int |
hAlign, |
|
|
final int |
vAlign |
|
) |
| |
◆ getTree()
AParseTree grammarscope.common.component.ParseView.getTree |
( |
| ) |
|
◆ getTreeDimension()
Dimension grammarscope.common.component.ParseView.getTreeDimension |
( |
final AParseTree |
tree, |
|
|
final Font |
font |
|
) |
| |
◆ height()
static double grammarscope.common.component.ParseView.height |
( |
final AParseTree |
tree, |
|
|
final FontMetrics |
fM |
|
) |
| |
|
staticprotected |
◆ nodeToString()
static String grammarscope.common.component.ParseView.nodeToString |
( |
final AParseTree |
tree | ) |
|
|
staticprotected |
◆ paintComponent()
void grammarscope.common.component.ParseView.paintComponent |
( |
final Graphics |
g | ) |
|
◆ paintTree()
static double grammarscope.common.component.ParseView.paintTree |
( |
final AParseTree |
t, |
|
|
final Point2D |
start, |
|
|
final Graphics2D |
g2, |
|
|
final FontMetrics |
fM |
|
) |
| |
|
staticprivate |
◆ pickFont() [1/2]
Font grammarscope.common.component.ParseView.pickFont |
( |
| ) |
|
◆ pickFont() [2/2]
FontMetrics grammarscope.common.component.ParseView.pickFont |
( |
final Graphics2D |
g2, |
|
|
final AParseTree |
tree, |
|
|
final Dimension |
space |
|
) |
| |
|
protected |
◆ setMaxFontSize()
void grammarscope.common.component.ParseView.setMaxFontSize |
( |
final int |
size | ) |
|
◆ setMinFontSize()
void grammarscope.common.component.ParseView.setMinFontSize |
( |
final int |
size | ) |
|
◆ setTree()
void grammarscope.common.component.ParseView.setTree |
( |
final AParseTree |
tree | ) |
|
◆ superPaint()
void grammarscope.common.component.ParseView.superPaint |
( |
final Graphics |
g | ) |
|
|
protected |
◆ width()
static double grammarscope.common.component.ParseView.width |
( |
final AParseTree |
tree, |
|
|
final FontMetrics |
fM |
|
) |
| |
|
staticprotected |
◆ widthResult()
static WidthResult grammarscope.common.component.ParseView.widthResult |
( |
final AParseTree |
tree, |
|
|
final FontMetrics |
fM |
|
) |
| |
|
staticprotected |
◆ aboveLineSkip
final double grammarscope.common.component.ParseView.aboveLineSkip = 0.075 |
|
staticprotected |
◆ belowLineSkip
final double grammarscope.common.component.ParseView.belowLineSkip = 0.075 |
|
staticprotected |
◆ HORIZONTAL_ALIGN
final int grammarscope.common.component.ParseView.HORIZONTAL_ALIGN |
|
protected |
◆ maxFontSize
int grammarscope.common.component.ParseView.maxFontSize = 128 |
|
private |
◆ minFontSize
int grammarscope.common.component.ParseView.minFontSize = 2 |
|
private |
◆ parentSkip
final double grammarscope.common.component.ParseView.parentSkip = 1.35 |
|
staticprotected |
◆ serialVersionUID
final long grammarscope.common.component.ParseView.serialVersionUID = 5592507910050823530L |
|
staticprivate |
◆ sisterSkip
final double grammarscope.common.component.ParseView.sisterSkip = 2.5 |
|
staticprotected |
◆ tree
AParseTree grammarscope.common.component.ParseView.tree |
|
protected |
◆ VERTICAL_ALIGN
final int grammarscope.common.component.ParseView.VERTICAL_ALIGN |
|
protected |
The documentation for this class was generated from the following file:
- grammarscope/common/src/main/java/grammarscope/common/component/ParseView.java