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  
margin — Property, class app.kutout.components.abstract.AbstractComponentContainer
Returns the margin around the entire container.
margin — Property, class app.kutout.components.abstract.AbstractSpacedComponent
Returns the margin
marginBottom — Property, class app.kutout.components.abstract.AbstractComponentContainer
Returns the margin around the bottom of the container.
marginBottom — Property, class app.kutout.components.abstract.AbstractSpacedComponent
Returns the margin bottom.
marginBottom — Property, interface app.kutout.components.abstract.interfaces.ISpaceableComponent
marginLeft — Property, class app.kutout.components.abstract.AbstractComponentContainer
Returns the margin around the left of the container.
marginLeft — Property, class app.kutout.components.abstract.AbstractSpacedComponent
Returns the margin left.
marginLeft — Property, interface app.kutout.components.abstract.interfaces.ISpaceableComponent
marginRight — Property, class app.kutout.components.abstract.AbstractComponentContainer
Returns the margin around the right of the container.
marginRight — Property, class app.kutout.components.abstract.AbstractSpacedComponent
Returns the margin right.
marginRight — Property, interface app.kutout.components.abstract.interfaces.ISpaceableComponent
marginTop — Property, class app.kutout.components.abstract.AbstractComponentContainer
Returns the margin around the top of the container.
marginTop — Property, class app.kutout.components.abstract.AbstractSpacedComponent
Returns the margin top.
marginTop — Property, interface app.kutout.components.abstract.interfaces.ISpaceableComponent
MaroonButton — class, package app.kutout.buttons
Animated button inside FLA
MaroonButton() — Constructor, class app.kutout.buttons.MaroonButton
max — Property, class app.kutout.components.slider.SliderComponent
Maximum drag value.
maxSpeed — Property, class app.kutout.browser.ThumbnailScroller
Maximum speed
min — Property, class app.kutout.components.slider.SliderComponent
Minimum drag value.
mouseClickHandler(e:flash.events:MouseEvent) — method, class app.kutout.browser.Thumbnail
When clicked, we set the thumbnail as selected and dispatch a ThumbnailEvent.THUMBNAIL_SELECTED
mouseDownHandler(e:flash.events:MouseEvent) — method, class app.kutout.tools.AbstractCircleTool
When the mouse is clicked down, we save the state of the canvas with the UndoController and then we process the brushing with the handleCircleBrushing method.
mouseDownPoint — Property, class app.kutout.tools.SelectionTool
Point of where the mouse down occured on the canvas.
mouseMoveHandler(e:flash.events:MouseEvent) — method, class app.kutout.icons.CrosshairIcon
mouseMoveHandler(e:flash.events:MouseEvent) — method, class app.kutout.tools.AbstractCircleTool
Each mouse move, we process the brushing.
mouseMoveHandler(e:flash.events:MouseEvent) — method, class app.kutout.tools.cursors.CircleCursor
Move the cursor to the mouse coordinates.
mouseMoveHandler(e:flash.events:MouseEvent) — method, class app.kutout.tools.cursors.CircleSampleCursor
Follow the mouse on mouse move plus the offset.
MOUSE_OUT_ALPHA — Constant Static Property, class app.kutout.browser.Thumbnail
Animation properties.
mouseOutHandler(e:flash.events:MouseEvent) — method, class app.kutout.browser.Thumbnail
MouseEvent handler for hover out
mouseOutHandler(e:flash.events:MouseEvent) — method, class app.kutout.icons.CrosshairIcon
When out of the referenceSprite, we hide the crosshair and return the cursor, unless the button is down when we leave.
mouseOutHandler(e:flash.events:MouseEvent) — method, class app.kutout.tools.cursors.CircleCursor
When the mouse leaves, we only get rid of the cursor if the button is not down.
MOUSE_OVER_ALPHA — Constant Static Property, class app.kutout.browser.Thumbnail
Animation properties.
mouseOverHandler(e:flash.events:MouseEvent) — method, class app.kutout.browser.Thumbnail
MouseEvent handler for hover
mouseOverHandler(e:flash.events:MouseEvent) — method, class app.kutout.icons.CrosshairIcon
When over the referenceSprite, we show the crosshair.
mouseOverHandler(e:flash.events:MouseEvent) — method, class app.kutout.tools.cursors.CircleCursor
When the mouse is over the reference sprite, we show the cursor.
mouseRollOutHandler(e:flash.events:MouseEvent) — method, class app.kutout.tools.cursors.CircleSampleCursor
When outside the slider, we hide the cursor.
mouseRollOverHandler(e:flash.events:MouseEvent) — method, class app.kutout.tools.cursors.CircleSampleCursor
When over the slider, we show the cursor.
mouseUpHandler(e:flash.events:MouseEvent) — method, class app.kutout.icons.CrosshairIcon
If we left with the button down and we mouse up not in the referenceSprite anymore, we then fire the mouseOutHandler().
mouseUpHandler(e:flash.events:MouseEvent) — method, class app.kutout.tools.AbstractCircleTool
When the mouse is released, we remove listeners.
mouseUpHandler(e:flash.events:MouseEvent) — method, class app.kutout.tools.BackgroundTool
If mouse up, we set the SegmentationController.hasBackground property to true.
mouseUpHandler(e:flash.events:MouseEvent) — method, class app.kutout.tools.ForegroundTool
If mouse up, we set the SegmentationController.hasForeground property to true.
mouseUpHandler(e:flash.events:MouseEvent) — method, class app.kutout.tools.cursors.CircleCursor
When the mouse is released, we check to make sure it is in bounds of the referenceSprite.
mouseUpPoint — Property, class app.kutout.tools.SelectionTool
Point of where the mouse up occured on the canvas.
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