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  
a(c) — Static method in class org.juicekit.flare.util.Colors
Returns the alpha component of a color value
addEventListener(type, listener, useCapture, priority, useWeakReference) — Method in class org.juicekit.flare.util.palette.ColorPalette
addEventListeners() — Method in class org.juicekit.visual.controls.FlareControlBase
Add any event listeners to the Visualization instance.
adjustBrightness — Property in class org.juicekit.flare.util.Colors
adjustContrast(c, step) — Static method in class org.juicekit.flare.util.Colors
(NodeBox) Adjust the contrast of an input color
adjustContrast(step) — Method in class org.juicekit.flare.util.palette.ColorPalette
(NodeBox) Adjust contrast on all the colors in the input list
adjustHsv(color, h, s, v, a) — Static method in class org.juicekit.flare.util.Colors
Returns the RGB color value for a color adjusted by factors in HSV (hue, saturation, value) color space.
adjustHue(color, h, a) — Static method in class org.juicekit.flare.util.Colors
adjustSaturation(color, s, a) — Static method in class org.juicekit.flare.util.Colors
adjustStyle(cssSelector, cssProperty, colorAdjustmentFunction) — Static method in class org.juicekit.flare.util.Colors
Adjust a style declaration using one of the color adjustments For example, to darken the text color of all buttons adjustStyle('Button', 'color', Colors.darken);
adjustValue(color, v, a) — Static method in class org.juicekit.flare.util.Colors
alphanumCompare(left, right) — Static method in class org.juicekit.util.collection.AlphanumSort
Public function intended to be used directly by sortable types such as ICollectionView or types that accept custom comparison functions (e.g., DataGridColumn).
AlphanumSort — Final class in package org.juicekit.util.collection
The AlphanumSort class implements the natural sorting algorithm outlined at http://www.davekoelle.com/alphanum.html.
AlphanumSort() — Constructor in class org.juicekit.util.collection.AlphanumSort
Constructor.
analagous(c, angle, contrast) — Static method in class org.juicekit.flare.util.palette.ColorPalette
Returns colors that are next to each other on the wheel.
analog(c, angle, d) — Static method in class org.juicekit.flare.util.Colors
Return colors that are similar to c
analog() — Method in class org.juicekit.flare.util.palette.ColorPalette
(NodeBox) Get analagous colors for all colors in the input list
arrayIndexProperty(item, column) — Static method in class org.juicekit.util.helper.Formatter
Provided as an auxillary function to access an array-based named property value as a String.
asFlareProperty(propertyName) — Method in class org.juicekit.visual.controls.FlareControlBase
Return a flare-style data property string.
AutoDataGrid — Class in package org.juicekit.visual.controls
AutoTextField — Class in package org.juicekit.visual.controls
The AutoTextField class supports directly editing a static-like text field.
AutoTextField() — Constructor in class org.juicekit.visual.controls.AutoTextField
Constructor.
AutoTextFieldEvent — Class in package org.juicekit.events
The AutoTextFieldEvent class defines an event to signal a AutoTextField object's text was changed.
AutoTextFieldEvent(type, bubbles, cancelable, oldText, newText) — Constructor in class org.juicekit.events.AutoTextFieldEvent
Constructor.
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