Package one.empty3.feature.tryocr
Class SpaceNode
- java.lang.Object
-
- one.empty3.feature.tryocr.SpaceNode
-
public class SpaceNode extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Point3D>
getDirections()
PixM
getImage()
double
getX()
double
getY()
void
setDirections(java.util.List<Point3D> directions)
void
setImage(PixM image)
void
setX(double x)
void
setY(double y)
-
-
-
Method Detail
-
getImage
public PixM getImage()
-
setImage
public void setImage(PixM image)
-
getX
public double getX()
-
setX
public void setX(double x)
-
getY
public double getY()
-
setY
public void setY(double y)
-
getDirections
public java.util.List<Point3D> getDirections()
-
setDirections
public void setDirections(java.util.List<Point3D> directions)
-
-