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  
BaseWireRenderer — Class in package com.flextoolbox.controls.wireClasses
An abstract base class for IWireRenderer implementations.
BaseWireRenderer() — Constructor in class com.flextoolbox.controls.wireClasses.BaseWireRenderer
Constructor.
beginConnectionRequest — Event in class com.flextoolbox.controls.WireSurface
Dispatched when a registered WireJack wants to make a connection with another WireJack.
beginConnectionRequest(startJack:com.flextoolbox.controls:WireJack) — Method in class com.flextoolbox.controls.WireSurface
Called by a registered WireJack, this begins a connection request.
beginConnectionRequest — Event in interface com.flextoolbox.managers.IWireManager
Dispatched when a registered WireJack wants to make a connection with another WireJack.
beginConnectionRequest(startJack:com.flextoolbox.controls:WireJack) — Method in interface com.flextoolbox.managers.IWireManager
Called by a registered WireJack, this begins a connection request.
beginConnectionRequest — Event in class com.flextoolbox.managers.WireManager
Dispatched when a registered WireJack wants to make a connection with another WireJack.
beginConnectionRequest(jack:com.flextoolbox.controls:WireJack) — Method in class com.flextoolbox.managers.WireManager
Called by a registered WireJack, this begins a connection request.
BEGIN_CONNECTION_REQUEST — Constant static property in class com.flextoolbox.events.WireManagerEvent
The WireManagerEvent.BEGIN_CONNECTION_REQUEST constant defines the value of the type property of a WireManagerEvent object for a beginConnectionRequest event, which indicates that a WireJack is attempting to connect to other compatible WireJack instances.
bezierPrecision — Style in class com.flextoolbox.controls.wireClasses.DefaultWireRenderer
BezierUtil — Class in package com.joshtynjala.utils
Utility functions used for drawing bezier curves.
binomialCoefficient(n, k) — Static method in class com.joshtynjala.utils.MathUtil
Calculate the binomial coefficient of two integers
borderColor — Style in class com.flextoolbox.controls.wireClasses.DefaultWireRenderer
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