com.jhlabs.image
Class CellularFilter.Point

java.lang.Object
  extended by com.jhlabs.image.CellularFilter.Point
Enclosing class:
CellularFilter

public class CellularFilter.Point
extends java.lang.Object


Field Summary
 float cubeX
           
 float cubeY
           
 float distance
           
 float dx
           
 float dy
           
 int index
           
 float x
           
 float y
           
 
Constructor Summary
CellularFilter.Point()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

index

public int index

x

public float x

y

public float y

dx

public float dx

dy

public float dy

cubeX

public float cubeX

cubeY

public float cubeY

distance

public float distance
Constructor Detail

CellularFilter.Point

public CellularFilter.Point()