|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.enough.polish.ui.RgbFilter
public abstract class RgbFilter
Provides an RGB filter that transforms RGB data in a specific way.
Copyright Enough Software 2008
| Constructor Summary | |
|---|---|
RgbFilter()
Creates a new filter |
|
| Method Summary | |
|---|---|
abstract boolean |
isActive()
Determines whether this filter is active. |
abstract RgbImage |
process(RgbImage input)
Processes the given RGB input |
void |
releaseResources()
Releases all memory intensive resources |
void |
setStyle(Style style,
boolean resetStyle)
Configures this filter |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RgbFilter()
| Method Detail |
|---|
public abstract RgbImage process(RgbImage input)
input - the RgbImage input
public abstract boolean isActive()
public void setStyle(Style style,
boolean resetStyle)
style - the styleresetStyle - true when default values should be assumed, may be ignored by subclassespublic void releaseResources()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||