All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Interface com.jhlabs.image.FilterContext
  -  public abstract interface FilterContext
   
  -   getBgColor() getBgColor()
-  
  
-   getColormap() getColormap()
-  
  
-   getFgColor() getFgColor()
-  
  
-   setBgColor(int) setBgColor(int)
-  
  
-   setFgColor(int) setFgColor(int)
-  
   
 setFgColor
setFgColor
 public abstract void setFgColor(int c)
 getFgColor
getFgColor
 public abstract int getFgColor()
 setBgColor
setBgColor
 public abstract void setBgColor(int c)
 getBgColor
getBgColor
 public abstract int getBgColor()
 getColormap
getColormap
 public abstract com.jhlabs.image.Colormap getColormap()
All Packages  Class Hierarchy  This Package  Previous  Next  Index