114115116117118119120
public boolean compile(IConcreteNodeListPtr nodes, String group) { throw new NotImplementedException(); } public IScriptCompilerListener getListener() { throw new NotImplementedException(); }
118119120121122123124
public IScriptCompilerListener getListener() { throw new NotImplementedException(); } public String getResourceGroup() { throw new NotImplementedException(); }
122123124125126127128
public String getResourceGroup() { throw new NotImplementedException(); } public void removeNameExclusion(String type) { throw new NotImplementedException(); }
126127128129130131132
public void removeNameExclusion(String type) { throw new NotImplementedException(); } public void setListener(IScriptCompilerListener listener) { throw new NotImplementedException(); }
130131132133134135136
} } @Override public void runFlow(MavenManagedJar defaultJar, Flow f, List<String> flowArgs) throws Exception { throw new NotImplementedException(); }
34353637383940
// renderer.setDocument(url); // renderer.layout(); // renderer.createPDF(os); // os.close(); // return received; throw new NotImplementedException(); }
if (afterP.distance(beforeP) < this.threshold) { // TODO: lowpass } else { // TODO: highpass } throw new NotImplementedException(); }
909192939495969798
r.y -= this.currentGeometry.y; r.x += this.viewportStart.x; r.y += this.viewportStart.y; } if (to != CoordinatesType.DOCUMENT_BASED) throw new NotImplementedException(); return r; }
8788899091929394
sb.append(p); sb.append("\n"); copy.remove(p); } throw new NotImplementedException(); //FileUtils.writeString(string, sb.toString()); }
100101102103104105106107108109110
rval.x += viewport.x; rval.y += viewport.y; break; case SCREEN_BASED: // Still does not make sense ... throw new NotImplementedException(); } // 2. rval is now in document coordinates. Now convert to requested output format switch (ct) { case DOCUMENT_BASED: