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