{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Extending ImageJ: Tools" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "How to write an `Tool`." ] }, { "cell_type": "code", "execution_count": 1, "metadata": { "collapsed": false }, "outputs": [ { "data": { "text/plain": [ "ImageJ is ready to go." ] }, "execution_count": 1, "metadata": {}, "output_type": "execute_result" } ], "source": [ "#@ImageJ ij\n", "\n", "// Behind a firewall? Configure your proxy settings here.\n", "//System.setProperty(\"http.proxyHost\",\"myproxy.domain\")\n", "//System.setProperty(\"http.proxyPort\",\"8080\")\n", "\n", "\"ImageJ is ready to go.\"" ] }, { "cell_type": "code", "execution_count": null, "metadata": { "collapsed": true }, "outputs": [], "source": [ "// TODO" ] } ], "metadata": { "kernelspec": { "display_name": "SciJava", "language": "groovy", "name": "scijava" }, "language_info": { "codemirror_mode": "groovy", "file_extension": "", "mimetype": "", "name": "scijava", "nbconverter_exporter": "", "pygments_lexer": "groovy", "version": "1.0" } }, "nbformat": 4, "nbformat_minor": 2 }