Java 2D Demo

Author: Wayne Rasband (wsr at nih.gov)
Date: 2002/04/22
Requires: Java 2
Source: Java2D_Demo.java
Installation: Copy Java2D_Demo.class to the plugins folder and restart ImageJ.
Description: This plugin shows how to use Java 2D to draw on an image or to generate new images. What it does is draw the word "ImageJ" in 3D on the current image. It creates a new image if no image is open.

java2d-3d-text.jpg

This plugin is based on the 3D text shape sample program at

http://java.sun.com/products/java-media/2D/samples/suite/

|Plugins | Home |