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  
data — Property in class com.flextoolbox.controls.InputWireJack
The data associated with this jack.
data — Property in class com.flextoolbox.controls.WireJack
The data associated with this jack.
dataChange — Event in class com.flextoolbox.controls.WireJack
Dispatched when the value of the data property of the WireJack changes.
dataFormat — Property in class com.flextoolbox.controls.WireJack
The format of the data associated with this jack.
defaultWireManager — Static property in class com.flextoolbox.managers.WireManager
The default wire manager that is used if no wire manager is specified.
DefaultWireRenderer — Class in package com.flextoolbox.controls.wireClasses
A simple wire renderer that uses bezier curves to draw a line between two jacks.
DefaultWireRenderer() — Constructor in class com.flextoolbox.controls.wireClasses.DefaultWireRenderer
Constructor.
degreesToRadians(degrees) — Static method in class com.yahoo.astra.utils.GeomUtil
Converts an angle from degrees to radians.
deleteConnection — Event in class com.flextoolbox.controls.WireSurface
Dispatched when a connection is deleted between two WireJack instances.
deleteConnection — Event in interface com.flextoolbox.managers.IWireManager
Dispatched when a connection is deleted between two WireJack instances.
deleteConnection — Event in class com.flextoolbox.managers.WireManager
Dispatched when a connection is deleted between two WireJack instances.
DELETE_CONNECTION — Constant static property in class com.flextoolbox.events.WireManagerEvent
The WireManagerEvent.DELETE_CONNECTION constant defines the value of the type property of a WireManagerEvent object for a deleteConnection event, which indicates that two WireJack instances have been disconnected.
deleteJack(jack:com.flextoolbox.controls:WireJack) — Method in class com.flextoolbox.controls.WireSurface
Removes a jack's registration with this wire manager.
deleteJack(jack:com.flextoolbox.controls:WireJack) — Method in interface com.flextoolbox.managers.IWireManager
Removes a jack's registration with this wire manager.
deleteJack(jack:com.flextoolbox.controls:WireJack) — Method in class com.flextoolbox.managers.WireManager
Removes a jack's registration with this wire manager.
disconnect(otherJack:com.flextoolbox.controls:WireJack) — Method in class com.flextoolbox.controls.WireJack
Destroys a connection between this jack and another jack.
disconnect(startJack:com.flextoolbox.controls:WireJack, endJack:com.flextoolbox.controls:WireJack) — Method in class com.flextoolbox.controls.WireSurface
Disconnects two connected jacks.
disconnect() — Method in class com.flextoolbox.controls.wireClasses.BaseWireRenderer
Removes the wire, if it is connected to any jacks.
disconnect() — Method in interface com.flextoolbox.controls.wireClasses.IWireRenderer
Removes the wire, if it is connected to any jacks.
disconnect(startJack:com.flextoolbox.controls:WireJack, endJack:com.flextoolbox.controls:WireJack) — Method in interface com.flextoolbox.managers.IWireManager
Disconnects two connected jacks.
disconnect(startJack:com.flextoolbox.controls:WireJack, endJack:com.flextoolbox.controls:WireJack) — Method in class com.flextoolbox.managers.WireManager
Disconnects two connected jacks.
disconnectAll() — Method in class com.flextoolbox.controls.WireJack
Destroys a connection between this jack and any other jacks that are connected to it.
DisconnectCursor — Class in package com.flextoolbox.skins.cursor
Scissors skin for the wire disconnect cursor.
disconnectCursorSkin — Style in class com.flextoolbox.controls.wireClasses.DefaultWireRenderer
disconnectWire — Event in class com.flextoolbox.controls.WireJack
Dispatched when a connected wire is removed from the WireJack instance.
DISCONNECT_WIRE — Constant static property in class com.flextoolbox.events.WireJackEvent
The WireJackEvent.WIRE_DISCONNECT constant defines the value of the type property of a WireJackEvent object for a wireDisconnect event, which indicates that a Wire has been disconnected from the target WireJack.
DisplayObjectUtil — Class in package com.yahoo.astra.utils
Utility functions for use with DisplayObjects.
dotProduct(u, v) — Static method in class com.joshtynjala.utils.PointUtil
Calculates the dot product of two points.
dragImage — Style in class com.flextoolbox.controls.WireJack
The class used to create the drag image.
dragImageStyleName — Style in class com.flextoolbox.controls.WireJack
If the dragImage supports styleNames, this value is used.
drawArc(target, centerX, centerY, startDegrees, arcDegrees, radius, yRadius) — Static method in class com.joshtynjala.utils.GraphicsUtil
Draws a regular or elliptical arc segment.
drawBezierCurve(graphics, start, end, controls, precision) — Static method in class com.joshtynjala.utils.BezierUtil
Draws a bezier curve.
drawBurst(target, x, y, pointCount, innerRadius, outerRadius, startDegrees) — Static method in class com.joshtynjala.utils.GraphicsUtil
Draws a star-like burst.
drawDashedLine(target, xStart, yStart, xEnd, yEnd, dashSize, gapSize) — Static method in class com.joshtynjala.utils.GraphicsUtil
Draws a dashed line between two points.
drawGear(target, centerX, centerY, sideCount, innerRadius, outerRadius, startDegrees, holeSideCount, holeRadius) — Static method in class com.joshtynjala.utils.GraphicsUtil
Draws a gear, a cog with teeth and a hole in the middle where an axle may be placed.
drawPolygon(target, centerX, centerY, sideCount, radius, startDegrees) — Static method in class com.joshtynjala.utils.GraphicsUtil
Draws a regular polygon with the specified number of sides.
drawStar(target, centerX, centerY, pointCount, innerRadius, outerRadius, startDegrees) — Static method in class com.joshtynjala.utils.GraphicsUtil
Draws a star-shaped polygon.
DynamicRegistration — Class in package com.yahoo.astra.utils
Allows you to manipulate display objects based on a registration point other than the standard (0,0).
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