Package horizontdeformer.deformer
Class DeformerData
java.lang.Object
horizontdeformer.deformer.DeformerData
public class DeformerData
extends java.lang.Object
-
Constructor Summary
ConstructorsConstructorDescriptionDeformerData
(java.util.ArrayList<TPoint> list, java.awt.image.BufferedImage image) -
Method Summary
Modifier and TypeMethodDescriptionvoid
draw
(java.awt.Graphics g, double zoom, int interpolation) int
int
java.util.ArrayList<TPoint>
java.awt.image.BufferedImage
getIm()
int
int
int
java.util.ArrayList<OrientedCross>
int
java.util.ArrayList<OrientedCross>
java.util.ArrayList<OrientedCross>
void
setApopsuv
(int apopsuv) void
setMethod
(int method) Creates a new instance of DeformerDataMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DeformerData
-
-
Method Details
-
getApopsuv
public int getApopsuv() -
setApopsuv
public void setApopsuv(int apopsuv) -
getAvaragey
public int getAvaragey() -
getIm
public java.awt.image.BufferedImage getIm() -
getIndividualHeight
public int getIndividualHeight() -
getGuidingLine
-
getLefttop
public int getLefttop() -
getMethod
public int getMethod() -
getOriginalCross
-
getRighttop
public int getRighttop() -
getXsortedCross
-
getYsortedCross
-
setMethod
public void setMethod(int method) throws java.lang.Exception Creates a new instance of DeformerData- Throws:
java.lang.Exception
-
draw
public void draw(java.awt.Graphics g, double zoom, int interpolation)
-