Project

General

Profile

« Previous | Next » 

Revision b9615af9

Added by Leszek Koltunski almost 8 years ago

Save PNG effect almost finished. Supporting App (hopefully!) completely finished.

What remains to be done: put actual saving of the Bitmap in a separate thread, away from the Graphics thread!!

View differences:

src/main/java/org/distorted/examples/listener/ListenerRenderer.java
61 61
      }
62 62
   
63 63
///////////////////////////////////////////////////////////////////////////////////////////////////
64
// the library sending messages to us
64 65

  
65
   public void effectMessage(EffectMessage em, long effectID, int effectType, long bitmapID)
66
   public void effectMessage(final EffectMessage em, final long effectID, final int effectName, final long bitmapID, final String message)
66 67
     {
67 68
     switch(em)
68 69
        {

Also available in: Unified diff