| 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 |
| abort() — Method in class com.kapit.diagram.actions.Action |
|
Terminates the execution of this action with success
equal to false. |
| abort() — Method in class com.kapit.diagram.actions.ActionsManager |
|
Aborts the execution of any active action and activates the activetool. |
| abort() — Method in class com.kapit.diagram.actions.ComplexAction |
|
Terminates the execution of this action with success
equal to false. |
| abort() — Method in class com.kapit.diagram.actions.DragLinkAction |
|
Terminates the execution of this action with success
equal to false. |
| abort() — Method in class com.kapit.diagram.actions.LinkAction |
|
Terminates the execution of this action with success
equal to false. |
| abort() — Method in class com.kapit.diagram.actions.TextEditAction |
|
Aborts the TextEditAction processing and recovers the previous TextField content. |
| abort() — Method in class com.kapit.diagram.actions.TransformAction |
|
Aborts the TextEditAction processing and recovers the previous TextField content. |
| abort() — Method in class com.kapit.diagram.tools.HandTool |
| |
| abort() — Method in interface com.kapit.diagram.tools.IUIController |
| |
| abort() — Method in class com.kapit.diagram.tools.LinkTool |
| |
| abort() — Method in class com.kapit.diagram.tools.SelectTool |
| |
| abort() — Method in class com.kapit.diagram.tools.TransformTool |
| |
| AbortAction — Class in package com.kapit.diagram.actions |
| |
| AbortAction() — Constructor in class com.kapit.diagram.actions.AbortAction |
|
Creates a new AbortAction instance having "abort" as
ID and the ESCAPE key as keycode. |
| acceptAction(id) — Method in class com.kapit.diagram.library.SVGAsset |
|
Determines if the SVGAsset can accept a determined action. |
| acceptActionBounds(id, target) — Method in class com.kapit.diagram.library.SVGAsset |
|
Get the rectangles where the action can occur. |
| acceptActionBounds(target, nearestPoint, reserve, compositionBound) — Method in class com.kapit.diagram.view.DiagramSprite |
| |
| _acceptlinkcursor — Property in class com.kapit.diagram.actions.LinkAction |
|
Icon to be displayed when link action is permitted and accepted. |
| acceptLinkSource(el:com.kapit.diagram:IDiagramElement, source:com.kapit.diagram:IDiagramElement) — Method in class com.kapit.diagram.model.DiagramModel |
| |
| acceptLinkSource(el:com.kapit.diagram:IDiagramElement, source:com.kapit.diagram:IDiagramElement) — Method in interface com.kapit.diagram.model.ISpriteProxy |
| |
| acceptLinkTarget(el:com.kapit.diagram:IDiagramElement, target:com.kapit.diagram:IDiagramElement) — Method in class com.kapit.diagram.model.DiagramModel |
| |
| acceptLinkTarget(el:com.kapit.diagram:IDiagramElement, target:com.kapit.diagram:IDiagramElement) — Method in interface com.kapit.diagram.model.ISpriteProxy |
| |
| acceptPropertyModification(el:com.kapit.diagram:IDiagramElement, propname, propvalue, shapeid) — Method in class com.kapit.diagram.model.DiagramModel |
| |
| acceptPropertyModification(el:com.kapit.diagram:IDiagramElement, propname, propvalue, shapeid) — Method in interface com.kapit.diagram.model.IObjectProxy |
| |
| acceptRemoveObject(el:com.kapit.diagram:IDiagramElement) — Method in class com.kapit.diagram.model.DiagramModel |
| |
| acceptRemoveObject(el:com.kapit.diagram:IDiagramElement) — Method in interface com.kapit.diagram.model.IObjectProxy |
| |
| acceptTarget(el:com.kapit.diagram:IDiagramElement, disp) — Method in class com.kapit.diagram.actions.LinkAction |
|
Checks the target (a Diagram Element) validity and accepts it as an input link. |
| action — Property in class com.kapit.diagram.actions.ActionsManagerEvent |
|
String reference (ID) of an Action. |
| _action — Property in class com.kapit.diagram.ui.DrawLinkUI |
|
Link action used in the link drawing process. |
| Action — Class in package com.kapit.diagram.actions |
| |
| Action(id) — Constructor in class com.kapit.diagram.actions.Action |
|
Creates a new Action instance having id as ID. |
| actionDoubleClick(event) — Method in class com.kapit.diagram.view.DiagramSprite |
|
Handles "Double Click" mouse event on this DiagramSprite by triggering the current selected action
in the view ActionManger. |
| actionMouseDown(event) — Method in class com.kapit.diagram.view.DiagramSprite |
|
Handles "Mouse Down" mouse event on this DiagramSprite by triggering the current selected action
in the view ActionManger. |
| ACTION_NULLID — Constant static property in class com.kapit.diagram.DiagramError |
| |
| ACTION_RUNNING — Constant static property in class com.kapit.diagram.actions.ActionsManagerEvent |
|
String representation telling that ActionManager is performing a given Action (Action is running). |
| actionRunningHandler(event:com.kapit.diagram.actions:ActionsManagerEvent) — Method in class com.kapit.diagram.ui.DiagramObjectUI |
|
Defining Diagram Object UI behaviour and children status while a given action is running (after detecting an ActionManagerEvent). |
| actionRunningHandler(event:com.kapit.diagram.actions:ActionsManagerEvent) — Method in class com.kapit.diagram.ui.DiagramSpriteUI |
|
Disables Link Bar when a Diagram Action is running (after detecting an ActionManagerEvent). |
| _actions — Property in class com.kapit.diagram.actions.ActionsManager |
|
Array of supported Action class instances (like abort action, delete action...). |
| actionsmanager — Property in class com.kapit.diagram.view.DiagramView |
|
The ActionManager used by this DiagramView to manage registered actions (enable, disable, remove...). |
| ActionsManager — Class in package com.kapit.diagram.actions |
| |
| ActionsManager(view:com.kapit.diagram.view:DiagramView) — Constructor in class com.kapit.diagram.actions.ActionsManager |
|
Creates a new ActionsManager instance which will manage the actions
triggered in the DiagramView object view. |
| ActionsManagerEvent — Class in package com.kapit.diagram.actions |
| |
| ActionsManagerEvent(type, action, s) — Constructor in class com.kapit.diagram.actions.ActionsManagerEvent |
|
Creates a new ActionManagerEvent instance. |
| ACTION_STOPPED — Constant static property in class com.kapit.diagram.actions.ActionsManagerEvent |
|
String representation telling that ActionManager have stopped a given action (Action is stopped). |
| actionStoppedHandler(event:com.kapit.diagram.actions:ActionsManagerEvent) — Method in class com.kapit.diagram.ui.DiagramObjectUI |
|
Defining Diagram Object UI behaviour and children status when a given action stops running (after detecting an ActionManagerEvent). |
| actionStoppedHandler(event:com.kapit.diagram.actions:ActionsManagerEvent) — Method in class com.kapit.diagram.ui.DiagramSpriteUI |
|
Enables Link Bar when a Diagram Action stops (after detecting an ActionManagerEvent). |
| activate(a) — Method in class com.kapit.diagram.controls.GriddedButton |
|
Activates or deactivates the GriddedButton object. |
| activate(view:com.kapit.diagram.view:DiagramView) — Method in class com.kapit.diagram.tools.HandTool |
| |
| activate(view:com.kapit.diagram.view:DiagramView) — Method in interface com.kapit.diagram.tools.IDiagramTool |
| |
| activate(view:com.kapit.diagram.view:DiagramView) — Method in class com.kapit.diagram.tools.LinkTool |
| |
| activate(view:com.kapit.diagram.view:DiagramView) — Method in class com.kapit.diagram.tools.SelectTool |
| |
| activate(view:com.kapit.diagram.view:DiagramView) — Method in class com.kapit.diagram.tools.TransformTool |
| |
| activate(a) — Method in class com.kapit.diagram.ui.DiagramObjectUI |
|
Activates or deactivates this DiagramObjectUI by adding or removing action and mouse listeners to the source Diagram Object View. |
| activate(a) — Method in class com.kapit.diagram.ui.DiagramSpriteUI |
|
Activates or desactivates this DiagramSpriteUI by adding or removing action and mouse listeners to the source Diagram Object View. |
| activate(a) — Method in interface com.kapit.diagram.ui.IDiagramObjectUI |
|
Activates or desactivates this Diagram UI by adding or removing action and mouse listeners to the source Diagram Object View. |
| activate(a) — Method in class com.kapit.diagram.ui.TransformUI |
| |
| _activated — Property in class com.kapit.diagram.actions.ComplexAction |
|
Activation status of this complex action. |
| activated — Property in class com.kapit.diagram.actions.ComplexAction |
|
Indicates whether this ComplexAction is activated or not. |
| _activated — Property in class com.kapit.diagram.controls.AlignementButton |
| |
| _activated — Property in class com.kapit.diagram.controls.GriddedButton |
| |
| _activated — Property in class com.kapit.diagram.controls.GriddedButtonBar |
| |
| activated — Property in class com.kapit.diagram.controls.GriddedButtonBar |
|
Indicates whether the GriddedButtonBar is activated. |
| _activated — Property in class com.kapit.diagram.tools.HandTool |
| |
| activated — Property in class com.kapit.diagram.tools.HandTool |
| |
| activated — Property in interface com.kapit.diagram.tools.IDiagramTool |
| |
| _activated — Property in class com.kapit.diagram.tools.LinkTool |
| |
| activated — Property in class com.kapit.diagram.tools.LinkTool |
| |
| _activated — Property in class com.kapit.diagram.tools.SelectTool |
| |
| activated — Property in class com.kapit.diagram.tools.SelectTool |
| |
| _activated — Property in class com.kapit.diagram.tools.TransformTool |
| |
| activated — Property in class com.kapit.diagram.tools.TransformTool |
| |
| _activated — Property in class com.kapit.diagram.ui.DiagramObjectUI |
|
Activation status of the DiagramObjectUI. |
| activateTransformUI(a) — Method in class com.kapit.diagram.view.DiagramObject |
|
Activates or deactivates the Transform UI in Transform Mode. |
| activateUI(a) — Method in interface com.kapit.diagram.IDiagramElement |
|
Activates or deactivates this IDiagramElement. |
| activateUI(a) — Method in class com.kapit.diagram.layers.DiagramColumn |
|
Activates or deactivates this DiagramColumn. |
| activateUI(a) — Method in class com.kapit.diagram.layers.DiagramColumnContainer |
| |
| activateUI(a) — Method in class com.kapit.diagram.layers.DiagramLayer |
|
Activates or deactivates this DiagramLayer. |
| activateUI(a) — Method in class com.kapit.diagram.layers.DiagramPanel |
|
Activates or deactivates this DiagramPanel. |
| activateUI(a) — Method in class com.kapit.diagram.layers.DiagramPanelsContainer |
|
Activates or deactivates this DiagramPanelsContainer. |
| activateUI(a) — Method in class com.kapit.diagram.view.AnchorPoint |
|
Activates or deactivates this AnchorPoint. |
| activateUI(a) — Method in class com.kapit.diagram.view.DiagramGroup |
|
Activates or deactivates this DiagramGroup children. |
| activateUI(a) — Method in class com.kapit.diagram.view.DiagramObject |
|
Activates or deactivates this DiagramObject. |
| activateUI(a) — Method in class com.kapit.diagram.view.DiagramView |
|
Activates or deactivates this DiagramView. |
| _activeaction — Property in class com.kapit.diagram.actions.ActionsManager |
|
The active action that is currently handeled by the ActionsManager. |
| activeaction — Property in class com.kapit.diagram.actions.ActionsManager |
|
The active action that is currently handeled by the ActionsManager. |
| _activetool — Property in class com.kapit.diagram.actions.ActionsManager |
|
Active IDIagramTool used in the current Diagram View
|
| activetool — Property in class com.kapit.diagram.actions.ActionsManager |
|
ID of the Active tool that is currently used by the ActionsManager. |
| activetool — Property in class com.kapit.diagram.view.DiagramView |
|
Current active tool ID property used by this DiagramView instance. |
| addAction(action:com.kapit.diagram.actions:Action) — Method in class com.kapit.diagram.actions.ActionsManager |
|
Adds a new Action instance supported by the ActionsManager. |
| _addbut — Property in class com.kapit.diagram.layers.DiagramColumnCaption |
|
Add button. |
| _addbut — Property in class com.kapit.diagram.layers.DiagramLaneCaption |
|
Add button. |
| _addbut — Property in class com.kapit.diagram.layers.DiagramPanelCaption |
|
Add button. |
| addChild(child) — Method in class com.kapit.diagram.controls.SVGMenuItemRenderer |
|
Adds a child DisplayObject instance to this DisplayObjectContainer. |
| addChild(child) — Method in class com.kapit.diagram.layers.DiagramLane |
|
Adds a child DisplayObject (DiagramSprite, DiagramLink, DiagramAnnotation or DiagramObjectUI) instance to this DiagramLane instance. |
| addChild(child) — Method in class com.kapit.diagram.layers.DiagramLayer |
|
Adds a child DisplayObject (DiagramObject) instance to this DiagramLayer instance. |
| addChild(child) — Method in class com.kapit.diagram.layers.DiagramPanel |
|
Adds a child DisplayObject (DiagramSprite, DiagramLink, DiagramAnnotation or DiagramObjectUI) instance to this DiagramLane instance. |
| addChild(child) — Method in class com.kapit.diagram.layers.DiagramPanelsContainer |
|
Adds a child DisplayObject (DiagramSprite, DiagramLink, DiagramAnnotation or DiagramObjectUI) instance to this DiagramLane instance. |
| addChildAt(child, idx) — Method in class com.kapit.diagram.layers.DiagramColumnContainer |
| |
| addChildAt(child, idx) — Method in class com.kapit.diagram.layers.DiagramPanel |
|
Adds a child DiagramLane instance to this DiagramPanel instance. |
| addChildAt(child, idx) — Method in class com.kapit.diagram.layers.DiagramPanelsContainer |
|
Adds a child DiagramPanel component to this DiagramPanelsContainer component. |
| addChildAt(child, idx) — Method in class com.kapit.diagram.view.DiagramObject |
| |
| addDiagramGroupAsMetaNode(group:com.kapit.diagram.view:DiagramGroup, withExternalLinks) — Method in class com.kapit.diagram.proxies.DiagramProxy |
|
Adds a metanode as a graph to the general graph description of this DiagramProxy from a DiagramGroup instance and returns it. |
| addDiagramLinkAsEdge(link:com.kapit.diagram.view:DiagramLink, customGraph, customEdgeLinkMap, customLinkEdgeMap, customSpriteNodeMap) — Method in class com.kapit.diagram.proxies.DiagramProxy |
|
Adds a edge to the graph description of this DiagramProxy from a DiagramEdge instance and returns it. |
| addDiagramObject(dob:com.kapit.diagram.view:DiagramObject) — Method in class com.kapit.diagram.view.DiagramGroup |
|
Adds a new DiagramObject to this DiagramGroup. |
| addDiagramSpriteAsNode(sprite:com.kapit.diagram.view:DiagramSprite, customGraph, customNodeSpriteMap, customSpriteNodeMap, customConstraintManager:com.kapit.diagram.constraints:ConstraintManager, customConstraintNodes) — Method in class com.kapit.diagram.proxies.DiagramProxy |
|
Adds a node to the graph description of this DiagramProxy from a DiagramSprite instance and returns it. |
| addItem(dob:com.kapit.diagram.view:DiagramObject) — Method in class com.kapit.diagram.proxies.DiagramProxy |
|
Adds an item (a DiagramObject) to this DiagramProxy (graph and renderer references)
|
| addKnob(x, y, element, commandIndex, svgElementIndex) — Method in class com.kapit.diagram.ui.TransformUI |
|
Draws a Knob given its position while taking into consideration styling properties (fill color, opacity, line color, size...). |
| addOrReplaceTag(tag, aclass) — Method in class com.kapit.diagram.DiagramFactory |
| |
| addSibling() — Method in class com.kapit.diagram.layers.DiagramColumn |
|
Adds a new DiagramColumn to the parent DiagramColumnContainer component and updates the parent DiagramColumnContainer size. |
| addSibling() — Method in class com.kapit.diagram.layers.DiagramLane |
|
Adds a new Diagram Lane to the parent DiagramPanel component and updates the parent panel size. |
| addSibling() — Method in class com.kapit.diagram.layers.DiagramPanel |
|
Adds a new DiagramPanel to the parent DiagramPanelsContainer component and updates the parent DiagramPanelsContainer size. |
| addSiblingHandler(event) — Method in class com.kapit.diagram.layers.DiagramColumnCaption |
|
Handles interaction with the "Add" button and creates a new DiagramPanel component inside the DiagramPanelsContainer containing this DiagramPanelCaption. |
| addSiblingHandler(event) — Method in class com.kapit.diagram.layers.DiagramLaneCaption |
|
Handles interaction with the "Add" button and creates a new Diagram Lane in the DiagramPanel component containing this DiagramLaneCaption. |
| addSiblingHandler(event) — Method in class com.kapit.diagram.layers.DiagramPanelCaption |
|
Handles interaction with the "Add" button and creates a new DiagramPanel component inside the DiagramPanelsContainer containing this DiagramPanelCaption. |
| addStyleClass(styleclass) — Method in class com.kapit.diagram.view.DiagramSprite |
| |
| addTool(tool:com.kapit.diagram.tools:IDiagramTool) — Method in class com.kapit.diagram.actions.ActionsManager |
|
Adds a new IDiagramTool object to the list of supported IDiagramTool array. |
| affilatedSprites — Property in class com.kapit.diagram.view.DiagramSprite |
|
Sprites that are affilated logically to this DiagramSprite. |
| affilateItem(dob:com.kapit.diagram.view:DiagramObject) — Method in class com.kapit.diagram.proxies.DiagramProxy |
| |
| alignElements(sprites, alignCommand, customSpacing, withAnimation) — Method in class com.kapit.diagram.view.DiagramView |
|
Align an array of sprites according to a choosen method. |
| AlignementButton — Class in package com.kapit.diagram.controls |
| |
| AlignementButton() — Constructor in class com.kapit.diagram.controls.AlignementButton |
| |
| alignSelection(alignCommand, customSpacing, withAnimation) — Method in class com.kapit.diagram.view.DiagramView |
|
Align selected sprites according to a choosen method. |
| _allowannotation — Property in class com.kapit.diagram.view.DiagramObject |
|
Indicates whether annotation is supported by this DiagramObject. |
| allowannotation — Property in class com.kapit.diagram.view.DiagramObject |
|
Indicates whether annotation is allowed for this DiagramObject. |
| _allowcomposite — Property in class com.kapit.diagram.view.DiagramObject |
|
Indicates whether this DiagramObject can be a composite (result of a composition of objects). |
| allowcomposite — Property in class com.kapit.diagram.view.DiagramObject |
|
Indicates whether this DiagramObject can be a composite (holding composition members). |
| _allowcomposition — Property in class com.kapit.diagram.view.DiagramObject |
|
Indicates whether this DiagramObject can be a member of a composition. |
| allowcomposition — Property in class com.kapit.diagram.view.DiagramObject |
|
Indicates whether this DiagramObject can be part of a composition. |
| allowgrouping — Property in class com.kapit.diagram.view.DiagramAnnotation |
|
A DiagramAnnotation cannot be grouped if its master is selected
|
| allowgrouping — Property in class com.kapit.diagram.view.DiagramLink |
|
Indicates whether this DiagramLink can be added to a DiagramGroup or not. |
| allowgrouping — Property in class com.kapit.diagram.view.DiagramObject |
|
Indicates whether grouping is allowed for this DiagramObject. |
| allowinputlinks — Property in class com.kapit.diagram.view.DiagramAnnotation |
| |
| _allowinputlinks — Property in class com.kapit.diagram.view.DiagramObject |
|
Indicates whether input links are allowed for this DiagramObject. |
| allowinputlinks — Property in class com.kapit.diagram.view.DiagramObject |
|
Indicates whether input links are allowed for this DiagramObject. |
| allowLinkAction(el:com.kapit.diagram:IDiagramElement) — Method in class com.kapit.diagram.model.DiagramModel |
| |
| allowLinkAction(el:com.kapit.diagram:IDiagramElement) — Method in interface com.kapit.diagram.model.ISpriteProxy |
| |
| allowoutputlinks — Property in class com.kapit.diagram.view.DiagramAnnotation |
| |
| _allowoutputlinks — Property in class com.kapit.diagram.view.DiagramObject |
|
Indicates whether output links are allowed for this DiagramObject. |
| allowoutputlinks — Property in class com.kapit.diagram.view.DiagramObject |
|
Indicates whether output links are allowed for this DiagramObject. |
| allowpointdelete — Property in class com.kapit.diagram.view.DiagramLink |
|
Indicates whether it is permitted to delete points from the points array. |
| allowpointinsert — Property in class com.kapit.diagram.view.DiagramLink |
|
Indicates whether it is permitted to insert points to the points array. |
| _alpha — Property in class com.kapit.diagram.layers.DiagramColumn |
|
Alpha percentage. |
| _alpha — Property in class com.kapit.diagram.layers.DiagramLane |
|
Alpha percentage. |
| _alt — Property in class com.kapit.diagram.actions.KeyboardAction |
|
ALT Key Enabled/Disabled (true boolean value if enabled)
|
| altkey — Property in class com.kapit.diagram.actions.KeyboardAction |
|
Indicates whether the ALT key has to be pressed or not to consider the KeyboardAction. |
| AnchorPoint — Class in package com.kapit.diagram.view |
| |
| AnchorPoint(master:com.kapit.diagram.view:DiagramObject) — Constructor in class com.kapit.diagram.view.AnchorPoint |
|
Creates a new AnchorPoint instance having master as master component. |
| anchorRemoved(anchor:com.kapit.diagram.view:AnchorPoint) — Method in class com.kapit.diagram.view.DiagramObject |
|
Removes an AnchorPoint from this DiagramObject AnchorPoints array. |
| _anchors — Property in class com.kapit.diagram.view.DiagramObject |
|
Array of DiagramLink linked to this DiagramObject
|
| anchors — Property in class com.kapit.diagram.view.DiagramObject |
|
An array containing the AnchorPoints of this DiagramObject. |
| animate(tweeners, freq, dur, easingfunc) — Method in class com.kapit.diagram.view.DiagramView |
|
Animate DiagramObjects using parameters defined through an array of Tweener objects
|
| animatedOrganicLayout — Property in class com.kapit.diagram.proxies.DiagramProxy |
| |
| animateGroupLinks(edges, customTweeners, withAnimation) — Method in class com.kapit.diagram.proxies.DiagramProxy |
|
Animates Group In/Out Links
|
| animationDuration — Property in class com.kapit.diagram.proxies.DiagramProxy |
| |
| animFinishedHandler(event:com.kapit.diagram.anim:TweenEngineEvent) — Method in class com.kapit.diagram.proxies.GroupDiagramProxy |
|
Called when animation is finished
|
| _annotatebutton — Property in class com.kapit.diagram.ui.DiagramLinkUI |
| |
| _annotatebutton — Property in class com.kapit.diagram.ui.DiagramSpriteUI |
|
Embedded Annotate Button (can be not supported by the diagram sprite UI). |
| AnnotateButton — Class in package com.kapit.diagram.controls |
| |
| AnnotateButton() — Constructor in class com.kapit.diagram.controls.AnnotateButton |
|
Creates a new AnnotateButton instance. |
| annotateHandler(event) — Method in class com.kapit.diagram.ui.DiagramLinkUI |
| |
| annotateHandler(event) — Method in class com.kapit.diagram.ui.DiagramSpriteUI |
|
Handles the edition of an annotation after clicking on the annotation button by drawing the text field and redrawing it. |
| _annotation — Property in class com.kapit.diagram.view.DiagramObject |
|
Annotation attached to this DiagramObject. |
| annotation — Property in class com.kapit.diagram.view.DiagramObject |
|
DiagramAnnotation belonging to this DiagramObject. |
| __annotationid — Property in class com.kapit.diagram.view.DiagramObject |
|
Annotation ID of this DiagramObject where this DiagramObject is a DiagramAnnotation. |
| _annotationslayer — Property in class com.kapit.diagram.layers.DiagramLane |
|
Annotations layer belonging to this DiagramLane and containing all DiagramAnnotation instances. |
| annotationslayer — Property in class com.kapit.diagram.layers.DiagramLane |
|
The Annotations Layer embedded in this DiagramLane (containing all DiagramAnnotation instances). |
| annotationslayer — Property in class com.kapit.diagram.layers.DiagramPanel |
|
The Annotations Layer embedded in this DiagramLane (containing all DiagramAnnotation instances). |
| annotationslayer — Property in class com.kapit.diagram.layers.DiagramPanelsContainer |
|
The Annotations Layer embedded in this DiagramLane (containing all DiagramAnnotation instances). |
| AnnotationsLayer — Class in package com.kapit.diagram.layers |
| |
| AnnotationsLayer(view:com.kapit.diagram.view:DiagramView) — Constructor in class com.kapit.diagram.layers.AnnotationsLayer |
|
Creates a new AnnotationsLayer instance. |
| appendToSVGDocument(doc) — Method in class com.kapit.diagram.layers.DiagramColumn |
|
Adds this Diagram Column in an SVG description to an SVGSVGElement (SVG document). |
| appendToSVGDocument(doc) — Method in class com.kapit.diagram.layers.DiagramColumnCaption |
|
Adds this DiagramColumnCaption instance in an SVG description to an SVGSVGElement (SVG document). |
| appendToSVGDocument(doc) — Method in class com.kapit.diagram.layers.DiagramColumnContainer |
|
Adds this Diagram Column Container in an SVG description to an SVGSVGElement (SVG document). |
| appendToSVGDocument(doc) — Method in class com.kapit.diagram.layers.DiagramLane |
|
Adds this Diagram Lane in an SVG description to an SVGSVGElement (SVG document). |
| appendToSVGDocument(doc) — Method in class com.kapit.diagram.layers.DiagramLaneCaption |
| |
| appendToSVGDocument(doc) — Method in class com.kapit.diagram.layers.DiagramLayer |
|
Adds this DiagramLayer in an SVG description to an SVGSVGElement (SVG document). |
| appendToSVGDocument(doc) — Method in class com.kapit.diagram.layers.DiagramPanel |
|
Adds this DiagramPanel instance in an SVG description to an SVGSVGElement (SVG document). |
| appendToSVGDocument(doc) — Method in class com.kapit.diagram.layers.DiagramPanelCaption |
|
Adds this DiagramPanelCaption instance in an SVG description to an SVGSVGElement (SVG document). |
| appendToSVGDocument(doc) — Method in class com.kapit.diagram.layers.DiagramPanelsContainer |
|
Adds this Diagram Panel Container in an SVG description to an SVGSVGElement (SVG document). |
| appendToSVGDocument(doc) — Method in class com.kapit.diagram.library.SVGAsset |
|
Adds this SVGAsset object in SVG format to an SVGSVGElement object. |
| appendToSVGDocument(doc) — Method in class com.kapit.diagram.view.DiagramGroup |
|
Adds this DiagramGroup object in SVG format to an SVGSVGElement object. |
| appendToSVGDocument(doc) — Method in class com.kapit.diagram.view.DiagramLink |
|
Adds this DiagramLink object in SVG format to an SVGSVGElement object. |
| appendToSVGDocument(doc) — Method in class com.kapit.diagram.view.DiagramSprite |
|
Adds this DiagramSprite object in SVG format to an SVGSVGElement object. |
| appendToSVGDocument(doc) — Method in interface com.kapit.diagram.view.ISVGExportable |
|
Adds this ISVGExportable object in SVG format to an SVGSVGElement object. |
| applyConstaints(nodes, ruler, constraint:com.kapit.diagram.constraints:LayoutConstraint) — Method in class com.kapit.diagram.constraints.ConstraintManager |
| |
| applyConstraint(node, ruler, constraint:com.kapit.diagram.constraints:LayoutConstraint, displacement) — Method in class com.kapit.diagram.constraints.ConstraintManager |
| |
| applyToAnchors(dob:com.kapit.diagram.view:DiagramObject, f, args, filter, filterargs) — Method in class com.kapit.diagram.view.DiagramView |
|
Applies a given function (processing logic) to the anchors of a DiagramObject instance
given function parameters and according to a filter function and its parameters if defined. |
| applyToLanes(f, args) — Method in class com.kapit.diagram.layers.DiagramPanel |
|
Applies a given function (processing logic) to DiagramLane children of this DiagramPanel. |
| applyToObjects(f, args, filter, filterargs) — Method in class com.kapit.diagram.layers.DiagramLayer |
|
Applies a given function (processing logic) to this DiagramLayer given function parameters and according to a filter function and its parameters if defined. |
| applyToObjects(f, args, filter, filterargs) — Method in class com.kapit.diagram.layers.DiagramPanel |
|
Applies a given function (processing logic) to this DiagramPanel given function parameters and according to a filter function and its parameters if defined. |
| applyToObjects(f, args, filter, filterargs) — Method in class com.kapit.diagram.layers.DiagramPanelsContainer |
|
Applies a given function (processing logic) to this DiagramPanelsContainer given function parameters and according to a filter function and its parameters if defined. |
| applyToPanels(f, args) — Method in class com.kapit.diagram.layers.DiagramPanelsContainer |
|
Applies a given function (processing logic) to DiagramPanel children of this DiagramPanelsContainer. |
| applyToPanels(f, args) — Method in class com.kapit.diagram.view.DiagramView |
|
Applies a given function (processing logic) to DiagramPanelsContainer children of this DiagramView
given function parameters. |
| applyTransform(matrix, update) — Method in class com.kapit.diagram.view.DiagramLink |
|
Applies the transformation matrix matrix to this DiagramLink component. |
| applyTransform(matrix, update) — Method in class com.kapit.diagram.view.DiagramObject |
|
Applies the transformation matrix matrix to this DiagramObject component. |
| applyTransform(matrix, update) — Method in class com.kapit.diagram.view.DiagramSprite |
|
Applies the transformation matrix matrix to this DiagramSprite component. |
| _arrowheight — Static property in class com.kapit.diagram.ui.DrawLinkUI |
|
Link arrow height. |
| arrowwidth — Property in class com.kapit.diagram.layers.DiagramColumnCaption |
| |
| _arrowwidth — Static property in class com.kapit.diagram.ui.DrawLinkUI |
|
Link arrow width. |
| _aspectratio — Property in class com.kapit.diagram.ui.DiagramSpriteUI |
|
Diagram Sprite Aspect Ratio. |
| ASSET_CREATIONFAILED — Constant static property in class com.kapit.diagram.DiagramError |
| |
| asynccolumncreation — Property in class com.kapit.diagram.view.DiagramView |
|
Define if column creation is synchronous or asynchronous. |
| asynclanecreation — Property in class com.kapit.diagram.view.DiagramView |
|
Define if lane creation is synchronous or asynchronous. |
| asyncpanelcreation — Property in class com.kapit.diagram.view.DiagramView |
|
Define if panel creation is synchronous or asynchronous. |
| automaticLayoutChange — Property in class com.kapit.diagram.proxies.GenericDialog |
| |
|
| 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 |