Contents
- Usage
- Using the Library
- Using the Themes
- Using the Demo App
- Components
- Accordion
- AnimatedImage
- AutoComplete
- AutoFitText
- BarCode
- BitmapAdjustments
- ButtonBar
- Calculator
- Calendar
- CAPTCHA
- CarouselLayout
- CarouselList
- Clocks
- Colorizer
- ColorPicker
- ColorSpacePicker
- CompassContainer
- CoverflowLayout
- CoverflowList
- CursorManager
- DatePicker
- DockingCompassContainer
- Donut Chart
- ExpandingContainer
- FieldSet
- Filters
- FlexContextMenu
- FloatPaneControlBar
- Funnel Chart
- GraphicsEditor
- Heatmap
- HtmlDragDrop
- HtmlFrame
- HtmlGeolocation
- iCalendarParser
- iCalendarRecurrence
- IconButton
- Linear Gauges
- Magnifier
- Menu and MenuBar
- MiniViewport
- PackedLayout
- PackedList
- Pane
- PopUpButton
- ProgressDisplay
- Radar
- Radial Gauge
- Rating
- ReflectionContainer
- RichTextEditor
- RotaryField
- SafariMouseWheelFix
- Scroller
- Separators
- SliderField
- Sparklines
- TabPaneNavigator
- TextInput
- TimebarContainer
- Timeline
- TimeMachineLayout
- TimeMachineList
- TimePicker
- ToggleSwitchDesktop
- TransformContainer
- TreeMap
- ViewStack
- WheelList
GraphicsEditor
Overview
The graphics editor is incomplete and the code is in an alpha state.
Supports 14 interaction modes:
- NONE
- SELECT_FRONT
- SELECT_BEHIND
- CROP
- BITMAP_LASSO
- WAND
- BRUSH
- FLOOD_FILL
- DISTORT
- VECTOR
- TEXT
- ZOOM_IN
- ZOOM_OUT
- GRABBER
Features
- Undo / redo support.
- Brush hardness, alpha support.
- Selection, rotation, and depth support.
- Wand and Flood fill: tolerance, AA, and alpha support.
- Eraser and brushes supporting anti-alias, alpha, and weight.
- Brush Modes: draw, erase, blur, sharpen, pinch, bloat.
- 3 vector shapes are supported: LINE, RECTANGLE, and ELLIPSE.
- 2 brush shapes are currently supported: SQUARE and CIRCLE.
- Marching Ants animation support for the WAND and BITMAP_LASSO mode.
- Bitmap selection tolerance.
- Adding, removing, and editing text.
- Zooming in/out on the cursor position.
- Selection lassos.
- Grouping support.
- Auto scrolling.
- Fitting content to the canvas, canvas transparency.
- Bitmap exporting.
See the demo.
Back To Top