Package de.enough.polish.processing

Contains a Processing.org compatible environment for realizing visualizations for Screens, Items or Backgrounds.

See:
          Description

Interface Summary
ProcessingContextContainerInterface This interface should be implemented by all objects that contain a ProcessingContext as their child.
ProcessingInterface This interface defines all the methods required to write a standalone Mobile Processing implementation which can be integrated with J2ME Polish.
 

Class Summary
color Defines the "color" data type as a class, for compatibility with the Mobile Processing specs.
PFont Placeholder class that emulates the behavior of a Mobile Processing PFont, for compatibility with existing Mobile Processing scripts.
PImage Placeholder class that emulates the behavior of a Mobile Processing PImage, for compatibility with existing Mobile Processing scripts.
ProcessingBackground Implements a Mobile Processing Background.
ProcessingContext This is the standard Mobile Processing implementation for J2ME Polish.
ProcessingEvent Implements Mobile Processing events.
ProcessingItem Implements a ProcessingItem.
ProcessingScreen Implements a ProcessingScreen
ProcessingTextInputForm Implements a text input form to be used with Processing's textInput() method.
ProcessingThread Implements a thread that is responsible for managing all Processing related activities and events.
 

Package de.enough.polish.processing Description

Contains a Processing.org compatible environment for realizing visualizations for Screens, Items or Backgrounds.