A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
AbstractAnimatedStep — class, package app.kutout.states
Abstract animations for handling fade in and fade outs of the steps.
AbstractAnimatedStep() — Constructor, class app.kutout.states.AbstractAnimatedStep
AbstractCircleTool — class, package app.kutout.tools
...
AbstractCircleTool(segmentationController:com.hook.imageprocessing.siox:SegmentationController, defaultSize:Number) — Constructor, class app.kutout.tools.AbstractCircleTool
Construct
AbstractComponent — class, package app.kutout.components.abstract
AbstractComponent to be extended to be used in IComponentContainer objects.
AbstractComponent() — Constructor, class app.kutout.components.abstract.AbstractComponent
AbstractComponentContainer — class, package app.kutout.components.abstract
Abstract container class that allows for basic padding and margin and lining things up sequentially.
AbstractComponentContainer() — Constructor, class app.kutout.components.abstract.AbstractComponentContainer
AbstractSpacedComponent — class, package app.kutout.components.abstract
AbstractSpacedComponent is an AbstractComponent that also has a margin.
AbstractSpacedComponent() — Constructor, class app.kutout.components.abstract.AbstractSpacedComponent
acceleration — Property, class app.kutout.browser.ThumbnailScroller
Rate of acceleration for scrolling.
activate() — method, class app.kutout.Step2CropImage
Activate the panel and the tool
activate() — method, class app.kutout.Step3ForegroundTool
Activate the cursor and painter and set the initial diamater of the cursor/painter.
activate() — method, class app.kutout.Step4BackgroundTool
Activate the cursor and painter and set the initial diamater of the cursor/painter.
activate() — method, class app.kutout.Step5TweakTool
Activates all the tools and the cursors and resets the values of the sliders.
activate() — method, class app.kutout.states.AbstractAnimatedStep
Enables the step as clickable.
activate() — method, interface app.kutout.states.interfaces.IStateViewLayer
Activates the state.
_actualValue — Property, class app.kutout.components.slider.SliderComponent
The actual X value of the component.
actualValue — Property, class app.kutout.components.slider.SliderComponent
Returns the actual value in animation.
addButton — Property, class app.kutout.Step5TweakTool
Switches to the add refinement tool when clicked.
addButtonClickHandler(e:flash.events:MouseEvent) — method, class app.kutout.Step5TweakTool
Disables the selected button and selected tool and enables the ForegroundRefineTool
addComponent(val:app.kutout.components.abstract.interfaces:IComponent) — method, class app.kutout.components.abstract.AbstractComponentContainer
Adds a component.
addComponent(val:app.kutout.components.abstract.interfaces:IComponent) — method, interface app.kutout.components.abstract.interfaces.IComponentContainer
Adds a component.
addComponentAt(component:app.kutout.components.abstract.interfaces:IComponent, val:Number) — method, class app.kutout.components.abstract.AbstractComponentContainer
Adds a component at a specific index and shifts all the others.
addComponentAt(component:app.kutout.components.abstract.interfaces:IComponent, val:Number) — method, interface app.kutout.components.abstract.interfaces.IComponentContainer
Adds a component at a specific index and shifts all the others.
addedToStageHandler(e:flash.events:Event) — method, class app.kutout.background.Background
Sets the initial size of the background to the stage size and then fades it in.
addedToStageHandler(e:flash.events:Event) — method, class app.kutout.browser.ThumbnailScroller
Added to stage so we add listeners for resizing.
addedToStageHandler(e:flash.events:Event) — method, class app.kutout.components.slider.SliderComponent
Add listeners.
addedToStageHandler(e:flash.events:Event) — method, class app.kutout.menu.HeaderBar
Add the resize listeners to the stage.
addedToStageHandler(e:flash.events:Event) — method, class app.kutout.states.AbstractAnimatedStep
Grabs a stage reference.
addedToStageHandler(e:flash.events:Event) — method, class app.kutout.states.StateBackground
When added to the stage, it animates in automatically.
addThumb — Property, class app.kutout.browser.ThumbnailBrowser
The current AddThumbnail thumbnail that we're listening to for a thumbnail to be loaded.
AddThumbnail — class, package app.kutout.browser
This is a thumbnail button for adding a new thumbnail either by upload locally or from a image URI on the web.
AddThumbnail() — Constructor, class app.kutout.browser.AddThumbnail
AddThumbnailDialogue — class, package app.kutout.browser
Dialogue window for browsing or entering a thumb.
AddThumbnailDialogue() — Constructor, class app.kutout.browser.AddThumbnailDialogue
Constructor.
AddThumbnailIcon — class, package app.kutout.browser
Just an icon.
AddThumbnailIcon() — Constructor, class app.kutout.browser.AddThumbnailIcon
addTool — Property, class app.kutout.Step5TweakTool
The tool that does the add refinement.
ADJUSTED — Constant Static Property, class app.kutout.components.slider.SliderAdjustedEvent
Dispatched when the Slider is adjusted.
animateDisabled() — method, class app.kutout.buttons.NextButton
animateEnabled() — method, class app.kutout.buttons.NextButton
animateIn() — method, class app.kutout.KutoutInitializer
Animate the view in.
animateIn(delay:Number) — method, class app.kutout.browser.Thumbnail
Fades it in.
animateIn() — method, class app.kutout.buttons.BackButton
animateIn() — method, class app.kutout.buttons.BlueSelectButton
animateIn() — method, class app.kutout.buttons.NextButton
animateIn() — method, class app.kutout.states.AbstractAnimatedStep
Starts the animation in.
animateIn() — method, class app.kutout.states.StateBackground
Animates the background in.
animateIn() — method, interface app.kutout.states.interfaces.IStateViewLayer
Starts the animation in.
animateOut() — method, class app.kutout.KutoutInitializer
Starts the animation out if it has finished animating in.
animateOut() — method, class app.kutout.browser.Thumbnail
Fades it out.
animateOut() — method, class app.kutout.buttons.BackButton
animateOut() — method, class app.kutout.buttons.BlueSelectButton
animateOut() — method, class app.kutout.buttons.NextButton
animateOut() — method, class app.kutout.states.AbstractAnimatedStep
Starts the animation out.
animateOut() — method, class app.kutout.states.StateBackground
Animates the background out.
animateOut() — method, interface app.kutout.states.interfaces.IStateViewLayer
Starts the animation out.
ANIMATION_IN_COMPLETE — Constant Static Property, class app.kutout.events.KutoutInitializerEvent
Dispatched when the animation in is complete
ANIMATION_IN_COMPLETE — Constant Static Property, class app.kutout.states.event.StateAnimationEvent
Dispatched when the animation in is complete.
animationInCompleteHandler() — method, class app.kutout.KutoutInitializer
When the animation in is complete, we check to see if the app is done loading already.
animationInCompleteHandler() — method, class app.kutout.states.AbstractAnimatedStep
When the animation is complete, we fire a event to tell everyone.
ANIMATION_OUT_COMPLETE — Constant Static Property, class app.kutout.events.KutoutInitializerEvent
Dispatched when the animation out is complete
ANIMATION_OUT_COMPLETE — Constant Static Property, class app.kutout.states.event.StateAnimationEvent
Dispatched when the animation out is complete.
animationOutCompleteHandler() — method, class app.kutout.KutoutInitializer
When the animation out is complete, we let everyone know.
animationOutCompleteHandler() — method, class app.kutout.states.AbstractAnimatedStep
When the animation is complete, we fire a event to tell everyone.
animationOutCompleteHandler() — method, class app.kutout.tools.cursors.CircleSampleCursor
Remove listeners after animated out.
app.kutout — package
app.kutout.background — package
app.kutout.browser — package
app.kutout.browser.event — package
app.kutout.browser.interfaces — package
app.kutout.buttons — package
app.kutout.components — package
app.kutout.components.abstract — package
app.kutout.components.abstract.events — package
app.kutout.components.abstract.interfaces — package
app.kutout.components.slider — package
app.kutout.events — package
app.kutout.icons — package
app.kutout.menu — package
app.kutout.objects — package
app.kutout.states — package
app.kutout.states.event — package
app.kutout.states.interfaces — package
app.kutout.tools — package
app.kutout.tools.cursors — package
app.kutout.tools.interfaces — package
asset — Property, class app.kutout.browser.Thumbnail
Asset object used to hold the original BitmapData for creating a canvas.
Asset — class, package app.kutout.objects
Asset object that contains the raw BitmapData of the loaded items to be used in a Canvas and Thumbnail
assetLoaderToAssetDictionary — Property, class app.kutout.KutoutInitializer
A dictionary to reference an asset object from the loader that loaded the asset.
assets — Property, class app.kutout.KutoutInitializer
An array of Asset objects that the parsed assets are put into.
assets — Property, class app.kutout.browser.ThumbnailBrowser
Returns the array of Asset objects.
assetUrlToAssetDictionary — Property, class app.kutout.KutoutInitializer
Asset to URL dictionary.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z