|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.enough.polish.ui.RgbEffect
public abstract class RgbEffect
Applies an effect to an RGB array.
Copyright Enough Software 2006 - 2008
history
Jun 14, 2006 - rob creation
| Constructor Summary | |
|---|---|
RgbEffect()
|
|
| Method Summary | |
|---|---|
abstract void |
renderEffect(RgbImage image)
Renders the effect on the given RGB array. |
void |
setStyle(Style style)
Allows the subclasses to acquire necessary settings by querying the CSS style. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RgbEffect()
| Method Detail |
|---|
public abstract void renderEffect(RgbImage image)
image - RgbImage containing an integer array containing the (A)RGB data, on which the effect should be applied.public void setStyle(Style style)
style - the style
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||