Skip navigation links
A C D F G H I L M N P R S T V W _ 

A

act(DOMMouseEvent) - Method in class io.gitlab.nats.deptreeviz.DepTreeBaseInteractor.ChangeTextListener
 
act(DOMMouseEvent) - Method in class io.gitlab.nats.deptreeviz.DepTreeBaseInteractor.ConnectListener
 
act(DOMMouseEvent) - Method in class io.gitlab.nats.deptreeviz.DepTreeBaseInteractor.DTMouseEventListener
 
act(DOMMouseEvent) - Method in class io.gitlab.nats.deptreeviz.DepTreeBaseInteractor.SelectListener
 
addDTRefreshListener(DepTreeBaseInteractor.DTRefreshListener) - Method in class io.gitlab.nats.deptreeviz.DepTreeBaseInteractor
 
addPopupListener(PopupListener) - Method in class io.gitlab.nats.deptreeviz.DepTreeBaseInteractor
 
addToColoringGroup(Element, String) - Method in class io.gitlab.nats.deptreeviz.DepTreeNode
 
addToTransparentBoxes(Shape) - Method in class io.gitlab.nats.deptreeviz.DepTree
 

C

changeColor(ArrayList<Element>, Color) - Method in class io.gitlab.nats.deptreeviz.DepTree
Changes the color of the elements of a coloring group
ChangeTextListener() - Constructor for class io.gitlab.nats.deptreeviz.DepTreeBaseInteractor.ChangeTextListener
 
ConnectListener() - Constructor for class io.gitlab.nats.deptreeviz.DepTreeBaseInteractor.ConnectListener
 

D

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
 

F

fromConll(List<String>) - Static method in class io.gitlab.nats.deptreeviz.SimpleParse
Create parse object from conll string.

G

getCanvasSize() - Method in class io.gitlab.nats.deptreeviz.DepTree
 
getCanvasSizeY() - Method in class io.gitlab.nats.deptreeviz.DepTree
 
getChangeTextListener() - Method in class io.gitlab.nats.deptreeviz.DepTreeBaseInteractor
 
getColoringGroup(String) - Method in class io.gitlab.nats.deptreeviz.DepTreeNode
 
getCurrentLevel() - Method in class io.gitlab.nats.deptreeviz.DepTree
 
getCurrentYLength() - Method in class io.gitlab.nats.deptreeviz.DepTree
 
getDecParse() - Method in class io.gitlab.nats.deptreeviz.DepTree
 
getDevt() - Method in class io.gitlab.nats.deptreeviz.PopupEvent
 
getDoc() - Method in class io.gitlab.nats.deptreeviz.DepTree
 
getElement(DepTree.Elem, String) - Method in class io.gitlab.nats.deptreeviz.DepTreeNode
 
getElements(DepTreeBaseInteractor.Com, DepTreeNode, String, boolean) - Method in class io.gitlab.nats.deptreeviz.DepTree
 
getFeature(String) - Method in class io.gitlab.nats.deptreeviz.SimpleWord
 
getFeature(String) - Method in interface io.gitlab.nats.deptreeviz.WordInterface
 
getFont() - Method in class io.gitlab.nats.deptreeviz.DepTree
 
getHighlightColor() - Method in class io.gitlab.nats.deptreeviz.DepTree
 
getIndex() - Method in class io.gitlab.nats.deptreeviz.DepTreeNode
 
getLabel(String) - Method in class io.gitlab.nats.deptreeviz.DepTreeNode
 
getLevel() - Method in class io.gitlab.nats.deptreeviz.PopupEvent
 
getLevels() - Method in class io.gitlab.nats.deptreeviz.DepTree
 
getLevels() - Method in interface io.gitlab.nats.deptreeviz.ParseInterface
 
getLevels() - Method in class io.gitlab.nats.deptreeviz.SimpleParse
 
getLineThickness() - Method in class io.gitlab.nats.deptreeviz.DepTree
 
getLink(String) - Method in class io.gitlab.nats.deptreeviz.DepTreeNode
 
getMarkedLevels() - Method in class io.gitlab.nats.deptreeviz.DepTreeNode
 
getMarkedNodes() - Method in class io.gitlab.nats.deptreeviz.DepTree
 
getMinY() - Method in class io.gitlab.nats.deptreeviz.DepTree
 
getMouseoverColor() - Method in class io.gitlab.nats.deptreeviz.DepTree
 
getNode(int) - Method in class io.gitlab.nats.deptreeviz.DepTree
 
getNode() - Method in class io.gitlab.nats.deptreeviz.PopupEvent
 
getNodesCanvas() - Method in class io.gitlab.nats.deptreeviz.DepTree
 
getNonCurrentLabelBorder(String) - Method in class io.gitlab.nats.deptreeviz.DepTreeNode
 
getNonCurrentYLevel(String) - Method in class io.gitlab.nats.deptreeviz.DepTreeNode
 
getNonCurrentYs() - Method in class io.gitlab.nats.deptreeviz.DepTree
 
getREFYLength() - Method in class io.gitlab.nats.deptreeviz.DepTree
 
getSelectColor() - Method in class io.gitlab.nats.deptreeviz.DepTree
 
getTransparentColor() - Method in class io.gitlab.nats.deptreeviz.DepTree
 
getType() - Method in class io.gitlab.nats.deptreeviz.PopupEvent
 
getVerticesLabels() - Method in interface io.gitlab.nats.deptreeviz.ParseInterface
 
getVerticesLabels() - Method in class io.gitlab.nats.deptreeviz.SimpleParse
 
getVerticesStructure() - Method in interface io.gitlab.nats.deptreeviz.ParseInterface
 
getVerticesStructure() - Method in class io.gitlab.nats.deptreeviz.SimpleParse
 
getWhoLinks() - Method in class io.gitlab.nats.deptreeviz.DepTreeNode
 
getWindowSize() - Method in class io.gitlab.nats.deptreeviz.DepTree
 
getWord() - Method in class io.gitlab.nats.deptreeviz.DepTreeNode
 
getWord() - Method in class io.gitlab.nats.deptreeviz.SimpleWord
 
getWord() - Method in interface io.gitlab.nats.deptreeviz.WordInterface
 
getWords() - Method in interface io.gitlab.nats.deptreeviz.ParseInterface
 
getWords() - Method in class io.gitlab.nats.deptreeviz.SimpleParse
 
getX() - Method in class io.gitlab.nats.deptreeviz.DepTreeNode
 
getY() - Method in class io.gitlab.nats.deptreeviz.DepTreeNode
 
getZoomFactor() - Method in class io.gitlab.nats.deptreeviz.DepTree
 

H

handleEvent(Event) - Method in class io.gitlab.nats.deptreeviz.DepTreeBaseInteractor.DTMouseEventListener
 
hasTarget() - Method in class io.gitlab.nats.deptreeviz.DepTreeBaseInteractor.NodeSelection
 
highlight(DepTreeNode) - Method in class io.gitlab.nats.deptreeviz.DepTree
Colors highlighted links of nodes or resets their color to black or red for backwards links if they stop being highlighted.
highlightNodes() - Method in class io.gitlab.nats.deptreeviz.DepTree
 

I

init(ArrayList<String>) - Method in class io.gitlab.nats.deptreeviz.DepTreeNode
 
invisible - Static variable in class io.gitlab.nats.deptreeviz.DepTree
 
io.gitlab.nats.deptreeviz - package io.gitlab.nats.deptreeviz
 
isBusy() - Method in class io.gitlab.nats.deptreeviz.DepTree
 
isDrawingRoots() - Method in class io.gitlab.nats.deptreeviz.DepTree
 
isDroppingLeaves() - Method in class io.gitlab.nats.deptreeviz.DepTree
 
isInCircle() - Method in class io.gitlab.nats.deptreeviz.DepTreeNode
 
isParsingIncrementally() - Method in class io.gitlab.nats.deptreeviz.DepTree
 
isShowingCat() - Method in class io.gitlab.nats.deptreeviz.DepTree
 
isShowingReferent() - Method in class io.gitlab.nats.deptreeviz.DepTree
 
isTop() - Method in class io.gitlab.nats.deptreeviz.DepTreeNode
 
iterator() - Method in class io.gitlab.nats.deptreeviz.DepTree
 

L

linkIsRoot(String) - Method in class io.gitlab.nats.deptreeviz.DepTreeNode
 

M

makePopup(PopupEvent) - Method in interface io.gitlab.nats.deptreeviz.PopupListener
 

N

NodeSelection() - Constructor for class io.gitlab.nats.deptreeviz.DepTreeBaseInteractor.NodeSelection
 

P

ParseInterface<T extends WordInterface> - Interface in io.gitlab.nats.deptreeviz
A general interface for everything that represents a possibly multi-leveled dependency tree / graph Created by Arne Köhn on 08.02.17.
PopupEvent - Class in io.gitlab.nats.deptreeviz
Used for signaling that a menu is to pop up after clicking on a graphical element of the dependency tree.
PopupEvent(Object, DOMMouseEvent, DepTreeBaseInteractor.Com, DepTreeNode, String) - Constructor for class io.gitlab.nats.deptreeviz.PopupEvent
 
PopupListener - Interface in io.gitlab.nats.deptreeviz
Is implemented in DeptTreeDisplayInteractor
print() - Method in interface io.gitlab.nats.deptreeviz.ParseInterface
 
print() - Method in class io.gitlab.nats.deptreeviz.SimpleParse
 

R

redirectEdge(int, String, int) - Method in interface io.gitlab.nats.deptreeviz.ParseInterface
 
redirectEdge(int, String, int) - Method in class io.gitlab.nats.deptreeviz.SimpleParse
 
redraw() - Method in class io.gitlab.nats.deptreeviz.DepTree
 
redraw(DepTreeNode, String, boolean) - Method in class io.gitlab.nats.deptreeviz.DepTreeBaseInteractor
Redraws graph, assuming that the words have not changed, only labels or connections, with a new highlighted selection at the given node and level
refreshDisplay() - Method in class io.gitlab.nats.deptreeviz.DepTree
 
refreshDisplay(boolean) - Method in class io.gitlab.nats.deptreeviz.DepTreeBaseInteractor
Refreshes the canvas that displays the dependency tree so it shows changes done to the underlying DOM document
refreshParse(boolean) - Method in interface io.gitlab.nats.deptreeviz.DepTreeBaseInteractor.DTRefreshListener
 
removeTarget() - Method in class io.gitlab.nats.deptreeviz.DepTreeBaseInteractor.NodeSelection
 
resetMarkedNodes() - Method in class io.gitlab.nats.deptreeviz.DepTree
 
resetTransparentBoxes(Area) - Method in class io.gitlab.nats.deptreeviz.DepTree
 

S

SelectListener() - Constructor for class io.gitlab.nats.deptreeviz.DepTreeBaseInteractor.SelectListener
 
setBoxType(DepTree.BoxType) - Method in class io.gitlab.nats.deptreeviz.DepTree
 
setBusy(boolean) - Method in class io.gitlab.nats.deptreeviz.DepTree
 
setCurrentLevel(String) - Method in class io.gitlab.nats.deptreeviz.DepTree
 
setCurrentYLength(double) - Method in class io.gitlab.nats.deptreeviz.DepTree
 
setDecParse(T) - Method in class io.gitlab.nats.deptreeviz.DepTree
 
setDrawingBoxes(boolean) - Method in class io.gitlab.nats.deptreeviz.DepTree
 
setDrawingRoots(boolean) - Method in class io.gitlab.nats.deptreeviz.DepTree
 
setDroppingLeaves(boolean) - Method in class io.gitlab.nats.deptreeviz.DepTree
 
setElement(Element, DepTree.Elem, String) - Method in class io.gitlab.nats.deptreeviz.DepTreeNode
 
setFields(DepTreeNode, String, DepTreeBaseInteractor.Com) - Method in class io.gitlab.nats.deptreeviz.DepTreeBaseInteractor.DTMouseEventListener
 
setFont(Font) - Method in class io.gitlab.nats.deptreeviz.DepTree
 
setHasTarget(boolean) - Method in class io.gitlab.nats.deptreeviz.DepTreeBaseInteractor.NodeSelection
 
setHighlightColor(Color) - Method in class io.gitlab.nats.deptreeviz.DepTree
 
setIndex(int) - Method in class io.gitlab.nats.deptreeviz.DepTreeNode
 
setIndex(int) - Method in interface io.gitlab.nats.deptreeviz.PopupListener
 
setIsInCircle(boolean) - Method in class io.gitlab.nats.deptreeviz.DepTreeNode
 
setIsTop(boolean) - Method in class io.gitlab.nats.deptreeviz.DepTreeNode
 
setLabel(String, String) - Method in class io.gitlab.nats.deptreeviz.DepTreeNode
 
setLevels(ArrayList<String>) - Method in class io.gitlab.nats.deptreeviz.DepTree
 
setLineThickness(int) - Method in class io.gitlab.nats.deptreeviz.DepTree
 
setLink(String, int) - Method in class io.gitlab.nats.deptreeviz.DepTreeNode
 
setMarkedLevels(ArrayList<String>) - Method in class io.gitlab.nats.deptreeviz.DepTreeNode
 
setMarkedNodes(Map<Integer, ArrayList<String>>) - Method in class io.gitlab.nats.deptreeviz.DepTree
 
setMinX(int) - Method in class io.gitlab.nats.deptreeviz.DepTree
 
setMinY(double) - Method in class io.gitlab.nats.deptreeviz.DepTree
 
setMouseoverColor(Color) - Method in class io.gitlab.nats.deptreeviz.DepTree
 
setNonCurrentLabelBorder(Rectangle2D, String) - Method in class io.gitlab.nats.deptreeviz.DepTreeNode
 
setNonCurrentYLevel(int, String) - Method in class io.gitlab.nats.deptreeviz.DepTreeNode
 
setParsingIncrementally(boolean) - Method in class io.gitlab.nats.deptreeviz.DepTree
 
setREFYLength(double) - Method in class io.gitlab.nats.deptreeviz.DepTree
 
setSelectColor(Color) - Method in class io.gitlab.nats.deptreeviz.DepTree
 
setSelectThickness(int) - Method in class io.gitlab.nats.deptreeviz.DepTree
 
setShowingCat(boolean) - Method in class io.gitlab.nats.deptreeviz.DepTree
 
setShowingReferent(boolean) - Method in class io.gitlab.nats.deptreeviz.DepTree
 
setTarget(DepTreeNode, String) - Method in class io.gitlab.nats.deptreeviz.DepTreeBaseInteractor.NodeSelection
Sets the selection to a node and level
setTransparentColor(Color) - Method in class io.gitlab.nats.deptreeviz.DepTree
 
setVerticesLabels(Map<String, List<String>>) - Method in class io.gitlab.nats.deptreeviz.DepTree
 
setVerticesStructure(Map<String, List<Integer>>) - Method in class io.gitlab.nats.deptreeviz.DepTree
 
setWhoLinks(ArrayList<Integer>) - Method in class io.gitlab.nats.deptreeviz.DepTreeNode
 
setWindowSize(Dimension) - Method in class io.gitlab.nats.deptreeviz.DepTree
 
setWord(String) - Method in class io.gitlab.nats.deptreeviz.DepTreeNode
 
setX(double) - Method in class io.gitlab.nats.deptreeviz.DepTreeNode
 
setY(double) - Method in class io.gitlab.nats.deptreeviz.DepTreeNode
 
setZoomFactor(double) - Method in class io.gitlab.nats.deptreeviz.DepTree
 
SimpleParse - Class in io.gitlab.nats.deptreeviz
A class that only implements the basics for data obtained from conll files Created by Arne Köhn on 14.02.17.
SimpleParse(List<SimpleWord>, List<Integer>, List<String>) - Constructor for class io.gitlab.nats.deptreeviz.SimpleParse
 
SimpleWord - Class in io.gitlab.nats.deptreeviz
A class that only implements the basics for data obtained from conll files Created by Arne Köhn on 14.02.17.
SimpleWord(String, String) - Constructor for class io.gitlab.nats.deptreeviz.SimpleWord
 

T

transWhite - Static variable in class io.gitlab.nats.deptreeviz.DepTree
 

V

valueOf(String) - Static method in enum io.gitlab.nats.deptreeviz.DepTree.Elem
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.gitlab.nats.deptreeviz.DepTreeBaseInteractor.Com
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.gitlab.nats.deptreeviz.DepTree.Elem
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.gitlab.nats.deptreeviz.DepTreeBaseInteractor.Com
Returns an array containing the constants of this enum type, in the order they are declared.

W

WordInterface - Interface in io.gitlab.nats.deptreeviz
A simple interface for words.
writeTree(Writer) - Method in class io.gitlab.nats.deptreeviz.DepTree
Writes SVG to given writer.
writeTree(List<String>, Map<String, List<String>>, Map<String, List<Integer>>, List<String>, Writer) - Static method in class io.gitlab.nats.deptreeviz.DepTree
Generates the XML data of a tree from the relevant parts of a parse and writes it into a file.
writeTree(List<String>, Map<String, List<String>>, Map<String, List<Integer>>, List<String>, Map<Integer, ArrayList<String>>, Writer) - Static method in class io.gitlab.nats.deptreeviz.DepTree
Generates the XML data of a tree from the relevant parts of a parse and writes it into a file.

_

_dt - Variable in class io.gitlab.nats.deptreeviz.DepTreeBaseInteractor
 
_level - Variable in class io.gitlab.nats.deptreeviz.DepTreeBaseInteractor.DTMouseEventListener
 
_node - Variable in class io.gitlab.nats.deptreeviz.DepTreeBaseInteractor.DTMouseEventListener
 
_selection - Variable in class io.gitlab.nats.deptreeviz.DepTreeBaseInteractor
 
A C D F G H I L M N P R S T V W _ 
Skip navigation links