All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.jhlabs.image.FilterContext

public abstract interface FilterContext

Method Index

 o getBgColor()
 o getColormap()
 o getFgColor()
 o setBgColor(int)
 o setFgColor(int)

Methods

 o setFgColor
 public abstract void setFgColor(int c)
 o getFgColor
 public abstract int getFgColor()
 o setBgColor
 public abstract void setBgColor(int c)
 o getBgColor
 public abstract int getBgColor()
 o getColormap
 public abstract com.jhlabs.image.Colormap getColormap()

All Packages  Class Hierarchy  This Package  Previous  Next  Index