Class AlphaToMaskOp
java.lang.Object
de.erichseifert.vectorgraphics2d.util.AlphaToMaskOp
- All Implemented Interfaces:
BufferedImageOp
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateCompatibleDestImage
(BufferedImage src, ColorModel destCM) filter
(BufferedImage src, BufferedImage dest) getBounds2D
(BufferedImage src) getPoint2D
(Point2D srcPt, Point2D dstPt) boolean
-
Field Details
-
inverted
private final boolean inverted
-
-
Constructor Details
-
AlphaToMaskOp
public AlphaToMaskOp(boolean inverted) -
AlphaToMaskOp
public AlphaToMaskOp()
-
-
Method Details
-
isInverted
public boolean isInverted() -
filter
- Specified by:
filter
in interfaceBufferedImageOp
-
getBounds2D
- Specified by:
getBounds2D
in interfaceBufferedImageOp
-
createCompatibleDestImage
- Specified by:
createCompatibleDestImage
in interfaceBufferedImageOp
-
getPoint2D
- Specified by:
getPoint2D
in interfaceBufferedImageOp
-
getRenderingHints
- Specified by:
getRenderingHints
in interfaceBufferedImageOp
-