| 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 |
| backgroundAlpha — Property in class com.yworks.canvas.CanvasComponent |
|
Sets the alpha value of the canvas background color. |
| backgroundColor — Property in class com.yworks.canvas.CanvasComponent |
|
Sets the background color of the canvas. |
| backgroundColor — Property in class com.yworks.io.ExportOptions |
|
The custom background color to be used for the export. |
| backgroundFill — Property in class com.yworks.graph.drawing.IconLabelStyle |
|
Gets the fill to use for the background box of the label or null
|
| backgroundFill — Property in interface com.yworks.graph.drawing.ISimpleLabelStyle |
|
Gets the fill to use for the background box of the label or null
|
| backgroundFill — Property in class com.yworks.graph.drawing.SimpleLabelStyle |
|
Gets or sets the stroke to use for the background box of the label or null
|
| backgroundGroup — Property in class com.yworks.ui.GraphCanvasComponent |
|
Gets or sets the BackgroundGroup property. |
| backgroundGroupChanged — Event in class com.yworks.ui.GraphCanvasComponent |
|
Dispatched when the backgroundModeGroup property changed. |
| BACKGROUND_GROUP_CHANGED — Constant static property in class com.yworks.ui.GraphCanvasComponent |
|
|
| backgroundStroke — Property in class com.yworks.graph.drawing.IconLabelStyle |
|
Gets the pen to use for the background box of the label or null
|
| backgroundStroke — Property in interface com.yworks.graph.drawing.ISimpleLabelStyle |
|
Gets the pen to use for the background box of the label or null
|
| backgroundStroke — Property in class com.yworks.graph.drawing.SimpleLabelStyle |
|
Gets or sets the pen to use for the background box of the label or null
|
| base64 — Property in class com.yworks.graph.drawing.SWFNodeStyle |
|
Set the Base64-encoded byte array of the SWF file that
should be used as a node representation. |
| base64 — Property in class com.yworks.graph.drawing.compat.JavaImageNodeStyle |
|
The base64 string that encodes the image that should be
displayed by this style. |
| before(reference:com.yworks.canvas:ICanvasObject) — Method in interface com.yworks.canvas.ICanvasObject |
|
Moves this instance exactly before the reference item in the referenced item's group
rendering list, so that it will
be painted directly behind the given reference. |
| begin(t:com.yworks.support:TransitionEvent) — Method in class com.yworks.canvas.input.ClickInputMode |
|
|
| begin(evt:com.yworks.support:TransitionEvent) — Method in class com.yworks.canvas.input.MarqueeSelectionInputMode |
|
Called by the state machine to begin the marquee selection
when the mouse is dragged. |
| begin(te:com.yworks.support:TransitionEvent) — Method in class com.yworks.canvas.input.MoveViewportInputMode |
|
Called by the state machine to begin the dragging when the mouse is dragged. |
| beginCompoundEdit(undoName, redoName) — Method in interface com.yworks.support.IUndoSupport |
|
Starts a compound unit of edits. |
| beginCompoundEdit(undoName, redoName) — Method in class com.yworks.support.UndoEngine |
|
Begins a compound edit that will use the provided name
|
| beginDrag(t:com.yworks.support:TransitionEvent) — Method in class com.yworks.canvas.input.HandleInputMode |
|
Called by the state machine if a beginning drag gesture has been recognized. |
| beginDrag(evt:com.yworks.support:TransitionEvent) — Method in class com.yworks.canvas.input.MoveInputMode |
|
Callback used by the state machine to initialize the dragging. |
| beginDragging(handle:com.yworks.canvas.input:IHandle) — Method in class com.yworks.canvas.input.HandleInputMode |
|
Method that can be used to initialize the dragging of a given handle by hand. |
| beginEdit(undoName, redoName, items:com.yworks.support:Iterable) — Method in interface com.yworks.support.IUndoSupport |
|
Calling this method indicates to the callee that items are going to be modified. |
| beginFill(color, alpha) — Method in class com.yworks.canvas.drawing.YGraphics |
|
Specifies a simple one-color fill that Flash Player uses for subsequent calls to other Graphics methods. |
| beginGradientFill(type, colors, alphas, ratios, matrix, spreadMethod, interpolationMethod, focalPointRatio) — Method in class com.yworks.canvas.drawing.YGraphics |
|
Specifies a gradient fill that Flash Player uses for subsequent calls to other Graphics methods. |
| beginHitTestable — Property in class com.yworks.graph.input.CreateBendInputMode |
|
Gets or sets the IHitTestable that determines where bends may be created. |
| beginHitTestable — Property in class com.yworks.graph.input.CreateEdgeInputMode |
|
Gets or sets an IHitTestable that determines whether it is valid to start
an edge creation gesture here. |
| bend — Property in class com.yworks.graph.input.BendCreatedEvent |
|
Returns the bend that was created. |
| BEND — Constant static property in class com.yworks.canvas.input.HitTest |
|
Hits on bends should be tested
|
| BEND — Constant static property in class com.yworks.graph.model.GraphItemTypes |
|
Constant for bends. |
| BEND_ADDED — Constant static property in class com.yworks.graph.model.GraphEventKind |
|
A bend was added. |
| bendAt(index) — Method in class com.yworks.graph.model.BendList |
|
Returns the IBend at position index in this list. |
| bendAt(index) — Method in interface com.yworks.graph.model.IBendList |
|
Returns the IBend at position index in this list. |
| BEND_CHANGED — Constant static property in class com.yworks.graph.model.GraphEventKind |
|
A bend was changed. |
| bendCreated — Event in class com.yworks.graph.input.CreateBendInputMode |
|
Dispatched when a new bend has been created
|
| BEND_CREATED — Constant static property in class com.yworks.graph.input.BendCreatedEvent |
| |
| BendCreatedEvent — Class in package com.yworks.graph.input |
|
An Event which is dispatched when a new bend was created. |
| BendCreatedEvent(bend:com.yworks.graph.model:IBend) — Constructor in class com.yworks.graph.input.BendCreatedEvent |
|
The constructor takes the created bend as parameter. |
| bendCreationAllowed — Property in class com.yworks.graph.input.CreateEdgeInputMode |
|
Determines whether or not to allow the creation of bends. |
| BendList — Class in package com.yworks.graph.model |
|
A simple implementation of a list of IBends. |
| BendList(bends:com.yworks.support:List) — Constructor in class com.yworks.graph.model.BendList |
|
Creates a new BendList. |
| bendLocationChanged(bend:com.yworks.graph.model:IBend, oldLocation:com.yworks.canvas.geom:IPoint) — Method in interface com.yworks.graph.model.IBendLocationChangedListener |
|
Is called, when the location of a bend has changed. |
| BEND_REMOVED — Constant static property in class com.yworks.graph.model.GraphEventKind |
|
A bend was removed. |
| bends — Property in class com.yworks.graph.model.DefaultEdge |
|
Provides access to a collection of IBends that
describe the geometry of this edge. |
| bends — Property in class com.yworks.graph.model.DefaultGraph |
|
A collection view over the bends of the edges contained in this graph. |
| bends — Property in interface com.yworks.graph.model.IEdge |
|
Provides access to a collection of IBends that
describe the geometry of this edge. |
| bends — Property in interface com.yworks.graph.model.IGraph |
|
A collection view over the bends of the edges contained in this graph. |
| BevelNodeStyle — Class in package com.yworks.graph.drawing |
|
Simple basic implementation of the IBevelNodeStyle
that is used by the BevelNodeStyleRenderer. |
| BevelNodeStyle(renderer:com.yworks.graph.drawing:BevelNodeStyleRenderer) — Constructor in class com.yworks.graph.drawing.BevelNodeStyle |
|
Creates a new instance of this style. |
| BevelNodeStyleDeserializer — Class in package com.yworks.io.graphml.reader.deserializer |
|
A deserializer implementation that deserializes BevelNodeStyle instances. |
| BevelNodeStyleRenderer — Class in package com.yworks.graph.drawing |
|
A INodeStyleRenderer implementation that draws a
rounded rectangle with a bevel border in a 'shiny plate' fashion. |
| BevelNodeStyleRenderer(style:com.yworks.graph.drawing:IBevelNodeStyle) — Constructor in class com.yworks.graph.drawing.BevelNodeStyleRenderer |
| |
| BevelNodeStyleSerializer — Class in package com.yworks.graph.drawing |
|
Serializer for BevelNodeStyle instances. |
| BitmapCache — Class in package com.yworks.util |
|
A global cache for bitmap data. |
| BitmapNodeStyle — Class in package com.yworks.graph.drawing |
|
A node style than can use bitmap images for the visual representation of a node. |
| BitmapNodeStyle(styleRenderer:com.yworks.graph.drawing:BitmapNodeStyleRenderer, image) — Constructor in class com.yworks.graph.drawing.BitmapNodeStyle |
|
Constructor. |
| BitmapNodeStyleDeserializer — Class in package com.yworks.io.graphml.reader.deserializer |
|
A deserializer implementation that deserializes BitmapNodeStyle instances. |
| BitmapNodeStyleRenderer — Class in package com.yworks.graph.drawing |
|
An IStyleRenderer that can handle BitmapNodeStyle instances. |
| BitmapNodeStyleSerializer — Class in package com.yworks.io.graphml.writer.serializer |
|
Serializer for BitmapNodeStyle instances. |
| BLACK — Constant static property in class com.yworks.graph.drawing.Fills |
| |
| BLACK — Constant static property in class com.yworks.graph.drawing.Strokes |
| |
| BLUE — Constant static property in class com.yworks.graph.drawing.Fills |
| |
| BLUE — Constant static property in class com.yworks.graph.drawing.Strokes |
| |
| BoolHitTestable — Class in package com.yworks.canvas.drawing |
|
A HitTestable that always returns the boolean value
passed to the constructor. |
| BoolHitTestable(b) — Constructor in class com.yworks.canvas.drawing.BoolHitTestable |
|
Creates an instance which always returns the passed value. |
| BORDER — Constant static property in class com.yworks.canvas.input.RectangleHandlePositions |
|
A combined bitset of all possible handle positions at the border of a rectangle. |
| BoundsProvider — Class in package com.yworks.canvas.drawing |
|
Simple default implementation of IBoundsProvider
that returns a constant rectangle instance. |
| BoundsProvider(rect:com.yworks.canvas.geom:IRectangle) — Constructor in class com.yworks.canvas.drawing.BoundsProvider |
|
Creates an instance that return the given model as the bounds. |
| brightenHighlightBy — Property in class com.yworks.graph.drawing.ShapeNodeStyleRenderer |
|
The value to brighten the stroke color by
when drawing border highlights. |
| buttonDown — Property in class com.yworks.canvas.input.CanvasMouseEvent |
|
Indicates whether the primary mouse button is pressed
(true) or not (false). |
| bytes — Property in class com.yworks.graph.drawing.SWFNodeStyle |
|
Get or set the byte array the represents the SWF file
which is used as a node representation. |
|
| 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 |