public class Rounded_Rectangle extends Object implements ij.plugin.filter.PlugInFilter
Modifier and Type | Field and Description |
---|---|
protected GeneralPath |
gp |
protected static float |
kappa |
protected int |
x |
protected int |
y |
CONVERT_TO_FLOAT, DOES_16, DOES_32, DOES_8C, DOES_8G, DOES_ALL, DOES_RGB, DOES_STACKS, DONE, FINAL_PROCESSING, KEEP_THRESHOLD, NO_CHANGES, NO_IMAGE_REQUIRED, NO_UNDO, NO_UNDO_RESET, PARALLELIZE_IMAGES, PARALLELIZE_STACKS, ROI_REQUIRED, SNAPSHOT, STACK_REQUIRED, SUPPORTS_MASKING
Constructor and Description |
---|
Rounded_Rectangle() |
Modifier and Type | Method and Description |
---|---|
protected void |
quarterCircle(int radius,
int startAngle) |
void |
run(ij.process.ImageProcessor ip) |
int |
setup(String arg,
ij.ImagePlus image) |
protected void |
start(int x,
int y) |
protected void |
straight(int x,
int y) |
protected GeneralPath gp
protected int x
protected int y
protected static float kappa
public int setup(String arg, ij.ImagePlus image)
setup
in interface ij.plugin.filter.PlugInFilter
public void run(ij.process.ImageProcessor ip)
run
in interface ij.plugin.filter.PlugInFilter
protected void start(int x, int y)
protected void straight(int x, int y)
protected void quarterCircle(int radius, int startAngle)
Copyright © 2015–2021 Fiji. All rights reserved.