Searched refs:graphString (Results 1 – 4 of 4) sorted by relevance
55 String graphString, in FilterGraphEffect() argument64 createGraph(graphString); in FilterGraphEffect()68 private void createGraph(String graphString) { in createGraph() argument71 mGraph = reader.readGraphString(graphString); in createGraph()
147 public FilterGraph readGraphString(String graphString) throws GraphIOException { in readGraphString() argument152 parseString(graphString); in readGraphString()169 private void parseString(String graphString) throws GraphIOException { in parseString() argument200 PatternScanner scanner = new PatternScanner(graphString, ignorePattern); in parseString()
37 public abstract FilterGraph readGraphString(String graphString) throws GraphIOException; in readGraphString() argument
454 public void parseString(String graphString, CommandStack commandStack) throws IOException { in parseString() argument457 reader.parse(new InputSource(new StringReader(graphString))); in parseString()