Package horizontdeformer.deformer
Class Deformer
java.lang.Object
horizontdeformer.deformer.Deformer
public class Deformer
extends java.lang.Object
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
javax.swing.JProgressBar
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateKvadraticInerpolation
(int i, java.util.ArrayList<TPoint> gl) createLineraInterpolation
(int i, java.util.ArrayList<TPoint> gl) createNpolynomialInterpolation
(int i, java.util.ArrayList<TPoint> gl) java.awt.image.BufferedImage
int
void
setUsedInterpolation
(int usedInterpolation) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
progress
public javax.swing.JProgressBar progress -
Linear_Interpolation
public static final int Linear_Interpolation- See Also:
-
Kvadratic_Interpolation
public static final int Kvadratic_Interpolation- See Also:
-
NPolynomial_Interpolation
public static final int NPolynomial_Interpolation- See Also:
-
-
Constructor Details
-
Deformer
Creates a new instance of Deformer
-
-
Method Details
-
getUsedInterpolation
public int getUsedInterpolation() -
setUsedInterpolation
public void setUsedInterpolation(int usedInterpolation) -
deformation
public java.awt.image.BufferedImage deformation() -
createLineraInterpolation
-
createKvadraticInerpolation
-
createNpolynomialInterpolation
public InterpolationWithCoords createNpolynomialInterpolation(int i, java.util.ArrayList<TPoint> gl)
-