Class DrawX<I>
- java.lang.Object
-
- science.aist.imaging.core.imageprocessing.draw.circle.DrawX<I>
-
- All Implemented Interfaces:
BiConsumer<ImageWrapper<I>,JavaPoint2D>
public class DrawX<I> extends Object implements BiConsumer<ImageWrapper<I>,JavaPoint2D>
Method for drawing an X for a given position
- Since:
- 1.0
- Author:
- Christoph Praschl
-
-
Constructor Summary
Constructors Constructor Description DrawX()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(ImageWrapper<I> wrapper, JavaPoint2D javaPoint2D)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.function.BiConsumer
andThen
-
-
-
-
Method Detail
-
accept
public void accept(ImageWrapper<I> wrapper, JavaPoint2D javaPoint2D)
- Specified by:
accept
in interfaceBiConsumer<ImageWrapper<I>,JavaPoint2D>
-
-