A C D F G H I J K L M N O P R S T U Z

A

add(Component) - Method in class org.alchemy.core.AlcToolBarSubSection
Add content
addActionListener(ActionListener) - Method in class org.alchemy.core.AlcSubComboBox
 
addChangeListener(ChangeListener) - Method in class org.alchemy.core.AlcAbstractSpinner
Registers a listener to this slider.
addChangeListener(ChangeListener) - Method in class org.alchemy.core.AlcSubSlider
This method registers a listener to this slider.
addFileExtension(File, String) - Static method in class org.alchemy.core.AlcUtil
Checks a name for a file extension and adds one if not present
addItem(Object) - Method in class org.alchemy.core.AlcSubComboBox
 
addSubToolBarSection(AlcToolBarSubSection) - Method in class org.alchemy.core.AlcAbstractToolBar
 
addSubToolBarSection(AlcToolBarSubSection) - Method in class org.alchemy.core.AlcToolBar
Add a Create Module sub-toolbar
affect() - Method in class org.alchemy.core.AlcModule
Apply affect.
affectShapes - Variable in class org.alchemy.core.AlcCanvas
Array list containing shapes currently in use by affect modules
AlcAbstractSpinner - Class in org.alchemy.core
AlcAbstractSpinner.java
AlcAbstractSpinner() - Constructor for class org.alchemy.core.AlcAbstractSpinner
 
AlcAbstractToolBar - Class in org.alchemy.core
Abstract class to allow multiple toolbar implementations
Eg, the regular toolbar as well as a simplified kids one
AlcAbstractToolBar() - Constructor for class org.alchemy.core.AlcAbstractToolBar
 
AlcCamInterface - Interface in org.alchemy.core
AlcCamInterface
AlcCanvas - Class in org.alchemy.core
The Alchemy canvas
Stores all shapes created and handles all graphics related stuff
Think saving pdfs, printing, and of course displaying!
AlcColorSelector - Class in org.alchemy.core
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 - Interface in org.alchemy.core
Constant values used in Alchemy
Alchemy - Class in org.alchemy.core
Main class for Alchemy
Handles all and everything - the meta 'root' reference
AlcMath - Class in org.alchemy.core
Utility class that handles math functions Random number generation, noise etc...
AlcMicInterface - Interface in org.alchemy.core
Interface to return calls from AlcMicInput when the buffer is full
To get these calls AlcMicInput must be constructed as so:
AlcMicrophone - Class in org.alchemy.core
Base class used for microphone input
With very limited functionality at the moment to return a buffer or the current sound level
Based on code by Richard G.
AlcMicrophone(int) - Constructor for class org.alchemy.core.AlcMicrophone
Creates a new instance of AlcMicrophone
AlcMicrophone(AlcMicInterface, int) - Constructor for class org.alchemy.core.AlcMicrophone
Creates a new instance of AlcMicrophone
AlcMicrophone(AlcMicInterface) - Constructor for class org.alchemy.core.AlcMicrophone
 
AlcModule - Class in org.alchemy.core
The Alchemy Module Class
AlcModule() - Constructor for class org.alchemy.core.AlcModule
 
AlcNative - Class in org.alchemy.core
AlcNative.java
AlcNative() - Constructor for class org.alchemy.core.AlcNative
 
AlcPopupInterface - Interface in org.alchemy.core
 
AlcShape - Class in org.alchemy.core
A shape class used by Alchemy
The main shape is stored as a GeneralPath object with other variables defining the color, style, alpha etc...
AlcShape(Point) - Constructor for class org.alchemy.core.AlcShape
Creates a new instance of AlcShape with the default values
AlcShape(Point2D.Float) - Constructor for class org.alchemy.core.AlcShape
Creates a new instance of AlcShape with the default values
AlcShape(Point, Color, int, int, float) - Constructor for class org.alchemy.core.AlcShape
Creates a new instance of AlcShape with defined values
AlcShape(Point2D.Float, Color, int, int, float) - Constructor for class org.alchemy.core.AlcShape
Creates a new instance of AlcShape with defined values
AlcShape() - Constructor for class org.alchemy.core.AlcShape
Creates a blank AlcShape object
AlcShape(GeneralPath) - Constructor for class org.alchemy.core.AlcShape
Creates a new instance of AlcShape with the default values
AlcShape(GeneralPath, Color, int, int, float) - Constructor for class org.alchemy.core.AlcShape
Creates a new instance of AlcShape with defined values
AlcSimpleToolBar - Class in org.alchemy.core
Simple toolbar (left side bar style)
Used for kids workshops and what not
AlcSpinnerCustom - Class in org.alchemy.core
AlcSpinnerCustom.java
AlcSubButton - Class in org.alchemy.core
Custom button to fit the subtoolbar
AlcSubButton(String) - Constructor for class org.alchemy.core.AlcSubButton
 
AlcSubButton(String, URL) - Constructor for class org.alchemy.core.AlcSubButton
 
AlcSubComboBox - Class in org.alchemy.core
AlcSubComboBox.java
AlcSubComboBox(String) - Constructor for class org.alchemy.core.AlcSubComboBox
 
AlcSubLabel - Class in org.alchemy.core
Custom label to fit the subtoolbar
AlcSubLabel(String) - Constructor for class org.alchemy.core.AlcSubLabel
 
AlcSubSeparator - Class in org.alchemy.core
Custom separator to fit the subtoolbar
AlcSubSeparator() - Constructor for class org.alchemy.core.AlcSubSeparator
 
AlcSubSlider - Class in org.alchemy.core
Custom slider to fit the subtoolbar
AlcSubSlider(String, int, int, int) - Constructor for class org.alchemy.core.AlcSubSlider
Sub tool bar slider
AlcSubSpinner - Class in org.alchemy.core
AlcSubSpinner.java
AlcSubSpinner(String, int, int, int, int) - Constructor for class org.alchemy.core.AlcSubSpinner
Sub tool bar 'spinner'
AlcSubToggleButton - Class in org.alchemy.core
Custom toggle button to fit the subtoolbar
AlcSubToggleButton(String, URL) - Constructor for class org.alchemy.core.AlcSubToggleButton
 
AlcToolBar - Class in org.alchemy.core
Alchemy Toolbar The disappearing toolbar Housing access to all modules and their sub toolbars
AlcToolBarSubSection - Class in org.alchemy.core
A 'section' added to the subtoolbar by a module
Contaning subbuttons, subsliders, sublabels etc...
AlcToolBarSubSection(AlcModule) - Constructor for class org.alchemy.core.AlcToolBarSubSection
 
AlcUtil - Class in org.alchemy.core
Static utility methods used in Alchemy Used to manipulate strings, load images, and general stuff
AlcUtil() - Constructor for class org.alchemy.core.AlcUtil
 
append(GeneralPath, boolean) - Method in class org.alchemy.core.AlcShape
Append a GeneralPath to this shape
appendStringToUrl(URL, String) - Static method in class org.alchemy.core.AlcUtil
Function to append a string to the end of a given URL

A C D F G H I J K L M N O P R S T U Z