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  
aaCircle(bmp, px, py, r, c) — Static method in class efnx.gfx.Raster
Draw an anti-aliased circle
aaLine(bmp, x1, y1, x2, y2, c) — Static method in class efnx.gfx.Raster
Draw an anti-aliased line
addContent(child) — Method in class efnx.gui.ScrollArea
Adds a Display Object to the ScrollArea as content.
addContent(child) — Method in class efnx.gui.Window
Adds content to the ScrollArea.
addContentAt(child, index) — Method in class efnx.gui.ScrollArea
Adds a Display Object to the ScrollArea as content at the level index .
addContentAt(child, index) — Method in class efnx.gui.Window
Adds a Display Object to the ScrollArea as content at the level index .
addEventListener(type, listener, useCapture, priority, useWeakReference) — Static method in class efnx.general.Component
Registers an event listener object with an EventDispatcher object so that the listener receives notification of an event.
angleBetweenSlopes(m1, m2) — Static method in class efnx.gfx.BitmapAnalyzer
Returns the angle between two lines with slope m1 and m2
averageMidPoint(vertices) — Static method in class efnx.gfx.BitmapAnalyzer
Returns the middle point between a set of points by averaging all x's and y's
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