Uses of Class
com.jhlabs.image.Curve

Packages that use Curve
com.jhlabs.image   
 

Uses of Curve in com.jhlabs.image
 

Methods in com.jhlabs.image that return Curve
 Curve[] CurvesFilter.getCurves()
           
 

Methods in com.jhlabs.image with parameters of type Curve
 void CurvesFilter.setCurve(Curve curve)
           
 void CurvesFilter.setCurves(Curve[] curves)
           
 

Constructors in com.jhlabs.image with parameters of type Curve
Curve(Curve curve)