Uses of Package
org.alchemy.core

Classes in org.alchemy.core used by org.alchemy.core
AlcAbstractSpinner
          AlcAbstractSpinner.java
AlcAbstractToolBar
          Abstract class to allow multiple toolbar implementations
Eg, the regular toolbar as well as a simplified kids one
AlcCanvas
          The Alchemy canvas
Stores all shapes created and handles all graphics related stuff
Think saving pdfs, printing, and of course displaying!
AlcColorSelector
          AlcColor Selector Based on code from the lovely Processing ColorSelector [sic] http://dev.processing.org/source/index.cgi/trunk/processing/app/src/processing/app/tools/ColorSelector.java?view=markup
AlcConstants
          Constant values used in Alchemy
AlcMath
          Utility class that handles math functions Random number generation, noise etc...
AlcMicInterface
          Interface to return calls from AlcMicInput when the buffer is full
To get these calls AlcMicInput must be constructed as so:
AlcModule
          The Alchemy Module Class
AlcShape
          A shape class used by Alchemy
The main shape is stored as a GeneralPath object with other variables defining the color, style, alpha etc...
AlcToolBarSubSection
          A 'section' added to the subtoolbar by a module
Contaning subbuttons, subsliders, sublabels etc...