Package net.sourceforge.plantuml.gitlog
Class GitTextArea
java.lang.Object
net.sourceforge.plantuml.gitlog.GitTextArea
public class GitTextArea
extends java.lang.Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(java.lang.String s) char
charAt
(int x, int y) java.util.List<Commit>
getCommitByName
(java.lang.String name) java.lang.String
getLine
(int y) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
GitTextArea
public GitTextArea()
-
-
Method Details
-
add
public void add(java.lang.String s) -
getAllCommits
-
charAt
public char charAt(int x, int y) -
getLine
public java.lang.String getLine(int y) -
getCommitByName
-