com.jhlabs.image
Class FieldWarpFilter.Line

java.lang.Object
  extended by com.jhlabs.image.FieldWarpFilter.Line
Enclosing class:
FieldWarpFilter

public static class FieldWarpFilter.Line
extends java.lang.Object


Field Summary
 int dx
           
 int dy
           
 float length
           
 float lengthSquared
           
 int x1
           
 int x2
           
 int y1
           
 int y2
           
 
Constructor Summary
FieldWarpFilter.Line(int x1, int y1, int x2, int y2)
           
 
Method Summary
 void setup()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x1

public int x1

y1

public int y1

x2

public int x2

y2

public int y2

dx

public int dx

dy

public int dy

length

public float length

lengthSquared

public float lengthSquared
Constructor Detail

FieldWarpFilter.Line

public FieldWarpFilter.Line(int x1,
                            int y1,
                            int x2,
                            int y2)
Method Detail

setup

public void setup()