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

C

calculateCenter(Container) - Static method in class org.alchemy.core.AlcUtil
Calculate the centre of the screen with multiple monitors
calculateCenter(Container, boolean) - Static method in class org.alchemy.core.AlcUtil
Calculate the centre of the screen with multiple monitors
cameraEvent() - Method in interface org.alchemy.core.AlcCamInterface
 
canvas - Static variable in class org.alchemy.core.AlcModule
Access to the Alchemy canvas
changedUpdate(DocumentEvent) - Method in class org.alchemy.core.AlcColorSelector
 
changeEvent - Variable in class org.alchemy.core.AlcSpinnerCustom
The ChangeEvent that is passed to all listeners of this slider.
clear() - Method in class org.alchemy.core.AlcCanvas
Clear all shapes and then redraws the canvas
cleared() - Method in class org.alchemy.core.AlcModule
Called when the canvas is cleared.
clone() - Method in class org.alchemy.core.AlcShape
'Deep' Clone this object using the existing style/color etc..
closeLine() - Method in class org.alchemy.core.AlcMicrophone
Close the mic line The line can be opened again by calling setBufer() or openLine() directly
closePath() - Method in class org.alchemy.core.AlcShape
Closes the current subpath by drawing a straight line back to the coordinates of the last moveTo
COLOR_UI_BG - Static variable in interface org.alchemy.core.AlcConstants
UI background color
COLOR_UI_BOX - Static variable in interface org.alchemy.core.AlcConstants
UI box color - used for the CheckBox Boxes
COLOR_UI_END - Static variable in interface org.alchemy.core.AlcConstants
UI gradient background end color
COLOR_UI_HIGHLIGHT - Static variable in interface org.alchemy.core.AlcConstants
UI highlight color
COLOR_UI_LINE - Static variable in interface org.alchemy.core.AlcConstants
UI line color
COLOR_UI_LINE_ALPHA - Static variable in interface org.alchemy.core.AlcConstants
UI line alpha color - 50% Alpha for soft corners
COLOR_UI_START - Static variable in interface org.alchemy.core.AlcConstants
UI gradient background start color
colorSelector - Static variable in class org.alchemy.core.AlcModule
Access to the Alchemy color selector
commitAffectShapes() - Method in class org.alchemy.core.AlcCanvas
Commit all affect shapes to the main shapes array
commitCreateShapes() - Method in class org.alchemy.core.AlcCanvas
Commit all create shapes to the main shapes array
commited() - Method in class org.alchemy.core.AlcModule
Called after all shapes are commited to the buffer.
commitShapes() - Method in class org.alchemy.core.AlcCanvas
Commit all shapes to the main AlcCanvas.shapes array and render the image buffer
constrain(int, int, int) - Static method in class org.alchemy.core.AlcMath
Constrains a value to not exceed a maximum and minimum value.
constrain(float, float, float) - Static method in class org.alchemy.core.AlcMath
Constrains a value to not exceed a maximum and minimum value.
copyFile(InputStream, File) - Static method in class org.alchemy.core.AlcUtil
Copies the source file to destination file.
createShapes - Variable in class org.alchemy.core.AlcCanvas
Array list containing shapes currently in use by create modules
createSpine() - Method in class org.alchemy.core.AlcShape
Create the spine - redraws the variable width line based on the spine points
CURSOR_ARROW - Static variable in interface org.alchemy.core.AlcConstants
Cursor - Default Cursor
CURSOR_BLANK - Static variable in interface org.alchemy.core.AlcConstants
Cursor - Blank Cursor
CURSOR_CIRCLE - Static variable in interface org.alchemy.core.AlcConstants
Cursor - Circle Cursor used with the color picker
CURSOR_CROSS - Static variable in interface org.alchemy.core.AlcConstants
Cursor - Cross Cursor
CURSOR_EYEDROPPER - Static variable in interface org.alchemy.core.AlcConstants
Cursor - Eyedropper Cursor
CURSOR_HAND - Static variable in interface org.alchemy.core.AlcConstants
Cursor - Hand Cursor
CURSOR_MOVE - Static variable in interface org.alchemy.core.AlcConstants
Cursor - Move Cursor
CURSOR_TEXT - Static variable in interface org.alchemy.core.AlcConstants
Cursor - Text Cursor
CURSOR_WAIT - Static variable in interface org.alchemy.core.AlcConstants
Cursor - Wait Cursor
curveTo(Point) - Method in class org.alchemy.core.AlcShape
Add a curve point to the shape This method uses a simple smoothing algorithm to get rid of hard edges
curveTo(Point2D.Float) - Method in class org.alchemy.core.AlcShape
Add a curve point to the shape This method uses a simple smoothing algorithm to get rid of hard edges
customClone(GeneralPath) - Method in class org.alchemy.core.AlcShape
A custom clone that adds a new GeneralPath to the shape while keeping all of the style infomation.
customClone(ArrayList<Point2D.Float>, ArrayList<Float>) - Method in class org.alchemy.core.AlcShape
A custom clone that adds a new spine (variable width line) to the shape the creates the path while keeping all of the style infomation.

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