Uses of Interface
j2d.hpp.HppFilter3Interface

Packages that use HppFilter3Interface
j2d   
j2d.hpp   
 

Uses of HppFilter3Interface in j2d
 

Methods in j2d that return HppFilter3Interface
static HppFilter3Interface ImageUtils.getHppFilter3(java.awt.image.RGBImageFilter f)
          Adapter design pattern
 

Methods in j2d with parameters of type HppFilter3Interface
static java.awt.image.RGBImageFilter ImageUtils.getRGBImageFilter(HppFilter3Interface f)
           
 

Uses of HppFilter3Interface in j2d.hpp
 

Classes in j2d.hpp that implement HppFilter3Interface
 class GreyHppFilter3
           
 class Threshold3Processor
           
 

Methods in j2d.hpp that return HppFilter3Interface
static HppFilter3Interface RGBFilter.getHppFilter3Interface(java.awt.image.RGBImageFilter f)
           
 

Constructors in j2d.hpp with parameters of type HppFilter3Interface
HppFilter3ImageProcessor(HppFilter3Interface _f)