diff --git a/src/main/java/ee/ut/dendroloj/Dendrologist.java b/src/main/java/ee/ut/dendroloj/Dendrologist.java index abcd3b3..ed6552d 100644 --- a/src/main/java/ee/ut/dendroloj/Dendrologist.java +++ b/src/main/java/ee/ut/dendroloj/Dendrologist.java @@ -130,8 +130,8 @@ public static void drawTree(T root, Function label, Functionafter calling this method will not appear in the rendered graph.) + * (use {@link GraphCanvas} methods to draw the vertices and edges before passing the canvas to this method; + * note that vertices and edges drawn to the canvas after calling this method will not appear in the rendered graph) */ public static void drawGraph(GraphCanvas graphCanvas) { if (isHeadless()) {