Class ColoredStroke

java.lang.Object
imagingbook.common.ij.overlay.ColoredStroke
All Implemented Interfaces:
Cloneable

public class ColoredStroke extends Object implements Cloneable
This is basically a mirror class of BasicStroke adding line and fill colors. Instances of this class are cloneable and mutable, setters for all fields are provided, i.e., strokes can be easily customized. Use getBasicStroke() to convert to an AWT BasicStroke instance.
Version:
2021/10/26