horizontdeformer.deformer
public class DeformerData extends Object
| Constructor Summary | |
|---|---|
| DeformerData(ArrayList<TPoint> list, BufferedImage image) | |
| Method Summary | |
|---|---|
| void | draw(Graphics g, double zoom, int interpolation) |
| int | getApopsuv() |
| int | getAvaragey() |
| ArrayList<TPoint> | getGuidingLine() |
| BufferedImage | getIm() |
| int | getIndividualHeight() |
| int | getLefttop() |
| int | getMethod() |
| ArrayList<OrientedCross> | getOriginalCross() |
| int | getRighttop() |
| ArrayList<OrientedCross> | getXsortedCross() |
| ArrayList<OrientedCross> | getYsortedCross() |
| void | setApopsuv(int apopsuv) |
| void | setMethod(int method) Creates a new instance of DeformerData |