|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Bounds1D | |
---|---|
com.googlecode.whatswrong | The whatswrong package is the top-level package of What's Wrong With My NLP. |
Uses of Bounds1D in com.googlecode.whatswrong |
---|
Methods in com.googlecode.whatswrong that return types with arguments of type Bounds1D | |
---|---|
java.util.Map<Token,Bounds1D> |
TokenLayout.estimateTokenBounds(NLPInstance instance,
java.util.Map<Token,java.lang.Integer> tokenWidths,
java.awt.Graphics2D g2d)
Method estimateTokenBounds calculates the horizontal bounds of each token in the layout of the tokens. |
Method parameters in com.googlecode.whatswrong with type arguments of type Bounds1D | |
---|---|
java.awt.Dimension |
SpanLayout.layoutEdges(java.util.Collection<Edge> edges,
java.util.Map<Token,Bounds1D> bounds,
java.awt.Graphics2D g2d)
Lays out the edges as spans (blocks) under or above the tokens they contain. |
java.awt.Dimension |
DependencyLayout.layoutEdges(java.util.Collection<Edge> edges,
java.util.Map<Token,Bounds1D> bounds,
java.awt.Graphics2D g2d)
Lays out the edges as directed labelled dependency links between tokens. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |