All Projects → joshtynjala → flextreemap

joshtynjala / flextreemap

Licence: other
TreeMap data visualization component for Adobe Flex

Programming Languages

actionscript
884 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to flextreemap

starling-preloader
An example preloader for Starling Framework running in Adobe Flash Player in a web browser
Stars: ✭ 24 (+9.09%)
Mutual labels:  flash, adobe-flash, adobe-air, adobe-flash-player
astra-flash
Fork of Astra Flash components
Stars: ✭ 15 (-31.82%)
Mutual labels:  flash, adobe-flash, adobe-air, adobe-flash-player
Zeroclipboard
The ZeroClipboard library provides an easy way to copy text to the clipboard using an invisible Adobe Flash movie and a JavaScript interface.
Stars: ✭ 6,650 (+30127.27%)
Mutual labels:  flash, adobe-flash, apache-flex, adobe-flex
Starling Framework
The Cross Platform Game Engine
Stars: ✭ 2,399 (+10804.55%)
Mutual labels:  flash, adobe-air
feathersui-starling
User interface components for Starling Framework and Adobe AIR
Stars: ✭ 920 (+4081.82%)
Mutual labels:  adobe-air, adobe-flash-player
Adobe-Runtime-Support
Report, track and discuss issues in Adobe AIR. Monitored by Adobe - and HARMAN - and maintained by the AIR community.
Stars: ✭ 163 (+640.91%)
Mutual labels:  adobe-air, adobe-flash-player
feathersui-starling-sdk
SDK for building Feathers UI (Starling) applications with MXML
Stars: ✭ 41 (+86.36%)
Mutual labels:  adobe-air, adobe-flash-player
bulmil
💄 A agnostic UI components library based on Web Components, made with Bulma & Stencil.
Stars: ✭ 121 (+450%)
Mutual labels:  ui-components
anim search bar
A flutter package that has an animated search bar with loads of customization
Stars: ✭ 28 (+27.27%)
Mutual labels:  ui-components
aframe-colorwheel-component
A-Frame Colorwheel. Based on A-Painter and A-Frame Material 🎨🅰
Stars: ✭ 16 (-27.27%)
Mutual labels:  ui-components
android-treemap
Treemap visualizations for Android
Stars: ✭ 32 (+45.45%)
Mutual labels:  treemap
oojs-ui
OOUI is a modern JavaScript UI library with strong cross-browser support. It is the standard library for MediaWiki and Wikipedia. This is a mirror from https://gerrit.wikimedia.org. Main website:
Stars: ✭ 45 (+104.55%)
Mutual labels:  ui-components
laratify
Laravel UI Components using TailwindCSS & AlpineJS
Stars: ✭ 13 (-40.91%)
Mutual labels:  ui-components
rules
One Framework to build a highly declarative and customizable UI without using templates.
Stars: ✭ 38 (+72.73%)
Mutual labels:  ui-components
wlui
wl-ui 精美易用的前端复杂组件解决方案。Beautiful and easy-to-use front-end complex component solution
Stars: ✭ 32 (+45.45%)
Mutual labels:  ui-components
SwiftUI-Color-Kit
SwiftUI Color Pickers, Gradient Pickers And All The Utilities Needed To Make Your Own!
Stars: ✭ 120 (+445.45%)
Mutual labels:  ui-components
CheckMarkView
UI view which draws programmatically a checkmark with different styles
Stars: ✭ 35 (+59.09%)
Mutual labels:  ui-components
a11y-accordion-tabs
A script for an accessible accordion tabs component
Stars: ✭ 50 (+127.27%)
Mutual labels:  ui-components
todo-app
An Adobe AIR mobile app that uses the Firebase V3 API to save users to do's lists and manage their accounts.
Stars: ✭ 19 (-13.64%)
Mutual labels:  adobe-air
Bulma.io-axure
AxureRP Library with Bulma.io components
Stars: ✭ 90 (+309.09%)
Mutual labels:  ui-components
  __ _         _            _ _             
 / _| |_____ _| |_ ___  ___| | |__  _____ __
|  _| / -_) \ /  _/ _ \/ _ \ | '_ \/ _ \ \ /
|_| |_\___/_\_\\__\___/\___/_|_.__/\___/_\_\

TreeMap Component for Adobe Flex
Created by Josh Tynjala

---------------------------------------------------------------------------------
Links:
---------------------------------------------------------------------------------

Project Page:
   * http://github.com/joshtynjala/flextreemap

---------------------------------------------------------------------------------
Usage Tips:
---------------------------------------------------------------------------------

1. flextreemap uses a defaults.css for maximum compatibility with Flex 4. The
default styles and skins only get included automatically when you link the
project into your Flex application as a SWC. If you need to make source code
changes, you should build a new SWC. See build.xml for details on recommended
compiler arguments.

2. Two custom renderers are included with flextreemap. Use them for a more
basic looking treemap without gradients.

	com.flextoolbox.controls.treeMapClasses.LiteTreeMapBranchRenderer
	com.flextoolbox.controls.treeMapClasses.LiteTreeMapLeafRenderer

---------------------------------------------------------------------------------
Release Notes:
---------------------------------------------------------------------------------

Future Release
   * Fixed incorrect branch depth value.

October 15, 2010 - 2.2.0
   * Added StripLayout.
   * Fixed issue where border metrics and padding didn't combine.
   * Fixed bug where weightField and weightFunction changes at runtime
     would have no effect.
   * Fonts can now be embedded for leaf renderers.
   * Fixed bug where SquarifyLayout could get stuck in an infinite loop.
   * Now supports Flex 4.0.0. Minimum version is 3.5.0.

December 10, 2008 - 2.1.0
   * Reduced the number of display list manipulations in every redraw to
     improve performance.
   * Performance improvements in the skinning and font style code for
     TreeMapLeafRenderer.
   * Refactored SquarifyLayout to use a non-recursive algorithm. Now
     supports larger data sets.
   * Moved old implementation of SquarifyLayout to
     RecursiveSquarifyLayout class.
   * TreeMap now dispatches TreeMapEvent.BRANCH_ZOOM when the
     zoomedBranch property changes.
   * Added ASDoc comments where they were missing. Some branch and leaf
     renderer styles may not yet be documented.
   * The appearance of selected leaf nodes has been tweaked.
   * TreeMap now behaves correctly when enabled is set to false.
   * Added branchLabelField, branchLabelFunction, branchDataTipField,
     and branchDataTipFunction properties.
   * Requires at least Flex 3.2.0.

May 26, 2008 - 2.0.0
   * Many public APIs have been renamed to clarify purpose.
   * Refactored renderer and layout system to improve performance.
   * Special "lite" renderers are available to match classic treemap
     style.
   * Branches may be selected. See branchesAreSelectable property.
   * Header now includes a zoom button. Main header button controls
     selection.
   * Support for showRoot and hasRoot like Flex Tree.
   * Branch headers are now created with IFactory renderers and may be
     replaced.
   * Default branch header exposes zoom button.
   * Default branch header has resize transition to display truncated
     text.
   * Requires at least Flex 3.0.0.

January 21, 2008 - 1.0.1
   * Renamed the headerStyleName style to branchHeaderStyleName to avoid
     conflicts with other Flex components.
   * Updated build to use Flex SWCs external libraries to reduce build
     file size.

November 11, 2007 - 1.0.0
   * Initial Release for Flex 2.0.1
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].