Package com.jhlabs.composite
Class ContourComposite
java.lang.Object
com.jhlabs.composite.ContourComposite
- All Implemented Interfaces:
Composite
A special Composite used for drawing "marching ants". It draws the ants at the 127 contour of the alpha channel of the source.
This can only be used on TYPE_INT_RGBA images.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateContext
(ColorModel srcColorModel, ColorModel dstColorModel, RenderingHints hints) boolean
int
hashCode()
-
Constructor Details
-
ContourComposite
public ContourComposite(int offset)
-
-
Method Details
-
createContext
public CompositeContext createContext(ColorModel srcColorModel, ColorModel dstColorModel, RenderingHints hints) - Specified by:
createContext
in interfaceComposite
-
hashCode
public int hashCode() -
equals
-