- DepTree<T extends ParseInterface<E>,E extends WordInterface> - Class in io.gitlab.nats.deptreeviz
-
Contains the graphical information of the tree that results from a parse,
plus any listeners that are attached to the elements of the SVGDocument
- DepTree() - Constructor for class io.gitlab.nats.deptreeviz.DepTree
-
- DepTree(Map<Integer, ArrayList<String>>, int, int, int, Color, Color, Font) - Constructor for class io.gitlab.nats.deptreeviz.DepTree
-
- DepTree(T) - Constructor for class io.gitlab.nats.deptreeviz.DepTree
-
Generates a DepTree from a Parse for extracting the canvas or the DOM tree
from it
- DepTree(T, Map<Integer, ArrayList<String>>) - Constructor for class io.gitlab.nats.deptreeviz.DepTree
-
Generates a DepTree from a Parse for extracting the canvas or the DOM tree
from it
- DepTree.Elem - Enum in io.gitlab.nats.deptreeviz
-
- DepTreeBaseInteractor<T extends ParseInterface<E>,E extends WordInterface> - Class in io.gitlab.nats.deptreeviz
-
- DepTreeBaseInteractor() - Constructor for class io.gitlab.nats.deptreeviz.DepTreeBaseInteractor
-
- DepTreeBaseInteractor.ChangeTextListener - Class in io.gitlab.nats.deptreeviz
-
Used for text change events on a graphical element of the dependency
tree.
- DepTreeBaseInteractor.Com - Enum in io.gitlab.nats.deptreeviz
-
- DepTreeBaseInteractor.ConnectListener - Class in io.gitlab.nats.deptreeviz
-
Used for link reconnection events on a graphical element of the
dependency
tree.
- DepTreeBaseInteractor.DTMouseEventListener - Class in io.gitlab.nats.deptreeviz
-
Used after being attached to a graphical element of the dependency tree.
- DepTreeBaseInteractor.DTRefreshListener - Interface in io.gitlab.nats.deptreeviz
-
- DepTreeBaseInteractor.NodeSelection - Class in io.gitlab.nats.deptreeviz
-
Used for the field _selection containing the currently selected node and
level
- DepTreeBaseInteractor.SelectListener - Class in io.gitlab.nats.deptreeviz
-
Used for selection events on a graphical element of the dependency tree.
- DepTreeNode - Class in io.gitlab.nats.deptreeviz
-
Contains graphical and textual data of a word for convenient use in a GUI
- DepTreeNode(String) - Constructor for class io.gitlab.nats.deptreeviz.DepTreeNode
-
- draw(T) - Method in class io.gitlab.nats.deptreeviz.DepTree
-
- draw(boolean) - Method in class io.gitlab.nats.deptreeviz.DepTreeBaseInteractor
-
Draws the dependency tree for a parse
- DTMouseEventListener() - Constructor for class io.gitlab.nats.deptreeviz.DepTreeBaseInteractor.DTMouseEventListener
-