We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 903bb6b commit dcc2b33Copy full SHA for dcc2b33
src/main/java/customnode/Mesh_Maker.java
@@ -21,12 +21,6 @@
21
*/
22
/* -*- mode: java; c-basic-offset: 8; indent-tabs-mode: t; tab-width: 8 -*- */
23
24
-/**
25
- * Example plugin on how to add spheres and tubes to the 3D Viewer.
26
- * Albert Cardona 2008-12-09
27
- * Released under the General Public License, latest version.
28
- */
29
-
30
package customnode;
31
32
import java.awt.Color;
@@ -39,6 +33,11 @@
39
33
import ij3d.Content;
40
34
import ij3d.Image3DUniverse;
41
35
36
+/**
37
+ * Example plugin on how to add spheres and tubes to the 3D Viewer.
38
+ * Albert Cardona 2008-12-09
+ * Released under the General Public License, latest version.
+ */
42
public class Mesh_Maker extends MeshMaker implements PlugIn {
43
44
@Override
0 commit comments