Skip navigation links
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

AbstractLayout - Class in com.mindfusion.diagramming
The base class for all layout classes.
AbstractLayout() - Constructor for class com.mindfusion.diagramming.AbstractLayout
Initializes a new instance of the AbstractLayout class.
accept(ComponentVisitor) - Method in class com.mindfusion.diagramming.components.ContainerComponent
ComponentBase.accept override.
accept(ComponentVisitor) - Method in class com.mindfusion.diagramming.components.ContentComponent
ComponentBase.accept override.
acceptsReturn() - Method in class com.mindfusion.diagramming.components.EditComponent
Gets a value indicating whether the edit component will insert new line when the user presses the ENTER key.
Action - Enum in com.mindfusion.diagramming
The members of this enumeration identify the current operation carried out interactively on an item.
actionRecorded(UndoEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when an action is recorded in the undo buffer.
actionRecorded(UndoEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when an action is recorded in the undo buffer.
actionRecording(UndoValidationEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
A validation event raised before an action is recorded in the undo buffer.
actionRecording(UndoValidationEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
A validation event raised before an action is recorded in the undo buffer.
actionRedone(UndoEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when an action is redone.
actionRedone(UndoEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when an action is redone.
actionUndone(UndoEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when an action is undone.
actionUndone(UndoEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when an action is undone.
activeItem(DiagramItem) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the active item.
activeLayer(int) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the zero-based index of the active layer.
activeLayerChanged(EventObject) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when the diagram's active layer has changed.
activeLayerChanged(EventObject) - Method in interface com.mindfusion.diagramming.DiagramListener
 
add(int, E) - Method in class com.mindfusion.diagramming.BaseList
Adds a new element to the list.
add(DiagramNode) - Method in class com.mindfusion.diagramming.ContainerNode
Adds a node to this container.
add(DiagramItem) - Method in class com.mindfusion.diagramming.Diagram
Adds a new item to the diagram.
add(DiagramItem, boolean) - Method in class com.mindfusion.diagramming.Diagram
Adds a new item to the diagram and optionally selects it.
add(int, E) - Method in class com.mindfusion.diagramming.jlayout.BaseList
 
add(Link, Node) - Method in class com.mindfusion.diagramming.jlayout.Path
Append the node and the link to the path.
add(Node) - Method in class com.mindfusion.diagramming.jlayout.Path
Append the node to the path.
add(T, Point2D) - Static method in class com.mindfusion.diagramming.Utilities
Add (translate) the coordinates of one point with the coordinates of another
add(T, double, double) - Static method in class com.mindfusion.diagramming.Utilities
 
addButtonClick(ValidationEvent) - Method in class com.mindfusion.diagramming.LayerListViewAdapter
Raised when the user clicks the control's add button.
addButtonClick(ValidationEvent) - Method in interface com.mindfusion.diagramming.LayerListViewListener
Raised when the user clicks the control's add button.
addButtonComponentListener(ButtonComponentListener) - Method in class com.mindfusion.diagramming.components.ButtonComponent
Registers an event listener.
AddChild - Interface in com.mindfusion.diagramming.components
Defines a method for adding child objects to a parent objects.
addChild(Object) - Method in interface com.mindfusion.diagramming.components.AddChild
Adds the specified object as a child to the current object.
addChild(Object) - Method in class com.mindfusion.diagramming.components.ContainerComponent
Implements AddChild.addChild.
addChild(Object) - Method in class com.mindfusion.diagramming.components.ContentComponent
Implements AddChild.addChild
addChildElement(String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
Adds a new child node with the specified name to the specified parent node.
addChildElement(String, Element, String) - Method in class com.mindfusion.diagramming.XmlPersistContext
Adds a new child node with the specified name and value to the specified parent node.
addColumn() - Method in class com.mindfusion.diagramming.TableNode
Appends a new column to this table.
addColumns(int) - Method in class com.mindfusion.diagramming.components.GridPanel
 
addComponentEventListener(ComponentEventListener) - Method in class com.mindfusion.diagramming.components.ComponentBase
Adds the specified component listener to receive events from this component.
addComponentKeyEventListener(ComponentKeyEventListener) - Method in class com.mindfusion.diagramming.components.EditComponent
Registers an event listener.
addComponentMouseEventListener(ComponentMouseEventListener) - Method in class com.mindfusion.diagramming.components.ComponentBase
Adds the specified component listener to receive events from this component.
addComponentValidationEventListener(ComponentValidationEventListener) - Method in class com.mindfusion.diagramming.components.ComponentBase
Adds the specified component listener to receive events from this component.
addDiagramListener(DiagramListener) - Method in class com.mindfusion.diagramming.Diagram
Registers listener so that it will receive events when users create, modify or delete diagram items.
addDiagramListener(DiagramListener) - Method in class com.mindfusion.diagramming.DiagramBase
Registers listener so that it will receive events when users create, modify or delete diagram items.
addDiagramListener(DiagramListener) - Method in class com.mindfusion.diagramming.DiagramDocument
 
addDragEndedListener(ThumbComponentListener) - Method in class com.mindfusion.diagramming.components.ThumbComponent
 
addDraggedListener(ThumbComponentListener) - Method in class com.mindfusion.diagramming.components.ThumbComponent
 
addDragStartedListener(ThumbComponentListener) - Method in class com.mindfusion.diagramming.components.ThumbComponent
 
addEditComponentListener(EditComponentListener) - Method in class com.mindfusion.diagramming.components.EditComponent
Registers an event listener.
AddGroupCmd - Class in com.mindfusion.diagramming
Implements creation of new groups.
AddGroupCmd(Group, DiagramItem) - Constructor for class com.mindfusion.diagramming.AddGroupCmd
Initializes a new instance of the AddGroupCmd class.
AddGroupCmd(Group, DiagramItem, boolean) - Constructor for class com.mindfusion.diagramming.AddGroupCmd
Initializes a new instance of the AddGroupCmd class.
addItem(DiagramItem) - Method in class com.mindfusion.diagramming.Selection
Adds the specified item to the selection.
AddItemCmd - Class in com.mindfusion.diagramming
Implements creation of new diagram items.
AddItemCmd(DiagramItem) - Constructor for class com.mindfusion.diagramming.AddItemCmd
Initializes a new AddItemCmd instance.
addLabel(String) - Method in class com.mindfusion.diagramming.DiagramLink
Adds a new label to this link.
addLabel(LinkLabel) - Method in class com.mindfusion.diagramming.DiagramLink
Adds a new label to this link.
addLabel(String) - Method in class com.mindfusion.diagramming.DiagramNode
Adds a new label to this node.
addLabel(NodeLabel) - Method in class com.mindfusion.diagramming.DiagramNode
Adds a new label to this node.
addLayerListViewListener(LayerListViewListener) - Method in class com.mindfusion.diagramming.LayerListView
Registers listener so that it will receive events when users select, add or remove layers from the list.
addLayoutComponent(String, Component) - Method in class com.mindfusion.diagramming.TabbedScrollPane
LayoutManager.addLayoutComponent implementation.
addLayoutComponent(String, Component) - Method in class com.mindfusion.diagramming.VerticalFlowLayout
 
addLayoutComponent(Component, Object) - Method in class com.mindfusion.diagramming.VerticalFlowLayout
 
addLayoutRule(Object, Object) - Method in class com.mindfusion.diagramming.jlayout.LayoutRules
Adds or sets a new rule, depending on if the rule with key - Key already exists or no;
AddLayoutRule(Object, Object, Object) - Method in class com.mindfusion.diagramming.jlayout.LayoutRules
Builds a key as a pair of the objects Object1 and Object2 and adds or sets a new rule, with this key anf value - Value.
addLinkToNode() - Method in class com.mindfusion.diagramming.ConnectionPoint
Adds the link associated with this connection point to the associated node.
addLinkToNode() - Method in class com.mindfusion.diagramming.TreeViewConnectionPoint
ConnectionPoint.addLinkToNode override.
addNode(DiagramNode) - Method in class com.mindfusion.diagramming.NodeListView
Adds a new node to the end of the list view.
addNode(DiagramNode, String) - Method in class com.mindfusion.diagramming.NodeListView
Adds a new node to the end of the list view.
addNodeListViewListener(NodeListViewListener) - Method in class com.mindfusion.diagramming.NodeListView
Registers listener so that it will receive events when users select or delete nodes from the list.
addNodes(DiagramNodeList) - Method in class com.mindfusion.diagramming.NodeListView
Adds the specified nodes to the end of the list box.
addNodes(DiagramNodeList, String[]) - Method in class com.mindfusion.diagramming.NodeListView
Adds the specified nodes to the end of the list box.
addNodes(DiagramNode[], String[]) - Method in class com.mindfusion.diagramming.NodeListView
Adds the specified nodes to the end of the list box.
addNumericEditComponentListener(NumericEditComponentListener) - Method in class com.mindfusion.diagramming.components.NumericEditComponent
Registers an event listener.
addPages(int) - Method in class com.mindfusion.diagramming.PrintPreview
 
addPropertyChangeListener(PropertyChangeListener) - Method in class com.mindfusion.diagramming.DiagramPage
 
addPropertyChangeListener(PropertyChangeListener) - Method in class com.mindfusion.diagramming.Layer
Registers listener so that it will receive events when the properties of this layer change.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.mindfusion.diagramming.NodeEffect
 
addPropertyChangeListener(PropertyChangeListener) - Method in interface com.mindfusion.diagramming.NotifyPropertyChanged
Registers a PropertyChangeListener.
addPropertyChangeListener(PropertyChangeListener) - Method in class com.mindfusion.diagramming.Style
 
addRelation(int, Relationship, TableNode, int) - Method in class com.mindfusion.diagramming.TableNode
Creates a new DiagramLink related to this table.
addRow() - Method in class com.mindfusion.diagramming.TableNode
Adds a row to the table.
addRows(int) - Method in class com.mindfusion.diagramming.components.GridPanel
 
addShape(Shape) - Method in class com.mindfusion.diagramming.ShapeListBox
Adds a single Shape to the list box.
addShapeListener(ShapeListBoxListener) - Method in class com.mindfusion.diagramming.ShapeListBox
Adds a listener for select, rename and delete events.
addShapes(Shape[]) - Method in class com.mindfusion.diagramming.ShapeListBox
Adds an array of Shape objects to the list box.
addShapes(ShapeList) - Method in class com.mindfusion.diagramming.ShapeListBox
Adds a list of Shape objects to the list box.
addSliderListener(SliderListener) - Method in class com.mindfusion.diagramming.components.RangeSliderRailComponent
 
addSliderListener(SliderListener) - Method in class com.mindfusion.diagramming.components.SliderComponent
Registers an event listener.
addSliderRailListener(SliderRailListener) - Method in class com.mindfusion.diagramming.components.SliderComponent
Registers an event listener.
addSliderRailListener(SliderRailListener) - Method in class com.mindfusion.diagramming.components.SliderRailComponent
 
addSpinnerComponentListener(SpinnerComponentListener) - Method in class com.mindfusion.diagramming.components.SpinnerComponent
Registers an event listener.
addSubCmd(Command) - Method in class com.mindfusion.diagramming.Command
Adds a command object to a compound command.
addTabbedScrollPaneListener(TabbedScrollPaneListener) - Method in class com.mindfusion.diagramming.TabbedScrollPane
Registers listener so that it will receive view events.
addThemeListener(ThemeListener) - Method in class com.mindfusion.diagramming.Theme
Registers listener so that it will receive events when the theme changes.
AddToContainerCmd - Class in com.mindfusion.diagramming
Undoable command that implements an addition of a node to a container.
AddToContainerCmd(ContainerNode, DiagramNodeList, boolean) - Constructor for class com.mindfusion.diagramming.AddToContainerCmd
Initializes a new instance of the AddToContainerCmd class.
addToPath(GeneralPath) - Method in class com.mindfusion.drawing.CardinalSpline
 
addToRepaintRect(Rectangle2D) - Method in class com.mindfusion.diagramming.Folder
Manipulator.AddToRepaintRect override.
AdjacencyMatrix - Class in com.mindfusion.diagramming.jlayout
 
AdjacencyMatrix(AGraph) - Constructor for class com.mindfusion.diagramming.jlayout.AdjacencyMatrix
 
AdjustmentHandle - Class in com.mindfusion.diagramming
Represents an adjustment handle used to move or modify diagram items.
AdjustmentHandle() - Constructor for class com.mindfusion.diagramming.AdjustmentHandle
 
AdjustmentHandles - Class in com.mindfusion.diagramming
Provides predefined sets of NodeHandleType elements that can be used as parameters of the DiagramNode.setEnabledHandles(java.util.EnumSet<com.mindfusion.diagramming.NodeHandleType>) method of the DiagramNode class.
AdjustmentHandles() - Constructor for class com.mindfusion.diagramming.AdjustmentHandles
 
adjustmentHandlesSize(float) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the size of selection handles.
adopt(Command) - Method in class com.mindfusion.diagramming.AddToContainerCmd
Merges adjacent commands in the history queue if they are related.
adopt(Command) - Method in class com.mindfusion.diagramming.Command
Merges adjacent commands in the history queue if they are related.
adopt(Command) - Method in class com.mindfusion.diagramming.ModifyItemCmd
 
adopt(Command) - Method in class com.mindfusion.diagramming.RemoveFromContainerCmd
Merges adjacent commands in the history queue if they are related.
adoptHostedControls(boolean) - Method in class com.mindfusion.diagramming.DiagramView
Adopts controls hosted in other views and moves them to this view.
AeroEffect - Class in com.mindfusion.diagramming
Represents an effect that adds semitransparency to the node and emphasizes its outline by adding a shade and an inner stroke.
AeroEffect() - Constructor for class com.mindfusion.diagramming.AeroEffect
Initializes a new instance of the AeroEffect class.
AliceBlue - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFF0F8FF.
AliceBlue - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFF0F8FF.
AliceBlue - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the AliceBlue color.
Align - Enum in com.mindfusion.drawing
The members of this enumeration specify how text should be aligned to the text layout rectangle.
alignmentGuidePen(Pen) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the pen used to draw alignment guides.
alignPointToGrid(Point2D.Float) - Method in class com.mindfusion.diagramming.Diagram
Aligns a point to the alignment grid.
alignToGrid(boolean) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets a value indicating whether items should be aligned to the alignment grid while users draw them with the mouse.
All - Static variable in class com.mindfusion.diagramming.AdjustmentHandles
All handles are enabled.
allowAddChildren(boolean) - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
Sets a value indicating whether child nodes can be added interactively to this container.
allowAddChildren - Variable in class com.mindfusion.diagramming.ContainerNodeProperties
 
allowCreate(Point2D, InteractionState) - Method in class com.mindfusion.diagramming.DiagramItem
Invoked while the user draws this item to test whether the operation can be completed in the current context.
allowCreate(Point2D, InteractionState) - Method in class com.mindfusion.diagramming.DiagramLink
allowCreate(Point2D, InteractionState) - Method in class com.mindfusion.diagramming.DiagramNode
allowCreate(Point2D, InteractionState) - Method in class com.mindfusion.diagramming.FreeFormNode
allowCreate(Point2D, InteractionState) - Method in class com.mindfusion.diagramming.Selection
 
allowFlip(boolean) - Method in class com.mindfusion.diagramming.builders.ShapeNodeBuilder
Sets a value indicating whether the node's shape flips when an edge is dragged over its opposite edge.
allowFlip(boolean) - Method in class com.mindfusion.diagramming.builders.SvgNodeBuilder
 
allowIncomingLinks(boolean) - Method in class com.mindfusion.diagramming.builders.CompositeNodeBuilder
Sets a value indicating whether users are allowed to draw links to this node.
allowIncomingLinks(boolean) - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
Sets a value indicating whether users are allowed to draw links to this node.
allowIncomingLinks(boolean) - Method in class com.mindfusion.diagramming.builders.ControlNodeBuilder
Sets a value indicating whether users are allowed to draw links to this node.
allowIncomingLinks(boolean) - Method in class com.mindfusion.diagramming.builders.FreeFormNodeBuilder
Sets a value indicating whether users are allowed to draw links to this node.
allowIncomingLinks(boolean) - Method in class com.mindfusion.diagramming.builders.ShapeNodeBuilder
Sets a value indicating whether users are allowed to draw links to this node.
allowIncomingLinks(boolean) - Method in class com.mindfusion.diagramming.builders.SvgNodeBuilder
Sets a value indicating whether users are allowed to draw links to this node.
allowIncomingLinks(boolean) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
Sets a value indicating whether users are allowed to draw links to this node.
allowIncomingLinks(boolean) - Method in class com.mindfusion.diagramming.builders.TreeViewNodeBuilder
Sets a value indicating whether users are allowed to draw links to this node.
allowIncomingLinks - Variable in class com.mindfusion.diagramming.DiagramNode
 
allowLinksRepeat(boolean) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets a value indicating whether users are allowed to draw more than one links between the same nodes.
allowModify(Point2D, InteractionState) - Method in class com.mindfusion.diagramming.DiagramItem
Invoked during interactive modification of items to test whether the operation can be completed in the current context.
allowModify(Point2D, InteractionState) - Method in class com.mindfusion.diagramming.DiagramLink
 
allowModify(Point2D, InteractionState) - Method in class com.mindfusion.diagramming.DiagramNode
 
allowModify(Point2D, InteractionState) - Method in class com.mindfusion.diagramming.Selection
 
allowModifyImpl(Point2D, InteractionState) - Method in class com.mindfusion.diagramming.DiagramNode
 
allowMoveEnd(boolean) - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
Sets a value indicating whether users are allowed to move the last control point of a link.
allowMoveStart(boolean) - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
Sets a value indicating whether users are allowed to move the first control point of a link.
allowMultipleResize(boolean) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets whether multiple selected nodes can be resized simultaneously.
allowOutgoingLinks(boolean) - Method in class com.mindfusion.diagramming.builders.CompositeNodeBuilder
Sets a value indicating whether users are allowed to draw links from this node.
allowOutgoingLinks(boolean) - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
Sets a value indicating whether users are allowed to draw links from this node.
allowOutgoingLinks(boolean) - Method in class com.mindfusion.diagramming.builders.ControlNodeBuilder
Sets a value indicating whether users are allowed to draw links from this node.
allowOutgoingLinks(boolean) - Method in class com.mindfusion.diagramming.builders.FreeFormNodeBuilder
Sets a value indicating whether users are allowed to draw links from this node.
allowOutgoingLinks(boolean) - Method in class com.mindfusion.diagramming.builders.ShapeNodeBuilder
Sets a value indicating whether users are allowed to draw links from this node.
allowOutgoingLinks(boolean) - Method in class com.mindfusion.diagramming.builders.SvgNodeBuilder
Sets a value indicating whether users are allowed to draw links from this node.
allowOutgoingLinks(boolean) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
Sets a value indicating whether users are allowed to draw links from this node.
allowOutgoingLinks(boolean) - Method in class com.mindfusion.diagramming.builders.TreeViewNodeBuilder
Sets a value indicating whether users are allowed to draw links from this node.
allowOutgoingLinks - Variable in class com.mindfusion.diagramming.DiagramNode
 
allowRemoveChildren(boolean) - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
Sets a value indicating whether child nodes can be removed interactively from this container.
allowRemoveChildren - Variable in class com.mindfusion.diagramming.ContainerNodeProperties
 
allowResizeColumns(boolean) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
Sets a value indicating whether users are allowed to resize table columns.
allowResizeRows(boolean) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
Sets a value indicating whether users are allowed to resize table rows.
allowSelfLoops(boolean) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets whether users are allowed to draw reflexive links.
allowSplitLinks(boolean) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets whether link segments can be added and removed interactively.
allowUnanchoredLinks(boolean) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets a value indicating whether users are allowed to attach links to nodes that do not have any anchor points.
allowUnconnectedLinks(boolean) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets a value indicating whether users are allowed to draw unconnected links.
ancestorAdded(AncestorEvent) - Method in class com.mindfusion.diagramming.DiagramView
Implements AncestorListener.
ancestorMoved(AncestorEvent) - Method in class com.mindfusion.diagramming.DiagramView
Implements AncestorListener.
ancestorRemoved(AncestorEvent) - Method in class com.mindfusion.diagramming.DiagramView
Implements AncestorListener.
Anchoring - Enum in com.mindfusion.diagramming
The members of this enumeration specify whether the automatic layout algorithms and the link routing algorithm should align link ends to the anchor points of nodes.
anchoring(Anchoring) - Method in class com.mindfusion.diagramming.builders.AnnealLayoutBuilder
Sets a value specifying how links will be aligned to the anchor points of nodes.
anchoring(Anchoring) - Method in class com.mindfusion.diagramming.builders.CascadeLayoutBuilder
Sets how to align links to the anchor points of nodes.
anchoring(Anchoring) - Method in class com.mindfusion.diagramming.builders.CircularLayoutBuilder
Sets how to align links to the anchor points of nodes.
anchoring(Anchoring) - Method in class com.mindfusion.diagramming.builders.DecisionLayoutBuilder
Sets how to align links to the anchor points of nodes.
anchoring(Anchoring) - Method in class com.mindfusion.diagramming.builders.FlowchartLayoutBuilder
Sets how to align links to the anchor points of nodes.
anchoring(Anchoring) - Method in class com.mindfusion.diagramming.builders.FractalLayoutBuilder
Sets how to align links to the anchor points of nodes.
anchoring(Anchoring) - Method in class com.mindfusion.diagramming.builders.GridLayoutBuilder
Sets a value indicating how links should be aligned to the anchor points of tree nodes.
anchoring(Anchoring) - Method in class com.mindfusion.diagramming.builders.HierarchicalLayoutBuilder
Sets how to align links to the anchor points of nodes.
anchoring(Anchoring) - Method in class com.mindfusion.diagramming.builders.LayeredLayoutBuilder
Sets how to align links to the anchor points of nodes.
anchoring(Anchoring) - Method in class com.mindfusion.diagramming.builders.OneWayLayoutBuilder
Sets how to align links to the anchor points of nodes.
anchoring(Anchoring) - Method in class com.mindfusion.diagramming.builders.OrthogonalLayoutBuilder
Sets how to align links to the anchor points of nodes.
anchoring(Anchoring) - Method in class com.mindfusion.diagramming.builders.SpringLayoutBuilder
Sets a value indicating how links should be aligned to the anchor points of tree nodes.
anchoring(Anchoring) - Method in class com.mindfusion.diagramming.builders.SwimlaneLayoutBuilder
Sets how to align links to the anchor points of nodes.
anchoring(Anchoring) - Method in class com.mindfusion.diagramming.builders.TopologicalLayoutBuilder
Sets how to align links to the anchor points of nodes.
anchoring(Anchoring) - Method in class com.mindfusion.diagramming.builders.TreeLayoutBuilder
Sets a value indicating how links should be aligned to the anchor points of tree nodes.
anchoring(Anchoring) - Method in class com.mindfusion.diagramming.builders.TreeMapLayoutBuilder
Sets how to align links to the anchor points of nodes.
anchoring(Anchoring) - Method in class com.mindfusion.diagramming.builders.TriangularLayoutBuilder
Sets how to align links to the anchor points of nodes.
AnchorPattern - Class in com.mindfusion.diagramming
Represents a set of AnchorPoint objects, which can be assigned to a node via the DiagramNode.setAnchorPattern(com.mindfusion.diagramming.AnchorPattern) method.
AnchorPattern(String) - Constructor for class com.mindfusion.diagramming.AnchorPattern
Creates a new empty AnchorPattern with the specified identifier.
AnchorPattern(AnchorPoint[], String) - Constructor for class com.mindfusion.diagramming.AnchorPattern
Creates an AnchorPattern for the specified points with the specified identifier.
AnchorPattern(AnchorPointList, String) - Constructor for class com.mindfusion.diagramming.AnchorPattern
Creates an AnchorPattern for the specified points with the specified identifier.
anchorPattern(AnchorPattern) - Method in class com.mindfusion.diagramming.builders.CompositeNodeBuilder
Sets the anchor points to which link end points are aligned when links connect to this node.
anchorPattern(AnchorPattern) - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
Sets the anchor points to which link end points are aligned when links connect to this node.
anchorPattern(AnchorPattern) - Method in class com.mindfusion.diagramming.builders.ControlNodeBuilder
Sets the anchor points to which link end points are aligned when links connect to this node.
anchorPattern(AnchorPattern) - Method in class com.mindfusion.diagramming.builders.FreeFormNodeBuilder
Sets the anchor points to which link end points are aligned when links connect to this node.
anchorPattern(AnchorPattern) - Method in class com.mindfusion.diagramming.builders.ShapeNodeBuilder
Sets the anchor points to which link end points are aligned when links connect to this node.
anchorPattern(AnchorPattern) - Method in class com.mindfusion.diagramming.builders.SvgNodeBuilder
Sets the anchor points to which link end points are aligned when links connect to this node.
anchorPattern(AnchorPattern) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
Sets the anchor points to which link end points are aligned when links connect to this node.
anchorPattern(AnchorPattern) - Method in class com.mindfusion.diagramming.builders.TreeViewNodeBuilder
Sets the anchor points to which link end points are aligned when links connect to this node.
anchorPattern - Variable in class com.mindfusion.diagramming.DiagramNode
 
AnchorPoint - Class in com.mindfusion.diagramming
Represent a point where a link can connect to a node.
AnchorPoint(float, float) - Constructor for class com.mindfusion.diagramming.AnchorPoint
Initializes a new AnchorPoint instance by setting its relative position in nodes.
AnchorPoint(float, float, boolean, boolean) - Constructor for class com.mindfusion.diagramming.AnchorPoint
Initializes a new AnchorPoint instance by setting its relative position in nodes and specifying whether it will allow outgoing or incoming links.
AnchorPoint(float, float, boolean, boolean, MarkStyle) - Constructor for class com.mindfusion.diagramming.AnchorPoint
Initializes a new AnchorPoint instance by setting its relative position in nodes and specifying whether it will allow outgoing or incoming links.
AnchorPoint(float, float, boolean, boolean, MarkStyle, Color) - Constructor for class com.mindfusion.diagramming.AnchorPoint
Initializes a new AnchorPoint instance by setting its relative position in nodes and specifying whether it will allow outgoing or incoming links.
AnchorPoint(float, float, boolean, boolean, Color, short) - Constructor for class com.mindfusion.diagramming.AnchorPoint
Initializes a new AnchorPoint instance by setting its relative position in nodes and specifying whether it will allow outgoing or incoming links.
AnchorPoint(float, float, boolean, boolean, Color, short, Object) - Constructor for class com.mindfusion.diagramming.AnchorPoint
Initializes a new AnchorPoint instance by setting its relative position in nodes and specifying whether it will allow outgoing or incoming links.
AnchorPointEvent - Class in com.mindfusion.diagramming
Contains the arguments passed to anchor point -related events.
AnchorPointEvent(Object, DiagramLink, int, int) - Constructor for class com.mindfusion.diagramming.AnchorPointEvent
 
AnchorPointList - Class in com.mindfusion.diagramming
A strongly-typed list of AnchorPoint objects.
AnchorPointList() - Constructor for class com.mindfusion.diagramming.AnchorPointList
 
AnchorPointList(AnchorPoint[]) - Constructor for class com.mindfusion.diagramming.AnchorPointList
 
AnchorPointList(AnchorPointList) - Constructor for class com.mindfusion.diagramming.AnchorPointList
 
AnnealLayout - Class in com.mindfusion.diagramming
Implements a simulated annealing graph layout algorithm.
AnnealLayout() - Constructor for class com.mindfusion.diagramming.AnnealLayout
Initializes a new instance of the AnnealLayout class.
AnnealLayout - Class in com.mindfusion.diagramming.jlayout
 
AnnealLayout() - Constructor for class com.mindfusion.diagramming.jlayout.AnnealLayout
Initializes a new instance of the AnnealLayout class.
AnnealLayoutBuilder - Class in com.mindfusion.diagramming.builders
A class used to initialize AnnealLayout objects.
AnnealLayoutBuilder() - Constructor for class com.mindfusion.diagramming.builders.AnnealLayoutBuilder
Initializes a new instance of the AnnealLayoutBuilder class.
AnnealLayoutBuilder(AnnealLayout) - Constructor for class com.mindfusion.diagramming.builders.AnnealLayoutBuilder
Initializes a new instance of the AnnealLayoutBuilder class.
AnnealLayoutInfo - Class in com.mindfusion.diagramming.jlayout
 
AnnealLayoutInfo() - Constructor for class com.mindfusion.diagramming.jlayout.AnnealLayoutInfo
 
AntiqueWhite - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFFAEBD7.
AntiqueWhite - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFFAEBD7.
AntiqueWhite - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the AntiqueWhite color.
applyEffects(ComponentBase, Object, EffectPhase) - Method in interface com.mindfusion.diagramming.components.ComponentHost
 
applyEffects(ComponentBase, Object, EffectPhase) - Method in class com.mindfusion.diagramming.CompositeNode
Implements ComponentHost.applyEffects
applyOpacity(Color, double) - Method in class com.mindfusion.drawing.AwtGraphics
 
applyRoute(ArrayList<Point>, RouteDescriptor, PointList) - Method in class com.mindfusion.diagramming.DiagramLink
 
applyRoute(ArrayList<Point>, RouteDescriptor, PointList) - Method in interface com.mindfusion.diagramming.jlayout.Routable
 
applyTo(Graphics2D, Rectangle2D) - Method in class com.mindfusion.drawing.Brush
Applies the brush to the specified graphics.
applyTo(Graphics2D, Rectangle2D) - Method in class com.mindfusion.drawing.GradientBrush
Applies the brush to the specified graphics.
applyTo(Graphics2D, Rectangle2D) - Method in class com.mindfusion.drawing.HatchBrush
Applies the brush to the specified graphics.
applyTo(Graphics2D) - Method in class com.mindfusion.drawing.Pen
Sets the pen as the current pen for the specified Graphics2D object.
applyTo(Graphics2D, Rectangle2D) - Method in class com.mindfusion.drawing.Pen
Sets the pen as the current pen for the specified Graphics2D object.
applyTo(Graphics2D, Rectangle2D) - Method in class com.mindfusion.drawing.RadialGradientBrush
 
applyTo(Graphics2D, Rectangle2D) - Method in class com.mindfusion.drawing.SolidBrush
 
applyTo(Graphics2D, Rectangle2D) - Method in class com.mindfusion.drawing.TextureBrush
Applies the brush to the specified graphics.
Aqua - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FF00FFFF.
Aqua - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FF00FFFF.
Aqua - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the Aqua color.
Aquamarine - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FF7FFFD4.
Aquamarine - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FF7FFFD4.
Aquamarine - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the Aquamarine color.
ArcTemplate - Class in com.mindfusion.diagramming
Represents an arc segment in a Shape definition.
ArcTemplate(float, float, float, float, float, float) - Constructor for class com.mindfusion.diagramming.ArcTemplate
Initializes a new ArcTemplate instance with the specified bounding rectangle coordinates and start and sweep angles.
ArcTemplate(float, float, float, float, float, float, Color, DashStyle, float) - Constructor for class com.mindfusion.diagramming.ArcTemplate
Initializes a new ArcTemplate instance with the specified bounding rectangle coordinates and start and sweep angles.
areClose(float, float) - Static method in class com.mindfusion.diagramming.Utilities
 
arrange(Diagram) - Method in class com.mindfusion.diagramming.AbstractLayout
Applies the layout to the specified Diagram instance.
arrange(Diagram, DiagramItemList) - Method in class com.mindfusion.diagramming.AbstractLayout
Applies the layout on the specified subset of items from the specified Diagram instance.
arrange(Diagram) - Method in class com.mindfusion.diagramming.AnnealLayout
Applies the layout to the specified Diagram.
arrange(Diagram, DiagramItemList) - Method in class com.mindfusion.diagramming.CascadeLayout
Applies the layout on the specified subset of items from the specified Diagram instance.
arrange(Diagram) - Method in class com.mindfusion.diagramming.CircularLayout
Applies the layout on the specified Diagram instance.
arrange(Diagram, DiagramItemList) - Method in class com.mindfusion.diagramming.CircularLayout
Applies the layout on the specified subset of items from the specified Diagram instance.
arrange(Diagram, DiagramItemList) - Method in class com.mindfusion.diagramming.DatabaseLayout
Applies the layout to the specified diagram.
arrange(Diagram, DiagramItemList) - Method in class com.mindfusion.diagramming.DecisionLayout
Applies the layout to the specified diagram.
arrange(Diagram, DiagramItemList) - Method in class com.mindfusion.diagramming.FlowchartLayout
Applies the layout on the specified subset of items from the specified Diagram instance.
arrange(Diagram, DiagramItemList) - Method in class com.mindfusion.diagramming.FractalLayout
Applies the layout on the specified subset of items from the specified Diagram instance.
arrange(Diagram) - Method in class com.mindfusion.diagramming.GridLayout
Arranges the specified flowchart.
arrange(Diagram, DiagramItemList) - Method in class com.mindfusion.diagramming.HierarchicalLayout
Applies the layout on the specified subset of items from the specified Diagram instance.
arrange(Graph, AnnealLayoutInfo) - Method in class com.mindfusion.diagramming.jlayout.AnnealLayout
Applies the layout on the specified graph using the specified settings
arrange(Node, TreeLayoutInfo) - Method in class com.mindfusion.diagramming.jlayout.BorderTreeLayout
 
arrange(Graph, CascadeLayoutInfo) - Method in class com.mindfusion.diagramming.jlayout.CascadeLayout
Applies the layout to the specified graph using the specified settings.
arrange(Node, TreeLayoutInfo) - Method in class com.mindfusion.diagramming.jlayout.CenterTreeLayout
 
Arrange(Graph, CircularLayoutInfo) - Method in class com.mindfusion.diagramming.jlayout.CircularLayout
Applies the layout to the specified graph using the specified settings.
Arrange(Graph, CircularLayoutInfo, LayoutProgress) - Method in class com.mindfusion.diagramming.jlayout.CircularLayout
Applies the layout to the specified graph using the specified settings and progress callback delegate.
arrange(Graph, DatabaseLayoutInfo) - Method in class com.mindfusion.diagramming.jlayout.DatabaseLayout
Applies the layout to the specified graph using the specified settings.
arrange(Graph, DecisionLayoutInfo) - Method in class com.mindfusion.diagramming.jlayout.DecisionLayout
Performs the arrangement of the diagram.
arrange(Graph, FlowchartLayoutInfo) - Method in class com.mindfusion.diagramming.jlayout.FlowchartLayout
 
arrange(Graph) - Method in class com.mindfusion.diagramming.jlayout.FractalLayout
Applies the layout to the specified graph.
arrange(Graph, GridLayoutInfo) - Method in class com.mindfusion.diagramming.jlayout.GridLayout
 
arrange(Graph, HierarchicalLayoutInfo) - Method in class com.mindfusion.diagramming.jlayout.HierarchicalLayout
Applies the layout to the specified graph using the specified settings.
arrange(Graph, LayeredLayoutInfo) - Method in class com.mindfusion.diagramming.jlayout.LayeredLayout
Performs the arrangement of the diagram.
arrange(Graph, OneWayLayoutInfo) - Method in class com.mindfusion.diagramming.jlayout.OneWayLayout
Applies the layout to the specified graph using the specified settings.
arrange(Graph, OrthogonalLayoutInfo) - Method in class com.mindfusion.diagramming.jlayout.OrthogonalLayout
Applies the layout to the specified graph using the specified settings.
arrange(Graph, OrthogonalLayoutInfo, LayoutProgress) - Method in class com.mindfusion.diagramming.jlayout.OrthogonalLayout
Applies the layout to the specified graph using the specified settings and progress callback delegate.
arrange(Graph, OrthogonalRouterInfo, int, boolean) - Method in class com.mindfusion.diagramming.jlayout.OrthogonalRouter
 
arrange(Graph, OrthogonalRouterInfo, int, boolean, RoutingOptions, ProcessLink) - Method in class com.mindfusion.diagramming.jlayout.OrthogonalRouter
 
arrange(Node, TreeLayoutInfo) - Method in class com.mindfusion.diagramming.jlayout.RadialTreeLayout
 
arrange(Graph, SpringLayoutInfo) - Method in class com.mindfusion.diagramming.jlayout.SpringLayout
 
arrange(Graph, GraphBuilder, SwimlaneLayoutInfo) - Method in class com.mindfusion.diagramming.jlayout.SwimlaneLayout
Applies the layout to the specified graph using the specified settings.
arrange(Graph, TopologicalLayoutInfo) - Method in class com.mindfusion.diagramming.jlayout.TopologicalLayout
 
arrange(Graph, TreeMapLayoutInfo) - Method in class com.mindfusion.diagramming.jlayout.TreeMapLayout
Applies the layout to the specified graph using the specified settings.
arrange(Graph, TriangularLayoutInfo) - Method in class com.mindfusion.diagramming.jlayout.TriangularLayout
Applies the layout to the specified graph using the specified settings.
arrange(Diagram, DiagramItemList) - Method in class com.mindfusion.diagramming.LayeredLayout
Arranges the specified flowchart.
arrange(Diagram) - Method in interface com.mindfusion.diagramming.Layout
 
arrange(Diagram, DiagramItemList) - Method in class com.mindfusion.diagramming.OneWayLayout
Applies the layout to the specified diagram.
arrange(Diagram, DiagramItemList) - Method in class com.mindfusion.diagramming.OrthogonalLayout
Applies the layout on the specified subset of items from the specified Diagram instance.
arrange(Diagram, DiagramItemList) - Method in class com.mindfusion.diagramming.OrthogonalRouter
Applies the layout on the specified subset of items from the specified Diagram instance.
arrange(Diagram) - Method in class com.mindfusion.diagramming.SpringLayout
Arranges the specified flowchart.
arrange(Diagram, DiagramItemList) - Method in class com.mindfusion.diagramming.SwimlaneLayout
Applies the layout on the specified subset of items from the specified Diagram instance.
arrange(Diagram) - Method in class com.mindfusion.diagramming.TopologicalLayout
Applies the layout on the specified Diagram instance.
arrange(Diagram, DiagramItemList) - Method in class com.mindfusion.diagramming.TopologicalLayout
Applies the layout on the specified subset of items from the specified Diagram instance.
arrange(Diagram) - Method in class com.mindfusion.diagramming.TreeLayout
Arranges the specified flowchart.
arrange(Diagram, DiagramItemList) - Method in class com.mindfusion.diagramming.TreeMapLayout
Applies the layout to the specified diagram.
arrange(Diagram, DiagramItemList) - Method in class com.mindfusion.diagramming.TriangularLayout
Applies the layout on the specified subset of items from the specified Diagram instance.
arrangeComponents(Rectangle2D.Float, Graphics2D) - Method in class com.mindfusion.diagramming.components.ComponentBase
Recursively arranges the child components, within the specified space and using the specified graphics for measurement purposes.
arrangeComponents(Rectangle2D.Float, Graphics2D) - Method in class com.mindfusion.diagramming.components.ContainerComponent
ComponentBase.arrangeComponents override.
arrangeComponents(Rectangle2D.Float, Graphics2D) - Method in class com.mindfusion.diagramming.components.ContentComponent
ComponentBase.arrangeComponents override.
arrangeComponents(Rectangle2D.Float, Graphics2D) - Method in class com.mindfusion.diagramming.components.GridPanel
ContainerComponent.arrangeComponents override.
arrangeComponents(Rectangle2D.Float, Graphics2D) - Method in class com.mindfusion.diagramming.components.RangeSliderRailComponent
ContentComponent.arrangeComponents override.
arrangeComponents(Rectangle2D.Float, Graphics2D) - Method in class com.mindfusion.diagramming.components.SimplePanel
ContainerComponent.arrangeComponents override.
arrangeComponents(Rectangle2D.Float, Graphics2D) - Method in class com.mindfusion.diagramming.components.SliderRailComponent
ContentComponent.ArrangeComponents override.
arrangeComponents(Rectangle2D.Float, Graphics2D) - Method in class com.mindfusion.diagramming.components.StackPanel
ContainerComponent.arrangeComponents override.
arrangeComponents(Rectangle2D.Float, Graphics2D) - Method in class com.mindfusion.diagramming.CompositeNode
Invokes when the components within this node are being arranged.
arrangeLinkLabels() - Method in class com.mindfusion.diagramming.Diagram
Rearranges link labels whose AutoArrange property is enabled.
Arrow - Static variable in class com.mindfusion.diagramming.ArrowHeads
Display an arrow-like shape.
ArrowHeads - Class in com.mindfusion.diagramming
Contains predefined arrowhead shapes.
ArrowHeads() - Constructor for class com.mindfusion.diagramming.ArrowHeads
 
as(Class<T>) - Method in class com.mindfusion.diagramming.DiagramItem
Down-casts the item to specified type.
Ascending - Static variable in class com.mindfusion.diagramming.jlayout.SortOrder
 
AssistantType - Class in com.mindfusion.diagramming.jlayout
Indicates the type of an assistant node in a tree.
AssistantType() - Constructor for class com.mindfusion.diagramming.jlayout.AssistantType
 
attachProportional(DiagramNode, float, float, float, float) - Method in class com.mindfusion.diagramming.Group
Adds a node to the group.
attachTo(DiagramLink, AttachToLink, int) - Method in class com.mindfusion.diagramming.DiagramNode
Attaches a node to a segment or point of the specified link.
attachTo(DiagramNode, AttachToNode) - Method in class com.mindfusion.diagramming.DiagramNode
Attaches a node to a corner or side of another node.
attachTo(DiagramNode, float, float, float, float) - Method in class com.mindfusion.diagramming.DiagramNode
Attaches a node to another node, so that the attached node will always cover a proportional part of the master node, specified in percents.
attachToCorner(DiagramNode, int) - Method in class com.mindfusion.diagramming.Group
Adds a node to the group.
AttachToLink - Enum in com.mindfusion.diagramming
The members of this enumeration specify how a node is attached to a link.
attachToLinkPoint(DiagramNode, int) - Method in class com.mindfusion.diagramming.Group
Adds a node to the group.
attachToLinkSegment(DiagramNode, int) - Method in class com.mindfusion.diagramming.Group
Adds a node to the group.
attachToLongestHSegment(DiagramNode) - Method in class com.mindfusion.diagramming.Group
Adds a node to the group, maintaining its relative positions to master link's longest horizontal segment
AttachToNode - Enum in com.mindfusion.diagramming
The members of this enumeration specify how a node is attached to another node.
attachToSideMiddle(DiagramNode, int) - Method in class com.mindfusion.diagramming.Group
Attaches a node to the group, so that it will follow the middle point of another node's side.
autoAlignDistance(float) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the maximal horizontal or vertical distance at which a node aligns to the borders of other nodes.
autoAlignNodes(boolean) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets whether nodes should automatically align to the borders of other nodes during user interaction.
autoCloseDistance(float) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the maximum distance between first and last points of a FreeFormNode for which the node's outline is closed automatically.
autoDeleteChildren(boolean) - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
Sets whether deleting this container should also remove its child items from the diagram.
autoDeleteChildren - Variable in class com.mindfusion.diagramming.ContainerNodeProperties
 
autoGrow(boolean) - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
Sets a value indicating whether the container should grow in size when nodes are added to it.
autoGrow - Variable in class com.mindfusion.diagramming.ContainerNodeProperties
 
AutoJson - Annotation Type in com.mindfusion.diagramming
 
AutoResize - Enum in com.mindfusion.diagramming
The members of this enumeration specify whether the size of the document area should be automatically enlarged if needed, and to what direction it should be enlarged.
autoResize(AutoResize) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets a value specifying whether the document scrollable area should be resized automatically when users draw items near the edges of the diagram.
autoRoute(boolean) - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
Sets a value indicating whether a link should automatically find its way between nodes so that it will not cross other nodes.
autoShrink(boolean) - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
Sets a value indicating whether the container should shrink in size when nodes are removed from it.
autoShrink - Variable in class com.mindfusion.diagramming.ContainerNodeProperties
 
autoSnapDistance(float) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Specifies the maximum distance at which links auto-snap to nodes.
autoSnapLinks(boolean) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the default value for the AutoSnapToNode property of new links.
autoSnapToNode(boolean) - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
Sets a value indicating whether the end points of a link should be automatically aligned to node borders while a user modifies the link.
AV_Cancel - Variable in class com.mindfusion.diagramming.DiagramNode
 
AV_EndModIncoming - Variable in class com.mindfusion.diagramming.DiagramNode
 
AV_EndModOutgoing - Variable in class com.mindfusion.diagramming.DiagramNode
 
AV_StartModIncoming - Variable in class com.mindfusion.diagramming.DiagramNode
 
AV_StartModOutgoing - Variable in class com.mindfusion.diagramming.DiagramNode
 
AV_UpdateIncoming - Variable in class com.mindfusion.diagramming.DiagramNode
 
AV_UpdateOutgoing - Variable in class com.mindfusion.diagramming.DiagramNode
 
AV_UpdIntscIncoming - Variable in class com.mindfusion.diagramming.DiagramNode
 
AV_UpdIntscOutgoing - Variable in class com.mindfusion.diagramming.DiagramNode
 
AV_UpdPosIncoming - Variable in class com.mindfusion.diagramming.DiagramNode
 
AV_UpdPosOutgoing - Variable in class com.mindfusion.diagramming.DiagramNode
 
AwtGraphics - Class in com.mindfusion.drawing
 
AwtGraphics(Graphics2D) - Constructor for class com.mindfusion.drawing.AwtGraphics
 
Azure - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFF0FFFF.
Azure - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFF0FFFF.
Azure - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the Azure color.

B

backBrush(Brush) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the diagram's background brush.
backBrush(Color) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
 
backBrush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
 
backgroundImage(Image) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the background image.
backgroundImageAlign(ImageAlign) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets how the background image should be positioned relatively to the scrollable area of the diagram.
backgroundImageUrl(String) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the URL of the background image.
BackSlash - Static variable in class com.mindfusion.diagramming.ArrowHeads
Display a back slash.
balance(TreeLayoutBalance) - Method in class com.mindfusion.diagramming.builders.TreeLayoutBuilder
Sets a value indicating the ordering of the child nodes in order to produce layouts with custom balance.
baseBrush(Brush) - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
Sets a brush used to fill the arrowhead drawn at the link base.
baseBrush(Color) - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
 
baseBrush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
 
BaseLayout - Class in com.mindfusion.diagramming.jlayout
Specifies how OrthogonalLayout should arrange nodes.
BaseLayout() - Constructor for class com.mindfusion.diagramming.jlayout.BaseLayout
 
BaseList<E> - Class in com.mindfusion.diagramming
Implements common functionality of JDiagram List classes.
BaseList() - Constructor for class com.mindfusion.diagramming.BaseList
Initializes a new instance of the BaseList class.
BaseList(int) - Constructor for class com.mindfusion.diagramming.BaseList
Initializes a new instance of the BaseList class.
BaseList(Collection<E>) - Constructor for class com.mindfusion.diagramming.BaseList
Initializes a new instance of the BaseList class.
BaseList(boolean) - Constructor for class com.mindfusion.diagramming.BaseList
Initializes a new instance of the BaseList class.
BaseList<E> - Class in com.mindfusion.diagramming.jlayout
All JLayout list classes inherit from this one.
BaseList() - Constructor for class com.mindfusion.diagramming.jlayout.BaseList
 
BaseList(int) - Constructor for class com.mindfusion.diagramming.jlayout.BaseList
 
BaseList(Collection<E>) - Constructor for class com.mindfusion.diagramming.jlayout.BaseList
 
baseShape(Shape) - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
Sets the shape that is displayed at the origin of a link.
baseShapeSize(float) - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
Sets the size of the shape displayed at the origin of a link.
batchValueChanged(Object, ValueChangedEventArgs) - Method in class com.mindfusion.diagramming.components.SliderAdapter
 
batchValueChanged(Object, ValueChangedEventArgs<Float>) - Method in interface com.mindfusion.diagramming.components.SliderListener
Raised when the slider value has been changed after a sequence of similar changes.
batchValueChanged(Object, ValueChangedEventArgs) - Method in class com.mindfusion.diagramming.components.SliderRailAdapter
 
batchValueChanged(Object, ValueChangedEventArgs<Float>) - Method in interface com.mindfusion.diagramming.components.SliderRailListener
 
batchValueChanged(Object, ValueChangedEventArgs<Float>) - Method in interface com.mindfusion.diagramming.components.SpinnerComponentListener
 
beginEdit(InplaceEditable) - Method in class com.mindfusion.diagramming.DiagramView
Enters inplace-edit mode, letting the user edit the text of the specified item.
beginEdit(InplaceEditable, Point2D) - Method in class com.mindfusion.diagramming.DiagramView
 
beginEdit(DiagramItem, InplaceEditable, Point2D) - Method in class com.mindfusion.diagramming.DiagramView
Enters inplace-edit mode, letting the user edit the text of the specified item.
beginHyperLink(String, String) - Method in interface com.mindfusion.drawing.GraphicsEx
 
Behavior - Enum in com.mindfusion.diagramming
The members of this enumeration specify how the component should respond to users actions.
BehaviorBase - Class in com.mindfusion.diagramming
An abstract base class for types that define how the control reacts to users' actions with a mouse or other pointing devices.
BehaviorBase(DiagramView) - Constructor for class com.mindfusion.diagramming.BehaviorBase
Initializes a new instance of the BehaviorBase class.
Beige - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFF5F5DC.
Beige - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFF5F5DC.
Beige - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the Beige color.
bendAdjacentLinks(boolean) - Method in class com.mindfusion.diagramming.builders.TopologicalLayoutBuilder
Sets a value indicating whether to bend links connecting adjacent nodes or draw them as straight lines.
bendNonplanarLinks(boolean) - Method in class com.mindfusion.diagramming.builders.TriangularLayoutBuilder
Sets a value indicating whether the intersecting links in a non-planar graphs will be segmented and bended to improve presentation.
BezierTemplate - Class in com.mindfusion.diagramming
Represents a Bezier curve in a Shape definition.
BezierTemplate(float, float, float, float, float, float, float, float) - Constructor for class com.mindfusion.diagramming.BezierTemplate
Initializes a new BezierTemplate instance with the specified coordinates of the segment control points.
BezierTemplate(float, float, float, float, float, float, float, float, Color, DashStyle, float) - Constructor for class com.mindfusion.diagramming.BezierTemplate
Initializes a new BezierTemplate instance with the specified coordinates of the segment control points.
Bisque - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFFFE4C4.
Bisque - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFFFE4C4.
Bisque - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the Bisque color.
Black - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FF000000.
Black - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FF000000.
Black - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the Black color.
BlanchedAlmond - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFFFEBCD.
BlanchedAlmond - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFFFEBCD.
BlanchedAlmond - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the BlanchedAlmond color.
Blue - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FF0000FF.
Blue - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FF0000FF.
Blue - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the Blue color.
BlueViolet - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FF8A2BE2.
BlueViolet - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FF8A2BE2.
BlueViolet - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the BlueViolet color.
BorderComponent - Class in com.mindfusion.diagramming.components
Represents a component that draws a border around another component.
BorderComponent() - Constructor for class com.mindfusion.diagramming.components.BorderComponent
Initializes a new instance of the BorderComponent class.
BorderTreeLayout - Class in com.mindfusion.diagramming.jlayout
 
BorderTreeLayout() - Constructor for class com.mindfusion.diagramming.jlayout.BorderTreeLayout
 
Bottom - Static variable in class com.mindfusion.diagramming.components.VerticalAlignment
 
BOTTOM - Static variable in class com.mindfusion.diagramming.VerticalFlowLayout
This value indicates that each row of components should be bottom-justified.
BottomHandles - Static variable in class com.mindfusion.diagramming.AdjustmentHandles
The bottom-left, bottom-center and bottom-right handles are enabled.
boundaryFactor(double) - Method in class com.mindfusion.diagramming.builders.AnnealLayoutBuilder
Sets a value indicating how important the distance from nodes to the layout area boundaries is relatively to the other criteria considered by the algorithm.
bounds(Rectangle2D) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the bounds of the scrollable area of the diagram.
bounds - Variable in class com.mindfusion.diagramming.DiagramNode
 
boundsPen(Pen) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the pen with which document bounds are drawn.
BowArrow - Static variable in class com.mindfusion.diagramming.ArrowHeads
Display a bow arrow.
BranchIndicator - Enum in com.mindfusion.diagramming
 
bringIntoView(DiagramItem) - Method in class com.mindfusion.diagramming.DiagramView
Scrolls the viewport so that the specified item will be visible.
bringIntoView(Rectangle2D) - Method in class com.mindfusion.diagramming.DiagramView
Scrolls the view to make the specified rectangular area visible.
Brown - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFA52A2A.
Brown - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFA52A2A.
Brown - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the Brown color.
brush(Brush) - Method in class com.mindfusion.diagramming.builders.CompositeNodeBuilder
Sets the brush used to fill the item's interior.
brush(Color) - Method in class com.mindfusion.diagramming.builders.CompositeNodeBuilder
 
brush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.CompositeNodeBuilder
 
brush(Brush) - Method in class com.mindfusion.diagramming.builders.CompositeNodeStyleBuilder
Sets the brush used to fill the interior of the item.
brush(Color) - Method in class com.mindfusion.diagramming.builders.CompositeNodeStyleBuilder
 
brush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.CompositeNodeStyleBuilder
 
brush(Brush) - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
Sets the brush used to fill the item's interior.
brush(Color) - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
 
brush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
 
brush(Brush) - Method in class com.mindfusion.diagramming.builders.ContainerNodeStyleBuilder
Sets the brush used to fill the interior of the item.
brush(Color) - Method in class com.mindfusion.diagramming.builders.ContainerNodeStyleBuilder
 
brush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.ContainerNodeStyleBuilder
 
brush(Brush) - Method in class com.mindfusion.diagramming.builders.ControlNodeBuilder
Sets the brush used to fill the item's interior.
brush(Color) - Method in class com.mindfusion.diagramming.builders.ControlNodeBuilder
 
brush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.ControlNodeBuilder
 
brush(Brush) - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
Sets the brush used to fill the item's interior.
brush(Color) - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
 
brush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
 
brush(Brush) - Method in class com.mindfusion.diagramming.builders.DiagramLinkStyleBuilder
Sets the brush used to fill the interior of the item.
brush(Color) - Method in class com.mindfusion.diagramming.builders.DiagramLinkStyleBuilder
 
brush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.DiagramLinkStyleBuilder
 
brush(Brush) - Method in class com.mindfusion.diagramming.builders.FreeFormNodeBuilder
Sets the brush used to fill the item's interior.
brush(Color) - Method in class com.mindfusion.diagramming.builders.FreeFormNodeBuilder
 
brush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.FreeFormNodeBuilder
 
brush(Brush) - Method in class com.mindfusion.diagramming.builders.FreeFormNodeStyleBuilder
Sets the brush used to fill the interior of the item.
brush(Color) - Method in class com.mindfusion.diagramming.builders.FreeFormNodeStyleBuilder
 
brush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.FreeFormNodeStyleBuilder
 
brush(Brush) - Method in class com.mindfusion.diagramming.builders.ShapeNodeBuilder
Sets the brush used to fill the item's interior.
brush(Color) - Method in class com.mindfusion.diagramming.builders.ShapeNodeBuilder
 
brush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.ShapeNodeBuilder
 
brush(Brush) - Method in class com.mindfusion.diagramming.builders.ShapeNodeStyleBuilder
Sets the brush used to fill the interior of the item.
brush(Color) - Method in class com.mindfusion.diagramming.builders.ShapeNodeStyleBuilder
 
brush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.ShapeNodeStyleBuilder
 
brush(Brush) - Method in class com.mindfusion.diagramming.builders.SvgNodeBuilder
Sets the brush used to fill the item's interior.
brush(Color) - Method in class com.mindfusion.diagramming.builders.SvgNodeBuilder
 
brush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.SvgNodeBuilder
 
brush(Brush) - Method in class com.mindfusion.diagramming.builders.SvgNodeStyleBuilder
Sets the brush used to fill the interior of the item.
brush(Color) - Method in class com.mindfusion.diagramming.builders.SvgNodeStyleBuilder
 
brush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.SvgNodeStyleBuilder
 
brush(Brush) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
Sets the brush used to fill the item's interior.
brush(Color) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
 
brush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
 
brush(Brush) - Method in class com.mindfusion.diagramming.builders.TableNodeStyleBuilder
Sets the brush used to fill the interior of the item.
brush(Color) - Method in class com.mindfusion.diagramming.builders.TableNodeStyleBuilder
 
brush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.TableNodeStyleBuilder
 
brush(Brush) - Method in class com.mindfusion.diagramming.builders.TreeViewNodeBuilder
Sets the brush used to fill the item's interior.
brush(Color) - Method in class com.mindfusion.diagramming.builders.TreeViewNodeBuilder
 
brush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.TreeViewNodeBuilder
 
brush(Brush) - Method in class com.mindfusion.diagramming.builders.TreeViewNodeStyleBuilder
Sets the brush used to fill the interior of the item.
brush(Color) - Method in class com.mindfusion.diagramming.builders.TreeViewNodeStyleBuilder
 
brush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.TreeViewNodeStyleBuilder
 
brush - Variable in class com.mindfusion.diagramming.DiagramItem
 
Brush - Class in com.mindfusion.drawing
A Brush specifies how the interior of an element should be filled.
Brush() - Constructor for class com.mindfusion.drawing.Brush
 
Brushes - Class in com.mindfusion.drawing
Contains the predefined Brush objects.
buildKey(Object, Object) - Method in class com.mindfusion.diagramming.jlayout.LayoutRules
Builds a key - object for the new rule, as a pair of two objects: obj1 and obj2
BurlyWood - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFDEB887.
BurlyWood - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFDEB887.
BurlyWood - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the BurlyWood color.
ButtonComponent - Class in com.mindfusion.diagramming.components
Represents a button-like component, which can respond to user clicks.
ButtonComponent() - Constructor for class com.mindfusion.diagramming.components.ButtonComponent
Initializes a new instance of the ButtonComponent class.
ButtonComponent.ButtonState - Enum in com.mindfusion.diagramming.components
Indicates the state of a button.
ButtonComponent.ButtonType - Enum in com.mindfusion.diagramming.components
Indicates the behavior of the button.
ButtonComponentAdapter - Class in com.mindfusion.diagramming.components
Provides empty implementations for the methods defined in the ButtonComponentListener interface.
ButtonComponentAdapter() - Constructor for class com.mindfusion.diagramming.components.ButtonComponentAdapter
 
ButtonComponentListener - Interface in com.mindfusion.diagramming.components
Defines the events that can be raised by ButtonComponent.
ButtonDrawEventArgs - Class in com.mindfusion.diagramming.components
Contains arguments passed to the customDraw event of buttons.
ByteArrayTransferable - Class in com.mindfusion.diagramming
Implements clipboard support for diagram items.
byteToHex(int) - Static method in class com.mindfusion.diagramming.Converter
 

C

CadetBlue - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FF5F9EA0.
CadetBlue - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FF5F9EA0.
CadetBlue - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the CadetBlue color.
calc(Vertex) - Method in class com.mindfusion.diagramming.jlayout.CascadeLayout
VertexSizeFunction.calc implementation.
calculateIntersections() - Method in class com.mindfusion.diagramming.ConnectionPoint
Determines whether the end of a link should be aligned to the point where the node contour is intersected by the line connecting the centers of the connected nodes.
cancel() - Method in class com.mindfusion.diagramming.ItemLabel
Called when drag operation is canceled.
cancel() - Method in class com.mindfusion.diagramming.Manipulator
Called when the manipulator should cancel the current manipulation.
cancelDrag() - Method in class com.mindfusion.diagramming.CellValidationEvent
 
cancelDrag() - Method in class com.mindfusion.diagramming.DiagramView
 
cancelDrag() - Method in class com.mindfusion.diagramming.Interaction
Invoked when the operation should be canceled.
cancelDrag() - Method in class com.mindfusion.diagramming.LinkValidationEvent
Cancels the creation or modification of the link.
cancelDrag() - Method in class com.mindfusion.diagramming.NodeValidationEvent
Cancels the creation or modification of the node.
cancelDrag() - Method in class com.mindfusion.diagramming.SelectionValidationEvent
Immediately cancels the item's creation or modification.
cancelDrag() - Method in class com.mindfusion.diagramming.ValidationEvent
Immediately cancels the item's creation or modification.
cancelModify(InteractionState) - Method in class com.mindfusion.diagramming.DiagramItem
Invoked when the interactive modification of this item has been canceled.
cancelModify(InteractionState) - Method in class com.mindfusion.diagramming.DiagramLink
cancelModify(InteractionState) - Method in class com.mindfusion.diagramming.DiagramNode
cancelModify(InteractionState) - Method in class com.mindfusion.diagramming.FreeFormNode
cancelModify(InteractionState) - Method in class com.mindfusion.diagramming.Selection
 
cancelModify(InteractionState) - Method in class com.mindfusion.diagramming.ShapeNode
 
canImport(JComponent, DataFlavor[]) - Method in class com.mindfusion.diagramming.DiagramTransferHandler
TransferHandler.canImport override.
canImport(TransferHandler.TransferSupport) - Method in class com.mindfusion.diagramming.DiagramTransferHandler
TransferHandler.canImport override.
canMoveLink(Point2D.Float) - Method in class com.mindfusion.diagramming.ConnectionPoint
Checks whether the specified point, expressed in document coordinates, is a valid location for this connection point.
caption(String) - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
Sets the container's caption text.
caption(String) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
Sets the caption text of a table.
caption(String) - Method in class com.mindfusion.diagramming.builders.TreeViewNodeBuilder
Sets the text displayed as caption of the node.
caption - Variable in class com.mindfusion.diagramming.ContainerNodeProperties
 
captionBackBrush(Brush) - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
Sets the brush used to paint the caption area of this container.
captionBackBrush(Color) - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
 
captionBackBrush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
 
captionBackBrush(Brush) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
Sets the brush used to paint the caption area of this table.
captionBackBrush(Color) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
 
captionBackBrush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
 
captionBackBrush(Brush) - Method in class com.mindfusion.diagramming.builders.TableNodeStyleBuilder
Sets the brush used to paint the caption area of this table.
captionBackBrush(Color) - Method in class com.mindfusion.diagramming.builders.TableNodeStyleBuilder
 
captionBackBrush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.TableNodeStyleBuilder
 
captionBackBrush - Variable in class com.mindfusion.diagramming.ContainerNodeProperties
 
captionBrush(Brush) - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
Sets the brush used to draw the container's caption text.
captionBrush(Color) - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
 
captionBrush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
 
captionBrush(Brush) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
Sets the brush used to draw the table's caption text.
captionBrush(Color) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
 
captionBrush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
 
captionColor - Variable in class com.mindfusion.diagramming.ContainerNodeProperties
 
captionFormat(TextFormat) - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
Sets the caption alignment and format.
captionFormat(TextFormat) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
Sets a TextFormat object specifying how to format and align the caption text.
captionFormat - Variable in class com.mindfusion.diagramming.ContainerNodeProperties
 
captionHeight(float) - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
Sets the height of the container's caption area.
captionHeight(float) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
Sets the height of the caption area of the table.
captionHeight(float) - Method in class com.mindfusion.diagramming.builders.TreeViewNodeBuilder
Gets the height of the node's caption area.
captionHeight - Variable in class com.mindfusion.diagramming.ContainerNodeProperties
 
captionImage(Image) - Method in class com.mindfusion.diagramming.builders.TreeViewNodeBuilder
Gets the image that is displayed in the caption.
CardinalSpline - Class in com.mindfusion.drawing
 
CardinalSpline(List<Point2D>) - Constructor for class com.mindfusion.drawing.CardinalSpline
 
CardinalSpline(List<Point2D>, Point2D, Point2D) - Constructor for class com.mindfusion.drawing.CardinalSpline
 
cartesianToPolar(Point2D.Float, Point2D.Float, ByRef<Float>, ByRef<Float>) - Static method in class com.mindfusion.diagramming.jlayout.NodeOrderComparer
 
cartesianToPolar(Point2D, Point2D, Point2D) - Static method in class com.mindfusion.diagramming.Utilities
 
CascadeLayout - Class in com.mindfusion.diagramming
Performs cascading layout on simple, connected graphs.
CascadeLayout() - Constructor for class com.mindfusion.diagramming.CascadeLayout
Initializes a new instance of the CascadeLayout class.
CascadeLayout - Class in com.mindfusion.diagramming.jlayout
Performs cascading layout on simple, connected graphs.
CascadeLayout() - Constructor for class com.mindfusion.diagramming.jlayout.CascadeLayout
Initializes a new instance of the CascadeLayout class.
CascadeLayoutBuilder - Class in com.mindfusion.diagramming.builders
A class used to initialize CascadeLayout objects.
CascadeLayoutBuilder() - Constructor for class com.mindfusion.diagramming.builders.CascadeLayoutBuilder
Initializes a new instance of the CascadeLayoutBuilder class.
CascadeLayoutBuilder(CascadeLayout) - Constructor for class com.mindfusion.diagramming.builders.CascadeLayoutBuilder
Initializes a new instance of the CascadeLayoutBuilder class.
CascadeLayoutInfo - Class in com.mindfusion.diagramming.jlayout
Contains settings for the CascadeLayout class.
CascadeLayoutInfo() - Constructor for class com.mindfusion.diagramming.jlayout.CascadeLayoutInfo
Initializes a new instance of the CascadeLayoutInfo class.
CascadeLayoutStatistics - Class in com.mindfusion.diagramming.jlayout
Encapsulates information about a cascade layout which has already complete.
CascadeLayoutStatistics() - Constructor for class com.mindfusion.diagramming.jlayout.CascadeLayoutStatistics
Initializes a new instance of the CascadeLayoutStatistics class.
cascadeOrientation(Orientation) - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
Sets the orientation of the first segment of a cascading link.
Cascading - Static variable in class com.mindfusion.diagramming.jlayout.BaseLayout
Use TreeLayout to arrange nodes.
Cell - Class in com.mindfusion.diagramming
Represents a cell in a table.
Cell(TableNode) - Constructor for class com.mindfusion.diagramming.Cell
Initializes a new Cell instance and assigns the specified table as its parent.
Cell() - Constructor for class com.mindfusion.diagramming.Cell
Used internally to implement serialization functionality.
cellClicked(CellEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Called when a table cell is clicked.
cellClicked(CellEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Called when a table cell is clicked.
cellCustomDraw(CustomDraw) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the default type of custom painting applied to cells of new tables.
cellCustomDraw(CustomDraw) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
Sets the type of custom drawing performed on the table cells.
cellDoubleClicked(CellEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when the user double-clicks a table's cell.
cellDoubleClicked(CellEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when the user double-clicks a table's cell.
CellEvent - Class in com.mindfusion.diagramming
Contains information passed to the cellClicked event defined in DiagramListener.
CellEvent(Object, Cell, int, int, Point2D, int) - Constructor for class com.mindfusion.diagramming.CellEvent
Initializes a new CellEvent instance.
cellFrameStyle(CellFrameStyle) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the default style of the cell frames of new tables.
cellFrameStyle(CellFrameStyle) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
Sets the style of the cell frame lines.
CellFrameStyle - Enum in com.mindfusion.diagramming
The members of this enumeration specify the style of the frame lines of tables' cells.
cellFromPoint(Point2D, Point) - Method in class com.mindfusion.diagramming.TableNode
Returns the row and column indices of the cell located at the specified point, taking into consideration the cells span.
CellList - Class in com.mindfusion.diagramming
A strongly-typed list of Cell objects.
CellList() - Constructor for class com.mindfusion.diagramming.CellList
 
cellTextBrush(Brush) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
Sets the color used to draw the text in this table.
cellTextBrush(Color) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
 
cellTextBrush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
 
cellTextBrush(Brush) - Method in class com.mindfusion.diagramming.builders.TableNodeStyleBuilder
Gets the brush used to paint texts inside table cells.
cellTextBrush(Color) - Method in class com.mindfusion.diagramming.builders.TableNodeStyleBuilder
 
cellTextBrush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.TableNodeStyleBuilder
 
cellTextEdited(EditCellTextEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when the user edits the text of a table's cell.
cellTextEdited(EditCellTextEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when the user edits the text of a table's cell.
cellTextEditing(CellValidationEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
A validation event that lets you prevent users from editing the text of a table's cell.
cellTextEditing(CellValidationEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
A validation event that lets you prevent users from editing the text of a table's cell.
CellValidationEvent - Class in com.mindfusion.diagramming
Contains the arguments passed to event handlers, such as CellTextEditing.
CellValidationEvent(Object, Cell, int, Point2D, int, int) - Constructor for class com.mindfusion.diagramming.CellValidationEvent
 
Center - Static variable in class com.mindfusion.diagramming.components.HorizontalAlignment
 
Center - Static variable in class com.mindfusion.diagramming.components.VerticalAlignment
 
CENTER - Static variable in class com.mindfusion.diagramming.VerticalFlowLayout
This value indicates that each row of components should be centered.
CenterTreeLayout - Class in com.mindfusion.diagramming.jlayout
 
CenterTreeLayout() - Constructor for class com.mindfusion.diagramming.jlayout.CenterTreeLayout
 
Centimeter - Static variable in class com.mindfusion.diagramming.MeasureUnit
 
change(DiagramItem) - Method in class com.mindfusion.diagramming.Selection
Changes the selection to the specified item.
changed(ThemeChangedEvent) - Method in interface com.mindfusion.diagramming.ThemeListener
 
ChangeItemCmd - Class in com.mindfusion.diagramming
AdjustmentHandles undo / redo of property changes.
ChangeItemCmd(DiagramItem, String) - Constructor for class com.mindfusion.diagramming.ChangeItemCmd
Initializes a new ChangeItemCmd instance.
changeUnit(GraphicsUnit) - Method in class com.mindfusion.diagramming.Diagram
Sets new MeasureUnit value and scales the coordinates of diagram items so that their absolute size remains unchanged.
Chartreuse - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FF7FFF00.
Chartreuse - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FF7FFF00.
Chartreuse - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the Chartreuse color.
CheckBoxComponent - Class in com.mindfusion.diagramming.components
Displays a check-box that lets users select true / false values.
CheckBoxComponent() - Constructor for class com.mindfusion.diagramming.components.CheckBoxComponent
Initializes a new instance of the CheckBoxComponent class.
checkIntersect(Point2D, Rectangle2D, float) - Static method in class com.mindfusion.diagramming.Utilities
Checks if the specified rectangle and circle intersect.
Chocolate - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFD2691E.
Chocolate - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFD2691E.
Chocolate - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the Chocolate color.
Circle - Static variable in class com.mindfusion.diagramming.ArrowHeads
Display a circle.
CircularLayout - Class in com.mindfusion.diagramming
Implements a circular graph layout algorithm.
CircularLayout() - Constructor for class com.mindfusion.diagramming.CircularLayout
Initializes a new instance of the CircularLayout class with the default settings.
CircularLayout - Class in com.mindfusion.diagramming.jlayout
 
CircularLayout() - Constructor for class com.mindfusion.diagramming.jlayout.CircularLayout
Initializes a new instance of the CircularLayout class.
CircularLayoutBuilder - Class in com.mindfusion.diagramming.builders
A class used to initialize CircularLayout objects.
CircularLayoutBuilder() - Constructor for class com.mindfusion.diagramming.builders.CircularLayoutBuilder
Initializes a new instance of the CircularLayoutBuilder class.
CircularLayoutBuilder(CircularLayout) - Constructor for class com.mindfusion.diagramming.builders.CircularLayoutBuilder
Initializes a new instance of the CircularLayoutBuilder class.
CircularLayoutInfo - Class in com.mindfusion.diagramming.jlayout
 
CircularLayoutInfo() - Constructor for class com.mindfusion.diagramming.jlayout.CircularLayoutInfo
Initializes a new instance of the CircularLayoutInfo class.
ClassDescriptor - Class in com.mindfusion.diagramming
Implements XML serialization support for diagram items.
ClassDescriptor(Class<?>, String, int) - Constructor for class com.mindfusion.diagramming.ClassDescriptor
 
clear() - Method in class com.mindfusion.diagramming.BaseList
Removes all elements from the list.
clear() - Method in class com.mindfusion.diagramming.CommandHistory
Clears the undo/redo history.
clear() - Method in class com.mindfusion.diagramming.jlayout.BaseList
 
clear() - Method in class com.mindfusion.diagramming.Selection
Removes all items from the selection.
clearAll() - Method in class com.mindfusion.diagramming.Diagram
Deletes all items from the diagram.
clearNodes() - Method in class com.mindfusion.diagramming.NodeListView
Removes all nodes from the list view.
clearShapes() - Method in class com.mindfusion.diagramming.ShapeListBox
Removes all shapes from the ShapeListBox, leaving it empty
clicked(DiagramEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when the user clicks the diagram at a point where no items are located.
clicked(DiagramEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when the user clicks the diagram at a point where no items are located.
clipChildren(boolean) - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
Sets a value indicating whether child items should be clipped by container boundaries.
clipChildren - Variable in class com.mindfusion.diagramming.ContainerNodeProperties
 
clone() - Method in class com.mindfusion.diagramming.AeroEffect
clone() - Method in class com.mindfusion.diagramming.AnchorPattern
Creates a clone of the anchor pattern.
clone() - Method in class com.mindfusion.diagramming.AnchorPoint
Creates a clone of the anchor point.
clone() - Method in class com.mindfusion.diagramming.Cell
Creates a copy of the cell.
clone() - Method in class com.mindfusion.diagramming.CellList
 
clone() - Method in class com.mindfusion.diagramming.Column
Copies the column properties to a new Column instance.
clone() - Method in class com.mindfusion.diagramming.ColumnList
 
clone(boolean) - Method in class com.mindfusion.diagramming.ContainerNode
DiagramItem.clone override.
clone(boolean) - Method in class com.mindfusion.diagramming.DiagramItem
Creates a copy of this item.
clone() - Method in class com.mindfusion.diagramming.DiagramItemList
 
clone(boolean) - Method in class com.mindfusion.diagramming.DiagramLink
Creates a copy of this link.
clone() - Method in class com.mindfusion.diagramming.DiagramLinkList
 
clone() - Method in class com.mindfusion.diagramming.DiagramNodeList
 
clone() - Method in class com.mindfusion.diagramming.GlassEffect
clone() - Method in class com.mindfusion.diagramming.jlayout.LinkList
 
clone() - Method in class com.mindfusion.diagramming.jlayout.NodeList
 
clone() - Method in class com.mindfusion.diagramming.jlayout.PointList
 
clone() - Method in class com.mindfusion.diagramming.jlayout.TreeLevels
 
clone() - Method in class com.mindfusion.diagramming.jlayout.XDimension2D.Double
 
clone() - Method in class com.mindfusion.diagramming.LinkLabel
Creates a clone of this label.
clone() - Method in class com.mindfusion.diagramming.NodeConstraints
Creates a copy of this NodeConstraints instance.
clone() - Method in class com.mindfusion.diagramming.NodeEffect
Cloneable.clone implementation.
clone() - Method in class com.mindfusion.diagramming.NodeLabel
Creates a clone of this label.
clone() - Method in class com.mindfusion.diagramming.Row
Copies the row properties to a new Row instance.
clone() - Method in class com.mindfusion.diagramming.RowList
 
clone() - Method in class com.mindfusion.diagramming.ShapeData
 
clone() - Method in class com.mindfusion.diagramming.ShapeFormulaParam
Creates a copy of this ShapeFormulaParam.
clone() - Method in class com.mindfusion.diagramming.ShapeNodeList
 
clone() - Method in class com.mindfusion.diagramming.TreeItemList
 
clone() - Method in class com.mindfusion.diagramming.TreeViewItem
Creates a copy of this item.
clone(T) - Static method in class com.mindfusion.diagramming.Utilities
 
clone(T) - Static method in class com.mindfusion.diagramming.Utilities
 
clone() - Method in class com.mindfusion.diagramming.XDimension2D.Double
 
clone() - Method in class com.mindfusion.drawing.Brush
Creates a copy of a brush.
clone() - Method in class com.mindfusion.drawing.DashStyle
Creates a copy of the DashStyle.
clone() - Method in class com.mindfusion.drawing.GradientBrush
Creates a clone of the brush.
clone() - Method in class com.mindfusion.drawing.HatchBrush
Creates a copy of a brush.
clone() - Method in class com.mindfusion.drawing.Pen
Creates a copy of this pen.
clone() - Method in class com.mindfusion.drawing.PointList
 
clone() - Method in class com.mindfusion.drawing.RadialGradientBrush
Creates a clone of the brush.
clone() - Method in class com.mindfusion.drawing.SolidBrush
Create a copy of this brush.
clone() - Method in class com.mindfusion.drawing.TextFormat
Creates a copy of this TextFormat.
clone() - Method in class com.mindfusion.drawing.TextureBrush
Creates a copy of a brush.
close() - Method in class com.mindfusion.diagramming.components.TextLayout
 
closed(boolean) - Method in class com.mindfusion.diagramming.builders.FreeFormNodeBuilder
Sets if the node's shape is closed.
collapseEmptyLanes(boolean) - Method in class com.mindfusion.diagramming.builders.SwimlaneLayoutBuilder
Set or sets a value indicating whether lanes without associated nodes will shrink to zero size.
Colors - Class in com.mindfusion.drawing
Contains the predefined Color objects.
Column - Class in com.mindfusion.diagramming
Represents a column of cells in a table.
Column(TableNode) - Constructor for class com.mindfusion.diagramming.Column
Initializes a new instance of the Column class and assigns the specified table as its parent.
Column() - Constructor for class com.mindfusion.diagramming.Column
Used internally to implement serialization functionality.
columnCount(int) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
Sets the number of columns of this table.
ColumnList - Class in com.mindfusion.diagramming
A strongly-typed list of Column objects.
ColumnList() - Constructor for class com.mindfusion.diagramming.ColumnList
 
ColumnStyle - Enum in com.mindfusion.diagramming
The members of this enumeration specify whether a table's column is automatically resized when the table is resized.
columnWidth(float) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
Sets the initial width of the columns of this table.
com.mindfusion.diagramming - package com.mindfusion.diagramming
 
com.mindfusion.diagramming.builders - package com.mindfusion.diagramming.builders
 
com.mindfusion.diagramming.components - package com.mindfusion.diagramming.components
 
com.mindfusion.diagramming.jlayout - package com.mindfusion.diagramming.jlayout
 
com.mindfusion.drawing - package com.mindfusion.drawing
 
CombineMode - Enum in com.mindfusion.drawing
Specifies how different clipping regions can be combined.
Command - Class in com.mindfusion.diagramming
Represents an action that can be undone or redone.
Command(String) - Constructor for class com.mindfusion.diagramming.Command
Initializes a new Command instance.
CommandContext - Class in com.mindfusion.diagramming
Represents the context in which a command is executed.
CommandContext(Diagram) - Constructor for class com.mindfusion.diagramming.CommandContext
Initializes a new CommandContext instance.
CommandHistory - Class in com.mindfusion.diagramming
Represent the command undo/redo history.
CommandHistory() - Constructor for class com.mindfusion.diagramming.CommandHistory
Initializes a new CommandHistory instance.
CommandList - Class in com.mindfusion.diagramming
A strongly-typed list of Command objects.
CommandList(int) - Constructor for class com.mindfusion.diagramming.CommandList
 
CommandList() - Constructor for class com.mindfusion.diagramming.CommandList
 
compactAssistants(boolean) - Method in class com.mindfusion.diagramming.builders.TreeLayoutBuilder
Sets a value indicating whether the "assistant" nodes on the same side of a single parent are arranged as close enough to each other as possible.
compactNodes(boolean) - Method in class com.mindfusion.diagramming.builders.SwimlaneLayoutBuilder
Sets a value indicating whether the nodes within individual lanes are compacted.
compare(GraphNode, GraphNode) - Method in class com.mindfusion.diagramming.jlayout.LayerComparator
 
compare(Link, Link) - Method in class com.mindfusion.diagramming.jlayout.NodeOrderComparer
 
compare(Link, Link) - Method in class com.mindfusion.diagramming.jlayout.NodeOrderComparer2
 
compare(Object, Object) - Method in class com.mindfusion.diagramming.jlayout.XBoundsComparer
 
compareTo(Pair) - Method in class com.mindfusion.diagramming.jlayout.Pair
Comparable.compareTo implementation.
compareTo(PathNode) - Method in class com.mindfusion.diagramming.jlayout.PathNode
Comparable.compareTo implementation.
completeCreate(Point2D) - Method in class com.mindfusion.diagramming.DiagramItem
Invoked when the user finishes drawing this item.
completeCreate(Point2D) - Method in class com.mindfusion.diagramming.DiagramLink
completeCreate(Point2D) - Method in class com.mindfusion.diagramming.DiagramNode
completeCreate(Point2D) - Method in class com.mindfusion.diagramming.FreeFormNode
completeCreate(Point2D) - Method in class com.mindfusion.diagramming.Selection
 
completeModify(Point2D, InteractionState) - Method in class com.mindfusion.diagramming.DiagramItem
Invoked when the item modification has been completed.
completeModify(Point2D, InteractionState) - Method in class com.mindfusion.diagramming.DiagramLink
 
completeModify(Point2D, InteractionState) - Method in class com.mindfusion.diagramming.DiagramNode
 
completeModify(Point2D, InteractionState) - Method in class com.mindfusion.diagramming.Selection
 
ComponentBase - Class in com.mindfusion.diagramming.components
Represents the abstract base of all components.
ComponentBase() - Constructor for class com.mindfusion.diagramming.components.ComponentBase
Initializes a new instance of the ComponentBase class.
ComponentEvent - Class in com.mindfusion.diagramming.components
The base class for arguments supplied to various component-related events.
ComponentEvent(ComponentBase) - Constructor for class com.mindfusion.diagramming.components.ComponentEvent
 
ComponentEventListener - Interface in com.mindfusion.diagramming.components
Defines events raised by components.
ComponentFinder - Class in com.mindfusion.diagramming.components
For internal use.
ComponentFinder(String) - Constructor for class com.mindfusion.diagramming.components.ComponentFinder
 
ComponentFinder(ComponentBase) - Constructor for class com.mindfusion.diagramming.components.ComponentFinder
 
ComponentFinder(ComponentFinder.Predicate, Object) - Constructor for class com.mindfusion.diagramming.components.ComponentFinder
 
ComponentFinder.Predicate - Interface in com.mindfusion.diagramming.components
 
ComponentHitTester - Class in com.mindfusion.diagramming.components
For internal use.
ComponentHitTester(Point2D.Float) - Constructor for class com.mindfusion.diagramming.components.ComponentHitTester
 
ComponentHost - Interface in com.mindfusion.diagramming.components
For internal use.
ComponentKeyEvent - Class in com.mindfusion.diagramming.components
Provides data to keyboard-related events.
ComponentKeyEvent(ComponentBase, char, int) - Constructor for class com.mindfusion.diagramming.components.ComponentKeyEvent
 
ComponentKeyEvent(ComponentBase, int, int) - Constructor for class com.mindfusion.diagramming.components.ComponentKeyEvent
 
ComponentKeyEvent(ComponentBase, char) - Constructor for class com.mindfusion.diagramming.components.ComponentKeyEvent
 
ComponentKeyEvent(ComponentBase, int) - Constructor for class com.mindfusion.diagramming.components.ComponentKeyEvent
 
ComponentKeyEventAdapter - Class in com.mindfusion.diagramming.components
Provides empty implementations for the methods defined in the ComponentKeyEventListener interface.
ComponentKeyEventAdapter() - Constructor for class com.mindfusion.diagramming.components.ComponentKeyEventAdapter
 
ComponentKeyEventListener - Interface in com.mindfusion.diagramming.components
Defines keyboard events that can be raised by components.
ComponentMouseEvent - Class in com.mindfusion.diagramming.components
Provides data to mouse-related component events.
ComponentMouseEvent(ComponentBase, Point2D) - Constructor for class com.mindfusion.diagramming.components.ComponentMouseEvent
 
ComponentMouseEventAdapter - Class in com.mindfusion.diagramming.components
Provides empty implementations for the methods defined in the ComponentMouseEventListener interface.
ComponentMouseEventAdapter() - Constructor for class com.mindfusion.diagramming.components.ComponentMouseEventAdapter
 
ComponentMouseEventListener - Interface in com.mindfusion.diagramming.components
Defines keyboard events that can be raised by components.
ComponentPostLoader - Class in com.mindfusion.diagramming.components
For internal use.
ComponentPostLoader() - Constructor for class com.mindfusion.diagramming.components.ComponentPostLoader
 
ComponentTextEvent - Class in com.mindfusion.diagramming.components
Provides arguments for text-related events.
ComponentTextEvent(EditComponent, String, String) - Constructor for class com.mindfusion.diagramming.components.ComponentTextEvent
 
ComponentTextValidationEvent - Class in com.mindfusion.diagramming.components
Provides argument for text validation events.
ComponentTextValidationEvent(EditComponent, String, String) - Constructor for class com.mindfusion.diagramming.components.ComponentTextValidationEvent
 
ComponentValidationEvent - Class in com.mindfusion.diagramming.components
Provides arguments for validation events.
ComponentValidationEvent(ComponentBase) - Constructor for class com.mindfusion.diagramming.components.ComponentValidationEvent
 
ComponentValidationEventListener - Interface in com.mindfusion.diagramming.components
Defines validation events that can be raised by components.
ComponentVisitor - Interface in com.mindfusion.diagramming.components
For internal use.
CompositeCmd - Class in com.mindfusion.diagramming
Represents a composite command object that contains other commands.
CompositeCmd(Diagram, String) - Constructor for class com.mindfusion.diagramming.CompositeCmd
Initializes a new CompositeCmd instance.
CompositeCmd(Diagram, String, boolean) - Constructor for class com.mindfusion.diagramming.CompositeCmd
Initializes a new CompositeCmd instance.
CompositeNode - Class in com.mindfusion.diagramming
The CompositeNode class represents nodes that are defined via hierarchies of child components, arranged within layout panels.
CompositeNode() - Constructor for class com.mindfusion.diagramming.CompositeNode
Initializes a new instance of the CompositeNode class.
CompositeNode(Diagram) - Constructor for class com.mindfusion.diagramming.CompositeNode
Initializes a new instance of the CompositeNode class with default values supplied form the specified Diagram.
CompositeNode(CompositeNode) - Constructor for class com.mindfusion.diagramming.CompositeNode
Initializes a new instance of the CompositeNode class using the specified diagram item as a prototype.
CompositeNodeBuilder - Class in com.mindfusion.diagramming.builders
A class used to initialize CompositeNode objects.
CompositeNodeBuilder() - Constructor for class com.mindfusion.diagramming.builders.CompositeNodeBuilder
Initializes a new instance of the CompositeNodeBuilder class.
CompositeNodeBuilder(CompositeNode) - Constructor for class com.mindfusion.diagramming.builders.CompositeNodeBuilder
Initializes a new instance of the CompositeNodeBuilder class.
CompositeNodeStyle - Class in com.mindfusion.diagramming
 
CompositeNodeStyle() - Constructor for class com.mindfusion.diagramming.CompositeNodeStyle
Initializes a new instance of the CompositeNodeStyle class.
CompositeNodeStyleBuilder - Class in com.mindfusion.diagramming.builders
A class used to initialize CompositeNodeStyle objects.
CompositeNodeStyleBuilder() - Constructor for class com.mindfusion.diagramming.builders.CompositeNodeStyleBuilder
Initializes a new instance of the CompositeNodeStyleBuilder class.
CompositeNodeStyleBuilder(CompositeNodeStyle) - Constructor for class com.mindfusion.diagramming.builders.CompositeNodeStyleBuilder
Initializes a new instance of the CompositeNodeStyleBuilder class.
CompositeRouter - Class in com.mindfusion.diagramming
Implements a chain of link routers (objects implementing LinkRouter interface) so that a link passes through the sequence until it gets routed successfully.
CompositeRouter() - Constructor for class com.mindfusion.diagramming.CompositeRouter
Initializes a new instance of the CompositeRouter class.
CompositeRouter(Diagram) - Constructor for class com.mindfusion.diagramming.CompositeRouter
Initializes a new instance of the CompositeRouter class.
concat(String, Object...) - Static method in class com.mindfusion.diagramming.Utilities
Joins array elements using the specified delimiter.
confirmValidating() - Method in class com.mindfusion.diagramming.components.ComponentBase
Confirms validation by raising the Validating event.
ConnectionPoint - Class in com.mindfusion.diagramming
This class represents a connection between an edge and a node in a graph.
ConnectionPoint(DiagramNode, DiagramLink, boolean) - Constructor for class com.mindfusion.diagramming.ConnectionPoint
Initializes a new instance of the ConnectionPoint class between the specified node and link.
ConnectionPoint() - Constructor for class com.mindfusion.diagramming.ConnectionPoint
Initializes a new instance of the ConnectionPoint class.
connectionStyle(TableConnectionStyle) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
Sets a value indicating whether links should connect to the rows of this table or to the table as an integral entity.
connectionStyle(TreeViewConnectionStyle) - Method in class com.mindfusion.diagramming.builders.TreeViewNodeBuilder
Sets a value indicating whether drawing a link from/to this node should connect an item or the whole node as an integral entity.
Constants - Class in com.mindfusion.diagramming
 
Constants() - Constructor for class com.mindfusion.diagramming.Constants
 
constraints(NodeConstraints) - Method in class com.mindfusion.diagramming.builders.CompositeNodeBuilder
Sets constraints to the node size and movement direction.
constraints(NodeConstraints) - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
Sets constraints to the node size and movement direction.
constraints(NodeConstraints) - Method in class com.mindfusion.diagramming.builders.ControlNodeBuilder
Sets constraints to the node size and movement direction.
constraints(NodeConstraints) - Method in class com.mindfusion.diagramming.builders.FreeFormNodeBuilder
Sets constraints to the node size and movement direction.
constraints(NodeConstraints) - Method in class com.mindfusion.diagramming.builders.ShapeNodeBuilder
Sets constraints to the node size and movement direction.
constraints(NodeConstraints) - Method in class com.mindfusion.diagramming.builders.SvgNodeBuilder
Sets constraints to the node size and movement direction.
constraints(NodeConstraints) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
Sets constraints to the node size and movement direction.
constraints(NodeConstraints) - Method in class com.mindfusion.diagramming.builders.TreeViewNodeBuilder
Sets constraints to the node size and movement direction.
constraintsInfringed() - Method in class com.mindfusion.diagramming.DiagramNode
 
containerCaption(String) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the default value for the Caption property of containers.
containerCaptionHeight(float) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the default value for the CaptionHeight property of containers.
containerChildAdded(ContainerChildEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when a node is added to a ContainerNode, either programmatically or by the user.
containerChildAdded(ContainerChildEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when a node is added to a ContainerNode, either programmatically or by the user.
ContainerChildEvent - Class in com.mindfusion.diagramming
Contains arguments passed to ContainerChildEvent Handler,
ContainerChildEvent(Object, ContainerNode, DiagramNode) - Constructor for class com.mindfusion.diagramming.ContainerChildEvent
Represents methods that will handle ContainerChildAdded, ContainerChildRemoved events.
containerChildRemoved(ContainerChildEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when a node is removed from a ContainerNode, either programmatically or by the user.
containerChildRemoved(ContainerChildEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when a node is removed from a ContainerNode, either programmatically or by the user.
ContainerComponent - Class in com.mindfusion.diagramming.components
Represents a component which can host other components.
ContainerComponent() - Constructor for class com.mindfusion.diagramming.components.ContainerComponent
Initializes a new instance of the ContainerComponent class.
containerFolded(NodeEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when the user folds a container by clicking the arrow-up button in the container's caption area.
containerFolded(NodeEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when the user folds a container by clicking the arrow-up button in the container's caption area.
containerHighlightPen(Pen) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the default value for the HighlightPen property of containers.
containerMargin(float) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the default value for the Margin property of containers.
containerMinimumSize(Dimension2D) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the default value for the MinimumSize property of containers.
ContainerNode - Class in com.mindfusion.diagramming
Implements nodes that can contain other nodes.
ContainerNode() - Constructor for class com.mindfusion.diagramming.ContainerNode
Initializes a new instance of the ContainerNode class.
ContainerNode(Diagram) - Constructor for class com.mindfusion.diagramming.ContainerNode
Initializes a new instance of the ContainerNode class with the default values of the specified diagram.
ContainerNode(ContainerNode) - Constructor for class com.mindfusion.diagramming.ContainerNode
Initializes a new instance of the ContainerNode class using the specified node as a prototype.
ContainerNodeBuilder - Class in com.mindfusion.diagramming.builders
A class used to initialize ContainerNode objects.
ContainerNodeBuilder() - Constructor for class com.mindfusion.diagramming.builders.ContainerNodeBuilder
Initializes a new instance of the ContainerNodeBuilder class.
ContainerNodeBuilder(ContainerNode) - Constructor for class com.mindfusion.diagramming.builders.ContainerNodeBuilder
Initializes a new instance of the ContainerNodeBuilder class.
ContainerNodeProperties - Class in com.mindfusion.diagramming
Stores the values of ContainerNode properties during undo / redo operations.
ContainerNodeProperties() - Constructor for class com.mindfusion.diagramming.ContainerNodeProperties
 
ContainerNodeStyle - Class in com.mindfusion.diagramming
Represents a reusable set of properties that define the appearance of container nodes.
ContainerNodeStyle() - Constructor for class com.mindfusion.diagramming.ContainerNodeStyle
Initializes a new instance of the ContainerNodeStyle class.
ContainerNodeStyleBuilder - Class in com.mindfusion.diagramming.builders
A class used to initialize ContainerNodeStyle objects.
ContainerNodeStyleBuilder() - Constructor for class com.mindfusion.diagramming.builders.ContainerNodeStyleBuilder
Initializes a new instance of the ContainerNodeStyleBuilder class.
ContainerNodeStyleBuilder(ContainerNodeStyle) - Constructor for class com.mindfusion.diagramming.builders.ContainerNodeStyleBuilder
Initializes a new instance of the ContainerNodeStyleBuilder class.
containerPadding(float) - Method in class com.mindfusion.diagramming.builders.TreeMapLayoutBuilder
Sets the padding inside containers.
containersFoldable(boolean) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the default value for the Foldable property of containers.
containerUnfolded(NodeEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when the user unfolds a container by clicking the arrow-down button in the container's caption area.
containerUnfolded(NodeEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when the user unfolds a container by clicking the arrow-down button in the container's caption area.
contains(Object) - Method in class com.mindfusion.diagramming.BaseList
Determines if this list contains the specified element.
contains(ComponentBase) - Method in class com.mindfusion.diagramming.components.ComponentBase
Checks if the specified component is contained in the hierarchy defined by the current component.
contains(Object) - Method in class com.mindfusion.diagramming.jlayout.BaseList
 
contains(Node) - Method in class com.mindfusion.diagramming.jlayout.Path
Checks whether the specified node is a participant in the path.
contains(Link) - Method in class com.mindfusion.diagramming.jlayout.Path
Checks whether the specified link is a participant in the path.
contains(Point2D.Float) - Method in class com.mindfusion.drawing.Polygon
Checks whether the specified point lies whithin the polygon.
containsComponent(ComponentBase) - Method in class com.mindfusion.diagramming.CompositeNode
Checks whether the specified component is contained in this node.
containsPoint(Point2D) - Method in class com.mindfusion.diagramming.DiagramItem
Checks whether this item contains the specified point.
containsPoint(Point2D, float) - Method in class com.mindfusion.diagramming.DiagramItem
Checks whether this item contains the specified point.
containsPoint(Point2D) - Method in class com.mindfusion.diagramming.DiagramLink
containsPoint(Point2D, float) - Method in class com.mindfusion.diagramming.DiagramLink
containsPoint(Point2D) - Method in class com.mindfusion.diagramming.DiagramNode
containsPoint(Point2D, float) - Method in class com.mindfusion.diagramming.DiagramNode
containsPoint(Point2D) - Method in class com.mindfusion.diagramming.DummyNode
 
containsPoint(Point2D) - Method in class com.mindfusion.diagramming.FreeFormNode
containsPoint(Point2D, float) - Method in class com.mindfusion.diagramming.FreeFormNode
containsPoint(Point2D) - Method in class com.mindfusion.diagramming.Selection
DiagramItem.containsPoint override.
containsPoint(Point2D, float) - Method in class com.mindfusion.diagramming.Selection
DiagramItem.containsPoint override.
containsPoint(Point2D, float) - Method in class com.mindfusion.diagramming.ShapeNode
DiagramNode.containsPoint override.
containsPoint(Point2D) - Method in class com.mindfusion.diagramming.ShapeNode
ShapeNode.containsPoint override.
containsRecursively(DiagramNode) - Method in class com.mindfusion.diagramming.ContainerNode
Determines whether this container contains the specified node, either directly or recursively through other containers.
content(SvgContent) - Method in class com.mindfusion.diagramming.builders.SvgNodeBuilder
 
contentAlign(ImageAlign) - Method in class com.mindfusion.diagramming.builders.SvgNodeBuilder
 
ContentComponent - Class in com.mindfusion.diagramming.components
Represents a component which can host a single component as its child.
ContentComponent() - Constructor for class com.mindfusion.diagramming.components.ContentComponent
Initializes a new instance of the ContentComponent class.
control(Component) - Method in class com.mindfusion.diagramming.builders.ControlNodeBuilder
Sets the Component that should be hosted inside this node.
ControlNode - Class in com.mindfusion.diagramming
ControlNode is an adapter class that enables using any java.awt.Component -derived object as a diagram node.
ControlNode() - Constructor for class com.mindfusion.diagramming.ControlNode
Initializes a new instance of the ControlNode class.
ControlNode(Diagram) - Constructor for class com.mindfusion.diagramming.ControlNode
Initializes a new instance of the ControlNode class with default values supplied form the specified Diagram.
ControlNode(DiagramView) - Constructor for class com.mindfusion.diagramming.ControlNode
Initializes a new instance of the ControlNode class.
ControlNode(ControlNode) - Constructor for class com.mindfusion.diagramming.ControlNode
Initializes a new instance of the ControlNode class using the specified control node as a prototype.
ControlNode(DiagramView, Component) - Constructor for class com.mindfusion.diagramming.ControlNode
Initializes a new instance of the ControlNode class.
controlNodeAt(Point2D) - Method in class com.mindfusion.diagramming.GlassPane
 
ControlNodeBuilder - Class in com.mindfusion.diagramming.builders
A class used to initialize ControlNode objects.
ControlNodeBuilder() - Constructor for class com.mindfusion.diagramming.builders.ControlNodeBuilder
Initializes a new instance of the ControlNodeBuilder class.
ControlNodeBuilder(ControlNode) - Constructor for class com.mindfusion.diagramming.builders.ControlNodeBuilder
Initializes a new instance of the ControlNodeBuilder class.
ControlNodeEvent - Class in com.mindfusion.diagramming
Contains the arguments passes to handlers of the control host serialization events.
ControlNodeEvent(Object, ControlNode, Element, XmlPersistContext) - Constructor for class com.mindfusion.diagramming.ControlNodeEvent
Initializes a new instance of the ControlNodeEvent class.
ControlNodeProperties - Class in com.mindfusion.diagramming
Stores the values of ControlNode properties during undo / redo operations.
ControlNodeProperties() - Constructor for class com.mindfusion.diagramming.ControlNodeProperties
 
convert(double, MeasureUnit, DiagramView) - Method in class com.mindfusion.diagramming.MeasureUnit
Converts the specified value from this unit to the specified unit.
convert(Point2D, MeasureUnit, DiagramView) - Method in class com.mindfusion.diagramming.MeasureUnit
Converts the specified point from this unit to the specified unit.
convert(Rectangle2D, MeasureUnit, DiagramView) - Method in class com.mindfusion.diagramming.MeasureUnit
Converts the specified rectangle from this unit to the specified unit.
convert(double, GraphicsUnit) - Method in enum com.mindfusion.drawing.GraphicsUnit
 
convert(double, GraphicsUnit, GraphicsUnit) - Static method in enum com.mindfusion.drawing.GraphicsUnit
Convert value from valueMeasureUnit to targetMeasureUnit
Converter - Class in com.mindfusion.diagramming
Provides capabilities to convert various types to and from strings in a culture-independent way.
Converter() - Constructor for class com.mindfusion.diagramming.Converter
 
convertF(float, GraphicsUnit, GraphicsUnit) - Static method in enum com.mindfusion.drawing.GraphicsUnit
 
convertFromString(String) - Static method in class com.mindfusion.diagramming.ShapeConverter
 
convertRect(Rectangle2D, T) - Static method in class com.mindfusion.diagramming.Utilities
 
copySelection(Diagram, boolean, boolean) - Method in class com.mindfusion.diagramming.Diagram
Creates a copy of the currently selected objects and groups.
copyToClipboard() - Method in class com.mindfusion.diagramming.DiagramView
Copies the current selection of items to the system clipboard.
copyToClipboard(boolean) - Method in class com.mindfusion.diagramming.DiagramView
Copies the current selection of items to the system clipboard.
Coral - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFFF7F50.
Coral - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFFF7F50.
Coral - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the Coral color.
cornerRadius(float) - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
Sets the radius of node's corner arcs when its Shape is set to RoundedRectangle.
cornerRadius - Variable in class com.mindfusion.diagramming.ContainerNodeProperties
 
CornflowerBlue - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FF6495ED.
CornflowerBlue - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FF6495ED.
CornflowerBlue - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the CornflowerBlue color.
Cornsilk - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFFFF8DC.
Cornsilk - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFFFF8DC.
Cornsilk - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the Cornsilk color.
create() - Method in class com.mindfusion.diagramming.builders.AnnealLayoutBuilder
Creates a new object with the attributes accumulated by this builder.
create() - Method in class com.mindfusion.diagramming.builders.CascadeLayoutBuilder
Creates a new object with the attributes accumulated by this builder.
create() - Method in class com.mindfusion.diagramming.builders.CircularLayoutBuilder
Creates a new object with the attributes accumulated by this builder.
create() - Method in class com.mindfusion.diagramming.builders.CompositeNodeBuilder
Creates a new object with the attributes accumulated by this builder.
create() - Method in class com.mindfusion.diagramming.builders.CompositeNodeStyleBuilder
Creates a new object with the attributes accumulated by this builder.
create() - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
Creates a new object with the attributes accumulated by this builder.
create() - Method in class com.mindfusion.diagramming.builders.ContainerNodeStyleBuilder
Creates a new object with the attributes accumulated by this builder.
create() - Method in class com.mindfusion.diagramming.builders.ControlNodeBuilder
Creates a new object with the attributes accumulated by this builder.
create() - Method in class com.mindfusion.diagramming.builders.DecisionLayoutBuilder
Creates a new object with the attributes accumulated by this builder.
create() - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Creates a new object with the attributes accumulated by this builder.
create() - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
Creates a new object with the attributes accumulated by this builder.
create() - Method in class com.mindfusion.diagramming.builders.DiagramLinkStyleBuilder
Creates a new object with the attributes accumulated by this builder.
create() - Method in class com.mindfusion.diagramming.builders.FlowchartLayoutBuilder
Creates a new object with the attributes accumulated by this builder.
create() - Method in class com.mindfusion.diagramming.builders.FractalLayoutBuilder
Creates a new object with the attributes accumulated by this builder.
create() - Method in class com.mindfusion.diagramming.builders.FreeFormNodeBuilder
Creates a new object with the attributes accumulated by this builder.
create() - Method in class com.mindfusion.diagramming.builders.FreeFormNodeStyleBuilder
Creates a new object with the attributes accumulated by this builder.
create() - Method in class com.mindfusion.diagramming.builders.GridLayoutBuilder
Creates a new object with the attributes accumulated by this builder.
create() - Method in class com.mindfusion.diagramming.builders.HierarchicalLayoutBuilder
Creates a new object with the attributes accumulated by this builder.
create() - Method in class com.mindfusion.diagramming.builders.LayeredLayoutBuilder
Creates a new object with the attributes accumulated by this builder.
create() - Method in class com.mindfusion.diagramming.builders.OneWayLayoutBuilder
Creates a new object with the attributes accumulated by this builder.
create() - Method in class com.mindfusion.diagramming.builders.OrthogonalLayoutBuilder
Creates a new object with the attributes accumulated by this builder.
create() - Method in class com.mindfusion.diagramming.builders.ShapeNodeBuilder
Creates a new object with the attributes accumulated by this builder.
create() - Method in class com.mindfusion.diagramming.builders.ShapeNodeStyleBuilder
Creates a new object with the attributes accumulated by this builder.
create() - Method in class com.mindfusion.diagramming.builders.SpringLayoutBuilder
Creates a new object with the attributes accumulated by this builder.
create() - Method in class com.mindfusion.diagramming.builders.SvgNodeBuilder
Creates a new object with the attributes accumulated by this builder.
create() - Method in class com.mindfusion.diagramming.builders.SvgNodeStyleBuilder
Creates a new object with the attributes accumulated by this builder.
create() - Method in class com.mindfusion.diagramming.builders.SwimlaneLayoutBuilder
Creates a new object with the attributes accumulated by this builder.
create() - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
Creates a new object with the attributes accumulated by this builder.
create() - Method in class com.mindfusion.diagramming.builders.TableNodeStyleBuilder
Creates a new object with the attributes accumulated by this builder.
create() - Method in class com.mindfusion.diagramming.builders.TopologicalLayoutBuilder
Creates a new object with the attributes accumulated by this builder.
create() - Method in class com.mindfusion.diagramming.builders.TreeLayoutBuilder
Creates a new object with the attributes accumulated by this builder.
create() - Method in class com.mindfusion.diagramming.builders.TreeMapLayoutBuilder
Creates a new object with the attributes accumulated by this builder.
create() - Method in class com.mindfusion.diagramming.builders.TreeViewNodeBuilder
Creates a new object with the attributes accumulated by this builder.
create() - Method in class com.mindfusion.diagramming.builders.TreeViewNodeStyleBuilder
Creates a new object with the attributes accumulated by this builder.
create() - Method in class com.mindfusion.diagramming.builders.TriangularLayoutBuilder
Creates a new object with the attributes accumulated by this builder.
create() - Method in interface com.mindfusion.diagramming.jlayout.GraphBuilder
Creates new empty graph.
createConnectionPoint(DiagramLink, Point2D, boolean) - Method in class com.mindfusion.diagramming.DiagramNode
 
createConnectionPoint(DiagramLink, Point2D, boolean) - Method in class com.mindfusion.diagramming.DummyNode
 
createConnectionPoint(DiagramLink, Point2D, boolean) - Method in class com.mindfusion.diagramming.ShapeNode
 
createConnectionPoint(DiagramLink, Point2D, boolean) - Method in class com.mindfusion.diagramming.TableNode
 
createConnectionPoint(DiagramLink, Point2D, boolean) - Method in class com.mindfusion.diagramming.TreeViewNode
createContainerNode(double, double, double, double) - Method in class com.mindfusion.diagramming.Factory
Creates a new ContainerNode instance at the specified location with the specified size and adds it to the Nodes collection of the underlying diagram.
createContainerNode(Point2D, Dimension2D) - Method in class com.mindfusion.diagramming.Factory
Creates a new ContainerNode instance at the specified location with the specified size and adds it to the Nodes collection of the underlying diagram.
createContainerNode(Rectangle2D) - Method in class com.mindfusion.diagramming.Factory
Creates a new ContainerNode instance with the specified dimensions and adds it to the Nodes collection of the underlying diagram.
createContainerNode(double, double, double, double, boolean) - Method in class com.mindfusion.diagramming.Factory
Creates a new ContainerNode instance at the specified location with the specified size, optionally foldable, and adds it to the Nodes collection of the underlying diagram.
createContainerNode(Point2D, Dimension2D, boolean) - Method in class com.mindfusion.diagramming.Factory
Creates a new ContainerNode instance at the specified location with the specified size, optionally foldable, and adds it to the Nodes collection of the underlying diagram.
createContainerNode(Rectangle2D, boolean) - Method in class com.mindfusion.diagramming.Factory
Creates a new ContainerNode instance with the specified dimensions, optionally foldable, and adds it to the Nodes collection of the underlying diagram.
createDiagramLink(DiagramNode, DiagramNode) - Method in class com.mindfusion.diagramming.Factory
Creates a new DiagramLink instance between the specified nodes and adds it to the Links collection of the underlying diagram.
createDiagramLink(ShapeNode, int, ShapeNode, int) - Method in class com.mindfusion.diagramming.Factory
Creates a new DiagramLink instance between the specified nodes and adds it to the Links collection of the underlying diagram.
createDiagramLink(TableNode, TableNode) - Method in class com.mindfusion.diagramming.Factory
Creates a new DiagramLink instance between the specified tables and adds it to the Links collection of the underlying diagram.
createDiagramLink(TableNode, int, TableNode, int) - Method in class com.mindfusion.diagramming.Factory
Creates a new DiagramLink instance between the specified tables and adds it to the Links collection of the underlying diagram.
createDiagramLink(DiagramNode, TableNode, int) - Method in class com.mindfusion.diagramming.Factory
Creates a new DiagramLink instance between the specified nodes and the specified table, and adds it to the Links collection of the underlying diagram.
createDiagramLink(TableNode, int, DiagramNode) - Method in class com.mindfusion.diagramming.Factory
Creates a new DiagramLink instance between the specified table and the specified node, and adds it to the Links collection of the underlying diagram.
createDiagramLink(DiagramNode, Point2D) - Method in class com.mindfusion.diagramming.Factory
Creates a new DiagramLink instance between the specified node and the specified point, and adds it to the Links collection of the underlying diagram.
createDiagramLink(Point2D, DiagramNode) - Method in class com.mindfusion.diagramming.Factory
Creates a new DiagramLink instance between the specified point and the specified node, and adds it to the Links collection of the underlying diagram.
createDiagramLink(Point2D, Point2D) - Method in class com.mindfusion.diagramming.Factory
Creates a new DiagramLink instance between the specified points and adds it to the Links collection of the underlying diagram.
createDiagramLink(TreeViewNode, TreeViewItem, TreeViewNode, TreeViewItem) - Method in class com.mindfusion.diagramming.Factory
Creates a new DiagramLink instance between the specified tree items and adds it to the Links collection of the underlying diagram.
createGeneralPath() - Method in class com.mindfusion.diagramming.components.ShapeComponent
Creates a GeneralPath object representing the shape.
createGroup(DiagramItem) - Method in class com.mindfusion.diagramming.Factory
Creates a new hierarchical Group with the specified main item.
createImage() - Method in class com.mindfusion.diagramming.Diagram
Creates a bitmap image representing the diagram contents.
createImage(int) - Method in class com.mindfusion.diagramming.Diagram
Creates a bitmap image representing the diagram contents.
createImageHtml(String, String, String, String, String) - Method in class com.mindfusion.diagramming.HtmlBuilder
Exports a diagram image file and generates the code for an html page that displays that file along with the html image map that corresponds to the diagram.
createImageIcon(String) - Method in class com.mindfusion.diagramming.PrintPreview
 
createImageIcon(String) - Method in class com.mindfusion.diagramming.Ruler
 
createImageMap(String) - Method in class com.mindfusion.diagramming.HtmlBuilder
Creates an HTML image map.
createItem(String) - Method in class com.mindfusion.diagramming.Diagram
Implements the IItemFactory interface.
createItem(String) - Method in interface com.mindfusion.diagramming.IItemFactory
 
createLink() - Method in class com.mindfusion.diagramming.BehaviorBase
 
createNode() - Method in class com.mindfusion.diagramming.DrawContainersBehavior
 
createNode() - Method in class com.mindfusion.diagramming.DrawControlsBehavior
createNode() - Method in class com.mindfusion.diagramming.DrawFreeFormsBehavior
 
createNode() - Method in class com.mindfusion.diagramming.DrawNodesBehavior
 
createNode() - Method in class com.mindfusion.diagramming.DrawShapesBehavior
 
createNode() - Method in class com.mindfusion.diagramming.DrawTablesBehavior
 
createNode() - Method in class com.mindfusion.diagramming.DrawTreeViewsBehavior
An instance of the DiagramNode class.
createNode() - Method in class com.mindfusion.diagramming.LinkContainersBehavior
 
createNode() - Method in class com.mindfusion.diagramming.LinkControlsBehavior
createNode() - Method in class com.mindfusion.diagramming.LinkFreeFormsBehavior
 
createNode() - Method in class com.mindfusion.diagramming.LinkNodesBehavior
 
createNode() - Method in class com.mindfusion.diagramming.LinkShapesBehavior
 
createNode() - Method in class com.mindfusion.diagramming.LinkTablesBehavior
 
createNode() - Method in class com.mindfusion.diagramming.LinkTreeViewsBehavior
An instance of the DiagramNode class.
createOutlinePath(Rectangle2D.Float, float) - Method in class com.mindfusion.diagramming.components.BorderComponent
ComponentBase.createOutlinePath override
createOutlinePath(Rectangle2D.Float, float) - Method in class com.mindfusion.diagramming.components.ComponentBase
For internal use.
createOutlinePath(Rectangle2D.Float, float) - Method in class com.mindfusion.diagramming.components.ShapeComponent
ComponentBase.createOutlinePath override.
createPrintPreview() - Method in class com.mindfusion.diagramming.PrintPreview
 
createProperties() - Method in class com.mindfusion.diagramming.ContainerNode
createProperties() - Method in class com.mindfusion.diagramming.ControlNode
createProperties() - Method in class com.mindfusion.diagramming.DiagramItem
Creates an item property set corresponding to the type of this diagram item.
createProperties() - Method in class com.mindfusion.diagramming.DiagramLink
createProperties() - Method in class com.mindfusion.diagramming.DiagramNode
createProperties() - Method in class com.mindfusion.diagramming.FreeFormNode
DiagramNode.createProperties override.
createProperties() - Method in class com.mindfusion.diagramming.ShapeNode
createProperties() - Method in class com.mindfusion.diagramming.SvgNode
DiagramItem.createProperties override.
createProperties() - Method in class com.mindfusion.diagramming.TableNode
createProperties() - Method in class com.mindfusion.diagramming.TreeViewNode
Creates an item property set corresponding to the type of this diagram item.
createRegion() - Method in class com.mindfusion.drawing.AwtGraphics
 
createRegion(Rectangle) - Method in class com.mindfusion.drawing.AwtGraphics
 
createRegion(Rectangle2D) - Method in class com.mindfusion.drawing.AwtGraphics
 
createRegion(GeneralPath) - Method in class com.mindfusion.drawing.AwtGraphics
 
createRouteDescriptor() - Method in class com.mindfusion.diagramming.DiagramLink
 
createRouteDescriptor() - Method in interface com.mindfusion.diagramming.jlayout.Routable
 
createScrollCommand() - Method in class com.mindfusion.diagramming.ContainerNode
 
createScrollCommand() - Method in class com.mindfusion.diagramming.TreeViewNode
 
createShapeNode(double, double, double, double) - Method in class com.mindfusion.diagramming.Factory
Creates a new ShapeNode instance at the specified position with the specified size and adds it to the Nodes collection of the underlying diagram.
createShapeNode(Point2D, Dimension2D) - Method in class com.mindfusion.diagramming.Factory
Creates a new ShapeNode instance at the specified position with the specified size and adds it to the Nodes collection of the underlying diagram.
createShapeNode(Rectangle2D) - Method in class com.mindfusion.diagramming.Factory
Creates a new ShapeNode instance with the specified dimensions and adds it to the Nodes collection of the underlying diagram.
createShapeNode(double, double, double, double, Shape) - Method in class com.mindfusion.diagramming.Factory
Creates a new ShapeNode instance at the specified position with the specified size and shape, and adds it to the Nodes collection of the underlying diagram.
createShapeNode(Point2D, Dimension2D, Shape) - Method in class com.mindfusion.diagramming.Factory
Creates a new ShapeNode instance at the specified position with the specified size and shape, and adds it to the Nodes collection of the underlying diagram.
createShapeNode(Rectangle2D, Shape) - Method in class com.mindfusion.diagramming.Factory
Creates a new ShapeNode instance with the specified dimensions and shape, and adds it to the Nodes collection of the underlying diagram.
createState() - Method in class com.mindfusion.diagramming.DiagramItem
Creates an item state corresponding to the type of this diagram item.
createState() - Method in class com.mindfusion.diagramming.DiagramLink
createState() - Method in class com.mindfusion.diagramming.DiagramNode
createState() - Method in class com.mindfusion.diagramming.FreeFormNode
DiagramNode.createState override.
createState() - Method in class com.mindfusion.diagramming.ShapeNode
 
createStyledText(Graphics2D, String, Font) - Method in class com.mindfusion.diagramming.Diagram
 
createSvgNode(double, double, double, double) - Method in class com.mindfusion.diagramming.Factory
Creates a new SvgNode instance at the specified position with the specified size and adds it to the Nodes collection of the underlying diagram.
createSvgNode(double, double, double, double, SvgContent) - Method in class com.mindfusion.diagramming.Factory
Creates a new SvgNode instance at the specified position with the specified size and adds it to the Nodes collection of the underlying diagram.
createSvgNode(Point2D, Dimension2D) - Method in class com.mindfusion.diagramming.Factory
Creates a new SvgNode instance at the specified position with the specified size and adds it to the Nodes collection of the underlying diagram.
createSvgNode(Point2D, Dimension2D, SvgContent) - Method in class com.mindfusion.diagramming.Factory
Creates a new SvgNode instance at the specified position with the specified size and adds it to the Nodes collection of the underlying diagram.
createSvgNode(Rectangle2D) - Method in class com.mindfusion.diagramming.Factory
Creates a new SvgNode instance with the specified dimensions and adds it to the Nodes collection of the underlying diagram.
createSvgNode(Rectangle2D, SvgContent) - Method in class com.mindfusion.diagramming.Factory
Creates a new SvgNode instance with the specified dimensions and adds it to the Nodes collection of the underlying diagram.
createSvgNode(double, double, double, double, String) - Method in class com.mindfusion.diagramming.Factory
Creates a new SvgNode instance at the specified position with the specified size and adds it to the Nodes collection of the underlying diagram.
createSvgNode(Point2D, Dimension2D, String) - Method in class com.mindfusion.diagramming.Factory
Creates a new SvgNode instance at the specified position with the specified size and adds it to the Nodes collection of the underlying diagram.
createSvgNode(Rectangle2D, String) - Method in class com.mindfusion.diagramming.Factory
Creates a new SvgNode instance with the specified dimensions and adds it to the Nodes collection of the underlying diagram.
createTableNode(double, double, double, double) - Method in class com.mindfusion.diagramming.Factory
Creates a new TableNode instance at the specified position with the specified size and adds it to the Nodes collection of the underlying diagram.
createTableNode(Point2D, Dimension2D) - Method in class com.mindfusion.diagramming.Factory
Creates a new TableNode instance at the specified position with the specified size and adds it to the Nodes collection of the underlying diagram.
createTableNode(Rectangle2D) - Method in class com.mindfusion.diagramming.Factory
Creates a new TableNode instance with the specified dimensions and adds it to the Nodes collection of the underlying diagram.
createTableNode(double, double, double, double, int, int) - Method in class com.mindfusion.diagramming.Factory
Creates a new TableNode instance at the specified position with the specified size and the specified number of columns and rows, and adds it to the Nodes collection of the underlying diagram.
createTableNode(Point2D, Dimension2D, int, int) - Method in class com.mindfusion.diagramming.Factory
Creates a new TableNode instance at the specified position with the specified size and with the specified number of columns and rows, and adds it to the Nodes collection of the underlying diagram.
createTableNode(Rectangle2D, int, int) - Method in class com.mindfusion.diagramming.Factory
Creates a new TableNode instance with the specified dimensions and with the specified number of columns and rows, and adds it to the Nodes collection of the underlying diagram.
createThemeFromDefaults() - Method in class com.mindfusion.diagramming.Diagram
Creates a Theme object representing the default properties of the diagram.
createTransferable(JComponent) - Method in class com.mindfusion.diagramming.NodeListView.NodeTransferHandler
 
createTreeViewNode(double, double, double, double) - Method in class com.mindfusion.diagramming.Factory
Creates a new TreeViewNode instance at the specified position with the specified size and adds it to the Nodes collection of the underlying diagram.
createTreeViewNode(Point2D, Dimension2D) - Method in class com.mindfusion.diagramming.Factory
Creates a new TreeViewNode instance at the specified position with the specified size and adds it to the Nodes collection of the underlying diagram.
createTreeViewNode(Rectangle2D) - Method in class com.mindfusion.diagramming.Factory
Creates a new TreeViewNode instance with the specified dimensions and adds it to the Nodes collection of the underlying diagram.
createUseMapAttr(String) - Method in class com.mindfusion.diagramming.HtmlBuilder
Creates a USEMAP attribute for the specified image map.
createVertex() - Method in interface com.mindfusion.diagramming.jlayout.Node
Creates a Vertex of appropriate type to represent this node in a graph.
Crimson - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFDC143C.
Crimson - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFDC143C.
Crimson - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the Crimson color.
crossingLinksCost(double) - Method in class com.mindfusion.diagramming.builders.AnnealLayoutBuilder
Sets a value specifying how important the low number of link crossings is relatively to the other criteria considered by the algorithm.
crossingRadius(float) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the radius of the shapes drawn at link crossing points.
currentCursor - Variable in class com.mindfusion.diagramming.BehaviorBase
 
currentPageChanged(EventObject) - Method in class com.mindfusion.diagramming.TabbedScrollPaneAdapter
Raised when the currently active page is changed.
currentPageChanged(EventObject) - Method in interface com.mindfusion.diagramming.TabbedScrollPaneListener
Raised when the currently active page is changed.
currentRow(int) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
Scrolls the table to the specified row.
CursorHint - Enum in com.mindfusion.diagramming
Specifies what mouse cursor to display while a user interacts with the diagram.
Custom - Static variable in class com.mindfusion.diagramming.jlayout.BaseLayout
Use the current node configuration.
customDraw(CustomDraw) - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
Gets the type of custom drawing performed on this link.
customDraw(CustomDraw) - Method in class com.mindfusion.diagramming.builders.ShapeNodeBuilder
Sets a value indicating what type of custom drawing to perform on a node.
customDraw(CustomDraw) - Method in class com.mindfusion.diagramming.builders.SvgNodeBuilder
Sets a value indicating what type of custom drawing to perform on a node.
customDraw(CustomDraw) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
Sets the type of custom drawing performed on this table.
customDraw(Object, ButtonDrawEventArgs) - Method in class com.mindfusion.diagramming.components.ButtonComponentAdapter
Raised when the button is drawn to allow for custom drawing.
customDraw(Object, ButtonDrawEventArgs) - Method in interface com.mindfusion.diagramming.components.ButtonComponentListener
Raised when the button is drawn to allow for custom drawing.
CustomDraw - Enum in com.mindfusion.diagramming
The members of this enumeration specify what type of custom-drawing will be performed on an item.
cutToClipboard() - Method in class com.mindfusion.diagramming.DiagramView
Cuts the currently selected items to the system clipboard.
cutToClipboard(boolean) - Method in class com.mindfusion.diagramming.DiagramView
Cuts the currently selected items to the system clipboard.
Cyan - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FF00FFFF.
Cyan - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FF00FFFF.
Cyan - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the Cyan color.
cycleDetected - Variable in class com.mindfusion.diagramming.DiagramItem
 
cycleProtect - Variable in class com.mindfusion.diagramming.DiagramItem
 

D

DarkBlue - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FF00008B.
DarkBlue - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FF00008B.
DarkBlue - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the DarkBlue color.
DarkCyan - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FF008B8B.
DarkCyan - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FF008B8B.
DarkCyan - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the DarkCyan color.
DarkGoldenrod - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFB8860B.
DarkGoldenrod - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFB8860B.
DarkGoldenrod - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the DarkGoldenrod color.
DarkGray - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFA9A9A9.
DarkGray - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFA9A9A9.
DarkGray - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the DarkGray color.
DarkGreen - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FF006400.
DarkGreen - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FF006400.
DarkGreen - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the DarkGreen color.
DarkKhaki - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFBDB76B.
DarkKhaki - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFBDB76B.
DarkKhaki - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the DarkKhaki color.
DarkMagenta - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FF8B008B.
DarkMagenta - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FF8B008B.
DarkMagenta - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the DarkMagenta color.
DarkOliveGreen - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FF556B2F.
DarkOliveGreen - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FF556B2F.
DarkOliveGreen - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the DarkOliveGreen color.
DarkOrange - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFFF8C00.
DarkOrange - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFFF8C00.
DarkOrange - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the DarkOrange color.
DarkOrchid - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FF9932CC.
DarkOrchid - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FF9932CC.
DarkOrchid - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the DarkOrchid color.
DarkRed - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FF8B0000.
DarkRed - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FF8B0000.
DarkRed - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the DarkRed color.
DarkSalmon - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFE9967A.
DarkSalmon - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFE9967A.
DarkSalmon - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the DarkSalmon color.
DarkSeaGreen - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FF8FBC8F.
DarkSeaGreen - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FF8FBC8F.
DarkSeaGreen - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the DarkSeaGreen color.
DarkSlateBlue - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FF483D8B.
DarkSlateBlue - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FF483D8B.
DarkSlateBlue - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the DarkSlateBlue color.
DarkSlateGray - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FF2F4F4F.
DarkSlateGray - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FF2F4F4F.
DarkSlateGray - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the DarkSlateGray color.
DarkTurquoise - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FF00CED1.
DarkTurquoise - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FF00CED1.
DarkTurquoise - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the DarkTurquoise color.
DarkViolet - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FF9400D3.
DarkViolet - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FF9400D3.
DarkViolet - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the DarkViolet color.
Dash - Static variable in class com.mindfusion.drawing.DashStyle
 
DashDot - Static variable in class com.mindfusion.drawing.DashStyle
 
DashDotDot - Static variable in class com.mindfusion.drawing.DashStyle
 
DashStyle - Class in com.mindfusion.drawing
Represents the dash style of a contour.
DashStyle(float[], float) - Constructor for class com.mindfusion.drawing.DashStyle
Initializes a new DashStyle instance.
DashStyle() - Constructor for class com.mindfusion.drawing.DashStyle
Initializes a new DashStyle instance.
DatabaseLayout - Class in com.mindfusion.diagramming
Implements a database diagram layout algorithm.
DatabaseLayout() - Constructor for class com.mindfusion.diagramming.DatabaseLayout
Initializes a new instance of the DatabaseLayout class with the default settings.
DatabaseLayout - Class in com.mindfusion.diagramming.jlayout
Performs one-way layout on a graph.
DatabaseLayout() - Constructor for class com.mindfusion.diagramming.jlayout.DatabaseLayout
Initializes a new instance of the DatabaseLayout class.
DatabaseLayoutInfo - Class in com.mindfusion.diagramming.jlayout
Contains settings for the DatabaseLayout class.
DatabaseLayoutInfo() - Constructor for class com.mindfusion.diagramming.jlayout.DatabaseLayoutInfo
Initializes a new instance of the DatabaseLayoutInfo class.
DecisionLayout - Class in com.mindfusion.diagramming
Implements a decision graph layout algorithm.
DecisionLayout() - Constructor for class com.mindfusion.diagramming.DecisionLayout
Initializes a new instance of the DecisionLayout class with the default settings.
DecisionLayout - Class in com.mindfusion.diagramming.jlayout
Performs decision layout on a graph.
DecisionLayout() - Constructor for class com.mindfusion.diagramming.jlayout.DecisionLayout
Initializes a new instance of the DecisionLayout class.
DecisionLayoutBuilder - Class in com.mindfusion.diagramming.builders
A class used to initialize DecisionLayout objects.
DecisionLayoutBuilder() - Constructor for class com.mindfusion.diagramming.builders.DecisionLayoutBuilder
Initializes a new instance of the DecisionLayoutBuilder class.
DecisionLayoutBuilder(DecisionLayout) - Constructor for class com.mindfusion.diagramming.builders.DecisionLayoutBuilder
Initializes a new instance of the DecisionLayoutBuilder class.
DecisionLayoutInfo - Class in com.mindfusion.diagramming.jlayout
Contains settings for the DecisionLayout class.
DecisionLayoutInfo() - Constructor for class com.mindfusion.diagramming.jlayout.DecisionLayoutInfo
Initializes a new instance of the DecisionLayoutInfo class.
DeepPink - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFFF1493.
DeepPink - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFFF1493.
DeepPink - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the DeepPink color.
DeepSkyBlue - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FF00BFFF.
DeepSkyBlue - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FF00BFFF.
DeepSkyBlue - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the DeepSkyBlue color.
defaultControlType(Class<? extends Component>) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the type of components that will be hosted by default in newly created ControlNode objects.
DefaultFlow - Static variable in class com.mindfusion.diagramming.ArrowHeads
"Default flow" in BPMN diagrams.
defaultShape(Shape) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the default shape that should be assigned to new nodes.
deferPaintHandles(ControlNode, HandlesVisualStyle) - Method in class com.mindfusion.diagramming.GlassPane
 
deleteColumn(int) - Method in class com.mindfusion.diagramming.TableNode
Deletes the specified column.
deleteRow(int) - Method in class com.mindfusion.diagramming.TableNode
Deletes the specified row from the table.
DelKeyAction - Enum in com.mindfusion.diagramming
The members of this enumeration specify the type of action performed when the user presses the DEL key.
Descending - Static variable in class com.mindfusion.diagramming.jlayout.SortOrder
 
deserializeControl(ControlNodeEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Lets you load the attributes of controls hosted inside ControlNode objects.
deserializeControl(ControlNodeEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Lets you load the attributes of controls hosted inside ControlNode objects.
deserializeTag(SerializeTagEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when the tag of a diagram item must be deserialized from XML format.
deserializeTag(SerializeTagEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when the tag of a diagram item must be deserialized from XML format.
destination(DiagramNode) - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
Sets the destination node of a link.
destinationAnchor(int) - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
sets the anchor point to which a link is connected at its destination.
destinationIndex(int) - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
Sets the row of a table or the anchor point of a box to which a link is connected.
destroyGroup(Group) - Method in class com.mindfusion.diagramming.Diagram
Destroys the specified group.
detach() - Method in class com.mindfusion.diagramming.DiagramNode
Detaches a node from its master group.
detach(DiagramNode) - Method in class com.mindfusion.diagramming.Group
Removes a node from the group.
deviceToDoc(Rectangle) - Method in class com.mindfusion.diagramming.DiagramView
Transforms points from the client coordinate space to the document coordinate space.
deviceToDoc(Point) - Method in class com.mindfusion.diagramming.DiagramView
Transforms points from the client coordinate space to the document coordinate space.
deviceToDoc(int, int) - Method in class com.mindfusion.diagramming.DiagramView
Transforms points from the client coordinate space to the document coordinate space.
deviceToDoc(Graphics2D, Rectangle) - Static method in class com.mindfusion.diagramming.Utilities
 
Diagram - Class in com.mindfusion.diagramming
The Diagram class represents a flow diagram.
Diagram() - Constructor for class com.mindfusion.diagramming.Diagram
Initializes a new instance of the Diagram class.
DiagramAdapter - Class in com.mindfusion.diagramming
Provides empty implementations for the methods defined in the DiagramListener interface.
DiagramAdapter() - Constructor for class com.mindfusion.diagramming.DiagramAdapter
 
DiagramBase - Class in com.mindfusion.diagramming
The base class of the Diagram and DiagramDocument classes.
DiagramBase() - Constructor for class com.mindfusion.diagramming.DiagramBase
Initializes a new instance of the DiagramBase class.
DiagramBuilder - Class in com.mindfusion.diagramming.builders
A class used to initialize Diagram objects.
DiagramBuilder() - Constructor for class com.mindfusion.diagramming.builders.DiagramBuilder
Initializes a new instance of the DiagramBuilder class.
DiagramBuilder(Diagram) - Constructor for class com.mindfusion.diagramming.builders.DiagramBuilder
Initializes a new instance of the DiagramBuilder class.
DiagramDocument - Class in com.mindfusion.diagramming
Represents a collection of diagram pages.
DiagramDocument() - Constructor for class com.mindfusion.diagramming.DiagramDocument
 
DiagramEvent - Class in com.mindfusion.diagramming
Contains information passed to the events defined in DiagramListener.
DiagramEvent(Object, Point2D, int) - Constructor for class com.mindfusion.diagramming.DiagramEvent
Initializes a new DiagramEvent instance.
DiagramEvent(Object, Graphics2D, Rectangle2D, Rectangle2D) - Constructor for class com.mindfusion.diagramming.DiagramEvent
 
DiagramItem - Class in com.mindfusion.diagramming
The DiagramItem class represents an element in a diagram.
DiagramItem() - Constructor for class com.mindfusion.diagramming.DiagramItem
Initializes a new instance of the DiagramItem class.
DiagramItem(Diagram) - Constructor for class com.mindfusion.diagramming.DiagramItem
Initializes a new DiagramItem instance by copying property values from a Diagram's default-value instance members.
DiagramItem(DiagramItem) - Constructor for class com.mindfusion.diagramming.DiagramItem
Initializes a new DiagramItem instance by copying property values from another DiagramItem's instance members.
DiagramItemList - Class in com.mindfusion.diagramming
A strongly-typed list of DiagramItem objects.
DiagramItemList() - Constructor for class com.mindfusion.diagramming.DiagramItemList
 
DiagramItemProperties - Class in com.mindfusion.diagramming
The base class for types that store the values of diagram item properties during undo / redo operations.
DiagramItemState - Class in com.mindfusion.diagramming
Contains a snapshot of the internal state of a diagram item.
DiagramItemState(DiagramItem) - Constructor for class com.mindfusion.diagramming.DiagramItemState
 
DiagramItemStyle - Class in com.mindfusion.diagramming
Represents a reusable set of properties that define the appearance of diagram items.
DiagramItemStyle() - Constructor for class com.mindfusion.diagramming.DiagramItemStyle
Initializes a new instance of the DiagramItemStyle class.
DiagramLink - Class in com.mindfusion.diagramming
Links between nodes in JDiagram diagrams are represented by instances of the DiagramLink class.
DiagramLink(Diagram) - Constructor for class com.mindfusion.diagramming.DiagramLink
Initializes a new instance of the DiagramLink class by setting its properties to the default values defined in the specified diagram.
DiagramLink(Diagram, DiagramNode, DiagramNode) - Constructor for class com.mindfusion.diagramming.DiagramLink
Initializes a new instance of the DiagramLink class by setting its properties to the default values defined in the specified diagram, and setting the specified nodes as link's origin and destination.
DiagramLink(Diagram, DiagramNode, Point2D) - Constructor for class com.mindfusion.diagramming.DiagramLink
Initializes a new instance of the DiagramLink class by setting its properties to the default values defined in the specified diagram, and setting the specified nodes as link's origin and destination.
DiagramLink(Diagram, Point2D, DiagramNode) - Constructor for class com.mindfusion.diagramming.DiagramLink
Initializes a new instance of the DiagramLink class by setting its properties to the default values defined in the specified diagram, and setting the specified nodes as link's origin and destination.
DiagramLink(Diagram, Point2D, Point2D) - Constructor for class com.mindfusion.diagramming.DiagramLink
Initializes a new instance of the DiagramLink class by setting its properties to the default values defined in the specified diagram, and setting the specified points as link's origin and destination.
DiagramLink(DiagramLink, DiagramNode, DiagramNode) - Constructor for class com.mindfusion.diagramming.DiagramLink
Initializes a new instance of the DiagramLink class by copying its properties from another link, and setting the specified nodes as link's origin and destination.
DiagramLink() - Constructor for class com.mindfusion.diagramming.DiagramLink
Used internally to implement serialization functionality.
DiagramLinkBuilder - Class in com.mindfusion.diagramming.builders
A class used to initialize DiagramLink objects.
DiagramLinkBuilder() - Constructor for class com.mindfusion.diagramming.builders.DiagramLinkBuilder
Initializes a new instance of the DiagramLinkBuilder class.
DiagramLinkBuilder(DiagramLink) - Constructor for class com.mindfusion.diagramming.builders.DiagramLinkBuilder
Initializes a new instance of the DiagramLinkBuilder class.
DiagramLinkList - Class in com.mindfusion.diagramming
A strongly-typed list of DiagramLink objects.
DiagramLinkList() - Constructor for class com.mindfusion.diagramming.DiagramLinkList
 
DiagramLinkProperties - Class in com.mindfusion.diagramming
Stores the values of DiagramLink properties during undo / redo operations.
DiagramLinkProperties() - Constructor for class com.mindfusion.diagramming.DiagramLinkProperties
 
DiagramLinkState - Class in com.mindfusion.diagramming
Contains a snapshot of the internal state of a DiagramLink.
DiagramLinkState(DiagramLink) - Constructor for class com.mindfusion.diagramming.DiagramLinkState
 
DiagramLinkStyle - Class in com.mindfusion.diagramming
Represents a reusable set of properties that define the appearance of diagram links.
DiagramLinkStyle() - Constructor for class com.mindfusion.diagramming.DiagramLinkStyle
Initializes a new instance of the DiagramLinkStyle class.
DiagramLinkStyleBuilder - Class in com.mindfusion.diagramming.builders
A class used to initialize DiagramLinkStyle objects.
DiagramLinkStyleBuilder() - Constructor for class com.mindfusion.diagramming.builders.DiagramLinkStyleBuilder
Initializes a new instance of the DiagramLinkStyleBuilder class.
DiagramLinkStyleBuilder(DiagramLinkStyle) - Constructor for class com.mindfusion.diagramming.builders.DiagramLinkStyleBuilder
Initializes a new instance of the DiagramLinkStyleBuilder class.
DiagramListener - Interface in com.mindfusion.diagramming
Defines events raised by JDiagram in response to users actions.
DiagramNode - Class in com.mindfusion.diagramming
DiagramNode is an abstract base class from which the ShapeNode, TableNode and ContainerNode classes derive.
DiagramNode() - Constructor for class com.mindfusion.diagramming.DiagramNode
Initializes a new instance of the DiagramNode class.
DiagramNode(Diagram) - Constructor for class com.mindfusion.diagramming.DiagramNode
Initializes a new DiagramNode instance by setting its properties to the default values defined in the specified Diagram.
DiagramNode(DiagramNode) - Constructor for class com.mindfusion.diagramming.DiagramNode
Initializes a new DiagramNode instance by copying its properties from the specified prototype node.
DiagramNodeList - Class in com.mindfusion.diagramming
A strongly-typed list of DiagramNode objects.
DiagramNodeList() - Constructor for class com.mindfusion.diagramming.DiagramNodeList
 
DiagramNodeProperties - Class in com.mindfusion.diagramming
Stores the values of DiagramNode properties during undo / redo operations.
DiagramNodeProperties() - Constructor for class com.mindfusion.diagramming.DiagramNodeProperties
 
DiagramNodeState - Class in com.mindfusion.diagramming
Contains a snapshot of the internal state of a DiagramNode.
DiagramNodeState(DiagramNode) - Constructor for class com.mindfusion.diagramming.DiagramNodeState
 
DiagramNodeStyle - Class in com.mindfusion.diagramming
Represents a reusable set of properties that define the appearance of diagram nodes.
DiagramNodeStyle() - Constructor for class com.mindfusion.diagramming.DiagramNodeStyle
Initializes a new instance of the DiagramNodeStyle class.
DiagramPage - Class in com.mindfusion.diagramming
Represents a single page in a DiagramDocument object.
DiagramPage() - Constructor for class com.mindfusion.diagramming.DiagramPage
Initializes a new instance of the DiagramPage class.
DiagramPageEvent - Class in com.mindfusion.diagramming
Contains the arguments passed to DiagramPage-related events.
DiagramPageEvent(Object, DiagramPage) - Constructor for class com.mindfusion.diagramming.DiagramPageEvent
Initializes a new instance of the DiagramPageEvent class.
DiagramPageValidationEvent - Class in com.mindfusion.diagramming
Contains the arguments passed to handlers of DiagramPage validation events.
DiagramPageValidationEvent(Object, DiagramPage) - Constructor for class com.mindfusion.diagramming.DiagramPageValidationEvent
Initializes a new instance of the DiagramPageValidationEvent class.
DiagramStyle - Class in com.mindfusion.diagramming
Represents a reusable set of properties that define the appearance of diagrams.
DiagramStyle() - Constructor for class com.mindfusion.diagramming.DiagramStyle
Initializes a new instance of the DiagramStyle class.
DiagramTransferHandler - Class in com.mindfusion.diagramming
Provides support for drag and drop to DiagramView.
DiagramTransferHandler() - Constructor for class com.mindfusion.diagramming.DiagramTransferHandler
 
diagramView - Variable in class com.mindfusion.diagramming.BehaviorBase
 
DiagramView - Class in com.mindfusion.diagramming
DiagramView is a Swing component that displays the content of a Diagram object.
DiagramView() - Constructor for class com.mindfusion.diagramming.DiagramView
Initializes a new instance of the DiagramView class.
DiagramView(Diagram) - Constructor for class com.mindfusion.diagramming.DiagramView
Initializes a new instance of the DiagramView class.
DimGray - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FF696969.
DimGray - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FF696969.
DimGray - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the DimGray color.
directed(boolean) - Method in class com.mindfusion.diagramming.builders.OrthogonalLayoutBuilder
Sets a value indicating whether the graph being laid out is directed.
direction(Direction) - Method in class com.mindfusion.diagramming.builders.LayeredLayoutBuilder
Sets a value indicating in what direction the links in the arranged diagram should go.
direction(Direction) - Method in class com.mindfusion.diagramming.builders.SwimlaneLayoutBuilder
Sets the direction of the arranged diagram.
direction(Direction) - Method in class com.mindfusion.diagramming.builders.TopologicalLayoutBuilder
Sets the direction of the arranged diagram.
direction(TreeLayoutDirection) - Method in class com.mindfusion.diagramming.builders.TreeLayoutBuilder
Sets a value indicating in what direction child nodes should be placed relatively to their parent nodes.
Direction - Enum in com.mindfusion.diagramming.jlayout
Specifies layout direction.
DirectionConstraint - Enum in com.mindfusion.diagramming
The members of these enumeration specify in what direction to constrain the movement of a node.
dirty(boolean) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Lets you set or clear the diagram's modification flag.
disableInteractionBuffer() - Method in class com.mindfusion.diagramming.DiagramView
 
DisableRotation - Static variable in class com.mindfusion.diagramming.AdjustmentHandles
All handles except rotation one are enabled.
dispose() - Method in class com.mindfusion.drawing.AwtGraphics
 
distance(Point2D, Point2D) - Static method in class com.mindfusion.diagramming.Utilities
 
distribute(AGraph, HashMap<Node, Integer>, ByRef<Integer>) - Static method in class com.mindfusion.diagramming.jlayout.LayerDistributor
Distributes the nodes in the specified graph across layers.
distributionFactor(double) - Method in class com.mindfusion.diagramming.builders.AnnealLayoutBuilder
Sets a value indicating the importance of node distribution relatively to the other criteria considered by the algorithm.
distToLineSegment(Point2D, Point2D, Point2D) - Static method in class com.mindfusion.diagramming.Utilities
Calculates distance from the specified point to the specified line segment.
distToRectPoint(Point2D, Rectangle2D) - Static method in class com.mindfusion.diagramming.Utilities
Returns the nearest to pt point that lies on the outline of rectangle.
dNearest - Variable in class com.mindfusion.diagramming.jlayout.RouteDescriptor
 
docToComponent(Point2D.Float, ComponentBase) - Method in class com.mindfusion.diagramming.CompositeNode
Converts a point from document coordinates to the local coordinate space of a component inside this node.
docToDevice(Rectangle2D) - Method in class com.mindfusion.diagramming.DiagramView
Transforms points from the document coordinate space to the device coordinate space.
docToDevice(Point2D) - Method in class com.mindfusion.diagramming.DiagramView
Transforms points from the document coordinate space to the device coordinate space.
docToDevice(Graphics2D, Rectangle2D) - Static method in class com.mindfusion.diagramming.Utilities
 
Document - Static variable in class com.mindfusion.diagramming.MeasureUnit
Specifies document units (1/300 inch) as the unit of measure.
DocumentView - Class in com.mindfusion.diagramming
Represents an extended DiagramView for DiagramDocument objects.
DocumentView() - Constructor for class com.mindfusion.diagramming.DocumentView
Initializes a new instance of the DocumentView class.
DodgerBlue - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FF1E90FF.
DodgerBlue - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FF1E90FF.
DodgerBlue - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the DodgerBlue color.
Dot - Static variable in class com.mindfusion.drawing.DashStyle
 
Double() - Constructor for class com.mindfusion.diagramming.jlayout.XDimension2D.Double
 
Double(double, double) - Constructor for class com.mindfusion.diagramming.jlayout.XDimension2D.Double
 
Double() - Constructor for class com.mindfusion.diagramming.XDimension2D.Double
 
Double(double, double) - Constructor for class com.mindfusion.diagramming.XDimension2D.Double
 
Double(Dimension2D) - Constructor for class com.mindfusion.diagramming.XDimension2D.Double
 
DoubleArrow - Static variable in class com.mindfusion.diagramming.ArrowHeads
Display a double arrow.
doubleClicked(DiagramEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when the user double-clicks the diagram at a point where no items are located.
doubleClicked(DiagramEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when the user double-clicks the diagram at a point where no items are located.
dragEnded(Object, ThumbDragEventArgs) - Method in class com.mindfusion.diagramming.components.ThumbComponentAdapter
 
dragEnded(Object, ThumbDragEventArgs) - Method in interface com.mindfusion.diagramming.components.ThumbComponentListener
 
dragEnter(DropTargetDragEvent) - Method in class com.mindfusion.diagramming.DiagramView
 
dragExit(DropTargetEvent) - Method in class com.mindfusion.diagramming.DiagramView
 
dragged(Object, ThumbDragEventArgs) - Method in class com.mindfusion.diagramming.components.ThumbComponentAdapter
 
dragged(Object, ThumbDragEventArgs) - Method in interface com.mindfusion.diagramming.components.ThumbComponentListener
 
DraggedNode - Class in com.mindfusion.diagramming
Class used to hold the DiagramNode instance during drag and drop.
DraggedNode(DiagramNode, Dimension2D) - Constructor for class com.mindfusion.diagramming.DraggedNode
Initializes a new instance of the DraggedNode class.
DraggedNode(DiagramNode, Dimension2D, String) - Constructor for class com.mindfusion.diagramming.DraggedNode
Initializes a new instance of the DraggedNode class.
DraggedNodeTransferable - Class in com.mindfusion.diagramming
Implements drag-and-drop transfers from NodeListView.
DraggedNodeTransferable(DraggedNode) - Constructor for class com.mindfusion.diagramming.DraggedNodeTransferable
Initializes a new instance of the DraggedNodeTransferable class.
DraggedShape - Class in com.mindfusion.diagramming
Class that holds shape id and size during drag and drop operation.
DraggedShape(String, float, float) - Constructor for class com.mindfusion.diagramming.DraggedShape
 
dragOver(DropTargetDragEvent) - Method in class com.mindfusion.diagramming.DiagramView
 
dragStarted(Object, ThumbDragEventArgs) - Method in class com.mindfusion.diagramming.components.ThumbComponentAdapter
 
dragStarted(Object, ThumbDragEventArgs) - Method in interface com.mindfusion.diagramming.components.ThumbComponentListener
 
draw(Graphics2D, RenderOptions) - Method in class com.mindfusion.diagramming.components.BorderComponent
ContentComponent.draw override
draw(Graphics2D, RenderOptions) - Method in class com.mindfusion.diagramming.components.ButtonComponent
ComponentBase.draw override.
draw(Graphics2D, RenderOptions) - Method in class com.mindfusion.diagramming.components.CheckBoxComponent
ButtonComponent.draw override.
draw(Graphics2D, RenderOptions) - Method in class com.mindfusion.diagramming.components.ComponentBase
Renders the component in the specified Graphics2D.
draw(Graphics2D, RenderOptions) - Method in class com.mindfusion.diagramming.components.ContainerComponent
ComponentBase.draw override.
draw(Graphics2D, RenderOptions) - Method in class com.mindfusion.diagramming.components.ContentComponent
ComponentBase.draw override.
draw(Graphics2D, RenderOptions) - Method in class com.mindfusion.diagramming.components.EditComponent
ComponentBase.draw override.
draw(Graphics2D, RenderOptions) - Method in class com.mindfusion.diagramming.components.ImageComponent
ComponentBase.draw override.
draw(Graphics2D, RenderOptions) - Method in class com.mindfusion.diagramming.components.RangeSliderRailComponent
ComponentBase.draw override.
draw(Graphics2D, RenderOptions) - Method in class com.mindfusion.diagramming.components.ShapeComponent
ComponentBase.draw override.
draw(Graphics2D, RenderOptions) - Method in class com.mindfusion.diagramming.components.SliderRailComponent
ComponentBase.Draw override.
draw(Graphics2D, RenderOptions) - Method in class com.mindfusion.diagramming.components.TextComponent
ComponentBase.draw override.
draw(Graphics2D, Font, Color, Rectangle2D.Float, boolean, int, int, Color, boolean, int) - Method in class com.mindfusion.diagramming.components.TextLayout
 
draw(Graphics2D, RenderOptions) - Method in class com.mindfusion.diagramming.components.ThumbComponent
ShapeComponent.draw override.
draw(Graphics2D, RenderOptions) - Method in class com.mindfusion.diagramming.ContainerNode
DiagramNode.draw override.
draw(Graphics2D, RenderOptions, Rectangle2D) - Method in class com.mindfusion.diagramming.Diagram
Renders the diagram on the specified Graphics2D object.
draw(Graphics2D, RenderOptions) - Method in class com.mindfusion.diagramming.DiagramItem
Draws this item on the specified Graphics2D surface.
draw(Graphics2D, RenderOptions) - Method in class com.mindfusion.diagramming.DiagramLink
draw(Graphics2D, RenderOptions) - Method in class com.mindfusion.diagramming.DiagramNode
draw(Graphics2D, RenderOptions) - Method in class com.mindfusion.diagramming.DummyNode
 
draw(Graphics2D) - Method in class com.mindfusion.diagramming.Folder
Manipulator.Draw override.
draw(Graphics2D, RenderOptions) - Method in class com.mindfusion.diagramming.FreeFormNode
draw(Graphics2D) - Method in class com.mindfusion.diagramming.ItemLabel
Draws this label on the specified Graphics2D surface.
draw(Graphics2D, RenderOptions) - Method in class com.mindfusion.diagramming.Selection
 
draw(Graphics2D, Brush, Pen, boolean) - Method in class com.mindfusion.diagramming.Shape
Draws this shape on the specified Graphics2D surface.
draw(Graphics2D, double) - Method in class com.mindfusion.diagramming.ShapeDecoration
 
draw(Graphics2D) - Method in class com.mindfusion.drawing.CardinalSpline
 
draw(Graphics2D, Image, Rectangle, ImageAlignment) - Static method in class com.mindfusion.drawing.ImagePainter
Draws the specified image in the target rectangle in the specified graphics using the specified image alignment.
draw(Graphics2D, Image, Rectangle, EnumSet<ImageAlignment>) - Static method in class com.mindfusion.drawing.ImagePainter
Draws the specified image in the target rectangle in the specified graphics using the specified image alignment.
draw(Graphics2D, Image, Rectangle2D, ImageAlignment) - Static method in class com.mindfusion.drawing.ImagePainter
Draws the specified image in the target rectangle in the specified graphics using the specified image alignment.
draw(Graphics2D, Image, Rectangle2D, EnumSet<ImageAlignment>) - Static method in class com.mindfusion.drawing.ImagePainter
Draws the specified image in the target rectangle in the specified graphics using the specified image alignment.
draw(Graphics2D, Image, Rectangle, EnumSet<ImageAlignment>, int) - Static method in class com.mindfusion.drawing.ImagePainter
Draws the specified image in the target rectangle in the specified graphics using the specified image alignment and semi-transparency factor.
draw(Graphics2D, Image, Rectangle2D, EnumSet<ImageAlignment>, int) - Static method in class com.mindfusion.drawing.ImagePainter
Draws the specified image in the target rectangle in the specified graphics using the specified image alignment and semi-transparency factor.
draw(double, double, RenderTextCallback, DrawTextHint) - Method in class com.mindfusion.drawing.TextLayout
Draws a previously laid-out text at a specified offset.
drawAdjustmentHandles(DrawItemEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when custom adjustment handles must be drawn.
drawAdjustmentHandles(DrawItemEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when custom adjustment handles must be drawn.
drawAlignmentGuides(Graphics2D) - Method in class com.mindfusion.diagramming.Diagram
Draws the current alignment guides.
drawAnchorPoint(DrawAnchorPointEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when an anchor point must be custom drawn.
drawAnchorPoint(DrawAnchorPointEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when an anchor point must be custom drawn.
DrawAnchorPointEvent - Class in com.mindfusion.diagramming
Contains the arguments passed to the DrawAnchorPoint event handlers.
DrawAnchorPointEvent(Object, Graphics2D, Point2D, DiagramNode, AnchorPattern, int) - Constructor for class com.mindfusion.diagramming.DrawAnchorPointEvent
Initializes a new instance of the DrawAnchorPointEvent class.
drawArrowhead(Graphics2D, Pen, Brush, Shape, Point2D, Point2D, Point2D, double, boolean) - Method in class com.mindfusion.diagramming.DiagramLink
Draws an arrowhead shape.
drawBackground(DiagramEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised to let you custom draw the diagram background.
drawBackground(DiagramEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised to let you custom draw the diagram background.
drawCell(DrawCellEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when a table's cell must be custom drawn.
drawCell(DrawCellEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when a table's cell must be custom drawn.
DrawCellEvent - Class in com.mindfusion.diagramming
Contains the arguments passed to the DrawCell event handlers.
DrawCellEvent(Object, Graphics2D, TableNode, int, int, Rectangle2D) - Constructor for class com.mindfusion.diagramming.DrawCellEvent
 
DrawContainersBehavior - Class in com.mindfusion.diagramming
Implements the Behavior.DrawContainers behavior.
DrawContainersBehavior(DiagramView) - Constructor for class com.mindfusion.diagramming.DrawContainersBehavior
Initializes a new instance of the DrawContainersBehavior class.
DrawControlsBehavior - Class in com.mindfusion.diagramming
Implements the Behavior.DrawControls behavior.
DrawControlsBehavior(DiagramView) - Constructor for class com.mindfusion.diagramming.DrawControlsBehavior
Initializes a new instance of the DrawControlsBehavior class.
drawForeground(DiagramEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised to let you custom draw the diagram foreground.
drawForeground(DiagramEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised to let you custom draw the diagram foreground.
DrawFreeFormsBehavior - Class in com.mindfusion.diagramming
Implements the Behavior.DrawFreeForms behavior.
DrawFreeFormsBehavior(DiagramView, boolean) - Constructor for class com.mindfusion.diagramming.DrawFreeFormsBehavior
Initializes a new instance of the DrawFreeFormsBehavior class.
drawImage(Graphics2D, Image, Rectangle2D, ImageAlign, Diagram) - Static method in class com.mindfusion.diagramming.Utilities
 
drawImage(Graphics2D, Image, Rectangle2D, ImageAlign, Diagram, double, Point2D) - Static method in class com.mindfusion.diagramming.Utilities
 
drawImage(Image, Rectangle) - Method in class com.mindfusion.drawing.AwtGraphics
 
drawImage(Image, Rectangle2D) - Method in class com.mindfusion.drawing.AwtGraphics
 
drawImage(Image, Rectangle, ImageAttributes) - Method in class com.mindfusion.drawing.AwtGraphics
 
drawImage(Image, Rectangle2D, ImageAttributes) - Method in class com.mindfusion.drawing.AwtGraphics
 
drawImage(Image, int, int) - Method in class com.mindfusion.drawing.AwtGraphics
 
drawImage(Image, double, double) - Method in class com.mindfusion.drawing.AwtGraphics
 
drawImage(Image, int, int, int, int) - Method in class com.mindfusion.drawing.AwtGraphics
 
drawImage(Image, double, double, double, double) - Method in class com.mindfusion.drawing.AwtGraphics
 
DrawItemEvent - Class in com.mindfusion.diagramming
Contains information passed to the custom-draw events defined in DiagramListener.
DrawItemEvent(Object, Graphics2D, DiagramItem) - Constructor for class com.mindfusion.diagramming.DrawItemEvent
Initializes a new DrawItemEvent instance.
drawLayer(Graphics2D, Rectangle2D, int, RenderOptions) - Method in class com.mindfusion.diagramming.Diagram
Renders all items of a layer to the specified graphics.
drawLine(Pen, Point, Point) - Method in class com.mindfusion.drawing.AwtGraphics
 
drawLine(Pen, int, int, int, int) - Method in class com.mindfusion.drawing.AwtGraphics
 
drawLine(Pen, Point2D, Point2D) - Method in class com.mindfusion.drawing.AwtGraphics
 
drawLine(Pen, double, double, double, double) - Method in class com.mindfusion.drawing.AwtGraphics
 
drawLink(DrawLinkEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when a diagram link must be custom drawn.
drawLink(DrawLinkEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when a diagram link must be custom drawn.
DrawLinkEvent - Class in com.mindfusion.diagramming
Contains the arguments passed to the DiagramListener.drawLink(com.mindfusion.diagramming.DrawLinkEvent) event handlers.
DrawLinkEvent(Object, Graphics2D, DiagramLink, boolean, PointList) - Constructor for class com.mindfusion.diagramming.DrawLinkEvent
 
DrawLinksBehavior - Class in com.mindfusion.diagramming
Implements the Behavior.DrawLinks behavior.
DrawLinksBehavior(DiagramView) - Constructor for class com.mindfusion.diagramming.DrawLinksBehavior
Initializes a new instance of the DrawLinksBehavior class.
drawLocal(Graphics2D, RenderOptions) - Method in class com.mindfusion.diagramming.CompositeNode
Draws the node on the specified Graphics2D surface.
drawLocal(Graphics2D, RenderOptions) - Method in class com.mindfusion.diagramming.ContainerNode
Draws the container on the specified Graphics2D surface.
drawLocal(Graphics2D, RenderOptions) - Method in class com.mindfusion.diagramming.ControlNode
drawLocal(Graphics2D, RenderOptions) - Method in class com.mindfusion.diagramming.DiagramNode
Override in a derived class to provide implementation specific drawing for the node.
drawLocal(Graphics2D, RenderOptions) - Method in class com.mindfusion.diagramming.ShapeNode
 
drawLocal(Graphics2D, RenderOptions) - Method in class com.mindfusion.diagramming.TableNode
 
drawLocal(Graphics2D, RenderOptions) - Method in class com.mindfusion.diagramming.TreeViewNode
Draws the tree node on the specified Graphics2D surface.
drawNode(DrawNodeEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when a diagram node must be custom drawn.
drawNode(DrawNodeEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when a diagram node must be custom drawn.
DrawNodeEvent - Class in com.mindfusion.diagramming
Contains the arguments passed to the DrawNode event handlers.
DrawNodeEvent(Object, Graphics2D, DiagramNode, boolean, Rectangle2D) - Constructor for class com.mindfusion.diagramming.DrawNodeEvent
 
DrawNodesBehavior - Class in com.mindfusion.diagramming
The base class for behavior types that allow drawing of nodes, but not links.
DrawNodesBehavior(DiagramView) - Constructor for class com.mindfusion.diagramming.DrawNodesBehavior
Initializes a new instance of the DrawNodesBehavior class.
DrawParams - Class in com.mindfusion.diagramming
 
DrawParams(DiagramNode) - Constructor for class com.mindfusion.diagramming.DrawParams
 
drawPath(Pen, GeneralPath) - Method in class com.mindfusion.drawing.AwtGraphics
 
drawPolygon(Pen, Point[]) - Method in class com.mindfusion.drawing.AwtGraphics
 
drawPolygon(Pen, Point2D[]) - Method in class com.mindfusion.drawing.AwtGraphics
 
drawRectangle(Pen, Rectangle) - Method in class com.mindfusion.drawing.AwtGraphics
 
drawRectangle(Pen, int, int, int, int) - Method in class com.mindfusion.drawing.AwtGraphics
 
drawRectangle(Pen, Rectangle2D) - Method in class com.mindfusion.drawing.AwtGraphics
 
drawRectangle(Pen, double, double, double, double) - Method in class com.mindfusion.drawing.AwtGraphics
 
drawShadow(Graphics2D, RenderOptions) - Method in class com.mindfusion.diagramming.DiagramItem
Draws the item's shadow on the specified Graphics2D surface.
drawShadow(Graphics2D, RenderOptions) - Method in class com.mindfusion.diagramming.DiagramLink
drawShadow(Graphics2D, RenderOptions) - Method in class com.mindfusion.diagramming.DiagramNode
drawShadow(Graphics2D, RenderOptions) - Method in class com.mindfusion.diagramming.DummyNode
 
drawShadow(Graphics2D, RenderOptions) - Method in class com.mindfusion.diagramming.FreeFormNode
drawShadow(Graphics2D, RenderOptions) - Method in class com.mindfusion.diagramming.Selection
 
drawShadowLocal(Graphics2D, RenderOptions) - Method in class com.mindfusion.diagramming.CompositeNode
Draws the shadow of this node on the specified Graphics2D surface.
drawShadowLocal(Graphics2D, RenderOptions) - Method in class com.mindfusion.diagramming.DiagramNode
Override in a derived class to provide implementation specific drawing for the shadow of the node.
drawShadowLocal(Graphics2D, RenderOptions) - Method in class com.mindfusion.diagramming.ShapeNode
 
drawShadowLocal(Graphics2D, RenderOptions) - Method in class com.mindfusion.diagramming.TableNode
DrawShapesBehavior - Class in com.mindfusion.diagramming
Implements the Behavior.DrawShapes behavior.
DrawShapesBehavior(DiagramView) - Constructor for class com.mindfusion.diagramming.DrawShapesBehavior
Initializes a new instance of the DrawShapesBehavior class.
drawsInLocalCoordinates() - Method in class com.mindfusion.diagramming.Manipulator
Returns whether the manipulator object draws in local or global coordinates.
drawString(String, Graphics2D, Font, Brush, Rectangle2D, TextFormat) - Method in class com.mindfusion.diagramming.Diagram
 
drawString(String, Font, Brush, Point2D) - Method in class com.mindfusion.drawing.AwtGraphics
 
drawString(String, Font, Brush, Rectangle2D) - Method in class com.mindfusion.drawing.AwtGraphics
 
drawString(String, Font, Brush, Rectangle2D, TextFormat) - Method in class com.mindfusion.drawing.AwtGraphics
 
drawStyledText(Graphics2D, String, Font, Rectangle2D, TextFormat, Brush) - Method in class com.mindfusion.diagramming.Diagram
 
DrawTablesBehavior - Class in com.mindfusion.diagramming
Implements the Behavior.DrawTables behavior.
DrawTablesBehavior(DiagramView) - Constructor for class com.mindfusion.diagramming.DrawTablesBehavior
Initializes a new instance of the DrawTablesBehavior class.
drawText(Graphics2D, String, Rectangle2D, Font, Align, Align, float) - Static method in class com.mindfusion.diagramming.TextRenderer
 
drawText(Graphics2D, String, Rectangle2D, Font, Align, float) - Static method in class com.mindfusion.diagramming.TextRenderer
 
drawText(String, Graphics2D, Font, Rectangle2D) - Method in class com.mindfusion.drawing.TextFormat
 
DrawTextHint - Class in com.mindfusion.drawing
Structured data used in formatted text rendering.
DrawTextHint(Graphics2D, Font, Brush, boolean, Object) - Constructor for class com.mindfusion.drawing.DrawTextHint
 
drawTextObject(Graphics2D, Object, Font, Rectangle2D, TextFormat, Brush) - Method in class com.mindfusion.diagramming.Diagram
 
DrawTreeViewsBehavior - Class in com.mindfusion.diagramming
Implements the Behavior.DrawTreeViews behavior.
DrawTreeViewsBehavior(DiagramView) - Constructor for class com.mindfusion.diagramming.DrawTreeViewsBehavior
Initializes a new instance of the DrawTreeViewsBehavior class.
drop(DropTargetDropEvent) - Method in class com.mindfusion.diagramming.DiagramView
 
dropActionChanged(DropTargetDragEvent) - Method in class com.mindfusion.diagramming.DiagramView
 
DummyNode - Class in com.mindfusion.diagramming
Represents the origin and/or destination of an unconnected DiagramLink.
DummyNode(Diagram) - Constructor for class com.mindfusion.diagramming.DummyNode
 
dynamic(boolean) - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
Sets whether a link should automatically update the position of its end points while a node related to the link is moved, so that the link end segments always point to the center of the link's nodes.
dynamicLinks(boolean) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets a value indicating whether links should automatically update their end points positions so that they will always point towards the node centers.

E

E - Static variable in class com.mindfusion.diagramming.Constants
A very small positive real number (0.01).
EditCellTextEvent - Class in com.mindfusion.diagramming
Contains the arguments passed to the DiagramListener.cellTextEdited(com.mindfusion.diagramming.EditCellTextEvent) event handlers.
EditCellTextEvent(Object, Cell, String, String, int, int) - Constructor for class com.mindfusion.diagramming.EditCellTextEvent
Initializes a new instance of the EditCellTextEvent class.
EditComponent - Class in com.mindfusion.diagramming.components
Represents an editable text area.
EditComponent() - Constructor for class com.mindfusion.diagramming.components.EditComponent
Initializes a new instance of the EditComponent class.
EditComponentAdapter - Class in com.mindfusion.diagramming.components
Provides empty implementations for the methods defined in the EditComponentListener interface.
EditComponentAdapter() - Constructor for class com.mindfusion.diagramming.components.EditComponentAdapter
 
EditComponentListener - Interface in com.mindfusion.diagramming.components
Defines the events that can be raised by EditComponent.
EditLinkTextEvent - Class in com.mindfusion.diagramming
EditLinkTextEvent(Object, DiagramLink, String, String) - Constructor for class com.mindfusion.diagramming.EditLinkTextEvent
 
EditNodeTextEvent - Class in com.mindfusion.diagramming
EditNodeTextEvent(Object, DiagramNode, String, String) - Constructor for class com.mindfusion.diagramming.EditNodeTextEvent
Initializes a new instance of the EditNodeTextEvent class.
EditTextCmd - Class in com.mindfusion.diagramming
Changes the text of a DiagramItem.
EditTextCmd(InplaceEditable, String) - Constructor for class com.mindfusion.diagramming.EditTextCmd
Initializes a new instance of the EditTextCmd class.
EditTreeItemTextEvent - Class in com.mindfusion.diagramming
EditTreeItemTextEvent(Object, TreeViewItem, String, String) - Constructor for class com.mindfusion.diagramming.EditTreeItemTextEvent
 
EffectPhase - Enum in com.mindfusion.diagramming
The members of this enumeration specify the rendering phase during which an effect application is requested.
ElementTemplate - Class in com.mindfusion.diagramming
This is the base class for the elements that can be used in Shape definitions.
ElementTemplate() - Constructor for class com.mindfusion.diagramming.ElementTemplate
 
Empty - Static variable in class com.mindfusion.drawing.Colors
Represents an undefined color.
enableAssistants(boolean) - Method in class com.mindfusion.diagramming.builders.TreeLayoutBuilder
Sets a value indicating whether the "assistant" trait is regarded when performing the layout.
enableClusters(boolean) - Method in class com.mindfusion.diagramming.builders.SpringLayoutBuilder
Sets a value indicating whether the layout algorithm should place nodes into distinct clusters.
enableCustomLayers(boolean) - Method in class com.mindfusion.diagramming.builders.LayeredLayoutBuilder
Sets a value indicating whether to indicating whether the layered layout will honor the LayeredLayoutTraits.Layer flags.
enabledHandles(EnumSet<NodeHandleType>) - Method in class com.mindfusion.diagramming.builders.CompositeNodeBuilder
Sets a combination of NodeHandleType members identifying which manipulation handles are enabled for a node.
enabledHandles(EnumSet<NodeHandleType>) - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
Sets a combination of NodeHandleType members identifying which manipulation handles are enabled for a node.
enabledHandles(EnumSet<NodeHandleType>) - Method in class com.mindfusion.diagramming.builders.ControlNodeBuilder
Sets a combination of NodeHandleType members identifying which manipulation handles are enabled for a node.
enabledHandles(EnumSet<NodeHandleType>) - Method in class com.mindfusion.diagramming.builders.FreeFormNodeBuilder
Sets a combination of NodeHandleType members identifying which manipulation handles are enabled for a node.
enabledHandles(EnumSet<NodeHandleType>) - Method in class com.mindfusion.diagramming.builders.ShapeNodeBuilder
Sets a combination of NodeHandleType members identifying which manipulation handles are enabled for a node.
enabledHandles(EnumSet) - Method in class com.mindfusion.diagramming.builders.SvgNodeBuilder
Sets a combination of NodeHandleType members identifying which manipulation handles are enabled for a node.
enabledHandles(EnumSet<NodeHandleType>) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
Sets a combination of NodeHandleType members identifying which manipulation handles are enabled for a node.
enabledHandles(EnumSet<NodeHandleType>) - Method in class com.mindfusion.diagramming.builders.TreeViewNodeBuilder
Sets a combination of NodeHandleType members identifying which manipulation handles are enabled for a node.
enabledHandles - Variable in class com.mindfusion.diagramming.DiagramNode
 
enableLanes(boolean) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets whether lanes are enabled.
enableStyledText(boolean) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets a value indicating whether newly created nodes should display richly formatted text.
enableStyledText(boolean) - Method in class com.mindfusion.diagramming.builders.ShapeNodeBuilder
Sets a value indicating whether the text of a node contains formatting tags which should be processed by JDiagram.
enableStyledText(boolean) - Method in class com.mindfusion.diagramming.builders.SvgNodeBuilder
Sets a value indicating whether the text of a node contains formatting tags which should be processed by JDiagram.
enableStyledText(boolean) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
Sets a value indicating whether the text displayed inside a table contains formatting tags which should be processed by JDiagram.
enableStyledText(boolean) - Method in class com.mindfusion.diagramming.builders.TreeViewNodeBuilder
Sets a value indicating whether styled text rendering is enabled.
end - Variable in class com.mindfusion.diagramming.jlayout.RouteDescriptor
 
endEdit(boolean) - Method in class com.mindfusion.diagramming.DiagramView
Exits inplace-edit mode and either accepts or rejects the changes made to the item's text.
endHyperLink() - Method in interface com.mindfusion.drawing.GraphicsEx
 
endNode(DiagramNode) - Method in class com.mindfusion.diagramming.builders.GridLayoutBuilder
Sets the node that should be placed at the bottom right corner of the grid.
endNode(DiagramNode) - Method in class com.mindfusion.diagramming.builders.LayeredLayoutBuilder
Sets the node that should be placed in the last layer of the arranged graph.
endPoint(Point2D.Float) - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
Sets the position of the last control point of this link.
endValueChanged(Object, ValueChangedEventArgs) - Method in class com.mindfusion.diagramming.components.SliderAdapter
 
endValueChanged(Object, ValueChangedEventArgs<Float>) - Method in interface com.mindfusion.diagramming.components.SliderListener
Raised when the selected end value has been changed interactively.
enforceLinkFlow(boolean) - Method in class com.mindfusion.diagramming.builders.LayeredLayoutBuilder
Sets a value indicating whether to attempt to force all links to go in the same direction.
enterInplaceEditMode(InPlaceEditEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Called when entering inplace-edit mode.
enterInplaceEditMode(InPlaceEditEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Called when entering inplace-edit mode.
enterVisit(ComponentBase) - Method in class com.mindfusion.diagramming.components.ComponentFinder
 
enterVisit(ComponentBase) - Method in class com.mindfusion.diagramming.components.ComponentHitTester
 
enterVisit(ComponentBase) - Method in class com.mindfusion.diagramming.components.ComponentPostLoader
 
enterVisit(ComponentBase) - Method in interface com.mindfusion.diagramming.components.ComponentVisitor
 
enumByReverseZ(Point2D, ProcessItem<DiagramItem>) - Method in class com.mindfusion.diagramming.Diagram
 
enumByReverseZ(Point2D, double, ProcessItem<DiagramItem>) - Method in class com.mindfusion.diagramming.Diagram
 
enumTopLevelByReverseZ(Point2D, ProcessItem<DiagramItem>) - Method in class com.mindfusion.diagramming.Diagram
 
enumTopLevelByReverseZ(Point2D, double, ProcessItem<DiagramItem>) - Method in class com.mindfusion.diagramming.Diagram
 
equals(Object) - Method in class com.mindfusion.diagramming.jlayout.Pair
Object.equals override.
equals(Object) - Method in class com.mindfusion.diagramming.jlayout.TransparentGraphNode
 
equals(Object) - Method in class com.mindfusion.diagramming.MeasureUnit
Object.equals(java.lang.Object) override.
equals(Object) - Method in class com.mindfusion.drawing.DashStyle
 
equals(TextFormat) - Method in class com.mindfusion.drawing.TextFormat
Object.equals override.
evaluate(Point, Point) - Method in class com.mindfusion.diagramming.jlayout.RouteHeuristics
 
eventListenerList - Variable in class com.mindfusion.diagramming.components.ComponentBase
 
execute(boolean) - Method in class com.mindfusion.diagramming.AddGroupCmd
execute(boolean) - Method in class com.mindfusion.diagramming.AddItemCmd
This method is called internally by JDiagram when creating new items interactively or programmatically.
execute(boolean) - Method in class com.mindfusion.diagramming.AddToContainerCmd
Carries out the command action.
execute() - Method in class com.mindfusion.diagramming.ChangeItemCmd
Saves the property changes.
execute(boolean) - Method in class com.mindfusion.diagramming.ChangeItemCmd
This method is called internally by JDiagram when saving item properties for later undo/redo of the property changes.
execute(boolean) - Method in class com.mindfusion.diagramming.Command
This method is called internally by JDiagram when performing the action.
execute() - Method in class com.mindfusion.diagramming.CompositeCmd
Adds the composite command to the undo/redo history.
execute(boolean) - Method in class com.mindfusion.diagramming.CompositeCmd
This method is called internally by JDiagram when performing the action.
execute(boolean) - Method in class com.mindfusion.diagramming.EditTextCmd
Carries out the command action.
execute(boolean) - Method in class com.mindfusion.diagramming.ExpandHeaderRowCmd
This method is called internally by JDiagram when performing the action.
execute(boolean) - Method in class com.mindfusion.diagramming.ExpandItemCmd
This method is called internally by JDiagram when performing the action.
execute(boolean) - Method in class com.mindfusion.diagramming.ExpandTreeViewItemCmd
execute(boolean) - Method in class com.mindfusion.diagramming.FoldContainerCmd
Carries out the command action.
execute(boolean) - Method in class com.mindfusion.diagramming.GroupAttachCmd
This method is called internally by JDiagram when attaching items to groups.
execute() - Method in class com.mindfusion.diagramming.GroupAttachCmd
Attaches the item to the group.
execute(boolean) - Method in class com.mindfusion.diagramming.GroupDetachCmd
This method is called internally by JDiagram when detaching items from groups.
execute() - Method in class com.mindfusion.diagramming.GroupDetachCmd
Detaches the item from the group.
execute(boolean) - Method in class com.mindfusion.diagramming.ModifyItemCmd
This method is called internally by JDiagram when saving item position and size for later undo/redo.
execute(boolean) - Method in class com.mindfusion.diagramming.RedimTableCmd
This method is called internally by JDiagram when changing the number of rows or columns of a table.
execute(boolean) - Method in class com.mindfusion.diagramming.RemoveFromContainerCmd
Carries out the command action.
execute(boolean) - Method in class com.mindfusion.diagramming.RemoveGroupCmd
This method is called internally by JDiagram when destroying a group.
execute() - Method in class com.mindfusion.diagramming.RemoveGroupCmd
Removes the group from the flowchart.
execute() - Method in class com.mindfusion.diagramming.RemoveItemCmd
Removes the item from the diagram.
execute(boolean) - Method in class com.mindfusion.diagramming.RemoveItemCmd
This method is called internally by JDiagram when removing an item.
execute(boolean) - Method in class com.mindfusion.diagramming.ResizeTableColumnCmd
Carries out the command action.
execute(boolean) - Method in class com.mindfusion.diagramming.ResizeTableRowCmd
Carries out the command action.
execute(boolean) - Method in class com.mindfusion.diagramming.ScrollContainerCmd
Command.execute override.
execute(boolean) - Method in class com.mindfusion.diagramming.ScrollTableCmd
This method is called internally by JDiagram when scrolling tables.
execute(boolean) - Method in class com.mindfusion.diagramming.ScrollTreeViewCmd
 
executeCommand(Command) - Method in class com.mindfusion.diagramming.Diagram
Executes a command and saves it in the undo/redo history.
expandable(boolean) - Method in class com.mindfusion.diagramming.builders.CompositeNodeBuilder
Sets a value indicating whether users are allowed to expand or collapse the tree branch that starts from this node.
expandable(boolean) - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
Sets a value indicating whether users are allowed to expand or collapse the tree branch that starts from this node.
expandable(boolean) - Method in class com.mindfusion.diagramming.builders.ControlNodeBuilder
Sets a value indicating whether users are allowed to expand or collapse the tree branch that starts from this node.
expandable(boolean) - Method in class com.mindfusion.diagramming.builders.FreeFormNodeBuilder
Sets a value indicating whether users are allowed to expand or collapse the tree branch that starts from this node.
expandable(boolean) - Method in class com.mindfusion.diagramming.builders.ShapeNodeBuilder
Sets a value indicating whether users are allowed to expand or collapse the tree branch that starts from this node.
expandable(boolean) - Method in class com.mindfusion.diagramming.builders.SvgNodeBuilder
Sets a value indicating whether users are allowed to expand or collapse the tree branch that starts from this node.
expandable(boolean) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
Sets a value indicating whether users are allowed to expand or collapse the tree branch that starts from this node.
expandable(boolean) - Method in class com.mindfusion.diagramming.builders.TreeViewNodeBuilder
Sets a value indicating whether users are allowed to expand or collapse the tree branch that starts from this node.
expandButtonAction(ExpandButtonAction) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets what should happen when a user clicks the +/- button that is displayed near expandable nodes.
ExpandButtonAction - Enum in com.mindfusion.diagramming
The members of this enumeration specify what action is triggered by the +/- buttons that are displayed near expandable nodes.
expandButtonClicked(NodeEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when the user clicks the [+/-] button of a expandable node.
expandButtonClicked(NodeEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when the user clicks the [+/-] button of a expandable node.
expandButtonPosition(ExpandButtonPosition) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets where expand/collapse buttons are located relatively to their nodes.
ExpandButtonPosition - Enum in com.mindfusion.diagramming
The members of this enumeration specify possible locations for expand/collapse buttons.
expanded(boolean) - Method in class com.mindfusion.diagramming.builders.CompositeNodeBuilder
Expands or collapses the tree branch that starts from a node.
expanded(boolean) - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
Expands or collapses the tree branch that starts from a node.
expanded(boolean) - Method in class com.mindfusion.diagramming.builders.ControlNodeBuilder
Expands or collapses the tree branch that starts from a node.
expanded(boolean) - Method in class com.mindfusion.diagramming.builders.FreeFormNodeBuilder
Expands or collapses the tree branch that starts from a node.
expanded(boolean) - Method in class com.mindfusion.diagramming.builders.ShapeNodeBuilder
Expands or collapses the tree branch that starts from a node.
expanded(boolean) - Method in class com.mindfusion.diagramming.builders.SvgNodeBuilder
Expands or collapses the tree branch that starts from a node.
expanded(boolean) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
Expands or collapses the tree branch that starts from a node.
expanded(boolean) - Method in class com.mindfusion.diagramming.builders.TreeViewNodeBuilder
Expands or collapses the tree branch that starts from a node.
ExpandHeaderRowCmd - Class in com.mindfusion.diagramming
Implements undo and redo of collapsing or expanding the header row of a table section.
ExpandHeaderRowCmd(TableNode, int) - Constructor for class com.mindfusion.diagramming.ExpandHeaderRowCmd
Initializes a new ExpandHeaderRowCmd instance.
ExpandItemCmd - Class in com.mindfusion.diagramming
Implements expanding/collapsing branched of items in a tree.
ExpandItemCmd(DiagramItem) - Constructor for class com.mindfusion.diagramming.ExpandItemCmd
Initializes a new ExpandItemCmd instance.
expandOnIncoming(boolean) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets which direction of links is considered the tree direction when expanding or collapsing diagram branches.
ExpandTreeViewItemCmd - Class in com.mindfusion.diagramming
Implements support for undo of TreeViewItem collapse/expand operations.
ExpandTreeViewItemCmd(TreeViewNode, TreeViewItem) - Constructor for class com.mindfusion.diagramming.ExpandTreeViewItemCmd
Initializes a new instance of the ExpandTreeViewItemCmd class.
ExternalizableImage - Class in com.mindfusion.drawing
Implement support for serialization of shared images.
ExternalizableImage() - Constructor for class com.mindfusion.drawing.ExternalizableImage
 

F

Factory - Class in com.mindfusion.diagramming
Provides shortcut methods for creating and adding instances of the standard item types.
Factory(Diagram) - Constructor for class com.mindfusion.diagramming.Factory
Initializes a new instance of the Factory class over the specified Diagram.
FillMode - Enum in com.mindfusion.drawing
Typed enumeration corresponding to .NET enum FillMode
fillPath(Brush, GeneralPath) - Method in class com.mindfusion.drawing.AwtGraphics
 
fillPolygon(Brush, Point[]) - Method in class com.mindfusion.drawing.AwtGraphics
 
fillPolygon(Brush, Point2D[]) - Method in class com.mindfusion.drawing.AwtGraphics
 
fillRectangle(Brush, Rectangle) - Method in class com.mindfusion.drawing.AwtGraphics
 
fillRectangle(Brush, int, int, int, int) - Method in class com.mindfusion.drawing.AwtGraphics
 
fillRectangle(Brush, Rectangle2D) - Method in class com.mindfusion.drawing.AwtGraphics
 
fillRectangle(Brush, double, double, double, double) - Method in class com.mindfusion.drawing.AwtGraphics
 
filter(Iterable<T>, Class<D>) - Static method in class com.mindfusion.diagramming.Utilities
Creates Iterable that iterates only over the subset of the given Iterable that consist of elements of desired type Example: for (TableNode t: filter(diagram .getItems(), TableNode.class)) t.getRowCount();
filter(Iterator<T>, Class<D>) - Static method in class com.mindfusion.diagramming.Utilities
Creates Iterator that iterates only over the subset of the given Iterator that consist of elements of desired type
finalize() - Method in class com.mindfusion.diagramming.jlayout.RandomFactory
 
find(String) - Method in class com.mindfusion.diagramming.components.ComponentBase
Returns the component with the specified name within the hierarchy defined by the current component.
findAllCycles(Graph) - Static method in class com.mindfusion.diagramming.jlayout.PathFinder
 
findAllCycles() - Method in class com.mindfusion.diagramming.PathFinder
Finds all cycles in the underlying diagram.
findAllPaths(Graph, Node, Node) - Static method in class com.mindfusion.diagramming.jlayout.PathFinder
Finds and returns all paths starting from node from and ending at node to.
findAllPaths(Graph, Node, Node, int) - Static method in class com.mindfusion.diagramming.jlayout.PathFinder
Finds and returns all paths starting from node from and ending at node to.
findAllPaths(DiagramNode, DiagramNode) - Method in class com.mindfusion.diagramming.PathFinder
Finds and returns all paths that exist between two DiagramNode objects.
findAllPaths(DiagramNode, DiagramNode, int) - Method in class com.mindfusion.diagramming.PathFinder
Finds and returns all paths that exist between two DiagramNode objects.
findComponent(String) - Method in class com.mindfusion.diagramming.CompositeNode
Returns the child component with the specified name or null, if the component was not found.
findCycle(Graph, Node) - Static method in class com.mindfusion.diagramming.jlayout.PathFinder
Detects whether the specified node participates in a cycle.
findCycle(Graph) - Static method in class com.mindfusion.diagramming.jlayout.PathFinder
Detects whether there is a cycle in a graph.
findCycle(DiagramNode) - Method in class com.mindfusion.diagramming.PathFinder
Detects whether the specified DiagramNode participates in a cycle.
findCycle() - Method in class com.mindfusion.diagramming.PathFinder
Detects whether there is a cycle in the diagram.
findGroup(Object) - Method in class com.mindfusion.diagramming.Diagram
Finds the group that has the specified tag.
findLink(Object) - Method in class com.mindfusion.diagramming.Diagram
Finds the link that has the specified tag.
findLinkById(Object) - Method in class com.mindfusion.diagramming.Diagram
Finds the link that has the specified id value.
findLongestPath(Graph, Node, Node) - Static method in class com.mindfusion.diagramming.jlayout.PathFinder
Finds the longest path between two nodes.
findLongestPath(Graph) - Static method in class com.mindfusion.diagramming.jlayout.PathFinder
Finds the longest path in a graph.
findLongestPath(Graph, long) - Static method in class com.mindfusion.diagramming.jlayout.PathFinder
Finds the longest path in the graph.
findLongestPath(DiagramNode, DiagramNode) - Method in class com.mindfusion.diagramming.PathFinder
Finds the longest path between the specified DiagramNode objects.
findLongestPath() - Method in class com.mindfusion.diagramming.PathFinder
Finds the longest path in the graph.
findLongestPath(long) - Method in class com.mindfusion.diagramming.PathFinder
Finds the longest path in the diagram.
findNode(Object) - Method in class com.mindfusion.diagramming.Diagram
Finds the node that has the specified tag.
findNodeById(Object) - Method in class com.mindfusion.diagramming.Diagram
Finds the node that has the specified id value.
findShortestPath(Graph, Node, Node) - Static method in class com.mindfusion.diagramming.jlayout.PathFinder
Finds and returns the shortest path between from and to.
findShortestPath(Graph, Node, Node, boolean, boolean) - Static method in class com.mindfusion.diagramming.jlayout.PathFinder
Finds and returns the shortest path between from and to, considering the weight of the nodes, the weight of the links or both.
findShortestPath(DiagramNode, DiagramNode) - Method in class com.mindfusion.diagramming.PathFinder
Finds and returns the shortest Path between the specified DiagramNode objects.
findShortestPath(DiagramNode, DiagramNode, boolean, boolean) - Method in class com.mindfusion.diagramming.PathFinder
Finds and returns the shortest path between two DiagramNode elements, considering the Weight of the nodes, the Weight of the links or both.
findValidateRoot(JComponent) - Static method in class com.mindfusion.diagramming.Utilities
Returns the ancestor component that acts as validate root
Firebrick - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFB22222.
Firebrick - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFB22222.
Firebrick - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the Firebrick color.
fireCustomDraw(ButtonDrawEventArgs) - Method in class com.mindfusion.diagramming.components.ButtonComponent
Raises the customDraw event.
fireOnBatchValueChanged(ValueChangedEventArgs<Float>) - Method in class com.mindfusion.diagramming.components.RangeSliderRailComponent
 
fireOnBatchValueChanged(ValueChangedEventArgs<Float>) - Method in class com.mindfusion.diagramming.components.SliderRailComponent
 
fireOnClicked(ComponentMouseEvent) - Method in class com.mindfusion.diagramming.components.ButtonComponent
Raises the mouseClicked event.
fireOnDragEnded(ThumbDragEventArgs) - Method in class com.mindfusion.diagramming.components.ThumbComponent
 
fireOnDragged(ThumbDragEventArgs) - Method in class com.mindfusion.diagramming.components.ThumbComponent
 
fireOnDragStarted(ThumbDragEventArgs) - Method in class com.mindfusion.diagramming.components.ThumbComponent
 
fireOnEndValueChanged(ValueChangedEventArgs<Float>) - Method in class com.mindfusion.diagramming.components.RangeSliderRailComponent
 
fireOnStartValueChanged(ValueChangedEventArgs<Float>) - Method in class com.mindfusion.diagramming.components.RangeSliderRailComponent
 
fireOnValueChanged(ValueChangedEventArgs<Float>) - Method in class com.mindfusion.diagramming.components.SliderRailComponent
 
fireRepeatEnded(ComponentEvent) - Method in class com.mindfusion.diagramming.components.ButtonComponent
Raises the repeatEnded event.
fireShapeRemoved(Shape, int) - Method in class com.mindfusion.diagramming.ShapeListBox
 
fireShapeRenamed(Shape, int, String) - Method in class com.mindfusion.diagramming.ShapeListBox
 
fireShapeSelected(Shape, int) - Method in class com.mindfusion.diagramming.ShapeListBox
 
first() - Method in class com.mindfusion.diagramming.BaseList
Gets the first element of this list.
FitSize - Enum in com.mindfusion.diagramming
Specifies how the ShapeNode.resizeToFitText(com.mindfusion.diagramming.FitSize) method should resize a box.
FitToPage() - Method in class com.mindfusion.diagramming.PrintPreview
 
flipX(boolean) - Method in class com.mindfusion.diagramming.builders.ShapeNodeBuilder
Sets a value indicating whether the node's shape is flipped horizontally.
flipX(boolean) - Method in class com.mindfusion.diagramming.builders.SvgNodeBuilder
 
flipY(boolean) - Method in class com.mindfusion.diagramming.builders.ShapeNodeBuilder
Sets a value indicating whether the node's shape is flipped vertically.
flipY(boolean) - Method in class com.mindfusion.diagramming.builders.SvgNodeBuilder
 
FloralWhite - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFFFFAF0.
FloralWhite - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFFFFAF0.
FloralWhite - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the FloralWhite color.
FlowchartLayout - Class in com.mindfusion.diagramming
FlowchartLayout can be used to arrange flowcharts representing program source code.
FlowchartLayout() - Constructor for class com.mindfusion.diagramming.FlowchartLayout
Initializes a new instance of the FlowchartLayout class.
FlowchartLayout - Class in com.mindfusion.diagramming.jlayout
 
FlowchartLayout() - Constructor for class com.mindfusion.diagramming.jlayout.FlowchartLayout
 
FlowchartLayoutBuilder - Class in com.mindfusion.diagramming.builders
A class used to initialize FlowchartLayout objects.
FlowchartLayoutBuilder() - Constructor for class com.mindfusion.diagramming.builders.FlowchartLayoutBuilder
Initializes a new instance of the FlowchartLayoutBuilder class.
FlowchartLayoutBuilder(FlowchartLayout) - Constructor for class com.mindfusion.diagramming.builders.FlowchartLayoutBuilder
Initializes a new instance of the FlowchartLayoutBuilder class.
FlowchartLayoutInfo - Class in com.mindfusion.diagramming.jlayout
 
FlowchartLayoutInfo() - Constructor for class com.mindfusion.diagramming.jlayout.FlowchartLayoutInfo
 
FlowLayoutTraits - Enum in com.mindfusion.diagramming.jlayout
Values used as keys in FlowLayout rules.
focusedComponent(ComponentBase) - Method in class com.mindfusion.diagramming.builders.CompositeNodeBuilder
 
focusedComponent(ComponentBase) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the component within this diagram which is currently holding the input focus.
focusedManipulator(Manipulator) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the manipulator currently holding the input focus.
foldable(boolean) - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
Sets a value indicating whether the user is allowed to fold this container.
FoldContainerCmd - Class in com.mindfusion.diagramming
Undoable command that implements folding and unfolding of container nodes.
FoldContainerCmd(ContainerNode) - Constructor for class com.mindfusion.diagramming.FoldContainerCmd
Initializes a new instance of the FoldContainerCmd class.
folded(boolean) - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
Sets a value indicating whether this container is folded.
foldedContainerSize(Dimension2D) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the size of folded containers.
foldedSize(Dimension2D) - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
Sets the size of the container when folded.
foldedSize - Variable in class com.mindfusion.diagramming.ContainerNodeProperties
 
Folder - Class in com.mindfusion.diagramming
Implements the fold/unfold button shown in ContainerNode caption.
Folder(DiagramItem) - Constructor for class com.mindfusion.diagramming.Folder
Initializes a new instance of the Folder class.
foldIconSize(Float) - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
Sets the size of the fold / unfold icon.
foldIconSize - Variable in class com.mindfusion.diagramming.ContainerNodeProperties
 
font(Font) - Method in class com.mindfusion.diagramming.builders.CompositeNodeBuilder
Sets the font used to draw the text of an item.
font(String, float) - Method in class com.mindfusion.diagramming.builders.CompositeNodeBuilder
 
font(Font) - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
Sets the font used to draw the text of an item.
font(String, float) - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
 
font(Font) - Method in class com.mindfusion.diagramming.builders.ControlNodeBuilder
Sets the font used to draw the text of an item.
font(String, float) - Method in class com.mindfusion.diagramming.builders.ControlNodeBuilder
 
font(Font) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the default font for new diagram items.
font(String, float) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
 
font(Font) - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
Sets the font used to draw the text of an item.
font(String, float) - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
 
font(Font) - Method in class com.mindfusion.diagramming.builders.FreeFormNodeBuilder
Sets the font used to draw the text of an item.
font(String, float) - Method in class com.mindfusion.diagramming.builders.FreeFormNodeBuilder
 
font(Font) - Method in class com.mindfusion.diagramming.builders.ShapeNodeBuilder
Sets the font used to draw the text label of a node.
font(String, float) - Method in class com.mindfusion.diagramming.builders.ShapeNodeBuilder
 
font(Font) - Method in class com.mindfusion.diagramming.builders.SvgNodeBuilder
Sets the font used to draw the text label of a node.
font(String, float) - Method in class com.mindfusion.diagramming.builders.SvgNodeBuilder
 
font(Font) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
Sets the font used to draw the text displayed in this table.
font(String, float) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
 
font(Font) - Method in class com.mindfusion.diagramming.builders.TreeViewNodeBuilder
Sets or the font used to render the node's caption.
font(String, float) - Method in class com.mindfusion.diagramming.builders.TreeViewNodeBuilder
 
fontFamily(String) - Method in class com.mindfusion.diagramming.builders.CompositeNodeStyleBuilder
Sets the font family of the item text.
fontFamily(String) - Method in class com.mindfusion.diagramming.builders.ContainerNodeStyleBuilder
Sets the font family of the item text.
fontFamily(String) - Method in class com.mindfusion.diagramming.builders.DiagramLinkStyleBuilder
Sets the font family of the item text.
fontFamily(String) - Method in class com.mindfusion.diagramming.builders.FreeFormNodeStyleBuilder
Sets the font family of the item text.
fontFamily(String) - Method in class com.mindfusion.diagramming.builders.ShapeNodeStyleBuilder
Sets the font family of the item text.
fontFamily(String) - Method in class com.mindfusion.diagramming.builders.SvgNodeStyleBuilder
Sets the font family of the item text.
fontFamily(String) - Method in class com.mindfusion.diagramming.builders.TableNodeStyleBuilder
Sets the font family of the item text.
fontFamily(String) - Method in class com.mindfusion.diagramming.builders.TreeViewNodeStyleBuilder
Sets the font family of the item text.
fontSize(float) - Method in class com.mindfusion.diagramming.builders.CompositeNodeStyleBuilder
Sets the font size of the item text.
fontSize(float) - Method in class com.mindfusion.diagramming.builders.ContainerNodeStyleBuilder
Sets the font size of the item text.
fontSize(float) - Method in class com.mindfusion.diagramming.builders.DiagramLinkStyleBuilder
Sets the font size of the item text.
fontSize(float) - Method in class com.mindfusion.diagramming.builders.FreeFormNodeStyleBuilder
Sets the font size of the item text.
fontSize(float) - Method in class com.mindfusion.diagramming.builders.ShapeNodeStyleBuilder
Sets the font size of the item text.
fontSize(float) - Method in class com.mindfusion.diagramming.builders.SvgNodeStyleBuilder
Sets the font size of the item text.
fontSize(float) - Method in class com.mindfusion.diagramming.builders.TableNodeStyleBuilder
Sets the font size of the item text.
fontSize(float) - Method in class com.mindfusion.diagramming.builders.TreeViewNodeStyleBuilder
Sets the font size of the item text.
fontStyle(int) - Method in class com.mindfusion.diagramming.builders.CompositeNodeStyleBuilder
Sets the font style of the item text.
fontStyle(int) - Method in class com.mindfusion.diagramming.builders.ContainerNodeStyleBuilder
Sets the font style of the item text.
fontStyle(int) - Method in class com.mindfusion.diagramming.builders.DiagramLinkStyleBuilder
Sets the font style of the item text.
fontStyle(int) - Method in class com.mindfusion.diagramming.builders.FreeFormNodeStyleBuilder
Sets the font style of the item text.
fontStyle(int) - Method in class com.mindfusion.diagramming.builders.ShapeNodeStyleBuilder
Sets the font style of the item text.
fontStyle(int) - Method in class com.mindfusion.diagramming.builders.SvgNodeStyleBuilder
Sets the font style of the item text.
fontStyle(int) - Method in class com.mindfusion.diagramming.builders.TableNodeStyleBuilder
Sets the font style of the item text.
fontStyle(int) - Method in class com.mindfusion.diagramming.builders.TreeViewNodeStyleBuilder
Sets the font style of the item text.
FontStyle - Enum in com.mindfusion.drawing
 
fontUnit(GraphicsUnit) - Method in class com.mindfusion.diagramming.builders.CompositeNodeStyleBuilder
Sets the measure unit used to specify font size.
fontUnit(GraphicsUnit) - Method in class com.mindfusion.diagramming.builders.ContainerNodeStyleBuilder
Sets the measure unit used to specify font size.
fontUnit(GraphicsUnit) - Method in class com.mindfusion.diagramming.builders.DiagramLinkStyleBuilder
Sets the measure unit used to specify font size.
fontUnit(GraphicsUnit) - Method in class com.mindfusion.diagramming.builders.FreeFormNodeStyleBuilder
Sets the measure unit used to specify font size.
fontUnit(GraphicsUnit) - Method in class com.mindfusion.diagramming.builders.ShapeNodeStyleBuilder
Sets the measure unit used to specify font size.
fontUnit(GraphicsUnit) - Method in class com.mindfusion.diagramming.builders.SvgNodeStyleBuilder
Sets the measure unit used to specify font size.
fontUnit(GraphicsUnit) - Method in class com.mindfusion.diagramming.builders.TableNodeStyleBuilder
Sets the measure unit used to specify font size.
fontUnit(GraphicsUnit) - Method in class com.mindfusion.diagramming.builders.TreeViewNodeStyleBuilder
Sets the measure unit used to specify font size.
ForestGreen - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FF228B22.
ForestGreen - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FF228B22.
ForestGreen - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the ForestGreen color.
FractalLayout - Class in com.mindfusion.diagramming
A tree layout algorithm that places child nodes symmetrically around their parent node.
FractalLayout() - Constructor for class com.mindfusion.diagramming.FractalLayout
Initializes a new instance of the FractalLayout class.
FractalLayout - Class in com.mindfusion.diagramming.jlayout
 
FractalLayout() - Constructor for class com.mindfusion.diagramming.jlayout.FractalLayout
Initializes a new instance of the FractalLayout class.
FractalLayoutBuilder - Class in com.mindfusion.diagramming.builders
A class used to initialize FractalLayout objects.
FractalLayoutBuilder() - Constructor for class com.mindfusion.diagramming.builders.FractalLayoutBuilder
Initializes a new instance of the FractalLayoutBuilder class.
FractalLayoutBuilder(FractalLayout) - Constructor for class com.mindfusion.diagramming.builders.FractalLayoutBuilder
Initializes a new instance of the FractalLayoutBuilder class.
freeFormAttractDistance(float) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the radius around dragged free-form adjustment handle in which other points of FreeFormNode are modified too.
FreeFormHandle - Class in com.mindfusion.diagramming
Represents an adjustment handle used to modify the outline of a FreeFormNode.
FreeFormHandle(int) - Constructor for class com.mindfusion.diagramming.FreeFormHandle
Initializes a new instance of the FreeFormHandle class.
FreeFormNode - Class in com.mindfusion.diagramming
A FreeFormNode collects all points from users' mouse or touch input and displays them as node's outline.
FreeFormNode() - Constructor for class com.mindfusion.diagramming.FreeFormNode
Initializes a new instance of the FreeFormNode class.
FreeFormNode(Diagram) - Constructor for class com.mindfusion.diagramming.FreeFormNode
Initializes a new instance of the FreeFormNode class.
FreeFormNode(FreeFormNode) - Constructor for class com.mindfusion.diagramming.FreeFormNode
Initializes a new instance of the FreeFormNode class using the specified node as a prototype.
FreeFormNodeBuilder - Class in com.mindfusion.diagramming.builders
A class used to initialize FreeFormNode objects.
FreeFormNodeBuilder() - Constructor for class com.mindfusion.diagramming.builders.FreeFormNodeBuilder
Initializes a new instance of the FreeFormNodeBuilder class.
FreeFormNodeBuilder(FreeFormNode) - Constructor for class com.mindfusion.diagramming.builders.FreeFormNodeBuilder
Initializes a new instance of the FreeFormNodeBuilder class.
FreeFormNodeStyle - Class in com.mindfusion.diagramming
Represents a reusable set of properties that define the appearance of free-form nodes.
FreeFormNodeStyle() - Constructor for class com.mindfusion.diagramming.FreeFormNodeStyle
Initializes a new instance of the FreeFormNodeStyle class.
FreeFormNodeStyleBuilder - Class in com.mindfusion.diagramming.builders
A class used to initialize FreeFormNodeStyle objects.
FreeFormNodeStyleBuilder() - Constructor for class com.mindfusion.diagramming.builders.FreeFormNodeStyleBuilder
Initializes a new instance of the FreeFormNodeStyleBuilder class.
FreeFormNodeStyleBuilder(FreeFormNodeStyle) - Constructor for class com.mindfusion.diagramming.builders.FreeFormNodeStyleBuilder
Initializes a new instance of the FreeFormNodeStyleBuilder class.
freeFormTargets(Shape[]) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets an array of Shape objects used to replace FreeFormNode instances with ShapeNode ones when Behavior is set to LinkFreeShapes or DrawFreeShapes.
fromBoolean(boolean) - Static method in class com.mindfusion.diagramming.Converter
 
fromByte(Byte) - Static method in class com.mindfusion.diagramming.Converter
 
fromChar(char) - Static method in class com.mindfusion.diagramming.Converter
 
fromColor(Color) - Static method in class com.mindfusion.diagramming.Converter
 
fromDouble(double) - Static method in class com.mindfusion.diagramming.Converter
 
fromGeneralPathCode(int) - Static method in enum com.mindfusion.drawing.FillMode
 
fromGraphicsUnit(GraphicsUnit) - Static method in class com.mindfusion.diagramming.MeasureUnit
Returns the measure unit corresponding to the specified graphics unit.
fromId(String) - Static method in class com.mindfusion.diagramming.AnchorPattern
Returns the AnchorPattern object that has the specified identifier.
fromId(GraphicsUnit) - Static method in class com.mindfusion.diagramming.MeasureUnit
Returns a MeasureUnit from its integer identifier.
fromId(int) - Static method in class com.mindfusion.diagramming.MeasureUnit
 
fromId(String) - Static method in class com.mindfusion.diagramming.Shape
Returns the shape that has the specified identifier.
fromId(int) - Static method in class com.mindfusion.drawing.DashStyle
 
fromImage(Image) - Static method in class com.mindfusion.diagramming.Converter
 
fromInt(long) - Static method in class com.mindfusion.diagramming.AdjustmentHandles
 
fromInt(int) - Static method in class com.mindfusion.diagramming.Converter
 
fromInt(int) - Static method in enum com.mindfusion.diagramming.GlassEffectType
 
fromInt(int) - Static method in enum com.mindfusion.diagramming.ImageAlign
 
fromInt(int) - Static method in enum com.mindfusion.drawing.Align
 
fromInt(int) - Static method in enum com.mindfusion.drawing.FontStyle
 
fromInt(int) - Static method in enum com.mindfusion.drawing.GraphicsUnit
 
fromInt(int) - Static method in enum com.mindfusion.drawing.HatchStyle
 
fromInt(int) - Static method in enum com.mindfusion.drawing.ImageAlignment
 
fromInt(int) - Static method in enum com.mindfusion.drawing.TextAlignment
 
fromInteger(int) - Static method in enum com.mindfusion.diagramming.components.ButtonComponent.ButtonType
Returns the ButtonType corresponding to an integer value.
fromInteger(int) - Static method in enum com.mindfusion.diagramming.components.SliderComponent.SliderType
Gets SliderType member corresponding to specified integer value.
fromInteger(int) - Static method in enum com.mindfusion.diagramming.components.TextWrapping
 
fromList(List<Point2D>) - Static method in class com.mindfusion.drawing.PointList
 
fromLong(long) - Static method in class com.mindfusion.diagramming.Converter
 
FromLTRB(double, double, double, double) - Static method in class com.mindfusion.diagramming.Utilities
 
fromName(String) - Static method in class com.mindfusion.drawing.Colors
 
fromRect(Rectangle2D) - Static method in class com.mindfusion.diagramming.jlayout.XDimension2D
 
fromRect(Rectangle2D) - Static method in class com.mindfusion.diagramming.XDimension2D
 
fromShort(short) - Static method in class com.mindfusion.diagramming.Converter
 
fromSingle(float) - Static method in class com.mindfusion.diagramming.Converter
 
fromXmlElement(Element) - Static method in class com.mindfusion.diagramming.Shape
Creates a ShapeTemplate from xml shape element
fromXmlElement(Element) - Static method in class com.mindfusion.diagramming.ShapeDecoration
 
fromXmlElement(Element) - Static method in class com.mindfusion.diagramming.ShapeLibrary
Creates a ShapeLibrary from a DOM tree.
fromXmlElements(Element) - Static method in class com.mindfusion.diagramming.Shape
 
Fuchsia - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFFF00FF.
Fuchsia - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFFF00FF.
Fuchsia - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the Fuchsia color.

G

Gainsboro - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFDCDCDC.
Gainsboro - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFDCDCDC.
Gainsboro - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the Gainsboro color.
generalPathCode() - Method in enum com.mindfusion.drawing.FillMode
 
get(int) - Method in class com.mindfusion.diagramming.BaseList
Gets the element at the specified position in this list.
get() - Method in class com.mindfusion.diagramming.builders.AnnealLayoutBuilder
Returns an existing object passed for initialization to this builder.
get() - Method in class com.mindfusion.diagramming.builders.CascadeLayoutBuilder
Returns an existing object passed for initialization to this builder.
get() - Method in class com.mindfusion.diagramming.builders.CircularLayoutBuilder
Returns an existing object passed for initialization to this builder.
get() - Method in class com.mindfusion.diagramming.builders.CompositeNodeBuilder
Returns an existing object passed for initialization to this builder.
get() - Method in class com.mindfusion.diagramming.builders.CompositeNodeStyleBuilder
Returns an existing object passed for initialization to this builder.
get() - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
Returns an existing object passed for initialization to this builder.
get() - Method in class com.mindfusion.diagramming.builders.ContainerNodeStyleBuilder
Returns an existing object passed for initialization to this builder.
get() - Method in class com.mindfusion.diagramming.builders.ControlNodeBuilder
Returns an existing object passed for initialization to this builder.
get() - Method in class com.mindfusion.diagramming.builders.DecisionLayoutBuilder
Returns an existing object passed for initialization to this builder.
get() - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Returns an existing object passed for initialization to this builder.
get() - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
Returns an existing object passed for initialization to this builder.
get() - Method in class com.mindfusion.diagramming.builders.DiagramLinkStyleBuilder
Returns an existing object passed for initialization to this builder.
get() - Method in class com.mindfusion.diagramming.builders.FlowchartLayoutBuilder
Returns an existing object passed for initialization to this builder.
get() - Method in class com.mindfusion.diagramming.builders.FractalLayoutBuilder
Returns an existing object passed for initialization to this builder.
get() - Method in class com.mindfusion.diagramming.builders.FreeFormNodeBuilder
Returns an existing object passed for initialization to this builder.
get() - Method in class com.mindfusion.diagramming.builders.FreeFormNodeStyleBuilder
Returns an existing object passed for initialization to this builder.
get() - Method in class com.mindfusion.diagramming.builders.GridLayoutBuilder
Returns an existing object passed for initialization to this builder.
get() - Method in class com.mindfusion.diagramming.builders.HierarchicalLayoutBuilder
Returns an existing object passed for initialization to this builder.
get() - Method in class com.mindfusion.diagramming.builders.LayeredLayoutBuilder
Returns an existing object passed for initialization to this builder.
get() - Method in class com.mindfusion.diagramming.builders.OneWayLayoutBuilder
Returns an existing object passed for initialization to this builder.
get() - Method in class com.mindfusion.diagramming.builders.OrthogonalLayoutBuilder
Returns an existing object passed for initialization to this builder.
get() - Method in class com.mindfusion.diagramming.builders.ShapeNodeBuilder
Returns an existing object passed for initialization to this builder.
get() - Method in class com.mindfusion.diagramming.builders.ShapeNodeStyleBuilder
Returns an existing object passed for initialization to this builder.
get() - Method in class com.mindfusion.diagramming.builders.SpringLayoutBuilder
Returns an existing object passed for initialization to this builder.
get() - Method in class com.mindfusion.diagramming.builders.SvgNodeBuilder
Returns an existing object passed for initialization to this builder.
get() - Method in class com.mindfusion.diagramming.builders.SvgNodeStyleBuilder
Returns an existing object passed for initialization to this builder.
get() - Method in class com.mindfusion.diagramming.builders.SwimlaneLayoutBuilder
Returns an existing object passed for initialization to this builder.
get() - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
Returns an existing object passed for initialization to this builder.
get() - Method in class com.mindfusion.diagramming.builders.TableNodeStyleBuilder
Returns an existing object passed for initialization to this builder.
get() - Method in class com.mindfusion.diagramming.builders.TopologicalLayoutBuilder
Returns an existing object passed for initialization to this builder.
get() - Method in class com.mindfusion.diagramming.builders.TreeLayoutBuilder
Returns an existing object passed for initialization to this builder.
get() - Method in class com.mindfusion.diagramming.builders.TreeMapLayoutBuilder
Returns an existing object passed for initialization to this builder.
get() - Method in class com.mindfusion.diagramming.builders.TreeViewNodeBuilder
Returns an existing object passed for initialization to this builder.
get() - Method in class com.mindfusion.diagramming.builders.TreeViewNodeStyleBuilder
Returns an existing object passed for initialization to this builder.
get() - Method in class com.mindfusion.diagramming.builders.TriangularLayoutBuilder
Returns an existing object passed for initialization to this builder.
get(int) - Method in class com.mindfusion.diagramming.jlayout.BaseList
 
get(int) - Method in class com.mindfusion.diagramming.ReadOnlyList
 
getAction() - Method in class com.mindfusion.diagramming.InteractionState
Gets a value indicating what action is currently being performed.
getActiveBrush() - Method in class com.mindfusion.diagramming.components.SliderComponent
Gets the brush used to fill the portion of the rail between StartValue and EndValue.
getActiveButtonTooltip() - Method in class com.mindfusion.diagramming.LayerListView
Gets the tooltip for the 'Active Layer' button in each item.
getActiveColor() - Method in class com.mindfusion.diagramming.ZoomControl
Gets the color used to render depressed buttons.
getActiveItem() - Method in class com.mindfusion.diagramming.Diagram
Gets the active item.
getActiveItemHandlesStyle() - Method in class com.mindfusion.diagramming.Diagram
Gets the visual style of the manipulation handles displayed around the active item.
getActiveLayer() - Method in class com.mindfusion.diagramming.Diagram
Gets the zero-based index of the active layer.
getAddEllipsis() - Method in class com.mindfusion.drawing.DrawTextHint
 
getAddLayerButtonTooltip() - Method in class com.mindfusion.diagramming.LayerListView
Gets the tooltip for the 'Add Layer' button.
getAdjustmentHandle() - Method in class com.mindfusion.diagramming.InteractionState
Gets the adjustment handle being dragged by the user.
getAdjustmentHandle() - Method in class com.mindfusion.diagramming.LinkEvent
Gets the adjustment handle being moved by the user.
getAdjustmentHandle() - Method in class com.mindfusion.diagramming.NodeEvent
Gets the adjustment handle being moved by the user.
getAdjustmentHandle() - Method in class com.mindfusion.diagramming.SelectionEvent
Gets the adjustment handle being moved by the user.
getAdjustmentHandlesSize() - Method in class com.mindfusion.diagramming.Diagram
Gets the size of selection handles.
getAlignment() - Method in class com.mindfusion.diagramming.VerticalFlowLayout
Gets the alignment for this layout.
getAlignment() - Method in class com.mindfusion.drawing.TextLayoutOptions
Specifies the horizontal alignment of the text.
getAlignmentGuidePen() - Method in class com.mindfusion.diagramming.Diagram
Gets the pen used to draw alignment guides.
getAlignToGrid() - Method in class com.mindfusion.diagramming.Diagram
Gets a value indicating whether items are aligned to the alignment grid while users draw them with the mouse.
getAllIncomingLinks() - Method in class com.mindfusion.diagramming.DiagramNode
Gets a collection of all links entering this node.
getAllIncomingLinks(DiagramLinkList) - Method in class com.mindfusion.diagramming.TreeViewNode
getAllLinks() - Method in class com.mindfusion.diagramming.DiagramNode
Gets all links connected to this node.
getAllOutgoingLinks() - Method in class com.mindfusion.diagramming.DiagramNode
Gets a collection of all links going out of this node.
getAllOutgoingLinks(DiagramLinkList) - Method in class com.mindfusion.diagramming.TreeViewNode
getAllowAddChildren() - Method in class com.mindfusion.diagramming.ContainerNode
Gets a value indicating whether child nodes can be added interactively to this container.
getAllowFlip() - Method in class com.mindfusion.diagramming.ShapeNode
Gets a value indicating whether the node's shape flips when an edge is dragged over its opposite edge.
getAllowIncoming() - Method in class com.mindfusion.diagramming.AnchorPoint
Gets a value indicating whether this anchor point accepts incoming links.
getAllowIncomingLinks() - Method in class com.mindfusion.diagramming.DiagramNode
Gets a value indicating whether users are allowed to draw links to this node.
getAllowInplaceEdit() - Method in class com.mindfusion.diagramming.DiagramView
Gets a value indicating whether users are allowed to edit the text of diagram items.
getAllowLinkCursor() - Method in class com.mindfusion.diagramming.DiagramView
Gets the cursor shown when the currently drawn link can be attached to the item at the current mouse pointer location.
getAllowLinksRepeat() - Method in class com.mindfusion.diagramming.Diagram
Gets a value indicating whether users are allowed to draw more than one links between the same nodes.
getAllowMoveEnd() - Method in class com.mindfusion.diagramming.DiagramLink
Gets a value indicating whether users are allowed to move the last control point of a link.
getAllowMoveStart() - Method in class com.mindfusion.diagramming.DiagramLink
Gets a value indicating whether users are allowed to move the first control point of a link.
getAllowMultipleResize() - Method in class com.mindfusion.diagramming.Diagram
Gets whether multiple selected nodes can be resized simultaneously.
getAllowMultipleSelection() - Method in class com.mindfusion.diagramming.Selection
Gets a value indicating whether users are allowed to select multiple items.
getAllowOutgoing() - Method in class com.mindfusion.diagramming.AnchorPoint
Gets a value indicating whether this anchor point accepts outgoing links.
getAllowOutgoingLinks() - Method in class com.mindfusion.diagramming.DiagramNode
Gets a value indicating whether users are allowed to draw links from this node.
getAllowRemove() - Method in class com.mindfusion.diagramming.NodeListView
Gets a value indicating whether to allow deletion of list nodes by pressing Del.
getAllowRemove() - Method in class com.mindfusion.diagramming.ShapeListBox
Gets a value indicating whether deletion of listbox items by pressing Del is allowed.
getAllowRemoveChildren() - Method in class com.mindfusion.diagramming.ContainerNode
Gets a value indicating whether child nodes can be removed interactively from this container.
getAllowRename() - Method in class com.mindfusion.diagramming.ShapeListBox
Gets a value indicating whether inline renaming of listbox items is allowed.
getAllowResizeColumns() - Method in class com.mindfusion.diagramming.TableNode
Gets a value indicating whether users are allowed to resize table columns.
getAllowResizeRows() - Method in class com.mindfusion.diagramming.TableNode
Gets a value indicating whether users are allowed to resize table rows.
getAllowSelfLoops() - Method in class com.mindfusion.diagramming.Diagram
Gets whether users are allowed to draw reflexive links.
getAllowSplitLinks() - Method in class com.mindfusion.diagramming.Diagram
Gets whether link segments can be added and removed interactively.
getAllowTabReorder() - Method in class com.mindfusion.diagramming.TabbedScrollPane
Gets a value indicating whether tabs can be rearranged interactively.
getAllowTitleEdit() - Method in class com.mindfusion.diagramming.LayerListView
Gets a value indicating whether layer titles can be in-place edited.
getAllowUnanchoredLinks() - Method in class com.mindfusion.diagramming.Diagram
Gets a value indicating whether users are allowed to attach links to nodes that do not have any anchor points.
getAllowUnconnectedLinks() - Method in class com.mindfusion.diagramming.Diagram
Gets a value indicating whether users are allowed to draw unconnected links.
getAlt() - Method in class com.mindfusion.diagramming.ModifierKeyActions
Gets what action is triggered by the ALT key.
getAmount() - Method in class com.mindfusion.diagramming.components.ThumbDragEventArgs
Gets the dragged amount.
getAmount() - Method in class com.mindfusion.diagramming.MeasureUnit
Gets the unit's amount.
getAnchorIndex() - Method in class com.mindfusion.diagramming.DrawAnchorPointEvent
Gets the index of the anchor point within its containing pattern.
getAnchorIndex() - Method in class com.mindfusion.diagramming.LinkValidationEvent
Gets the anchor point related to a link validation event.
getAnchoring() - Method in class com.mindfusion.diagramming.AbstractLayout
Gets how to align links to the anchor points of nodes.
getAnchoring() - Method in class com.mindfusion.diagramming.AnnealLayout
Gets a value specifying how links will be aligned to the anchor points of nodes.
getAnchoring() - Method in class com.mindfusion.diagramming.GridLayout
Gets a value indicating how links will be aligned to the anchor points of tree nodes.
getAnchoring() - Method in class com.mindfusion.diagramming.RoutingOptions
Gets a value indicating whether the routing algorithm should align links to the anchor points of nodes.
getAnchoring() - Method in class com.mindfusion.diagramming.SpringLayout
Gets a value indicating how links will be aligned to the anchor points of tree nodes.
getAnchoring() - Method in class com.mindfusion.diagramming.TreeLayout
Gets a value indicating how links will be aligned to the anchor points of tree nodes.
getAnchorPattern() - Method in class com.mindfusion.diagramming.DiagramNode
Gets the anchor points to which link end points are aligned when links connect to this node.
getAnchorPattern() - Method in class com.mindfusion.diagramming.DrawAnchorPointEvent
Gets the anchor pattern containing the anchor point being drawn.
getAnchorPattern() - Method in class com.mindfusion.diagramming.Row
Gets the AnchorPattern assigned to this row.
getAnchorPattern() - Method in class com.mindfusion.diagramming.Shape
Gets the anchor pattern to use for nodes using this shape, if their anchor pattern is set to null.
getAnchorPos(int) - Method in class com.mindfusion.diagramming.ConnectionPoint
Returns the point from the node's associated anchor pattern (if any) with the specified index or the link's initial point.
getAnchorPos(int, Point2D.Float) - Method in class com.mindfusion.diagramming.ConnectionPoint
Returns the point from the node's associated anchor pattern (if any) with the specified index.
getAngle() - Method in class com.mindfusion.drawing.GradientBrush
Gets the gradient orientation angle.
getAntiAlias() - Method in class com.mindfusion.diagramming.DiagramView
Gets the current anti-aliasing mode for non text objects.
getAntiAlias() - Method in class com.mindfusion.diagramming.RenderOptions
 
getArcParams(Point2D.Float, Point2D.Float, boolean, boolean, float, float, float, Point2D.Float, ByRef<Float>, ByRef<Float>) - Static method in class com.mindfusion.diagramming.Utilities
Calculates the bounding rectangle, start and sweep angle of an arc from the specified arc end points, direction flags and radius sizes.
getAreasForTableCells() - Method in class com.mindfusion.diagramming.HtmlBuilder
Gets a value indicating whether image map AREA elements will be created for tables' cells.
getArray() - Method in class com.mindfusion.drawing.PointList
 
getAttachedNodes() - Method in class com.mindfusion.diagramming.Group
Gets a list of the subordinated items in this group.
getAutoAlignDistance() - Method in class com.mindfusion.diagramming.Diagram
Gets the maximal horizontal or vertical distance at which a node aligns to the borders of other nodes.
getAutoAlignNodes() - Method in class com.mindfusion.diagramming.Diagram
Gets whether nodes should automatically align to the borders of other nodes during user interaction.
getAutoArrange() - Method in class com.mindfusion.diagramming.LinkLabel
Gets a value indicating whether the label can be auto arranged.
getAutoCloseDistance() - Method in class com.mindfusion.diagramming.Diagram
Gets the maximum distance between first and last points of a FreeFormNode for which the node's outline is closed automatically.
getAutoDeleteChildren() - Method in class com.mindfusion.diagramming.ContainerNode
Gets whether deleting this container should also remove its child items from the diagram.
getAutoDeleteItems() - Method in class com.mindfusion.diagramming.Group
Gets a value indicating whether the subordinated items in this group will be deleted automatically when the group is destroyed.
getAutoGrow() - Method in class com.mindfusion.diagramming.ContainerNode
Gets a value indicating whether the container should grow in size when nodes are added to it.
getAutoResize() - Method in class com.mindfusion.diagramming.Diagram
Gets a value specifying whether the document scrollable area is resized automatically when users draw items near the edges of the diagram.
getAutoRoute() - Method in class com.mindfusion.diagramming.DiagramLink
Gets a value indicating whether a link should automatically find its way between nodes so that it will not cross other nodes.
getAutoScroll() - Method in class com.mindfusion.diagramming.DiagramView
Gets a value indicating whether the diagram will scroll automatically when the mouse is dragged towards the edge of the view.
getAutoShrink() - Method in class com.mindfusion.diagramming.ContainerNode
Gets a value indicating whether the container should shrink in size when nodes are removed from it.
getAutoSnapDistance() - Method in class com.mindfusion.diagramming.Diagram
Specifies the maximum distance at which links auto-snap to nodes.
getAutoSnapLinks() - Method in class com.mindfusion.diagramming.Diagram
Gets the default value for the AutoSnapToNode property of new links.
getAutoSnapToNode() - Method in class com.mindfusion.diagramming.DiagramLink
Gets a value indicating whether the end points of a link are automatically aligned to node borders while a user modifies the link.
getAvoidOverlaps() - Method in class com.mindfusion.diagramming.RoutingOptions
Gets whether link segments should be pulled apart when they overlap in initially found routes.
getBackBrush() - Method in class com.mindfusion.diagramming.Diagram
Gets the diagram's background brush.
getBackBrush() - Method in class com.mindfusion.diagramming.DiagramStyle
Gets the brush used for painting the diagram background.
getBackground() - Method in class com.mindfusion.diagramming.components.BorderComponent
Gets the brush used to fill the border background.
getBackground() - Method in class com.mindfusion.diagramming.components.SliderComponent
Gets the brush used to fill the background of the slider.
getBackground() - Method in class com.mindfusion.diagramming.components.SpinnerComponent
Gets the brush used to fill the background of the spinner.
getBackground() - Method in class com.mindfusion.diagramming.components.TextComponent
Gets the brush used to fill the background of the component.
getBackgroundColor() - Method in class com.mindfusion.diagramming.Overview
Gets the background color of the overview control.
getBackgroundColor() - Method in class com.mindfusion.drawing.HatchBrush
Gets the color of spaces between the hatch lines drawn by this brush.
getBackgroundImage() - Method in class com.mindfusion.diagramming.Diagram
Gets the background image.
getBackgroundImageAlign() - Method in class com.mindfusion.diagramming.Diagram
Gets how the background image is positioned relatively to the scrollable area of the diagram.
getBackgroundImageUrl() - Method in class com.mindfusion.diagramming.Diagram
Gets the URL of the background image.
getBalance() - Method in class com.mindfusion.diagramming.jlayout.TreeLayoutInfo
Gets a value indicating the ordering of the child nodes in order to produce layouts with specific balance.
getBalance() - Method in class com.mindfusion.diagramming.TreeLayout
Gets a value indicating the ordering of the child nodes in order to produce layouts with custom balance.
getBalanceFunction() - Method in class com.mindfusion.diagramming.jlayout.TreeLayoutInfo
Gets the custom balancing function.
getBaseBrush() - Method in class com.mindfusion.diagramming.DiagramLink
Gets the brush used to fill the arrowhead drawn at the link base.
getBaseLayout() - Method in class com.mindfusion.diagramming.OrthogonalRouter
Gets a value indicating whether to arrange nodes or use their current configuration.
getBaseShape() - Method in class com.mindfusion.diagramming.DiagramLink
Gets the shape that is displayed at the origin of a link.
getBaseShapeSize() - Method in class com.mindfusion.diagramming.DiagramLink
Gets the size of the shape displayed at the origin of a link.
getBehavior() - Method in class com.mindfusion.diagramming.DiagramView
Gets a value indicating how the control responds to users actions.
getBendAdjacentLinks() - Method in class com.mindfusion.diagramming.jlayout.TopologicalLayoutInfo
 
getBendAdjacentLinks() - Method in class com.mindfusion.diagramming.TopologicalLayout
Gets a value indicating whether to bend links connecting adjacent nodes or draw them as straight lines.
getBendDistance() - Method in class com.mindfusion.diagramming.jlayout.OrthogonalRouterInfo
Gets for how many times to decrease the bending length.
getBendDistance() - Method in class com.mindfusion.diagramming.OrthogonalRouter
Gets how far from its adjacent node a link should bend.
getBendNonplanarLinks() - Method in class com.mindfusion.diagramming.jlayout.TriangularLayoutInfo
Gets a value indicating whether the intersecting links in a non-planar graphs will be segmented and bended to improve presentation.
getBendNonplanarLinks() - Method in class com.mindfusion.diagramming.TriangularLayout
Gets a value indicating whether the intersecting links in a non-planar graphs will be segmented and bended to improve presentation.
getBorder() - Method in class com.mindfusion.diagramming.components.SliderComponent
Gets the pen used to draw the border of the slider.
getBorder() - Method in class com.mindfusion.diagramming.components.SpinnerComponent
Gets the pen used to draw the border of the spinner.
getBorderColor() - Method in class com.mindfusion.diagramming.ZoomControl
Gets the color of ZoomControl elements' borders.
getBottom() - Method in class com.mindfusion.diagramming.Thickness
 
getBoundaryFactor() - Method in class com.mindfusion.diagramming.AnnealLayout
Gets a value indicating how important the distance from nodes to the layout area boundaries is relatively to the other criteria considered by the algorithm.
getBoundaryFactor() - Method in class com.mindfusion.diagramming.jlayout.AnnealLayoutInfo
Gets a value indicating how important the distance from nodes to the layout area boundaries is relatively to the other criteria considered by the algorithm.
getBounds() - Method in class com.mindfusion.diagramming.components.ComponentBase
Gets the calculated bounds of this component relative to its parent.
getBounds() - Method in interface com.mindfusion.diagramming.components.ComponentHost
 
getBounds() - Method in class com.mindfusion.diagramming.CompositeNode
DiagramNode.getBounds override
getBounds() - Method in class com.mindfusion.diagramming.Diagram
Gets the bounds of the scrollable area of the diagram.
getBounds() - Method in class com.mindfusion.diagramming.DiagramItem
Gets the item bounds in logical document coordinates.
getBounds() - Method in class com.mindfusion.diagramming.DiagramLink
Gets the smallest rectangle that bounds all points of a link.
getBounds() - Method in class com.mindfusion.diagramming.DiagramNode
Gets the node location and size.
getBounds() - Method in class com.mindfusion.diagramming.DrawCellEvent
Gets the bounding rectangle of the cell being drawn.
getBounds() - Method in class com.mindfusion.diagramming.DrawNodeEvent
Gets the bounding rectangle of the node being drawn.
getBounds(boolean) - Method in interface com.mindfusion.diagramming.jlayout.Graph
 
getBounds() - Method in interface com.mindfusion.diagramming.jlayout.Node
Gets or sets the bounding rectangle of the node.
getBounds() - Method in class com.mindfusion.diagramming.RoundRectangleTemplate
 
getBounds() - Method in class com.mindfusion.diagramming.Selection
Gets the smallest rectangle that bounds all selected items.
getBounds() - Method in class com.mindfusion.diagramming.ShapeData
 
getBounds() - Method in class com.mindfusion.drawing.Polygon
Gets the smallest rectangle bounding the polygon.
getBoundsPen() - Method in class com.mindfusion.diagramming.Diagram
Gets the pen with which the diagram bounds are drawn.
getBranchPadding() - Method in class com.mindfusion.diagramming.FlowchartLayout
Gets how much space to leave between adjacent decision branches in the flowchart.
getBranchPadding() - Method in class com.mindfusion.diagramming.jlayout.FlowchartLayoutInfo
 
getBrush() - Method in class com.mindfusion.diagramming.Cell
Gets the Brush used to fill the cell's interior.
getBrush() - Method in class com.mindfusion.diagramming.components.ButtonComponent
Gets the background brush of the button when it is in normal state.
getBrush() - Method in class com.mindfusion.diagramming.components.EditComponent
Gets the background brush of the edit component.
getBrush() - Method in class com.mindfusion.diagramming.components.ShapeComponent
Gets the brush used to fill the component.
getBrush() - Method in class com.mindfusion.diagramming.DiagramItem
Gets the brush used to fill the item's interior.
getBrush() - Method in class com.mindfusion.diagramming.DiagramItemStyle
Gets the brush used to fill the interior of the item.
getBrush() - Method in class com.mindfusion.diagramming.DiagramStyle
Gets the brush used to fill the interior of items.
getBrush() - Method in class com.mindfusion.diagramming.DrawParams
 
getBrush() - Method in class com.mindfusion.diagramming.ItemLabel
Gets the brush used to draw the label's background.
getBrush() - Method in class com.mindfusion.diagramming.ShapeDecoration
Gets the brush used to fill the interior of this shape.
getBrush() - Method in class com.mindfusion.diagramming.TreeViewItem
Gets the brush used to paint item's background.
getBrush() - Method in class com.mindfusion.drawing.DrawTextHint
 
getBrush() - Method in class com.mindfusion.drawing.Pen
Gets the color of this pen.
getBrushBounds() - Method in class com.mindfusion.diagramming.DrawParams
 
getBrushHovered() - Method in class com.mindfusion.diagramming.components.ButtonComponent
Gets the background brush of the button when it is in hovered state.
getBrushPressed() - Method in class com.mindfusion.diagramming.components.ButtonComponent
Gets the background brush of the button when it is in pressed state.
getButtonBrush() - Method in class com.mindfusion.diagramming.components.SliderComponent
Gets the brush of the slider's buttons and thumbs.
getButtonBrush() - Method in class com.mindfusion.diagramming.components.SpinnerComponent
Gets the brush of the spinner's buttons.
getButtonBrushHovered() - Method in class com.mindfusion.diagramming.components.SliderComponent
Gets the background brush of the slider's buttons when they are pointed with the mouse.
getButtonBrushHovered() - Method in class com.mindfusion.diagramming.components.SpinnerComponent
Gets the background brush of the spinner's buttons when they are pointed with the mouse.
getButtonBrushPressed() - Method in class com.mindfusion.diagramming.components.SliderComponent
Gets the background brush of the slider's buttons when they are pressed.
getButtonBrushPressed() - Method in class com.mindfusion.diagramming.components.SpinnerComponent
Gets the background brush of the spinner's buttons when they are pressed.
getButtonContentColor() - Method in class com.mindfusion.diagramming.components.SliderComponent
Gets the color of the content of the slider's buttons.
getButtonContentColor() - Method in class com.mindfusion.diagramming.components.SpinnerComponent
Gets the color of the content of the spinner's buttons.
getButtonPen() - Method in class com.mindfusion.diagramming.components.SliderComponent
Gets the border pen of the slider's buttons and thumbs.
getButtonPen() - Method in class com.mindfusion.diagramming.components.SpinnerComponent
Gets the border pen of the spinner's buttons.
getButtonPenHovered() - Method in class com.mindfusion.diagramming.components.SliderComponent
Gets the border pen of the slider's buttons when they are pointed with the mouse.
getButtonPenHovered() - Method in class com.mindfusion.diagramming.components.SpinnerComponent
Gets the border pen of the spinner's buttons when they are pointed with the mouse.
getButtonPenPressed() - Method in class com.mindfusion.diagramming.components.SliderComponent
Gets the border pen of the slider's buttons when they are pressed.
getButtonPenPressed() - Method in class com.mindfusion.diagramming.components.SpinnerComponent
Gets the border pen of the spinner's buttons when they are pressed.
getByName(String) - Static method in class com.mindfusion.drawing.DashStyle
 
getBytes() - Method in class com.mindfusion.diagramming.ByteArrayTransferable
 
getCancel() - Method in class com.mindfusion.diagramming.CellValidationEvent
Gets a value indicating whether to prevent the user from completing the operation.
getCancel() - Method in class com.mindfusion.diagramming.components.ComponentTextValidationEvent
 
getCancel() - Method in class com.mindfusion.diagramming.components.ComponentValidationEvent
 
getCancel() - Method in class com.mindfusion.diagramming.DiagramPageValidationEvent
Gets a value indicating whether to cancel the current operation.
getCancel() - Method in class com.mindfusion.diagramming.LinkValidationEvent
Gets a value indicating whether to cancel the current operation.
getCancel() - Method in class com.mindfusion.diagramming.NodeValidationEvent
Gets a value indicating whether to cancel the current operation.
getCancel() - Method in class com.mindfusion.diagramming.SelectionValidationEvent
Gets a value indicating whether to prevent the user from completing the operation.
getCancel() - Method in class com.mindfusion.diagramming.UndoValidationEvent
Gets a value indicating whether the operation should be canceled.
getCancel() - Method in class com.mindfusion.diagramming.ValidationEvent
Gets a value indicating whether to prevent the user from completing the operation.
getCap() - Method in class com.mindfusion.drawing.Pen
 
getCapacity() - Method in class com.mindfusion.diagramming.CommandHistory
Gets how much commands can be saved in the undo history.
getCaption() - Method in class com.mindfusion.diagramming.ContainerNode
Gets the container's caption text.
getCaption() - Method in class com.mindfusion.diagramming.TableNode
Gets the caption text of a table.
getCaption() - Method in class com.mindfusion.diagramming.TreeViewNode
Gets the text displayed as caption of the node.
getCaptionBackBrush() - Method in class com.mindfusion.diagramming.ContainerNode
Gets the brush used to paint the caption area of this container.
getCaptionBackBrush() - Method in class com.mindfusion.diagramming.TableNode
Gets the brush used to paint the caption area of this table.
getCaptionBackBrush() - Method in class com.mindfusion.diagramming.TableNodeStyle
Gets the brush used to paint the caption area of this table.
getCaptionBrush() - Method in class com.mindfusion.diagramming.ContainerNode
Gets the brush used to draw the container's caption text.
getCaptionBrush() - Method in class com.mindfusion.diagramming.TableNode
Gets the brush used to draw the table's caption text.
getCaptionFormat() - Method in class com.mindfusion.diagramming.ContainerNode
Gets the caption alignment and format.
getCaptionFormat() - Method in class com.mindfusion.diagramming.TableNode
Gets a TextFormat object specifying how to format and align the caption text.
getCaptionHeight() - Method in class com.mindfusion.diagramming.ContainerNode
Gets the height of the container's caption area.
getCaptionHeight() - Method in class com.mindfusion.diagramming.TableNode
Gets the height of the caption area of the table.
getCaptionHeight() - Method in class com.mindfusion.diagramming.TreeViewNode
Gets the height of the node's caption area.
getCaptionImage() - Method in class com.mindfusion.diagramming.TreeViewNode
Gets the image that is displayed in the caption.
getCaptionPlainText() - Method in class com.mindfusion.diagramming.TableNode
Gets the plain text extracted from the formatted caption text by removing the formatting tags.
getCascadeOrientation() - Method in class com.mindfusion.diagramming.DiagramLink
Gets the orientation of the first segment of a cascading link.
getCell() - Method in class com.mindfusion.diagramming.CellEvent
Gets a reference to the cell related to the event.
getCell() - Method in class com.mindfusion.diagramming.DrawCellEvent
Gets the cell that should be custom drawn.
getCell() - Method in class com.mindfusion.diagramming.EditCellTextEvent
Get the cell whose text has been edited.
getCell(int, int) - Method in class com.mindfusion.diagramming.TableNode
Gets the cell at the specified row and column.
getCellCustomDraw() - Method in class com.mindfusion.diagramming.Diagram
Gets the default type of custom painting applied to cells of new tables.
getCellCustomDraw() - Method in class com.mindfusion.diagramming.TableNode
Gets the type of custom drawing performed on the table cells.
getCellFrameStyle() - Method in class com.mindfusion.diagramming.Diagram
Gets the default style of the cell frames of new tables.
getCellFrameStyle() - Method in class com.mindfusion.diagramming.TableNode
Gets the style of the cell frame lines.
getCellTextBrush() - Method in class com.mindfusion.diagramming.TableNode
Gets the color used to draw the cells' text in this table.
getCellTextBrush() - Method in class com.mindfusion.diagramming.TableNodeStyle
Gets the brush used to paint texts inside table cells.
getCenter() - Method in class com.mindfusion.diagramming.DiagramNode
 
getCenter() - Method in interface com.mindfusion.diagramming.jlayout.Node
Gets the geometric center of this node.
getCenterColor() - Method in class com.mindfusion.drawing.RadialGradientBrush
Gets the center color.
getChangingDestination() - Method in class com.mindfusion.diagramming.LinkValidationEvent
Gets a value indicating whether the user modifies the link's destination end point.
getChangingOrigin() - Method in class com.mindfusion.diagramming.LinkValidationEvent
Gets a value indicating whether the user modifies the link's origin end point.
getCharacterIndexFromPoint(Rectangle2D.Float, Point2D, int) - Method in class com.mindfusion.diagramming.components.TextLayout
Retrieves the character at the specified position.
getCharBounds(int, Rectangle2D.Float) - Method in class com.mindfusion.diagramming.components.TextLayout
Gets the bounding rectangle of the character with the specified index.
getCheckedImageList() - Method in class com.mindfusion.diagramming.components.CheckBoxComponent
Gets a list with images.
getChildCount() - Method in class com.mindfusion.diagramming.components.ComponentBase
Gets the number of child components of this component.
getChildCount() - Method in class com.mindfusion.diagramming.components.ContainerComponent
Gets the number of child components of this component.
getChildCount() - Method in class com.mindfusion.diagramming.components.ContentComponent
ComponentBase.getChildCount override.
getChildElement(Element, String) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
getChildren() - Method in class com.mindfusion.diagramming.ContainerNode
Gets the child nodes of this container.
getChildren() - Method in class com.mindfusion.diagramming.TreeViewItem
Gets a list of this item's children in the hierarchy.
getClassId() - Method in class com.mindfusion.diagramming.ClassDescriptor
 
getClassType() - Method in class com.mindfusion.diagramming.ClassDescriptor
 
getClassVersion() - Method in class com.mindfusion.diagramming.ClassDescriptor
 
getClassVersion() - Method in class com.mindfusion.diagramming.XmlPersistContext
 
getClip() - Method in class com.mindfusion.drawing.AwtGraphics
 
getClipboard(ComponentBase, Class<?>) - Method in interface com.mindfusion.diagramming.components.ComponentHost
 
getClipboard(ComponentBase, Class<?>) - Method in class com.mindfusion.diagramming.CompositeNode
Implements ComponentHost.getClipboard
getClipBounds() - Method in class com.mindfusion.diagramming.components.ButtonDrawEventArgs
Gets the current clip rectangle.
getClipBounds() - Method in class com.mindfusion.drawing.AwtGraphics
 
getClipChildren() - Method in class com.mindfusion.diagramming.ContainerNode
Gets a value indicating whether child items should be clipped by container boundaries.
getClipRect() - Method in class com.mindfusion.diagramming.DiagramEvent
Gets the current clipping rectangle.
getClosed() - Method in class com.mindfusion.diagramming.FreeFormNode
Gets if the node's shape is closed.
getClosedGrid() - Method in interface com.mindfusion.diagramming.jlayout.RoutingGrid
Returns the grid of closed path nodes.
getClsidTable() - Method in class com.mindfusion.diagramming.Diagram
Gets the table of registered item identifiers.
getClsidTable() - Method in interface com.mindfusion.diagramming.IItemFactory
 
getCollapseEmptyLanes() - Method in class com.mindfusion.diagramming.jlayout.SwimlaneLayoutInfo
Get a value indicating whether lanes without associated nodes will shrink to zero size.
getCollapseEmptyLanes() - Method in class com.mindfusion.diagramming.SwimlaneLayout
Get or sets a value indicating whether lanes without associated nodes will shrink to zero size.
getColor() - Method in class com.mindfusion.diagramming.AnchorPoint
Gets the color used to draw this anchor point.
getColor() - Method in class com.mindfusion.diagramming.ElementTemplate
 
getColor() - Method in class com.mindfusion.drawing.Pen
Gets the color of this pen.
getColor() - Method in class com.mindfusion.drawing.SolidBrush
Gets the color that fills the interior of objects painted with this brush.
getColor1() - Method in class com.mindfusion.drawing.GradientBrush
Gets the first gradient color.
getColor2() - Method in class com.mindfusion.drawing.GradientBrush
Gets the second gradient color.
getColors() - Method in class com.mindfusion.drawing.GradientBrush
 
getColors() - Method in class com.mindfusion.drawing.RadialGradientBrush
 
getColumn() - Method in class com.mindfusion.diagramming.AnchorPoint
Gets the column to which this anchor point is related.
getColumn() - Method in class com.mindfusion.diagramming.CellEvent
Gets the index of the cell column.
getColumn() - Method in class com.mindfusion.diagramming.DrawCellEvent
Gets the index of the table's column that contains Cell.
getColumn() - Method in class com.mindfusion.diagramming.EditCellTextEvent
Gets the index of the table's column that contains the Cell object.
getColumnCount() - Method in interface com.mindfusion.diagramming.jlayout.RoutingGrid
 
getColumnCount() - Method in interface com.mindfusion.diagramming.jlayout.SwimlaneGrid
 
getColumnCount() - Method in class com.mindfusion.diagramming.LaneGrid
getColumnCount() - Method in interface com.mindfusion.diagramming.SwimlaneGrid
Gets the number of columns in the grid.
getColumnCount() - Method in class com.mindfusion.diagramming.TableNode
Gets the number of columns of this table.
getColumns() - Method in class com.mindfusion.diagramming.components.GridPanel
Gets a list with the definitions of all columns in the grid.
getColumns() - Method in class com.mindfusion.diagramming.TableNode
Gets a list of all columns in the table.
getColumnSpan() - Method in class com.mindfusion.diagramming.Cell
Gets the number of columns spanned by this cell.
getColumnStyle() - Method in class com.mindfusion.diagramming.Column
Gets a value indicating whether this column is automatically resized when the table is resized.
getColumnWidth(int) - Method in interface com.mindfusion.diagramming.jlayout.SwimlaneGrid
 
getColumnWidth(int) - Method in class com.mindfusion.diagramming.LaneGrid
getColumnWidth(int) - Method in interface com.mindfusion.diagramming.SwimlaneGrid
Gets the the width of the specified column in the swimlane grid.
getColumnWidth() - Method in class com.mindfusion.diagramming.TableNode
Gets the initial width of the columns of this table.
getCommand() - Method in class com.mindfusion.diagramming.UndoEvent
Gets a reference to the Command instance related to the event being handled.
getCompactAssistants() - Method in class com.mindfusion.diagramming.jlayout.TreeLayoutInfo
Gets a value indicating whether the "assistant" trait is regarded when performing the layout.
getCompactAssistants() - Method in class com.mindfusion.diagramming.TreeLayout
Gets a value indicating whether the "assistant" nodes on the same side of a single parent are arranged as close enough to each other as possible.
getCompactNodes() - Method in class com.mindfusion.diagramming.jlayout.SwimlaneLayoutInfo
Gets a value indicating whether the nodes within individual lanes are compacted.
getCompactNodes() - Method in class com.mindfusion.diagramming.SwimlaneLayout
Gets a value indicating whether the nodes within individual lanes are compacted.
getComponent() - Method in class com.mindfusion.diagramming.components.ComponentEvent
 
getComponentAt(Point2D) - Method in class com.mindfusion.diagramming.CompositeNode
Returns the component at the specified point, expressed in document coordinates.
getComponents() - Method in class com.mindfusion.diagramming.components.ContainerComponent
Gets the child components of this container.
getComponents() - Method in class com.mindfusion.diagramming.CompositeNode
Gets a list with the root components contained in the node.
getConnectionStyle() - Method in class com.mindfusion.diagramming.TableNode
Gets a value indicating whether links should connect to the rows of this table or to the table as an integral entity.
getConnectionStyle() - Method in class com.mindfusion.diagramming.TreeViewNode
Gets a value indicating whether drawing a link from/to this node should connect an item or the whole node as an integral entity.
getConstraints() - Method in class com.mindfusion.diagramming.DiagramNode
Gets the movement and size constraints applied to a node.
getContainer() - Method in class com.mindfusion.diagramming.AddToContainerCmd
Gets the container node associated with the command.
getContainer() - Method in class com.mindfusion.diagramming.ContainerChildEvent
The parent ContainerNode of the Node belongs.
getContainer(DiagramNode) - Static method in class com.mindfusion.diagramming.ContainerNode
Retrieves the container node (if any) the specified node belongs to.
getContainer() - Method in class com.mindfusion.diagramming.DiagramNode
Gets the parent ContainerNode containing this node.
getContainer() - Method in class com.mindfusion.diagramming.FoldContainerCmd
Gets the table associated with the command.
getContainer() - Method in class com.mindfusion.diagramming.RemoveFromContainerCmd
Gets the group associated with the command.
getContainer() - Method in class com.mindfusion.diagramming.ScrollContainerCmd
Gets a reference to the ContainerNode affected by this operation.
getContainerCaption() - Method in class com.mindfusion.diagramming.Diagram
Gets the default value for the Caption property of containers.
getContainerCaptionHeight() - Method in class com.mindfusion.diagramming.Diagram
Gets the default value for the CaptionHeight property of containers.
getContainerHighlightPen() - Method in class com.mindfusion.diagramming.Diagram
Gets the default value for the HighlightPen property of containers.
getContainerMargin() - Method in class com.mindfusion.diagramming.Diagram
Gets the default value for the Margin property of containers.
getContainerMinimumSize() - Method in class com.mindfusion.diagramming.Diagram
Gets the default value for the MinimumSize property of containers.
getContainerNodeStyle() - Method in class com.mindfusion.diagramming.Diagram
Gets the theme-level style for container nodes.
getContainerPadding() - Method in class com.mindfusion.diagramming.jlayout.TreeMapLayoutInfo
Gets the padding inside containers.
getContainerPadding() - Method in class com.mindfusion.diagramming.TreeMapLayout
Gets the padding inside containers.
getContainersFoldable() - Method in class com.mindfusion.diagramming.Diagram
Gets the default value for the Foldable property of containers.
getContent() - Method in class com.mindfusion.diagramming.components.ContentComponent
Gets the content of this component.
getContent() - Method in class com.mindfusion.diagramming.SvgNode
Gets an SvgContent instance representing the SVG drawing rendered in this node.
getContentAlign() - Method in class com.mindfusion.diagramming.SvgNode
Gets the alignment of the SvgContent displayed in this node.
getContentBounds(boolean, boolean) - Method in class com.mindfusion.diagramming.Diagram
Returns the smallest rectangle that bounds all diagram objects.
getContext() - Method in class com.mindfusion.diagramming.Command
 
getContext() - Method in class com.mindfusion.diagramming.ControlNodeEvent
Gets an XmlPersistContext object that provides serialization helper methods.
getContext() - Method in class com.mindfusion.diagramming.JsonSerializeTagEventArgs
Gets a context object that can help you write and read various values.
getContext() - Method in class com.mindfusion.diagramming.SerializeTagEvent
 
getControl() - Method in class com.mindfusion.diagramming.ControlNode
Gets the java.awt.Component hosted inside this node.
getControl() - Method in class com.mindfusion.diagramming.ModifierKeyActions
Gets what action is triggered by the CTRL key.
getControlPointBrush() - Method in class com.mindfusion.diagramming.HandlesVisualStyle
Gets a Brush used to fill the interior of shape control points.
getControlPoints() - Method in class com.mindfusion.diagramming.DiagramLink
Gets the list of control points of a link.
getCopy(int) - Method in class com.mindfusion.drawing.PointList
 
getCornerRadius() - Method in class com.mindfusion.diagramming.ContainerNode
Gets the radius of node's corner arcs when its Shape is set to RoundedRectangle.
getCornerRadius() - Method in class com.mindfusion.diagramming.ZoomControl
Gets the corner radius of rounded child elements.
getCostGrid() - Method in interface com.mindfusion.diagramming.jlayout.RoutingGrid
Returns the grid of costs assigned to diagram locations.
getCounterDiagonalResizeCursor() - Method in class com.mindfusion.diagramming.DiagramView
Gets the cursor shown when dragging from the current mouse pointer location would start resizing an item along its secondary diagonal.
getCrossingCost() - Method in class com.mindfusion.diagramming.RoutingOptions
Gets the value added to the total route cost if a link crosses another link.
getCrossingEdgesCost() - Method in class com.mindfusion.diagramming.jlayout.AnnealLayoutInfo
Gets a value specifying how important the low number of link crossings is relatively to the other criteria considered by the algorithm.
getCrossingLinksCost() - Method in class com.mindfusion.diagramming.AnnealLayout
Gets a value specifying how important the low number of link crossings is relatively to the other criteria considered by the algorithm.
getCrossingRadius() - Method in class com.mindfusion.diagramming.Diagram
Gets the radius of the shapes drawn at link crossing points.
getCurrentItem() - Method in class com.mindfusion.diagramming.InteractionState
Gets the item being created or modified.
getCurrentPage() - Method in class com.mindfusion.diagramming.DocumentView
Gets the currently active page.
getCurrentPage() - Method in class com.mindfusion.diagramming.TabbedScrollPane
Gets the currently active page.
getCurrentRow() - Method in class com.mindfusion.diagramming.TableNode
Gets the index of the current scroll row.
getCursor(Point2D) - Method in class com.mindfusion.diagramming.components.ButtonComponent
ComponentBase.getCursor override.
getCursor(Point2D) - Method in class com.mindfusion.diagramming.components.ComponentBase
Gets the cursor to display when the mouse is at the specified position.
getCursor(Point2D) - Method in class com.mindfusion.diagramming.components.EditComponent
ComponentBase.getCursor override.
getCursor(Point2D) - Method in class com.mindfusion.diagramming.components.RangeSliderRailComponent
ComponentBase.getCursor override.
getCursor(Point2D) - Method in class com.mindfusion.diagramming.components.SliderComponent
ComponentBase.getCursor override.
getCursor(Point2D) - Method in class com.mindfusion.diagramming.components.SliderRailComponent
ComponentBase.getCursor override.
getCursor(Point2D) - Method in class com.mindfusion.diagramming.components.ThumbComponent
ComponentBase.getCursor override.
getCustomBehavior() - Method in class com.mindfusion.diagramming.DiagramView
Gets custom behavior object specifying how the control responds to mouse input.
getCustomDraw() - Method in class com.mindfusion.diagramming.DiagramLink
Gets the type of custom drawing performed on this link.
getCustomDraw() - Method in class com.mindfusion.diagramming.ShapeNode
Gets a value indicating what type of custom drawing to perform on a node.
getCustomDraw() - Method in class com.mindfusion.diagramming.TableNode
Gets the type of custom drawing performed on this table.
getCustomLinkType() - Method in class com.mindfusion.diagramming.DiagramView
Gets a custom type of DiagramLink-derived objects that will be created when the users starts drawing with the mouse.
getCustomNodeType() - Method in class com.mindfusion.diagramming.DiagramView
Gets the type of a DiagramNode-derived class whose instance should be created when a user starts drawing.
getCycleMethod() - Method in class com.mindfusion.drawing.GradientBrush
 
getCycleMethod() - Method in class com.mindfusion.drawing.RadialGradientBrush
 
getDashArray() - Method in class com.mindfusion.drawing.DashStyle
Returns the array that defines the dash pattern.
getDashBackground() - Method in class com.mindfusion.diagramming.HandlesVisualStyle
Gets a Brush used to draw dash frame background.
getDashPen() - Method in class com.mindfusion.diagramming.HandlesVisualStyle
Gets a Pen used to draw dashed selection frames.
getDashPhase() - Method in class com.mindfusion.drawing.DashStyle
Gets a value indicating the start offset into the dash pattern.
getDashStyle() - Method in class com.mindfusion.diagramming.ElementTemplate
 
getDashStyle() - Method in class com.mindfusion.drawing.Pen
Gets the dash style of this pen.
getData(int) - Method in class com.mindfusion.diagramming.ShapeData
 
getDebugId() - Method in interface com.mindfusion.diagramming.jlayout.Link
 
getDebugId() - Method in interface com.mindfusion.diagramming.jlayout.Node
 
getDecorations() - Method in class com.mindfusion.diagramming.Shape
Gets a list of all decorations of this shape.
getDefaultControlType() - Method in class com.mindfusion.diagramming.Diagram
Gets the type of components that will be hosted by default in newly created ControlNode objects.
getDefaultMarginValue() - Method in class com.mindfusion.diagramming.DatabaseLayout
Gets the default value of the Margins property.
getDefaultMarginValue() - Method in class com.mindfusion.diagramming.DecisionLayout
Gets the default value of the Margins property.
getDefaultMarginValue() - Method in class com.mindfusion.diagramming.OneWayLayout
Gets the default value of the Margins property.
getDefaultMarginValue() - Method in class com.mindfusion.diagramming.TreeMapLayout
Gets the default value of the Margins property.
getDefaultNodeSize() - Method in class com.mindfusion.diagramming.NodeListView
Gets the default size with which nodes dragged onto a diagram will be created.
getDefaultShape() - Method in class com.mindfusion.diagramming.Diagram
Gets the default shape of nodes.
getDefaultShapeHeight() - Method in class com.mindfusion.diagramming.DraggedShape
 
getDefaultShapeSize() - Method in class com.mindfusion.diagramming.ShapeListBox
Gets the size of the shape that is created when dragging items from the list box to the flowchart.
getDefaultShapeWidth() - Method in class com.mindfusion.diagramming.DraggedShape
 
getDelKeyAction() - Method in class com.mindfusion.diagramming.DiagramView
Gets a value that specifies what action should be carried out when the user hits the Del key.
getDesiredSize(XDimension2D.Double, Graphics2D) - Method in class com.mindfusion.diagramming.components.ButtonComponent
ComponentBase.getDesiredSize override.
getDesiredSize(XDimension2D.Double, Graphics2D) - Method in class com.mindfusion.diagramming.components.ComponentBase
Gets the desired size of this component in case the width and/or height have not been explicitly specified.
getDesiredSize(XDimension2D.Double, Graphics2D) - Method in class com.mindfusion.diagramming.components.ContentComponent
ComponentBase.getDesiredSize override.
getDesiredSize(XDimension2D.Double, Graphics2D) - Method in class com.mindfusion.diagramming.components.EditComponent
ComponentBase.getDesiredSize override.
getDesiredSize(XDimension2D.Double, Graphics2D) - Method in class com.mindfusion.diagramming.components.GridPanel
ContainerComponent.getDesiredSize override.
getDesiredSize(XDimension2D.Double, Graphics2D) - Method in class com.mindfusion.diagramming.components.ImageComponent
ComponentBase.getDesiredSize override.
getDesiredSize(XDimension2D.Double, Graphics2D) - Method in class com.mindfusion.diagramming.components.RangeSliderRailComponent
ContentComponent.GetDesiredSize override.
getDesiredSize(XDimension2D.Double, Graphics2D) - Method in class com.mindfusion.diagramming.components.SimplePanel
ContainerComponent.getDesiredSize override.
getDesiredSize(XDimension2D.Double, Graphics2D) - Method in class com.mindfusion.diagramming.components.SliderRailComponent
ContentComponent.GetDesiredSize override.
getDesiredSize(XDimension2D.Double, Graphics2D) - Method in class com.mindfusion.diagramming.components.StackPanel
ContainerComponent.getDesiredSize override.
getDesiredSize(XDimension2D.Double, Graphics2D) - Method in class com.mindfusion.diagramming.components.TextComponent
ComponentBase.getDesiredSize override.
getDesiredSize(XDimension2D.Double, Graphics2D) - Method in class com.mindfusion.diagramming.components.TextLayout
 
getDestination() - Method in class com.mindfusion.diagramming.DiagramLink
Gets the destination node of a link.
getDestination() - Method in interface com.mindfusion.diagramming.jlayout.Link
Gets the destination Node for this link.
getDestination() - Method in class com.mindfusion.diagramming.LinkValidationEvent
Gets the node that will become the link's destination if the event is validated.
getDestinationAnchor() - Method in class com.mindfusion.diagramming.DiagramLink
Gets the index of the anchor point to which a link is connected at its destination.
getDestinationConnection() - Method in class com.mindfusion.diagramming.DiagramLink
Gets the ConnectionPoint object representing the link connection to its destination node.
getDestinationIndex() - Method in class com.mindfusion.diagramming.DiagramLink
Gets the index of the row of a table or the anchor point of a box to which a link is connected.
getDiagonalResizeCursor() - Method in class com.mindfusion.diagramming.DiagramView
Gets the cursor shown when dragging from the current mouse pointer location would start resizing an item along its main diagonal.
getDiagram() - Method in class com.mindfusion.diagramming.BehaviorBase
 
getDiagram() - Method in class com.mindfusion.diagramming.CompositeRouter
Gets the Diagram whose links will be routed.
getDiagram() - Method in class com.mindfusion.diagramming.DiagramView
Gets the diagram displayed by this view.
getDiagram() - Method in class com.mindfusion.diagramming.GridRouter
Gets the Diagram whose links will be routed.
getDiagram() - Method in class com.mindfusion.diagramming.InteractionState
Gets the current Diagram instance.
getDiagram() - Method in class com.mindfusion.diagramming.JsonPersistContext
 
getDiagram() - Method in class com.mindfusion.diagramming.LayerListView
Gets the diagram this control is associated with.
getDiagram() - Method in class com.mindfusion.diagramming.PatternRouter
Gets the Diagram whose links will be routed.
getDiagram() - Method in class com.mindfusion.diagramming.QuickRouter
 
getDiagram() - Method in class com.mindfusion.diagramming.XmlPersistContext
 
getDiagramLinkStyle() - Method in class com.mindfusion.diagramming.Diagram
Gets the theme-level style for diagram links.
getDiagramPage() - Method in class com.mindfusion.diagramming.DiagramPageEvent
Gets the DiagramPage related to the event.
getDiagramStyle() - Method in class com.mindfusion.diagramming.Diagram
Gets the theme-level style for the diagram.
getDiagramView() - Method in class com.mindfusion.diagramming.BehaviorBase
 
getDiagramView() - Method in class com.mindfusion.diagramming.Interaction
Gets a reference to the DiagramView control this interaction is associated with.
getDiagramView() - Method in class com.mindfusion.diagramming.Overview
Gets the Diagram instance whose contents is displayed in the overview.
getDiagramView() - Method in class com.mindfusion.diagramming.Ruler
Gets the DiagramView document this ruler is associated with.
getDiagramView() - Method in class com.mindfusion.diagramming.TabbedScrollPane
Gets a reference to the underlying diagram view.
getDimColor() - Method in class com.mindfusion.diagramming.Overview
Gets a color used to blend with the part of the diagram that is not visible in the Diagram's client rectangle.
getDirected() - Method in class com.mindfusion.diagramming.jlayout.OrthogonalLayoutInfo
Gets a value indicating whether the graph being laid out is directed.
getDirected() - Method in class com.mindfusion.diagramming.OrthogonalLayout
Gets a value indicating whether the graph being laid out is directed.
getDirection() - Method in class com.mindfusion.diagramming.jlayout.LayeredLayoutInfo
 
getDirection() - Method in class com.mindfusion.diagramming.jlayout.SwimlaneLayoutInfo
Gets the direction of the arranged diagram.
getDirection() - Method in class com.mindfusion.diagramming.jlayout.TopologicalLayoutInfo
 
getDirection() - Method in class com.mindfusion.diagramming.jlayout.TreeLayoutInfo
Gets or sets the layout direction.
getDirection() - Method in class com.mindfusion.diagramming.LayeredLayout
Gets a value indicating in what direction the links in the arranged diagram should go.
getDirection() - Method in class com.mindfusion.diagramming.OrthogonalRouter
Gets the direction of the arranged diagram when BaseLayout is set to Layered.
getDirection() - Method in class com.mindfusion.diagramming.SwimlaneLayout
Gets the direction of the arranged diagram.
getDirection() - Method in class com.mindfusion.diagramming.TopologicalLayout
Gets the direction of the arranged diagram.
getDirection() - Method in class com.mindfusion.diagramming.TreeLayout
Gets a value indicating in what direction child nodes should be placed relatively to their parent nodes.
getDirty() - Method in class com.mindfusion.diagramming.Diagram
Indicates whether the diagram has changed since the last save.
getDirty() - Method in class com.mindfusion.diagramming.DiagramDocument
Gets a value indicating whether the document has changed since the last save.
getDisabledHandlesStyle() - Method in class com.mindfusion.diagramming.Diagram
Gets the visual style of disabled manipulation handles.
getDisableMirroring() - Method in class com.mindfusion.diagramming.NodeConstraints
Gets a value indicating whether the user can drag a side of the node past its opposite side, so that they switch positions.
getDisallowCursor() - Method in class com.mindfusion.diagramming.DiagramView
Gets the cursor shown when an item cannot be created at the current mouse pointer location.
getDisallowLinkCursor() - Method in class com.mindfusion.diagramming.DiagramView
Gets the cursor shown when the currently created link cannot be attached to the item at the current mouse pointer location.
getDisplayName() - Method in class com.mindfusion.diagramming.Shape
 
getDisplayText() - Method in class com.mindfusion.diagramming.LayerListView
Gets a value indicating whether to paint the text of items in the overview.
getDistance() - Static method in class com.mindfusion.diagramming.RoutingOptions
Return a heuristic function that returns the real distance sqrt(dx^2 + dy^2) between two pieces of the routing grid.
getDistributionFactor() - Method in class com.mindfusion.diagramming.AnnealLayout
Gets a value indicating the importance of node distribution relatively to the other criteria considered by the algorithm.
getDistributionFactor() - Method in class com.mindfusion.diagramming.jlayout.AnnealLayoutInfo
Gets a value indicating the importance of node distribution relatively to the other criteria considered by the algorithm.
getDistSquare() - Static method in class com.mindfusion.diagramming.RoutingOptions
Returns a heuristic function that returns the square distance dx^2 + dy^2 as a cost evaluation of the distance between two pieces of the routing grid.
getDocRect() - Method in interface com.mindfusion.diagramming.jlayout.Graph
Gets the bounding rectangle of the document, containing the graph.
getDocument() - Method in class com.mindfusion.diagramming.CommandContext
 
getDocument() - Method in class com.mindfusion.diagramming.DocumentView
Gets the displayed diagram document.
getDocument() - Method in class com.mindfusion.diagramming.TabbedScrollPane
Gets the displayed diagram document.
getDocumentBounds() - Method in class com.mindfusion.diagramming.components.ComponentBase
For internal use.
getDocumentName() - Method in class com.mindfusion.diagramming.PrintOptions
Gets the document name.
getDocumentName() - Method in class com.mindfusion.diagramming.RenderOptions
Gets the document name.
getDocumentView() - Method in class com.mindfusion.diagramming.TabbedScrollPane
Gets the underlying document view.
getDontOptimizeLongRoutes() - Method in class com.mindfusion.diagramming.RoutingOptions
Gets a value indicating whether the algorithm should spend time to optimize long routes.
getDragIndicatorOpacity() - Method in class com.mindfusion.diagramming.DiagramView
Gets the opacity of ghost image displayed during drag-and-drop from NodeListView.
getDragThreshold() - Method in class com.mindfusion.diagramming.DiagramView
Gets the minimum distance the mouse should be dragged, measured in pixels, that would cause a drag event instead of click.
getDrawLinkCursor() - Method in class com.mindfusion.diagramming.DiagramView
Gets the cursor shown when a link can be drawn from the current mouse pointer location.
getDummy() - Method in class com.mindfusion.diagramming.Diagram
 
getDynamic() - Method in class com.mindfusion.diagramming.DiagramLink
Gets whether a link should automatically update the position of its end points while a node related to the link is moved, so that the link end segments always point to the center of the link's nodes.
getDynamicLinks() - Method in class com.mindfusion.diagramming.Diagram
Gets a value indicating whether links automatically update their end points positions so that they will always point towards the node centers.
getEdgeLengthFactor() - Method in class com.mindfusion.diagramming.jlayout.AnnealLayoutInfo
Gets a value specifying how important the short length of links is relatively to the other criteria considered by the algorithm.
getEditControl() - Method in class com.mindfusion.diagramming.InPlaceEditEvent
Gets the control used to edit the item's text.
getEditRect(DiagramItem, Point2D) - Method in class com.mindfusion.diagramming.Cell
Implements InplaceEditable.getEditRect.
getEditRect(DiagramItem, Point2D) - Method in class com.mindfusion.diagramming.ContainerNode
Implements InplaceEditable.getEditRect.
getEditRect(DiagramItem, Point2D) - Method in class com.mindfusion.diagramming.DiagramLink
Implements InplaceEditable.getEditRect.
getEditRect(DiagramItem, Point2D) - Method in class com.mindfusion.diagramming.FreeFormNode
Implements InplaceEditable.getEditRect.
getEditRect(DiagramItem, Point2D) - Method in interface com.mindfusion.diagramming.InplaceEditable
Returns the rectangle where the in-place edit text box should appear (in document coordinates).
getEditRect(DiagramItem, Point2D) - Method in class com.mindfusion.diagramming.ItemLabel
Implements InplaceEditable.getEditRect.
getEditRect(DiagramItem, Point2D) - Method in class com.mindfusion.diagramming.ShapeNode
Implements InplaceEditable.getEditRect.
getEditRect(DiagramItem, Point2D) - Method in class com.mindfusion.diagramming.TableNode
Implements InplaceEditable.getEditRect.
getEditRect(DiagramItem, Point2D) - Method in class com.mindfusion.diagramming.TreeViewItem
Implements InplaceEditable.getEditRect.
getEditRect(DiagramItem, Point2D) - Method in class com.mindfusion.diagramming.TreeViewNode
Implements InplaceEditable.getEditRect.
getEditTextCursor() - Method in class com.mindfusion.diagramming.DiagramView
Gets the mouse cursor shown to the user when the mouse is positioned over an edit component.
getEffectiveBackBrush() - Method in class com.mindfusion.diagramming.Diagram
Gets the currently effective background brush of the diagram.
getEffectiveBrush() - Method in class com.mindfusion.diagramming.DiagramItem
Gets the effective brush of the item.
getEffectiveCaptionBackBrush() - Method in class com.mindfusion.diagramming.TableNode
Gets the effective caption back brush of the table.
getEffectiveCaptionBrush() - Method in class com.mindfusion.diagramming.ContainerNode
Creates a Brush object representing the currently effective caption brush of the container.
getEffectiveCaptionBrush() - Method in class com.mindfusion.diagramming.TableNode
Creates a Brush object representing the currently effective caption brush of the table.
getEffectiveCellTextBrush() - Method in class com.mindfusion.diagramming.TableNode
Creates a Brush object representing the currently effective text brush of the table cells.
getEffectiveFont() - Method in class com.mindfusion.diagramming.DiagramItem
Gets the currently effective font of the item.
getEffectiveHeadPen() - Method in class com.mindfusion.diagramming.DiagramLink
Creates a Pen object representing the currently effective head pen of the link.
getEffectivePen() - Method in class com.mindfusion.diagramming.DiagramItem
Gets the effective pen of the item.
getEffectiveShadowBrush() - Method in class com.mindfusion.diagramming.DiagramItem
Creates a Brush object representing the currently effective shadow brush of the item.
getEffectiveTextBrush() - Method in class com.mindfusion.diagramming.DiagramItem
Gets the effective text brush of the item.
getEffectiveWidth(Graphics2D) - Method in class com.mindfusion.drawing.Pen
Gets the effective width of the lines drawn with this pen once it has been applied to a Graphics2D object.
getEffects() - Method in class com.mindfusion.diagramming.DiagramNode
Gets a collection with all effects applied to this node.
getEffects() - Method in class com.mindfusion.diagramming.DiagramNodeStyle
Gets a list of the effects applied to the node.
getElementPen(Pen) - Method in class com.mindfusion.diagramming.ElementTemplate
Gets a pen used to render the element.
getEnableAnchors() - Method in class com.mindfusion.diagramming.RenderOptions
Gets a value indicating whether anchor point marks will be printed.
getEnableAssistants() - Method in class com.mindfusion.diagramming.jlayout.TreeLayoutInfo
Gets a value indicating whether the "assistant" trait is regarded when performing the layout.
getEnableAssistants() - Method in class com.mindfusion.diagramming.TreeLayout
Gets a value indicating whether the "assistant" trait is regarded when performing the layout.
getEnableBackground() - Method in class com.mindfusion.diagramming.RenderOptions
Gets a value indicating whether the diagram background will be filled using the Diagram.getBackBrush() background brush.
getEnableBackgroundImage() - Method in class com.mindfusion.diagramming.RenderOptions
Gets a value indicating whether the diagram's background image will be printed.
getEnableClusters() - Method in class com.mindfusion.diagramming.jlayout.SpringLayoutInfo
 
getEnableClusters() - Method in class com.mindfusion.diagramming.SpringLayout
Gets a value indicating whether the layout algorithm should place nodes into distinct clusters.
getEnableCustomLayers() - Method in class com.mindfusion.diagramming.jlayout.LayeredLayoutInfo
Gets a value indicating whether the layered layout will honor the LayeredLayoutTraits.Layer flags.
getEnableCustomLayers() - Method in class com.mindfusion.diagramming.LayeredLayout
Gets a value indicating whether to indicating whether the layered layout will honor the LayeredLayoutTraits.Layer flags.
getEnabled() - Method in class com.mindfusion.diagramming.ScrollBar
Gets or sets a value indicating whether the control can respond to user interaction.
getEnabledHandles() - Method in class com.mindfusion.diagramming.DiagramNode
Gets a combination of NodeHandleType members identifying which manipulation handles are enabled for a node.
getEnableEffects() - Method in class com.mindfusion.diagramming.RenderOptions
Gets a value indicating whether to render special node effects.
getEnableFitToPage() - Method in class com.mindfusion.diagramming.PrintOptions
 
getEnableFitToPage() - Method in class com.mindfusion.diagramming.RenderOptions
 
getEnableGrid() - Method in class com.mindfusion.diagramming.RenderOptions
Gets a value indicating whether the alignment grid is rendered.
getEnableImages() - Method in class com.mindfusion.diagramming.RenderOptions
Gets a value indicating whether images that are displayed inside nodes will be printed.
getEnableInterior() - Method in class com.mindfusion.diagramming.RenderOptions
Gets a value indicating whether the nodes will be filled when printed.
getEnableLanes() - Method in class com.mindfusion.diagramming.Diagram
Gets whether lanes are enabled.
getEnableShadows() - Method in class com.mindfusion.diagramming.RenderOptions
Gets a value indicating whether item shadows will be printed.
getEnableSpatialIndex() - Method in class com.mindfusion.diagramming.Diagram
Gets whether to index item positions for faster hit-testing and viewport clipping queries.
getEnableStyledText() - Method in class com.mindfusion.diagramming.Diagram
Gets a value indicating whether new nodes display richly formatted text.
getEnableStyledText() - Method in class com.mindfusion.diagramming.ShapeNode
Gets a value indicating whether the text of a node contains formatting tags which should be processed by JDiagram.
getEnableStyledText() - Method in class com.mindfusion.diagramming.TableNode
Gets a value indicating whether the text displayed inside a table contains formatting tags which should be processed by JDiagram.
getEnableStyledText() - Method in class com.mindfusion.diagramming.TreeViewNode
Gets a value indicating whether styled text rendering is enabled.
getEnableText() - Method in class com.mindfusion.diagramming.RenderOptions
 
getEnableWrap() - Method in class com.mindfusion.diagramming.ItemLabel
Gets whether the text should wrap to multiple lines.
getEnd() - Method in class com.mindfusion.drawing.GradientBrush
 
getEndNode() - Method in class com.mindfusion.diagramming.GridLayout
Gets the node that should be placed at the bottom right corner of the grid.
getEndNode() - Method in class com.mindfusion.diagramming.jlayout.GridLayoutInfo
 
getEndNode() - Method in class com.mindfusion.diagramming.jlayout.LayeredLayoutInfo
 
getEndNode() - Method in class com.mindfusion.diagramming.LayeredLayout
Gets the node that should be placed in the last layer of the arranged graph.
getEndOfLine(Rectangle2D.Float, int) - Method in class com.mindfusion.diagramming.components.TextLayout
Retrieves the index of the last character of the specified line.
getEndOrientation() - Method in class com.mindfusion.diagramming.jlayout.OrthogonalRouterInfo
com.mindfusion.diagramming.Orientation.
getEndOrientation() - Method in class com.mindfusion.diagramming.OrthogonalRouter
Gets the desired orientation of the last segments of routed links.
getEndOrientation() - Method in class com.mindfusion.diagramming.RoutingOptions
Gets a value indicating whether routes should end in horizontal or vertical direction.
getEndPoint() - Method in class com.mindfusion.diagramming.ConnectionPoint
Calculates the coordinates of the this connection point expressed in document coordinates.
getEndPoint() - Method in class com.mindfusion.diagramming.DiagramLink
Gets the position of the last control point of this link.
getEndPoint() - Method in class com.mindfusion.diagramming.TreeViewConnectionPoint
ConnectionPoint.getEndPoint override.
getEndValue() - Method in class com.mindfusion.diagramming.components.RangeSliderRailComponent
Gets the currently selected end value.
getEndValue() - Method in class com.mindfusion.diagramming.components.SliderComponent
Gets the end value of the slider.
getEnforceLinkFlow() - Method in class com.mindfusion.diagramming.jlayout.LayeredLayoutInfo
Gets a value indicating whether the layout will force all links to go in the same direction.
getEnforceLinkFlow() - Method in class com.mindfusion.diagramming.LayeredLayout
Gets a value indicating whether to attempt to force all links to go in the same direction.
getException() - Method in class com.mindfusion.diagramming.ImageLoadedEvent
 
getExImage(Image) - Static method in class com.mindfusion.drawing.ExternalizableImage
 
getExpandable() - Method in class com.mindfusion.diagramming.DiagramNode
Gets a value indicating whether users are allowed to expand or collapse the tree branch that starts from this node.
getExpandable() - Method in class com.mindfusion.diagramming.Group
Gets a value indicating whether expansion of a tree branch that contains the master item of a group will propagate through its attached items.
getExpandBtnHyperLink() - Method in class com.mindfusion.diagramming.HtmlBuilder
Gets a hyperlink assigned to the AREA elements created for expand/collapse buttons.
getExpandButtonAction() - Method in class com.mindfusion.diagramming.Diagram
Gets what should happen when a user clicks the +/- button that is displayed near expandable nodes.
getExpandButtonPosition() - Method in class com.mindfusion.diagramming.Diagram
Gets where expand/collapse buttons are located relatively to their nodes.
getExpanded() - Method in class com.mindfusion.diagramming.DiagramNode
Gets a value indicating whether the tree branch that starts from a node is expanded or collapsed.
getExpanded() - Method in class com.mindfusion.diagramming.Row
Gets a value indicating whether the section of rows below this header row is expanded or collapsed.
getExpanded() - Method in class com.mindfusion.diagramming.TreeViewItem
Gets whether this item is expanded to show its children.
getExpandOnIncoming() - Method in class com.mindfusion.diagramming.Diagram
Gets which direction of links is considered the tree direction when expanding or collapsing diagram branches.
getFactory() - Method in class com.mindfusion.diagramming.Diagram
Gets a Factory instance that lets you add programmatically new items to the diagram.
getFileVersion() - Method in class com.mindfusion.diagramming.JsonPersistContext
 
getFill() - Method in class com.mindfusion.diagramming.ZoomControl
Gets the brush used to fill the ZoomControl elements.
getFillMode() - Method in class com.mindfusion.diagramming.ShapeDecoration
Gets a value indicating how the area is filled.
getFirstObject() - Method in class com.mindfusion.diagramming.jlayout.Pair
Gets the first pair object.
getFitAll() - Method in class com.mindfusion.diagramming.Overview
Gets a value that specifies whether to fit the whole diagram inside the overview.
getFitTextStep(GraphicsUnit) - Static method in class com.mindfusion.diagramming.Constants
Gets a value used when fitting the size of a node to its contained text.
getFlatItemList() - Method in class com.mindfusion.diagramming.TreeViewNode
Gets a list of all items of this node.
getFlipX() - Method in class com.mindfusion.diagramming.ShapeNode
Gets a value indicating whether the node's shape is flipped horizontally.
getFlipY() - Method in class com.mindfusion.diagramming.ShapeNode
Gets a value indicating whether the node's shape is flipped vertically.
getFocusable() - Method in class com.mindfusion.diagramming.components.ComponentBase
Gets a value indicating whether the component can receive the input focus.
getFocusedComponent() - Method in interface com.mindfusion.diagramming.components.ComponentHost
 
getFocusedComponent() - Method in class com.mindfusion.diagramming.CompositeNode
Implements ComponentHost.getFocusedComponent
getFocusedComponent() - Method in class com.mindfusion.diagramming.Diagram
Gets the component within this diagram which is currently holding the input focus.
getFocusedManipulator() - Method in class com.mindfusion.diagramming.Diagram
Gets the manipulator currently holding the input focus.
getFoldable() - Method in class com.mindfusion.diagramming.ContainerNode
Gets a value indicating whether the user is allowed to fold this container.
getFolded() - Method in class com.mindfusion.diagramming.ContainerNode
Gets a value indicating whether this container is folded.
getFoldedContainerSize() - Method in class com.mindfusion.diagramming.Diagram
Gets the size of folded containers.
getFoldedSize() - Method in class com.mindfusion.diagramming.ContainerNode
Gets the size of the container when folded.
getFoldIconSize() - Method in class com.mindfusion.diagramming.ContainerNode
Gets the size of the fold / unfold icon.
getFollowMasterContainment() - Method in class com.mindfusion.diagramming.Group
 
getFollowMasterRotation() - Method in class com.mindfusion.diagramming.Group
Gets a value indicating whether the attached items in a group follow the rotation of the group's master item.
getFont() - Method in class com.mindfusion.diagramming.Cell
Gets the font used to draw the text of this cell.
getFont() - Method in class com.mindfusion.diagramming.components.EditComponent
Gets the font of the text.
getFont() - Method in class com.mindfusion.diagramming.components.SpinnerComponent
Gets the font of the spinner's text.
getFont() - Method in class com.mindfusion.diagramming.components.TextComponent
Gets the font of the displayed text.
getFont() - Method in class com.mindfusion.diagramming.Diagram
Gets the default font for new diagram items.
getFont() - Method in class com.mindfusion.diagramming.DiagramItem
Gets the font used to draw the text of an item.
getFont() - Method in class com.mindfusion.diagramming.DiagramView
 
getFont() - Method in class com.mindfusion.diagramming.ItemLabel
Gets the font of the label's text.
getFont() - Method in class com.mindfusion.diagramming.ShapeNode
Gets the font used to draw the text label of a node.
getFont() - Method in class com.mindfusion.diagramming.TableNode
Gets the font used to draw the text displayed in this table.
getFont() - Method in class com.mindfusion.diagramming.TreeViewNode
Gets or the font used to render the node's caption.
getFont() - Method in class com.mindfusion.drawing.DrawTextHint
 
getFont() - Method in class com.mindfusion.drawing.Text
Gets the font object used to setup the text.
getFontFamily() - Method in class com.mindfusion.diagramming.DiagramItemStyle
Gets the font family of the item text.
getFontFamily() - Method in class com.mindfusion.diagramming.DiagramStyle
Gets the font family of the item texts.
getFontHeight() - Method in class com.mindfusion.diagramming.components.TextLayout
Gets the height of the underlying font.
getFontHeight(Font) - Method in class com.mindfusion.drawing.AwtGraphics
 
getFontSize() - Method in class com.mindfusion.diagramming.DiagramItemStyle
Gets the font size of the item text.
getFontSize() - Method in class com.mindfusion.diagramming.DiagramStyle
Gets the font size of the item texts.
getFontStyle() - Method in class com.mindfusion.diagramming.DiagramItemStyle
Gets the font style of the item text.
getFontStyle() - Method in class com.mindfusion.diagramming.DiagramStyle
Gets the font style of the item texts.
getFontUnit() - Method in class com.mindfusion.diagramming.DiagramItemStyle
Gets the measure unit used to specify font size.
getFontUnit() - Method in class com.mindfusion.diagramming.DiagramStyle
Gets the measure unit used to specify font size.
getForegroundColor() - Method in class com.mindfusion.drawing.HatchBrush
Gets the color of hatch lines drawn by this brush.
getFormatBeingLoaded() - Static method in class com.mindfusion.diagramming.Diagram
 
getFoundComponent() - Method in class com.mindfusion.diagramming.components.ComponentFinder
 
getFractions() - Method in class com.mindfusion.drawing.GradientBrush
 
getFractions() - Method in class com.mindfusion.drawing.RadialGradientBrush
 
getFreeFormAttractDistance() - Method in class com.mindfusion.diagramming.Diagram
Gets the radius around dragged free-form adjustment handle in which other points of FreeFormNode are modified too.
getFreeFormTargets() - Method in class com.mindfusion.diagramming.Diagram
Gets an array of Shape objects used to replace FreeFormNode instances with ShapeNode ones when Behavior is set to LinkFreeShapes or DrawFreeShapes.
getGlassPane() - Method in class com.mindfusion.diagramming.DiagramView
 
getGlowColor() - Method in class com.mindfusion.diagramming.GlassEffect
Gets the color of the glow portion of the effect.
getGranularity() - Method in class com.mindfusion.diagramming.QuickRouter
Gets the granularity of the obstacles map generated by QuickRouter.
getGraphDirection() - Method in class com.mindfusion.diagramming.jlayout.OrthogonalRouterInfo
Direction.
getGraphics() - Method in class com.mindfusion.diagramming.components.ButtonDrawEventArgs
Gets the Graphics surface where the event handler should draw.
getGraphics() - Method in class com.mindfusion.diagramming.DiagramEvent
Gets an object implementing the Graphics2D interface whose methods should be used to draw the custom graphics.
getGraphics() - Method in class com.mindfusion.diagramming.DrawAnchorPointEvent
Gets an object implementing the Graphics2D interface whose methods should be used to draw the anchor point mark.
getGraphics() - Method in class com.mindfusion.diagramming.DrawCellEvent
An object implementing the Graphics2D interface whose methods should be used to draw the cell.
getGraphics() - Method in class com.mindfusion.diagramming.DrawItemEvent
Gets a reference to the destination graphics object.
getGraphics() - Method in class com.mindfusion.diagramming.DrawLinkEvent
Gets an object implementing the Graphics2D interface whose methods should be used to draw the link.
getGraphics() - Method in class com.mindfusion.diagramming.DrawNodeEvent
Gets an object implementing the Graphics2D interface whose methods should be used to draw the node.
getGraphics() - Method in class com.mindfusion.diagramming.DrawParams
 
getGraphics() - Method in class com.mindfusion.drawing.DrawTextHint
 
getGraphics() - Method in class com.mindfusion.drawing.Text
Gets the graphics object used to setup the text.
getGraphOrientation() - Method in class com.mindfusion.diagramming.jlayout.OrthogonalRouterInfo
Orientation.
getGridColor() - Method in class com.mindfusion.diagramming.Diagram
Gets the color of the alignment grid.
getGridColumn() - Method in class com.mindfusion.diagramming.components.ComponentBase
Gets the index of the grid column this component will be associated with when added to a GridPanel.
getGridOffsetX() - Method in class com.mindfusion.diagramming.Diagram
Gets the horizontal offset of the first point of the alignment grid.
getGridOffsetY() - Method in class com.mindfusion.diagramming.Diagram
Gets the vertical offset of the first point of the alignment grid.
getGridRow() - Method in class com.mindfusion.diagramming.components.ComponentBase
Gets the index of the grid row this component will be associated with when added to a GridPanel.
getGridSize() - Method in class com.mindfusion.diagramming.GridLayout
Gets the desired distance between adjacent grid points.
getGridSize() - Method in class com.mindfusion.diagramming.jlayout.GridLayoutInfo
 
getGridSize() - Method in class com.mindfusion.diagramming.jlayout.OrthogonalRouterInfo
Gets the desired distance between adjacent grid points.
getGridSize() - Method in interface com.mindfusion.diagramming.jlayout.RoutingOptions
 
getGridSize() - Method in class com.mindfusion.diagramming.jlayout.TriangularLayoutInfo
Gets the size of the virtual grid the layout will place vertices on.
getGridSize() - Method in class com.mindfusion.diagramming.OrthogonalRouter
Gets the distance between adjacent grid points when BaseLayout is set to Grid.
getGridSize() - Method in class com.mindfusion.diagramming.RoutingOptions
Gets the size of the routing grid.
getGridSize() - Method in class com.mindfusion.diagramming.TriangularLayout
Gets the size of the virtual grid the layout will place vertices on.
getGridSizeX() - Method in class com.mindfusion.diagramming.Diagram
Gets the horizontal distance between grid points.
getGridSizeY() - Method in class com.mindfusion.diagramming.Diagram
Gets the vertical distance between grid points.
getGridStyle() - Method in class com.mindfusion.diagramming.Diagram
Gets the appearance style of the alignment grid.
getGroup() - Method in class com.mindfusion.diagramming.AddGroupCmd
Gets the group added to the flowchart by this command.
getGroup() - Method in class com.mindfusion.diagramming.GroupAttachCmd
Gets the group related to this command.
getGroup() - Method in class com.mindfusion.diagramming.GroupDetachCmd
Gets the group related to this command.
getGroup() - Method in class com.mindfusion.diagramming.GroupEvent
Gets the group for which the event was raised.
getGroup() - Method in class com.mindfusion.diagramming.RemoveGroupCmd
Gets the group related to this command.
getGroups() - Method in class com.mindfusion.diagramming.Diagram
Gets a collection of all groups in the diagram.
getGroups() - Method in class com.mindfusion.diagramming.SelectionCopy
Gets the underlying collection of groups.
getGrowToFit() - Method in class com.mindfusion.diagramming.AbstractLayout
Gets a value indicating whether the layout should increase the diagram bounds to fit the arranged content.
getGuideColor() - Method in class com.mindfusion.diagramming.Ruler
Gets the color of alignment guides.
getHAlignment() - Method in class com.mindfusion.diagramming.VerticalFlowLayout
Gets the horizontal alignment of layout components.
getHandleBrush() - Method in class com.mindfusion.diagramming.HandlesVisualStyle
Gets a Brush used to fill the interior of selection handles.
getHandled() - Method in class com.mindfusion.diagramming.ControlNodeEvent
Gets a value indicating whether the event is handled.
getHandled() - Method in class com.mindfusion.diagramming.LinkShapeEvent
Gets if the event handler has set a custom loop shape.
getHandled() - Method in class com.mindfusion.diagramming.SerializeTagEvent
 
getHandlePen() - Method in class com.mindfusion.diagramming.HandlesVisualStyle
Gets a Pen used to draw the border of selection handles.
getHandlesStyle() - Method in class com.mindfusion.diagramming.DiagramLink
Gets the appearance of the link's selection handles.
getHandlesStyle() - Method in class com.mindfusion.diagramming.DiagramNode
Gets a value indicating how the node adjustment handles behave and what do they look like.
getHandlesStyle() - Method in class com.mindfusion.diagramming.Selection
Gets a value indicating how multiple selection is drawn on the screen.
getHandleType() - Method in class com.mindfusion.diagramming.NodeAdjustmentHandle
Gets the type of this adjustment handle.
getHatchBrush() - Method in class com.mindfusion.diagramming.HandlesVisualStyle
Gets a Brush used to draw hatch frames.
getHatchStyle() - Method in class com.mindfusion.drawing.HatchBrush
Gets the hatch style of this brush.
getHeadBrush() - Method in class com.mindfusion.diagramming.DiagramLink
Gets the brush used to fill the arrowhead drawn at the link's destination.
getHeader() - Method in class com.mindfusion.diagramming.Row
Gets a value indicating whether this row is the header of a section of rows.
getHeaderFont() - Method in class com.mindfusion.diagramming.PrintOptions
Gets the font used to draw the page header string.
getHeaderFormat() - Method in class com.mindfusion.diagramming.PrintOptions
Gets the page header format string.
getHeaderFormat() - Method in class com.mindfusion.diagramming.RenderOptions
Gets the page header format string.
getHeadPen() - Method in class com.mindfusion.diagramming.DiagramLink
Gets the pen used to draw the arrowhead shapes outlines.
getHeadShape() - Method in class com.mindfusion.diagramming.DiagramLink
Gets the shape of the arrowhead.
getHeadShapeSize() - Method in class com.mindfusion.diagramming.DiagramLink
Gets the size of the arrowhead shape.
getHeadStroke() - Method in class com.mindfusion.diagramming.DiagramLinkStyle
Gets the brush used to paint the arrowhead outlines of this brush.
getHeadStrokeThickness() - Method in class com.mindfusion.diagramming.DiagramLinkStyle
Gets the outline thickness of the arrowheads of this brush, expressed in the current units of measure.
getHeight() - Method in class com.mindfusion.diagramming.components.ComponentBase
Gets the explicit height of this component.
getHeight() - Method in class com.mindfusion.diagramming.jlayout.XDimension2D.Double
 
getHeight() - Method in class com.mindfusion.diagramming.Row
Gets the height of this row.
getHeight() - Method in class com.mindfusion.diagramming.TreeViewItem
Gets the height of this item.
getHeight() - Method in class com.mindfusion.diagramming.XDimension2D.Double
 
getHgap() - Method in class com.mindfusion.diagramming.VerticalFlowLayout
Gets the horizontal gap between components and between the components and the borders of the Container.
getHighlightPen() - Method in class com.mindfusion.diagramming.ContainerNode
Gets the Pen used to draw the container frame lines when an item is dragged over the container.
getHistory() - Method in class com.mindfusion.diagramming.UndoManager
Gets a reference to the list of commands stored for later undo/redo.
getHitComponent() - Method in class com.mindfusion.diagramming.components.ComponentHitTester
 
getHitPath(Rectangle2D, boolean, boolean, double) - Method in class com.mindfusion.diagramming.Shape
 
getHitResult() - Method in class com.mindfusion.diagramming.HitTestEvent
Gets the adjustment handle that has been hit.
getHitTestPriority() - Method in class com.mindfusion.diagramming.Diagram
Gets a value indicating the order in which items are hit-tested.
getHorizontalAlign() - Method in class com.mindfusion.diagramming.ItemLabel
Gets label's horizontal alignment relative to the pin point.
getHorizontalAlign() - Method in class com.mindfusion.drawing.TextFormat
Gets the horizontal text alignment.
getHorizontalAlignment() - Method in class com.mindfusion.diagramming.components.ComponentBase
Gets the horizontal alignment of this component relative to its parent.
getHorizontalDropAlignment() - Method in class com.mindfusion.diagramming.DiagramView
Gets the horizontal placement of nodes created by drag-and-drop operations, relatively to mouse cursor.
getHorizontalOffset() - Method in class com.mindfusion.diagramming.ItemLabel
Gets label's horizontal offset from its pin point.
getHorizontalPadding() - Method in class com.mindfusion.diagramming.DecisionLayout
Gets the horizontal distance between adjacent nodes.
getHorizontalPadding() - Method in class com.mindfusion.diagramming.jlayout.DecisionLayoutInfo
Gets the horizontal distance between adjacent nodes.
getHorizontalResizeCursor() - Method in class com.mindfusion.diagramming.DiagramView
Gets the cursor shown when dragging from the current mouse pointer location would start resizing an item horizontally.
getHorizontalScaleAlignment() - Method in class com.mindfusion.diagramming.Ruler
Gets the alignment of the horizontal scale of the ruler.
getHorizontalScaleVisible() - Method in class com.mindfusion.diagramming.Ruler
Gets a value specifying whether the horizontal scale is visible.
getHyperLink() - Method in class com.mindfusion.diagramming.Cell
Gets the hyperlink associated with the cell.
getHyperLink() - Method in class com.mindfusion.diagramming.DiagramItem
Gets the hyperlink associated with an item.
getHyperLinkStyle() - Method in class com.mindfusion.diagramming.RenderOptions
 
getHyperLinkTarget() - Method in class com.mindfusion.diagramming.RenderOptions
 
getIcon() - Method in class com.mindfusion.diagramming.DiagramPage
Gets an image associated with the page.
getIconMargin() - Method in class com.mindfusion.diagramming.NodeListView
Gets the horizontal and vertical margins around the nodes.
getIconMargin() - Method in class com.mindfusion.diagramming.ShapeListBox
Gets the horizontal and vertical margins of the shape icons in the ListBox
getIconSize() - Method in class com.mindfusion.diagramming.NodeListView
Gets the size of the nodes displayed in the list.
getIconSize() - Method in class com.mindfusion.diagramming.ShapeListBox
Gets the size of the shape icons displayed in the ListBox.
getId() - Method in class com.mindfusion.diagramming.AnchorPattern
Gets the identifier of this AnchorPattern.
getId() - Method in class com.mindfusion.diagramming.DiagramItem
Gets user-defined identifier associated with this item.
getId() - Method in class com.mindfusion.diagramming.DraggedShape
 
getId() - Method in class com.mindfusion.diagramming.MeasureUnit
Gets the unit identifier.
getId() - Method in class com.mindfusion.diagramming.Shape
Return the shape identifier.
getId() - Method in class com.mindfusion.drawing.DashStyle
 
getIgnoreAnchoring() - Method in interface com.mindfusion.diagramming.jlayout.RoutingOptions
 
getIgnoreAnchoring() - Method in class com.mindfusion.diagramming.RoutingOptions
For internal use.
getIgnoreLayout() - Method in class com.mindfusion.diagramming.DiagramItem
Gets a value indicating whether an item should be ignored by the automatic layout algorithms.
getIgnoreLinkDirection() - Method in class com.mindfusion.diagramming.TreeLayout
Gets a value indicating whether the direction of links should be ignored.
getIgnoreNodeSize() - Method in class com.mindfusion.diagramming.jlayout.LayeredLayoutInfo
 
getIgnoreNodeSize() - Method in class com.mindfusion.diagramming.LayeredLayout
Gets a value indicating whether the distance between adjacent nodes in the final layout should be independent of the nodes' size.
getIgnoreRepeatingLinks() - Method in class com.mindfusion.diagramming.FlowchartLayout
Gets a value indicating whether to ignore repeating links.
getImage() - Method in class com.mindfusion.diagramming.Cell
Gets the image that is displayed inside the cell.
getImage() - Method in class com.mindfusion.diagramming.components.ButtonComponent
Gets the image from the button's image list corresponding to the current state of the button.
getImage() - Method in class com.mindfusion.diagramming.components.CheckBoxComponent
ButtonComponent.getImage override.
getImage() - Method in class com.mindfusion.diagramming.components.ImageComponent
Gets the displayed image.
getImage() - Method in class com.mindfusion.diagramming.ImageLoadedEvent
 
getImage() - Method in class com.mindfusion.diagramming.Shape
Gets an image that is displayed by default in all instances of this shape.
getImage() - Method in class com.mindfusion.diagramming.ShapeNode
Gets the image displayed inside this node.
getImage() - Method in class com.mindfusion.diagramming.TableNode
Gets the image displayed inside this table.
getImage() - Method in class com.mindfusion.drawing.ExternalizableImage
 
getImageAlign() - Method in class com.mindfusion.diagramming.Cell
Gets a value indicating how the image displayed inside the cell is aligned relatively to the cell bounds.
getImageAlign() - Method in class com.mindfusion.diagramming.components.ImageComponent
Gets the alignment of the displayed image relative to the bounds of the component.
getImageAlign() - Method in class com.mindfusion.diagramming.ShapeNode
Gets the alignment of the node's image.
getImageAlign() - Method in class com.mindfusion.diagramming.TableNode
Gets the alignment of the table image relative to the boundaries of the table.
getImageDpiX() - Method in class com.mindfusion.diagramming.Diagram
Specifies the default resolution of images.
getImageDpiY() - Method in class com.mindfusion.diagramming.Diagram
 
getImageList() - Method in class com.mindfusion.diagramming.components.ButtonComponent
Gets a list with images.
getImageLocation() - Method in class com.mindfusion.diagramming.Shape
Get the image location.
getImagePadding() - Method in class com.mindfusion.diagramming.Cell
Gets the padding distance between cell's borders and Image.
getImagePadding() - Method in class com.mindfusion.diagramming.ShapeNode
Gets the padding distance between node's borders and Image.
getImagePadding() - Method in class com.mindfusion.diagramming.TableNode
Gets the padding distance between node's borders and Image.
getImageRect(boolean) - Method in class com.mindfusion.diagramming.ShapeNode
 
getImageRectangle() - Method in class com.mindfusion.diagramming.Shape
Gets the location of the shape image relatively to the bounding rectangles of boxes of this shape.
getImages() - Method in class com.mindfusion.diagramming.LayerListView
Gets the image list used to draw icons for visibility and lock status.
getImageUrl() - Method in class com.mindfusion.diagramming.Cell
Gets a URL used to load an image into this cell.
getImageUrl() - Method in class com.mindfusion.diagramming.ShapeNode
Gets a URL used to load an image into this cell.
getInactiveSelectionColor() - Method in class com.mindfusion.diagramming.components.EditComponent
Gets the color of the selection when the edit component does not have input focus.
getIncludeItemsIfIntersect() - Method in class com.mindfusion.diagramming.Selection
Gets a value indicating which items are selected when drawing a selection rectangle.
getIncludeUnalteredProperties() - Method in class com.mindfusion.diagramming.XmlPersistContext
Gets whether properties should be saved to XML when they have the default values.
getIncoming() - Method in class com.mindfusion.diagramming.ConnectionPoint
Gets a flag indicating whether this connection point is at the origin or the destination of the associated link.
getIncomingLinks() - Method in class com.mindfusion.diagramming.DiagramNode
Gets the links coming into a node.
getIncomingLinks() - Method in class com.mindfusion.diagramming.Row
Gets a list of all links coming into this row.
getIncomingLinks() - Method in class com.mindfusion.diagramming.TreeViewItem
Gets a collection of all links that point to this item.
getIndex() - Method in class com.mindfusion.diagramming.GroupEvent
Gets an integer index related to the event.
getIndex() - Method in class com.mindfusion.diagramming.ItemLabel
Gets the index of an edge or point this label is relative to.
getIndex() - Method in class com.mindfusion.diagramming.LayerListViewItem
Gets the index of this item.
getIndex() - Method in class com.mindfusion.diagramming.NodeListEvent
Gets the index of the node within its containing collection.
getIndex() - Method in class com.mindfusion.diagramming.ShapeEvent
 
getInitialPoint() - Method in class com.mindfusion.diagramming.ConnectionPoint
Returns a point (usually the center of the bounding rectangle) contained within the associated node.
getInitialPoint() - Method in class com.mindfusion.diagramming.TreeViewConnectionPoint
ConnectionPoint.getInitialPoint override.
getInitialTemperature() - Method in class com.mindfusion.diagramming.AnnealLayout
Gets the initial temperature of the simulated annealing process.
getInLinks() - Method in interface com.mindfusion.diagramming.jlayout.Node
Gets all incoming links.
getInnerColor() - Method in class com.mindfusion.diagramming.ZoomControl
Gets the color of plus, minus and arrow icons.
getInnerOutlineColor() - Method in class com.mindfusion.diagramming.AeroEffect
Gets the color of the inner outline.
getInnerWords() - Method in class com.mindfusion.drawing.Text
Gets the list containing the words of the text.
getInplaceEditAcceptOnEnter() - Method in class com.mindfusion.diagramming.DiagramView
Gets a value indicating whether pressing the ENTER key ends inplace editing and accepts changes.
getInplaceEditCancelOnEsc() - Method in class com.mindfusion.diagramming.DiagramView
Gets a value indicating whether pressing the ESC key ends inplace editing and cancels changes.
getInplaceEditFont() - Method in class com.mindfusion.diagramming.DiagramView
Gets the font used to display text in the inplace- edit text control.
getInteraction() - Method in class com.mindfusion.diagramming.Diagram
Gets an InteractionState instance representing the current action being carried out by the user.
getIntermediateBrush() - Method in class com.mindfusion.diagramming.DiagramLink
Gets the brush used to fill the arrowheads drawn at the middle of link segments.
getIntermediateShape() - Method in class com.mindfusion.diagramming.DiagramLink
Gets the shape that is displayed at the middle of each segment of a link.
getIntermediateShapeSize() - Method in class com.mindfusion.diagramming.DiagramLink
Gets the size of the shape displayed at the middle of each segment of a link.
getInternalPoint() - Method in class com.mindfusion.drawing.Polygon
Finds a point inside the polygon.
getIntersection(Point2D, Point2D) - Method in class com.mindfusion.diagramming.ConnectionPoint
Calculates the intersection point between the specified line segment and the contour of the node associated with this connection point.
getIntersection(Point2D, Point2D) - Method in class com.mindfusion.diagramming.DummyNode
 
getIntersection(Point2D, Point2D) - Method in class com.mindfusion.diagramming.TreeViewConnectionPoint
ConnectionPoint.getIntersection override.
getInvalidRect() - Method in class com.mindfusion.diagramming.InteractionState
 
getInvalidRect() - Method in class com.mindfusion.diagramming.RepaintEvent
Gets the rectangular area in the diagram document that should be repainted.
getInvocations() - Static method in class com.mindfusion.diagramming.jlayout.RandomFactory
 
getIsArrowhead() - Method in class com.mindfusion.diagramming.Shape
Gets a value indicating if this shape is used as arrowhead.
getIsEllipse() - Method in class com.mindfusion.diagramming.DrawParams
 
getIsEnabled() - Method in class com.mindfusion.diagramming.components.ComponentBase
Gets a value indicating whether the component is enabled.
getIsFocused() - Method in class com.mindfusion.diagramming.components.ComponentBase
Gets a value indicating whether this component currently holds the input focus.
getIsHitTestVisible() - Method in class com.mindfusion.diagramming.components.ComponentBase
Gets a value indicating whether this component and all its children are subject to hit-testing operations.
getIsInteractive() - Method in class com.mindfusion.diagramming.components.ComponentBase
Gets a value indicating whether this component can be interacted with.
getIsOutline() - Method in class com.mindfusion.diagramming.components.BorderComponent
Gets a value indicating whether this component defines the outline of its host.
getIsOutline() - Method in class com.mindfusion.diagramming.components.ShapeComponent
Gets a value indicating whether this component defines the outline of its host.
getItem() - Method in class com.mindfusion.diagramming.AddItemCmd
Gets the item added to the flowchart by this command.
getItem() - Method in class com.mindfusion.diagramming.DrawItemEvent
Gets a reference to the item related to the event.
getItem() - Method in class com.mindfusion.diagramming.EditTreeItemTextEvent
 
getItem() - Method in class com.mindfusion.diagramming.ExpandItemCmd
Gets the root of the tree branch related to this command.
getItem() - Method in class com.mindfusion.diagramming.GroupAttachCmd
Gets the item related to this command.
getItem() - Method in class com.mindfusion.diagramming.GroupDetachCmd
Gets the item related to this command.
getItem() - Method in class com.mindfusion.diagramming.HitTestEvent
Gets the item whose adjustment handles are being hit-tested.
getItem() - Method in class com.mindfusion.diagramming.InPlaceEditEvent
Gets an instance of the InplaceEditable class.
getItem() - Method in class com.mindfusion.diagramming.ItemEvent
Gets a reference to the item related to the event.
getItem() - Method in class com.mindfusion.diagramming.ItemLabel
Returns the DiagramItem that displays this label.
getItem() - Method in class com.mindfusion.diagramming.Manipulator
 
getItem() - Method in class com.mindfusion.diagramming.ModifyItemCmd
Gets a reference to the modified item.
getItem() - Method in class com.mindfusion.diagramming.RemoveItemCmd
Gets the item removed by this command.
getItem() - Method in class com.mindfusion.diagramming.SerializeTagEvent
Gets the object whose tag should be serialized.
getItemAt(Point2D, boolean) - Method in class com.mindfusion.diagramming.Diagram
Returns the top-most item that contains the specified point.
getItemAt(Point2D, boolean, boolean, boolean, boolean) - Method in class com.mindfusion.diagramming.Diagram
Returns the top-most item that contains the specified point.
getItemColor() - Method in class com.mindfusion.diagramming.LayerListView
Gets the color with which items' background is painted.
getItemHeight() - Method in class com.mindfusion.diagramming.LayerListView
Gets the height of the list items.
getItemProperties() - Method in class com.mindfusion.diagramming.JsonPersistContext
 
getItemRect(TreeViewItem) - Method in class com.mindfusion.diagramming.TreeViewNode
Gets the location and size of the specified TreeViewItem.
getItems() - Method in class com.mindfusion.diagramming.Diagram
Gets a collection of all items in the diagram.
getItems() - Method in class com.mindfusion.diagramming.jlayout.Path
Gets a list with all items (nodes and links) composing the path.
getItems() - Method in class com.mindfusion.diagramming.LayerListView
Gets a list of layer items shown in this control.
getItems() - Method in class com.mindfusion.diagramming.Path
Gets a list of all nodes and links in the path.
getItems() - Method in class com.mindfusion.diagramming.Selection
Gets a list of all selected items.
getItems() - Method in class com.mindfusion.diagramming.SelectionCopy
Gets the underlying collection of items.
getIterationCount() - Method in class com.mindfusion.diagramming.jlayout.SpringLayoutInfo
 
getIterations() - Method in class com.mindfusion.diagramming.GridLayout
Gets the number of iterations that the layout algorithm should run.
getIterations() - Method in class com.mindfusion.diagramming.jlayout.GridLayoutInfo
 
getIterations() - Method in class com.mindfusion.diagramming.SpringLayout
Gets the number of iterations that the layout algorithm should run.
getIterationsPerStage() - Method in class com.mindfusion.diagramming.AnnealLayout
Gets how many node shift iterations to perform at each stage of the algorithm.
getIterationsPerStage() - Method in class com.mindfusion.diagramming.jlayout.AnnealLayoutInfo
Gets how many node shift iterations to perform at each stage of the algorithm.
getKeepGroupLayout() - Method in class com.mindfusion.diagramming.AbstractLayout
Gets a value indicating whether to treat each Group of nodes as a single vertex in the arranged graph.
getKeepGroupLayout() - Method in class com.mindfusion.diagramming.AnnealLayout
Gets a value indicating whether to treat each Group of nodes as a single vertex in the arranged graph.
getKeepGroupLayout() - Method in class com.mindfusion.diagramming.GridLayout
Gets a value specifying whether the relative position of nodes within groups should be kept intact.
getKeepGroupLayout() - Method in class com.mindfusion.diagramming.SpringLayout
Gets a value specifying whether the relative position of nodes within groups should be kept intact.
getKeepGroupLayout() - Method in class com.mindfusion.diagramming.TreeLayout
Gets a value indicating whether groups of diagram nodes should be treated as integral nodes in the tree that will be laid out.
getKeepInsideDiagram() - Method in class com.mindfusion.diagramming.NodeConstraints
Gets a value indicating whether a node must always stay inside the boundaries of the diagram that contains it.
getKeepInsideParent() - Method in class com.mindfusion.diagramming.NodeConstraints
Gets a value indicating whether a node must always stay in the boundaries of its group master node.
getKeepLaneSizes() - Method in class com.mindfusion.diagramming.jlayout.SwimlaneLayoutInfo
Gets a value indicating whether the layout will attempt to preserve the original sizes of the lanes in the supplied grid.
getKeepLaneSizes() - Method in class com.mindfusion.diagramming.SwimlaneLayout
Gets a value indicating whether the layout will attempt to preserve the original sizes of the lanes in the supplied grid.
getKeepRatio() - Method in class com.mindfusion.diagramming.NodeConstraints
Gets a value indicating whether the initial width/height ratio of a node must be preserved.
getKeepRootPosition() - Method in class com.mindfusion.diagramming.jlayout.TreeLayoutInfo
Gets or sets a flag, indicating whether the layout should preserve the position of the root node.
getKeepRootPosition() - Method in class com.mindfusion.diagramming.TreeLayout
Gets a value indicating whether the root node should be kept at its original position.
getKeyChar() - Method in class com.mindfusion.diagramming.components.ComponentKeyEvent
 
getKeyCode() - Method in class com.mindfusion.diagramming.components.ComponentKeyEvent
 
getLabel() - Method in class com.mindfusion.diagramming.DraggedNode
Gets the text displayed for the node.
getLabel() - Method in class com.mindfusion.diagramming.EditLinkTextEvent
Gets a LinkLabel related to this event.
getLabel() - Method in class com.mindfusion.diagramming.EditNodeTextEvent
Gets a NodeLabel related to this event.
getLabel() - Method in class com.mindfusion.diagramming.NodeValidationEvent
Gets a NodeLabel related to this event.
getLabel() - Method in class com.mindfusion.diagramming.TreeViewItem
Gets the label of this item.
getLabelBrush() - Method in class com.mindfusion.diagramming.TreeViewItem
Gets the brush used to draw this item's label text.
getLabelFont() - Method in class com.mindfusion.diagramming.TreeViewItem
Gets the label font of this item.
getLabels() - Method in class com.mindfusion.diagramming.DiagramLink
Returns the list of all labels displayed by this link.
getLabels() - Method in class com.mindfusion.diagramming.DiagramNode
Returns the list of all labels displayed by this node.
getLaneColumnResizeCursor() - Method in class com.mindfusion.diagramming.DiagramView
Gets the mouse cursor shown to the user when dragging would resize a lane column header.
getLaneDistance() - Method in class com.mindfusion.diagramming.jlayout.SwimlaneLayoutInfo
Gets the spacing between adjacent lanes in the final layout.
getLaneDistance() - Method in class com.mindfusion.diagramming.SwimlaneLayout
Gets the spacing between adjacent lanes in the final layout.
getLaneGrid() - Method in class com.mindfusion.diagramming.Diagram
Gets a Grid object that represents the diagram's swimlane grid.
getLaneRowResizeCursor() - Method in class com.mindfusion.diagramming.DiagramView
Gets the mouse cursor shown to the user when dragging would resize a lane row header.
getLargeChange() - Method in class com.mindfusion.diagramming.ScrollBar
 
getLargeStep() - Method in class com.mindfusion.diagramming.components.SpinnerComponent
Gets the amount to add or subtract from the spinner value when the page up or page down keys are pressed while the spinner has focus.
getLayer() - Method in class com.mindfusion.diagramming.LayerListViewItem
Gets the layer object represented by this item.
getLayerCount() - Method in class com.mindfusion.diagramming.jlayout.LayeredLayoutStatistics
Gets the total number of layers in the layout.
getLayerCount() - Method in class com.mindfusion.diagramming.LayeredLayoutStatistics
Gets the total number of layers in the layout.
getLayerDistance() - Method in class com.mindfusion.diagramming.jlayout.LayeredLayoutInfo
 
getLayerDistance() - Method in class com.mindfusion.diagramming.jlayout.OrthogonalRouterInfo
 
getLayerDistance() - Method in class com.mindfusion.diagramming.LayeredLayout
Gets the desired distance between adjacent layers.
getLayerDistance() - Method in class com.mindfusion.diagramming.OrthogonalRouter
Gets the desired distance between layer axis lines.
getLayerIndex() - Method in class com.mindfusion.diagramming.DiagramItem
Gets the zero-based index of the layer this item is associated with, or -1, if the item is not associated with any layer.
getLayers() - Method in class com.mindfusion.diagramming.Diagram
Gets a list of the layers in the current diagram.
getLayoutAlignmentX(Container) - Method in class com.mindfusion.diagramming.VerticalFlowLayout
 
getLayoutAlignmentY(Container) - Method in class com.mindfusion.diagramming.VerticalFlowLayout
 
getLayoutArea() - Method in class com.mindfusion.diagramming.AnnealLayout
Gets the size of the layout area.
getLayoutArea() - Method in class com.mindfusion.diagramming.jlayout.AnnealLayoutInfo
Gets the size of the layout area.
getLayoutArea() - Method in class com.mindfusion.diagramming.jlayout.TreeMapLayoutInfo
Gets the rectangle in which the layout will try to arrange the nodes.
getLayoutArea() - Method in class com.mindfusion.diagramming.TreeMapLayout
Gets the rectangle in which the layout will try to arrange the nodes, or null, to use the diagram bounds.
getLayoutLink() - Method in class com.mindfusion.diagramming.AbstractLayout
Gets an object, which is notified when the position of a link is changed by the layout.
getLayoutNode() - Method in class com.mindfusion.diagramming.AbstractLayout
Gets an object, which is notified when the position of a node is changed by the layout.
getLayoutRect() - Method in class com.mindfusion.diagramming.ItemLabel
Gets the label's layout rectangle calculated from text length, font and alignment.
getLayoutRule(Object, ByRef<Object>) - Method in class com.mindfusion.diagramming.jlayout.LayoutRules
If there is rule with key - Key initializes - Value otherwise fails;
getLayoutTraits() - Method in class com.mindfusion.diagramming.DiagramItem
Gets properties specific to each layout algorithm.
getLeft() - Method in class com.mindfusion.diagramming.Thickness
 
getLength() - Method in class com.mindfusion.diagramming.DiagramLink
Gets the length of this link.
getLength() - Method in class com.mindfusion.diagramming.jlayout.Path
Gets the length of the path.
getLength() - Method in class com.mindfusion.diagramming.Path
Gets the number of links in the path.
getLengthCost() - Method in interface com.mindfusion.diagramming.jlayout.RoutingOptions
 
getLengthCost() - Method in class com.mindfusion.diagramming.RoutingOptions
Gets the value added to the total route cost for each grid square occupied by the link.
getLengthFactor() - Method in class com.mindfusion.diagramming.LinkLabel
Gets label's position along link's length when the RelativeTo property is set to LinkLength.
getLevelDistance() - Method in class com.mindfusion.diagramming.HierarchicalLayout
Gets the distance between adjacent levels in the hierarchical layout.
getLevelDistance() - Method in class com.mindfusion.diagramming.jlayout.HierarchicalLayoutInfo
Gets the distance between adjacent levels in the hierarchical layout.
getLevelDistance() - Method in class com.mindfusion.diagramming.jlayout.TreeLayoutInfo
Gets or sets the minimal distance between two adjacent tree levels.
getLevelDistance() - Method in class com.mindfusion.diagramming.TreeLayout
Gets the desired distance between tree levels.
getLineAlignment() - Method in class com.mindfusion.drawing.TextLayoutOptions
Specifies the vertical alignment of the text.
getLineCount(Rectangle2D.Float) - Method in class com.mindfusion.diagramming.components.TextLayout
Returns the number of lines in the layout.
getLineDistance() - Method in class com.mindfusion.drawing.TextLayoutOptions
Specifies the distance between adjacent text lines.
getLineFromCharacterIndex(Rectangle2D.Float, int) - Method in class com.mindfusion.diagramming.components.TextLayout
Retrieves the line containing the character with the specified index.
getLineJoin() - Method in class com.mindfusion.drawing.Pen
Gets the line join.
getLink() - Method in class com.mindfusion.diagramming.AnchorPointEvent
 
getLink() - Method in class com.mindfusion.diagramming.ConnectionPoint
Gets the link associated with this connection point.
getLink() - Method in class com.mindfusion.diagramming.DrawLinkEvent
Gets the DiagramLink object that should be custom drawn.
getLink() - Method in class com.mindfusion.diagramming.EditLinkTextEvent
Gets the link whose text was edited.
getLink() - Method in class com.mindfusion.diagramming.LinkEvent
Gets the link for which the event raised.
getLink() - Method in class com.mindfusion.diagramming.LinkLabel
Returns the DiagramLink that displays this label.
getLinkAt(Point2D.Float, float) - Method in class com.mindfusion.diagramming.Diagram
Returns the top-most link that passes near the specified point.
getLinkAt(Point2D, double, boolean) - Method in class com.mindfusion.diagramming.Diagram
Returns the top-most link that passes near the specified point.
getLinkAt(Point2D, double, boolean, boolean) - Method in class com.mindfusion.diagramming.Diagram
Returns the top-most link that passes near the specified point.
getLinkAt(Point2D, double, boolean, boolean, ByRef<Integer>) - Method in class com.mindfusion.diagramming.Diagram
Returns the top-most link that passes near the specified point.
getLinkBaseShape() - Method in class com.mindfusion.diagramming.Diagram
Gets the default shape displayed at the origin of new links.
getLinkBaseShapeSize() - Method in class com.mindfusion.diagramming.Diagram
Gets the default size of the shape displayed at the origin of new links.
getLinkBendFactor() - Method in class com.mindfusion.diagramming.HierarchicalLayout
Gets the bending factor of links.
getLinkBranchIndicator() - Method in class com.mindfusion.diagramming.Diagram
 
getLinkBrush() - Method in class com.mindfusion.diagramming.Diagram
Deprecated.
getLinkCascadeOrientation() - Method in class com.mindfusion.diagramming.Diagram
Gets the default orientation of the first segments of cascading links.
getLinkCrossings() - Method in class com.mindfusion.diagramming.Diagram
Gets what shapes are drawn at link crossing points.
getLinkCustomDraw() - Method in class com.mindfusion.diagramming.Diagram
Gets the default type of custom painting done on links.
getLinkEndsMovable() - Method in class com.mindfusion.diagramming.Diagram
Gets a value indicating users are allowed to move the end points of an link after the link is created.
getLinkHandlesStyle() - Method in class com.mindfusion.diagramming.Diagram
Gets the default style of link selection handles.
getLinkHeadShape() - Method in class com.mindfusion.diagramming.Diagram
Gets the default shape displayed as arrowhead of new links.
getLinkHeadShapeSize() - Method in class com.mindfusion.diagramming.Diagram
Gets the default size of the shape displayed as arrowhead of new links.
getLinkIntermediateShape() - Method in class com.mindfusion.diagramming.Diagram
Gets the default shape displayed at the middle of links segments.
getLinkIntermediateShapeSize() - Method in class com.mindfusion.diagramming.Diagram
Gets the default size of the shape displayed at the middle of links segments.
getLinkLayerCount() - Method in class com.mindfusion.diagramming.jlayout.LayeredLayoutStatistics
Gets a mapping between links and the number of layers they run through.
getLinkLayerCount() - Method in class com.mindfusion.diagramming.LayeredLayoutStatistics
Gets a mapping between links and the number of layers they run through.
getLinkLengthFactor() - Method in class com.mindfusion.diagramming.AnnealLayout
Gets a value specifying how important the short length of links is relatively to the other criteria considered by the algorithm.
getLinkPadding() - Method in class com.mindfusion.diagramming.DecisionLayout
Gets the distance between parallel links.
getLinkPadding() - Method in class com.mindfusion.diagramming.FlowchartLayout
Gets how much space to leave between adjacent back links designating nested loops.
getLinkPadding() - Method in class com.mindfusion.diagramming.jlayout.DecisionLayoutInfo
Gets the distance between parallel links.
getLinkPadding() - Method in class com.mindfusion.diagramming.jlayout.FlowchartLayout
 
getLinkPadding() - Method in class com.mindfusion.diagramming.jlayout.FlowchartLayoutInfo
 
getLinkPen() - Method in class com.mindfusion.diagramming.Diagram
Deprecated.
getLinkRouter() - Method in class com.mindfusion.diagramming.Diagram
Gets the component used to find paths for auto-routed links when diagram nodes are added or their positions change.
getLinks() - Method in class com.mindfusion.diagramming.Diagram
Gets a collection of all links in the diagram.
getLinks() - Method in interface com.mindfusion.diagramming.jlayout.Graph
Gets a collection with all links in this graph.
getLinks() - Method in class com.mindfusion.diagramming.jlayout.Path
Gets a list of all links composing the path.
getLinks() - Method in class com.mindfusion.diagramming.Path
Gets a list of all links in the path.
getLinks() - Method in class com.mindfusion.diagramming.Selection
Gets a list of all selected links.
getLinksAt(Point2D.Float) - Method in class com.mindfusion.diagramming.Diagram
Returns the links that contain the specified point.
getLinksCompactFactor() - Method in class com.mindfusion.diagramming.jlayout.LayeredLayoutInfo
 
getLinksCompactFactor() - Method in class com.mindfusion.diagramming.LayeredLayout
Gets a value indicating how much to compact the outermost links.
getLinkSegmentInset() - Method in class com.mindfusion.diagramming.Shape
Gets what length of link's line segment is drawn inside the arrowhead shape, expressed as percents of arrowhead size.
getLinkSegments() - Method in class com.mindfusion.diagramming.Diagram
Gets the default number of link segments.
getLinkShape() - Method in class com.mindfusion.diagramming.Diagram
Gets the default style of links.
getLinksRetainForm() - Method in class com.mindfusion.diagramming.Diagram
Gets a value indicating whether new links are set to maintain their shapes while the nodes they connect are moved around.
getLinkStyle() - Method in class com.mindfusion.diagramming.TreeLayout
Gets what style is assigned to the links processed by the TreeLayout.
getLinkTarget() - Method in class com.mindfusion.diagramming.HtmlBuilder
Gets the name of the target frame where hyperlinks should be opened.
getLinkTarget() - Method in class com.mindfusion.diagramming.InteractionState
Gets the current target node when a link is being modified.
getLinkText() - Method in class com.mindfusion.diagramming.Diagram
Gets the default text assigned to new links.
getLinkTextStyle() - Method in class com.mindfusion.diagramming.Diagram
Gets the default placement and orientation of the links labels.
getLinkType() - Method in class com.mindfusion.diagramming.LayeredLayout
Gets the appearance of the links in the final layout.
getLocalBounds() - Method in class com.mindfusion.diagramming.DiagramNode
 
getLocalBoundsD() - Method in class com.mindfusion.diagramming.DiagramNode
 
getLocalCenter() - Method in class com.mindfusion.diagramming.DiagramNode
 
getLocation() - Method in class com.mindfusion.diagramming.DrawAnchorPointEvent
Gets the location of the anchor point being drawn.
getLocation(Rectangle2D) - Static method in class com.mindfusion.diagramming.Utilities
 
getLocked() - Method in class com.mindfusion.diagramming.DiagramItem
Gets a value indicating whether users are allowed to modify an item.
getLocked() - Method in class com.mindfusion.diagramming.Layer
Gets a value indicating whether the layer is locked.
getLockedButtonTooltip() - Method in class com.mindfusion.diagramming.LayerListView
Gets the tooltip for the 'Locked' button in each item.
getLongestHSegment() - Method in class com.mindfusion.diagramming.DiagramLink
Returns the index of the longest non-vertical segment of the link.
getMagnifierEnabled() - Method in class com.mindfusion.diagramming.DiagramView
Gets a value indicating whether the magnifier tool is currently enabled.
getMagnifierFactor() - Method in class com.mindfusion.diagramming.DiagramView
Gets the zoom factor of the magnifier tool.
getMagnifierFrameColor() - Method in class com.mindfusion.diagramming.DiagramView
Gets the color of the magnifier frame.
getMagnifierFrameThickness() - Method in class com.mindfusion.diagramming.DiagramView
Gets the thickness of the magnifier frame, expressed in pixels.
getMagnifierHeight() - Method in class com.mindfusion.diagramming.DiagramView
Gets the height of the magnifier tool, expressed in pixels.
getMagnifierSecondaryFrameColor() - Method in class com.mindfusion.diagramming.DiagramView
Gets the secondary color of the magnifier frame.
getMagnifierShading() - Method in class com.mindfusion.diagramming.DiagramView
Gets a value indicating whether to enhance the effect of a magnifier lense by using a gradient shading.
getMagnifierShape() - Method in class com.mindfusion.diagramming.DiagramView
Gets the shape of the magnifier tool.
getMagnifierWidth() - Method in class com.mindfusion.diagramming.DiagramView
Gets the width of the magnifier tool, expressed in pixels.
getMainItem() - Method in class com.mindfusion.diagramming.Group
Gets the master item of this group.
getMargin() - Method in class com.mindfusion.diagramming.ContainerNode
Gets how much space should be left between contained nodes and the container borders.
getMargin() - Method in class com.mindfusion.diagramming.ItemLabel
Gets the text margins size.
getMargins() - Method in class com.mindfusion.diagramming.AbstractLayout
Gets the distance between the top-left corner of the smallest rectangle containing the arranged diagram and the top-left point of the document bounds.
getMargins() - Method in class com.mindfusion.diagramming.jlayout.CircularLayoutInfo
Gets the distance between the top-left corner of the smallest rectangle containing the arranged tree and the top-left point of the document bounds.
getMargins() - Method in class com.mindfusion.diagramming.jlayout.DatabaseLayoutInfo
Gets the distance between the top-left corner of the smallest rectangle containing the arranged graph and the top-left point of the document bounds.
getMargins() - Method in class com.mindfusion.diagramming.jlayout.DecisionLayoutInfo
Gets the distance between the top-left corner of the smallest rectangle containing the arranged graph and the top-left point of the document bounds.
getMargins() - Method in class com.mindfusion.diagramming.jlayout.LayeredLayoutInfo
Gets the distance between the top-left corner of the smallest rectangle containing the arranged diagram
getMargins() - Method in class com.mindfusion.diagramming.jlayout.OneWayLayoutInfo
Gets the distance between the top-left corner of the smallest rectangle containing the arranged graph and the top-left point of the document bounds.
getMargins() - Method in class com.mindfusion.diagramming.jlayout.OrthogonalLayoutInfo
Sets the distance between the top-left corner of the smallest rectangle containing the arranged tree and the top-left point of the document bounds.
getMargins() - Method in class com.mindfusion.diagramming.jlayout.OrthogonalRouterInfo
Gets the distance between the top-left corner of the smallest rectangle containing the arranged tree and the top-left point of the document bounds.
getMargins() - Method in class com.mindfusion.diagramming.jlayout.SwimlaneLayoutInfo
Gets the distance between the top-left corner of the smallest rectangle containing the arranged diagram and the top-left point of the document bounds.
getMargins() - Method in class com.mindfusion.diagramming.jlayout.TopologicalLayoutInfo
Gets the distance between the top-left corner of the smallest rectangle containing the arranged diagram
getMarkStyle() - Method in class com.mindfusion.diagramming.AnchorPoint
Gets a value indicating what mark is drawn at the position of this anchor point.
getMaster() - Method in interface com.mindfusion.diagramming.jlayout.Node
Gets the master node in a graph with hierarchical relationships.
getMasterGroup() - Method in class com.mindfusion.diagramming.DiagramItem
Gets the hierarchical group in which this item is a subordinate.
getMasterGroup() - Method in class com.mindfusion.diagramming.DiagramNode
Gets the hierarchical group in which this node is a subordinate item.
getMasterItem() - Method in class com.mindfusion.diagramming.DiagramNode
Returns the node's Container or main item of MasterGroup.
getMaxAbs() - Static method in class com.mindfusion.diagramming.RoutingOptions
Returns a heuristic function that returns max(dx, dy) as a cost evaluation of the distance between two pieces of the routing grid.
getMaxHeight() - Method in class com.mindfusion.diagramming.NodeConstraints
Gets the largest allowed height for the node.
getMaximum() - Method in class com.mindfusion.diagramming.components.RangeSliderRailComponent
Gets the maximum value of the rail.
getMaximum() - Method in class com.mindfusion.diagramming.components.SliderComponent
Gets the maximum value of the rail.
getMaximum() - Method in class com.mindfusion.diagramming.components.SliderRailComponent
Gets the maximum value of the rail.
getMaximum() - Method in class com.mindfusion.diagramming.components.SpinnerComponent
Gets the maximum value of the spinner.
getMaxWidth() - Method in class com.mindfusion.diagramming.ItemLabel
Gets the maximal width that when reached should cause text to wrap to a new line.
getMaxWidth() - Method in class com.mindfusion.diagramming.NodeConstraints
Gets the largest allowed width for the node.
getMaxZoomFactor() - Method in class com.mindfusion.diagramming.ZoomControl
Gets the maximum zoom level allowed to set through this control.
getMeasureMode() - Method in class com.mindfusion.drawing.TextLayoutOptions
 
getMeasureUnit() - Method in class com.mindfusion.diagramming.Diagram
Gets the current unit of measure.
getMeasureUnit() - Method in class com.mindfusion.diagramming.DiagramItem
 
getMeasureUnit() - Method in class com.mindfusion.diagramming.NodeListView
Gets the unit of measure used when drawing nodes.
getMeasureUnit() - Method in class com.mindfusion.diagramming.RenderOptions
Gets the diagram's measure unit.
getMergeThreshold() - Method in class com.mindfusion.diagramming.Diagram
Gets the maximum distance between adjacent control points of a link at which the respective segments can be merged.
getMiddleButtonActions() - Method in class com.mindfusion.diagramming.DiagramView
Gets what actions are performed via the middle mouse button.
getMinHeight() - Method in class com.mindfusion.diagramming.NodeConstraints
Gets the smallest allowed height for the node.
getMinimizeCrossings() - Method in class com.mindfusion.diagramming.jlayout.SpringLayoutInfo
 
getMinimizeCrossings() - Method in class com.mindfusion.diagramming.SpringLayout
Gets a value indicating whether the algorithm should try to minimize the number of link crossings.
getMinimizeLinkBends() - Method in class com.mindfusion.diagramming.jlayout.OrthogonalLayoutInfo
 
getMinimizeLinkBends() - Method in class com.mindfusion.diagramming.OrthogonalLayout
 
getMinimum() - Method in class com.mindfusion.diagramming.components.RangeSliderRailComponent
Gets the minimum value of the rail.
getMinimum() - Method in class com.mindfusion.diagramming.components.SliderComponent
Gets the minimum value of the rail.
getMinimum() - Method in class com.mindfusion.diagramming.components.SliderRailComponent
Gets the minimum value of the rail.
getMinimum() - Method in class com.mindfusion.diagramming.components.SpinnerComponent
Gets the minimum value of the spinner.
getMinimumDistance() - Method in class com.mindfusion.diagramming.PatternRouter
Gets the minimum allowed distance from obstacles for a route to be accepted.
getMinimumSize() - Method in class com.mindfusion.diagramming.ContainerNode
Gets the minimum size of the container.
getMinItemSize(GraphicsUnit) - Static method in class com.mindfusion.diagramming.Constants
 
getMinLaneSize() - Method in class com.mindfusion.diagramming.jlayout.OrthogonalLayoutInfo
Gets or sets a value indicating the minimum size of a lane.
getMinLaneSize() - Method in class com.mindfusion.diagramming.OrthogonalLayout
Gets a value indicating the minimum size of a lane.
getMinNodeSize() - Method in class com.mindfusion.diagramming.jlayout.TreeMapLayoutInfo
Gets the minimal size of an arranged node.
getMinWidth() - Method in class com.mindfusion.diagramming.NodeConstraints
Gets the smallest allowed width for the node.
getMinZoomFactor() - Method in class com.mindfusion.diagramming.ZoomControl
Gets the minimum zoom level allowed to set through this control.
getMiterLimit() - Method in class com.mindfusion.drawing.Pen
Gets the miter limit
getModificationStart() - Method in class com.mindfusion.diagramming.DiagramView
Gets a value indicating how users can start modifying items in the diagram.
getModified() - Method in interface com.mindfusion.diagramming.jlayout.Link
Gets a value indicating whether the points of this link have been modified by the layouting algorithm.
getModifierKeyActions() - Method in class com.mindfusion.diagramming.DiagramView
Gets an object that allows changing the function of keyboard modifier keys such as CTRL and ALT.
getModifiers() - Method in class com.mindfusion.diagramming.components.ComponentKeyEvent
 
getMouseButton() - Method in class com.mindfusion.diagramming.CellEvent
Gets the mouse button related to the event.
getMouseButton() - Method in class com.mindfusion.diagramming.DiagramEvent
Gets the mouse button related to the event.
getMouseButton() - Method in class com.mindfusion.diagramming.LinkEvent
Gets which mouse button has been pressed.
getMouseButton() - Method in class com.mindfusion.diagramming.NodeEvent
Gets which mouse button has been pressed.
getMouseInputMode() - Method in class com.mindfusion.diagramming.ControlNode
Gets whether mouse input is processed by the diagram or the hosted control.
getMousePosition() - Method in class com.mindfusion.diagramming.components.ComponentMouseEvent
 
getMoveCursor() - Method in class com.mindfusion.diagramming.DiagramView
Gets the cursor shown when the item under the mouse pointer can be modified.
getMoveDirection() - Method in class com.mindfusion.diagramming.NodeConstraints
Gets a value indicating the movement direction constraint.
getMultipleGraphsOrientation() - Method in class com.mindfusion.diagramming.AnnealLayout
Gets a value indicating how multiple independent graphs in the diagram should be positioned relatively to each other.
getMultipleGraphsPlacement() - Method in class com.mindfusion.diagramming.AbstractLayout
Gets a value indicating how multiple independent graphs in the diagram should be positioned relatively to each other.
getName() - Method in class com.mindfusion.diagramming.components.ComponentBase
Gets the name of the component.
getName() - Method in class com.mindfusion.diagramming.MeasureUnit
Gets the name of the unit.
getNearestBorderPoint(Point2D) - Method in class com.mindfusion.diagramming.DiagramNode
Returns a point that lies on the outline of this node, at the shortest distance from the specified point.
getNearestBorderPoint(Point2D) - Method in class com.mindfusion.diagramming.DummyNode
 
getNearestNode(Point2D, float, DiagramNode) - Method in class com.mindfusion.diagramming.Diagram
Returns the nearest node whose bounding rectangle is intersected by the circle, defined by origin point and radius.
getNeedsClip() - Method in class com.mindfusion.drawing.TextLayout
 
getNewAnchorIndex() - Method in class com.mindfusion.diagramming.AnchorPointEvent
 
getNewText() - Method in class com.mindfusion.diagramming.components.ComponentTextEvent
 
getNewText() - Method in class com.mindfusion.diagramming.EditCellTextEvent
Gets the text that has just been entered by the user.
getNewText() - Method in class com.mindfusion.diagramming.EditLinkTextEvent
Gets the new text.
getNewText() - Method in class com.mindfusion.diagramming.EditNodeTextEvent
Gets the text that has just been entered by the user.
getNewText() - Method in class com.mindfusion.diagramming.EditTreeItemTextEvent
 
getNewValue() - Method in class com.mindfusion.diagramming.components.ValueChangedEventArgs
Gets the new value.
getNewValue() - Method in class com.mindfusion.diagramming.components.ValueChangingEventArgs
Gets the new value.
getNextRedo() - Method in class com.mindfusion.diagramming.CommandHistory
Gets the command that will be redone by the next call to UndoManager.redo().
getNextUndo() - Method in class com.mindfusion.diagramming.CommandHistory
Gets the command that will be undone by the next call to UndoManager.undo().
getNode() - Method in class com.mindfusion.diagramming.ConnectionPoint
Gets the node associated with this connection point.
getNode() - Method in class com.mindfusion.diagramming.ControlNodeEvent
Gets a reference to the ControlNode being serialized or deserialized.
getNode() - Method in class com.mindfusion.diagramming.DraggedNode
Gets the node that holds the dragged DiagramNode.
getNode() - Method in class com.mindfusion.diagramming.DrawAnchorPointEvent
Gets the node whose anchor point is being drawn.
getNode() - Method in class com.mindfusion.diagramming.DrawNodeEvent
Gets the }DiagramNode object that should be custom drawn.
getNode() - Method in class com.mindfusion.diagramming.EditNodeTextEvent
Gets the node whose text has been edited.
getNode() - Method in class com.mindfusion.diagramming.jlayout.TransparentGraphNode
 
getNode() - Method in class com.mindfusion.diagramming.LinkValidationEvent
Gets the node to which the link will be connected.
getNode() - Method in class com.mindfusion.diagramming.NodeEvent
Gets the node for which the event was raised.
getNode() - Method in class com.mindfusion.diagramming.NodeLabel
Returns the DiagramNode that displays this label.
getNode() - Method in class com.mindfusion.diagramming.NodeListEvent
Gets the node related to the event.
getNode() - Method in class com.mindfusion.diagramming.RemoveFromContainerCmd
Gets the item associated with the command.
getNodeAt(Point2D) - Method in class com.mindfusion.diagramming.Diagram
Returns the top-most node that contains the specified point.
getNodeAt(Point2D, boolean) - Method in class com.mindfusion.diagramming.Diagram
Returns the topmost node that lies at the specified position.
getNodeAt(Point2D, float) - Method in class com.mindfusion.diagramming.Diagram
Returns the top-most node that contains the specified point.
getNodeAt(Point2D, boolean, boolean) - Method in class com.mindfusion.diagramming.Diagram
Returns the top-most node that contains the specified point.
getNodeAt(int) - Method in class com.mindfusion.diagramming.NodeListView
Gets the node at the specified position.
getNodeDistance() - Method in class com.mindfusion.diagramming.DatabaseLayout
Gets the minimum spacing between adjacent nodes in the final layout.
getNodeDistance() - Method in class com.mindfusion.diagramming.FlowchartLayout
Gets the distance between consecutive nodes in the flowchart.
getNodeDistance() - Method in class com.mindfusion.diagramming.jlayout.DatabaseLayoutInfo
Gets the minimum spacing between adjacent nodes in the final layout.
getNodeDistance() - Method in class com.mindfusion.diagramming.jlayout.FlowchartLayoutInfo
 
getNodeDistance() - Method in class com.mindfusion.diagramming.jlayout.LayeredLayoutInfo
 
getNodeDistance() - Method in class com.mindfusion.diagramming.jlayout.OneWayLayoutInfo
Gets the minimum spacing between adjacent nodes in the final layout.
getNodeDistance() - Method in class com.mindfusion.diagramming.jlayout.OrthogonalRouterInfo
 
getNodeDistance() - Method in class com.mindfusion.diagramming.jlayout.SpringLayoutInfo
 
getNodeDistance() - Method in class com.mindfusion.diagramming.jlayout.SwimlaneLayoutInfo
Gets the spacing between adjacent nodes within a lane in the final layout.
getNodeDistance() - Method in class com.mindfusion.diagramming.jlayout.TopologicalLayoutInfo
 
getNodeDistance() - Method in class com.mindfusion.diagramming.jlayout.TreeLayoutInfo
Gets or sets the minimal distance between two adjacent nodes in the same level.
getNodeDistance() - Method in class com.mindfusion.diagramming.LayeredLayout
Gets the desired distance between adjacent nodes on the same layer.
getNodeDistance() - Method in class com.mindfusion.diagramming.OneWayLayout
Gets the minimum spacing between adjacent nodes in the final layout.
getNodeDistance() - Method in class com.mindfusion.diagramming.OrthogonalRouter
Gets the desired distance between adjacent nodes in a layer.
getNodeDistance() - Method in class com.mindfusion.diagramming.SpringLayout
Gets how much space should be left between adjacent nodes.
getNodeDistance() - Method in class com.mindfusion.diagramming.SwimlaneLayout
Gets the spacing between adjacent nodes within a lane in the final layout.
getNodeDistance() - Method in class com.mindfusion.diagramming.TopologicalLayout
Gets the distance between adjacent nodes in the diagram.
getNodeDistance() - Method in class com.mindfusion.diagramming.TreeLayout
Gets the desired distance between nodes on the same level.
getNodeEdgeCrossingCost() - Method in class com.mindfusion.diagramming.jlayout.AnnealLayoutInfo
Gets a value specifying how important the low number of crossings of links and nodes is relatively to the other criteria considered by the algorithm.
getNodeEdgeDistFactor() - Method in class com.mindfusion.diagramming.jlayout.AnnealLayoutInfo
Gets a value specifying the importance of the distance between nodes and links relative to the other criteria considered by the algorithm.
getNodeEffects() - Method in class com.mindfusion.diagramming.Diagram
Gets a collection with all effects applied to the nodes of this diagram.
getNodeEffects() - Method in class com.mindfusion.diagramming.DiagramStyle
Gets a list with all effects applied to the nodes of this diagram.
getNodeGridPositions() - Method in class com.mindfusion.diagramming.jlayout.LayeredLayoutStatistics
Gets a mapping between nodes and their assigned grid positions.
getNodeGridPositions() - Method in class com.mindfusion.diagramming.LayeredLayoutStatistics
Gets a mapping between nodes and their assigned grid positions.
getNodeLayerIndices() - Method in class com.mindfusion.diagramming.jlayout.LayeredLayoutStatistics
Gets a mapping between nodes and their assigned layers.
getNodeLayerIndices() - Method in class com.mindfusion.diagramming.LayeredLayoutStatistics
Gets a mapping between nodes and their assigned layers.
getNodeLinkCrossingCost() - Method in class com.mindfusion.diagramming.AnnealLayout
Gets a value specifying how important the low number of crossings of links with edges is relatively to the other criteria considered by the algorithm.
getNodeLinkDistFactor() - Method in class com.mindfusion.diagramming.AnnealLayout
Gets a value specifying the importance of the distance between nodes and links relative to the other criteria considered by the algorithm.
getNodeRect(boolean) - Method in class com.mindfusion.diagramming.ConnectionPoint
Returns the bounding rectangle of the node associated with this connection point.
getNodes() - Method in class com.mindfusion.diagramming.AddToContainerCmd
Gets the item associated with the command.
getNodes() - Method in class com.mindfusion.diagramming.Diagram
Gets a collection of all nodes in the diagram.
getNodes() - Method in interface com.mindfusion.diagramming.jlayout.Graph
Gets a collection with all nodes in this graph.
getNodes() - Method in class com.mindfusion.diagramming.jlayout.Path
Gets the list of all nodes connected by the path.
getNodes() - Method in class com.mindfusion.diagramming.Path
Gets a list of all nodes in the path.
getNodes() - Method in class com.mindfusion.diagramming.Selection
Gets a list of all selected boxes.
getNodesAt(Point2D.Float) - Method in class com.mindfusion.diagramming.Diagram
Returns the nodes that contain the specified point.
getNodesCount() - Method in class com.mindfusion.diagramming.NodeListView
Gets the number of nodes in the list view.
getNodesExpandable() - Method in class com.mindfusion.diagramming.Diagram
Gets whether the tree branches that start from new nodes are expandable by default.
getNodeVicinityCost() - Method in interface com.mindfusion.diagramming.jlayout.RoutingOptions
 
getNodeVicinityCost() - Method in class com.mindfusion.diagramming.RoutingOptions
Gets the value added to the total route cost when a link passes through the buffer area around a node.
getNodeVicinitySize() - Method in class com.mindfusion.diagramming.RoutingOptions
Gets the size of the buffer area around a node for which link routes are assigned higher costs if they pass through that area.
getNonplanarLinks() - Method in class com.mindfusion.diagramming.jlayout.CascadeLayoutStatistics
Gets the links which were breaking planarity in the source graph.
getNoWrap() - Method in class com.mindfusion.drawing.TextFormat
Gets a value indicating whether automatic text wrapping is disabled.
getNoWrap() - Method in class com.mindfusion.drawing.TextLayoutOptions
Indicates whether the text should not automatically wrap to a new line when the space to display the text is not sufficient.
getObject() - Method in class com.mindfusion.diagramming.JsonSerializeTagEventArgs
Gets the object being serialized/deserialized.
getObstacle() - Method in class com.mindfusion.diagramming.DiagramNode
Gets a value indicating whether the link routing algorithm should consider this node an obstacle.
getObstacles() - Method in class com.mindfusion.diagramming.PatternRouter
Gets a list of obstacle nodes.
getOffsetHeaderRows() - Method in class com.mindfusion.diagramming.TableNode
Gets a value indicating whether the table cells are offset to the right to accommodate for the expand buttons displayed inside header rows.
getOffsetUnconnectedLinks() - Method in class com.mindfusion.diagramming.Selection
Gets whether moving the selection should offset all points of selected unconnected links.
getOldAnchorIndex() - Method in class com.mindfusion.diagramming.AnchorPointEvent
 
getOldName() - Method in class com.mindfusion.diagramming.ShapeEvent
 
getOldText() - Method in class com.mindfusion.diagramming.components.ComponentTextEvent
 
getOldText() - Method in class com.mindfusion.diagramming.EditCellTextEvent
Gets the text that had been displayed in the cell before the user edited it.
getOldText() - Method in class com.mindfusion.diagramming.EditLinkTextEvent
Gets the text before in-place editing.
getOldText() - Method in class com.mindfusion.diagramming.EditNodeTextEvent
Gets the text that had been displayed in the node before the user edited it.
getOldText() - Method in class com.mindfusion.diagramming.EditTreeItemTextEvent
 
getOldValue() - Method in class com.mindfusion.diagramming.components.ValueChangedEventArgs
Gets the old value.
getOldValue() - Method in class com.mindfusion.diagramming.components.ValueChangingEventArgs
Gets the old value.
getOpacity() - Method in class com.mindfusion.diagramming.AeroEffect
Gets the opacity to apply to the node's background.
getOpacity() - Method in class com.mindfusion.diagramming.DiagramItem
Gets the opacity of this item.
getOpacity() - Method in class com.mindfusion.drawing.ImageAttributes
Gets the opacity to apply to the image during rendering.
getOpenGrid() - Method in interface com.mindfusion.diagramming.jlayout.RoutingGrid
Returns the grid of open path nodes.
getOppositeNode(Node) - Method in interface com.mindfusion.diagramming.jlayout.Link
Returns the node at the opposite end of the link.
getOptions() - Method in class com.mindfusion.diagramming.DrawParams
 
getOrientation() - Method in class com.mindfusion.diagramming.CascadeLayout
Gets the orientation of the arranged graph.
getOrientation() - Method in class com.mindfusion.diagramming.components.StackPanel
Gets the orientation of the panel.
getOrientation() - Method in class com.mindfusion.diagramming.DecisionLayout
Gets the orientation of the arranged diagram.
getOrientation() - Method in class com.mindfusion.diagramming.FlowchartLayout
Gets the overall orientation of the arranged diagram.
getOrientation() - Method in class com.mindfusion.diagramming.HierarchicalLayout
Gets a the orientation of the arranged graph.
getOrientation() - Method in class com.mindfusion.diagramming.jlayout.CascadeLayoutInfo
Gets the orientation of the arranged graph.
getOrientation() - Method in class com.mindfusion.diagramming.jlayout.DecisionLayoutInfo
Gets a the overall orientation of the arranged diagram.
getOrientation() - Method in class com.mindfusion.diagramming.jlayout.FlowchartLayoutInfo
 
getOrientation() - Method in class com.mindfusion.diagramming.jlayout.HierarchicalLayoutInfo
Gets the orientation of the arranged graph.
getOrientation() - Method in class com.mindfusion.diagramming.jlayout.LayeredLayoutInfo
 
getOrientation() - Method in class com.mindfusion.diagramming.jlayout.OneWayLayoutInfo
Gets the orientation of the arranged graph.
getOrientation() - Method in class com.mindfusion.diagramming.jlayout.SwimlaneLayoutInfo
Gets the overall orientation of the arranged diagram.
getOrientation() - Method in class com.mindfusion.diagramming.jlayout.TopologicalLayoutInfo
 
getOrientation() - Method in class com.mindfusion.diagramming.jlayout.TreeMapLayoutInfo
Gets the overall orientation of the arranged diagram.
getOrientation() - Method in class com.mindfusion.diagramming.jlayout.TriangularLayoutInfo
Gets the orientation of the arranged graph.
getOrientation() - Method in class com.mindfusion.diagramming.LayeredLayout
Gets a value indicating what the overall orientation of the arranged diagram should be.
getOrientation() - Method in class com.mindfusion.diagramming.OneWayLayout
Gets the orientation of the arranged graph.
getOrientation() - Method in class com.mindfusion.diagramming.OrthogonalRouter
Gets the overall orientation of the arranged diagram when BaseLayout is set to Layered.
getOrientation() - Method in class com.mindfusion.diagramming.SwimlaneLayout
Gets a the orientation of the arranged graph.
getOrientation() - Method in class com.mindfusion.diagramming.TopologicalLayout
Gets the overall orientation of the arranged diagram.
getOrientation() - Method in class com.mindfusion.diagramming.TreeMapLayout
Gets the orientation of the arranged diagram.
getOrientation() - Method in class com.mindfusion.diagramming.TriangularLayout
Gets a the orientation of the arranged graph.
getOrigin() - Method in class com.mindfusion.diagramming.DiagramLink
Gets the origin node of a link.
getOrigin() - Method in interface com.mindfusion.diagramming.jlayout.Link
Gets the origin Node for this link.
getOrigin() - Method in class com.mindfusion.diagramming.LinkValidationEvent
Gets the node that would become the link's origin if the event is validated.
getOriginalBounds() - Method in class com.mindfusion.diagramming.DrawParams
 
getOriginalItems() - Method in class com.mindfusion.diagramming.SelectionCopy
Gets a collection of the original items.
getOriginalStates() - Method in class com.mindfusion.diagramming.InteractionState
 
getOriginAnchor() - Method in class com.mindfusion.diagramming.DiagramLink
Gets the index of the anchor point to which a link is connected at its origin.
getOriginConnection() - Method in class com.mindfusion.diagramming.DiagramLink
Gets the ConnectionPoint object representing the link connection to its origin node.
getOriginIndex() - Method in class com.mindfusion.diagramming.DiagramLink
Gets the index of the row of a table or the anchor point of a box to which a link is connected.
getOutgoingLinks() - Method in class com.mindfusion.diagramming.DiagramNode
Gets the links going out from a node.
getOutgoingLinks() - Method in class com.mindfusion.diagramming.Row
Gets a list of all links going out of this row.
getOutgoingLinks() - Method in class com.mindfusion.diagramming.TreeViewItem
Gets a collection of all links that go out of this item.
getOutline() - Method in class com.mindfusion.diagramming.Shape
Gets the outline of this shape.
getOutLinks() - Method in interface com.mindfusion.diagramming.jlayout.Node
Gets all outgoing links.
getOverviewWidth() - Method in class com.mindfusion.diagramming.LayerListView
Gets the width of the layer overview.
getPadding() - Method in class com.mindfusion.diagramming.CascadeLayout
Gets the spacing between nodes in adjacent layers.
getPadding() - Method in class com.mindfusion.diagramming.components.ContentComponent
Gets the padding around this component's content.
getPadding() - Method in class com.mindfusion.diagramming.jlayout.CascadeLayoutInfo
Gets the spacing between nodes in adjacent layers.
getPadding() - Method in class com.mindfusion.diagramming.jlayout.OrthogonalLayoutInfo
Gets a value indicating how much space to leave between nodes in adjacent lanes.
getPadding() - Method in class com.mindfusion.diagramming.jlayout.TreeMapLayoutInfo
Gets the distance between adjacent nodes.
getPadding() - Method in class com.mindfusion.diagramming.OrthogonalLayout
Gets a value indicating how much space to leave between nodes in adjacent lanes.
getPadding() - Method in class com.mindfusion.diagramming.TreeMapLayout
Gets the distance between adjacent nodes.
getPage() - Method in class com.mindfusion.diagramming.PrintPreview
 
getPages() - Method in class com.mindfusion.diagramming.DiagramDocument
Gets a list of the diagram pages contained in this document.
getPairElements() - Method in class com.mindfusion.diagramming.jlayout.Pair
Gets the elements of the pair as an ArrayList.
getPanCursor() - Method in class com.mindfusion.diagramming.DiagramView
Gets the cursor shown when panning the diagram view.
getParent() - Method in class com.mindfusion.diagramming.components.ComponentBase
Gets the parent component, if the current component is hosted.
getParent() - Method in class com.mindfusion.diagramming.DiagramItem
Gets the diagram that contains this item.
getParent() - Method in class com.mindfusion.diagramming.TreeViewItem
Gets the parent item of this item.
getParentHost() - Method in class com.mindfusion.diagramming.components.ComponentBase
For internal use.
getParentHost() - Method in class com.mindfusion.diagramming.components.ComponentEvent
 
getPath() - Method in class com.mindfusion.diagramming.DrawParams
 
getPath(int) - Method in class com.mindfusion.diagramming.jlayout.PathList
 
getPathDirect() - Method in class com.mindfusion.diagramming.DrawParams
 
getPatternBrush() - Method in class com.mindfusion.diagramming.HandlesVisualStyle
Gets a Brush used to draw selection frames for the MoveOnly style.
getPatterns() - Method in class com.mindfusion.diagramming.PatternRouter
Gets a list of RoutePattern objects representing the routing patterns.
getPen() - Method in class com.mindfusion.diagramming.components.BorderComponent
Gets the pen used to stroke the border sides.
getPen() - Method in class com.mindfusion.diagramming.components.ButtonComponent
Gets the border pen of the button when it is in normal state.
getPen() - Method in class com.mindfusion.diagramming.components.EditComponent
Gets the border pen of the edit component.
getPen() - Method in class com.mindfusion.diagramming.components.ShapeComponent
Gets the pen used to stroke the outline of the component.
getPen() - Method in class com.mindfusion.diagramming.DiagramItem
Gets the pen used to draw the item frame lines.
getPen() - Method in class com.mindfusion.diagramming.DrawParams
 
getPen() - Method in class com.mindfusion.diagramming.ShapeDecoration
Gets the pen used to paint the frame of the shape.
getPenHovered() - Method in class com.mindfusion.diagramming.components.ButtonComponent
Gets the border pen of the button when it is in hovered state.
getPenPressed() - Method in class com.mindfusion.diagramming.components.ButtonComponent
Gets the border pen of the button when it is in pressed state.
getPixel(GraphicsUnit) - Static method in class com.mindfusion.diagramming.Constants
 
getPlainText() - Method in class com.mindfusion.diagramming.Cell
Gets the plain text extracted from the formatted text by removing the formatting tags.
getPlainText() - Method in class com.mindfusion.diagramming.ShapeNode
Gets the plain text extracted from the formatted text by removing the formatting tags.
getPlainText() - Method in class com.mindfusion.drawing.StyledText
Gets the text stripped of any formatting tags.
getPlainText() - Method in class com.mindfusion.drawing.Text
Gets the text stripped of any formatting tags.
getPointerColor() - Method in class com.mindfusion.diagramming.Ruler
Gets the color of mouse pointer's projections.
getPointerCursor() - Method in class com.mindfusion.diagramming.DiagramView
Gets the mouse cursor shown when no modification is performed.
getPointerMoved() - Method in class com.mindfusion.diagramming.InteractionState
Gets a value indicating whether the mouse pointer has moved since the user pressed down the mouse button
getPointerPosition() - Method in class com.mindfusion.diagramming.CellEvent
Gets the mouse position.
getPointerPosition() - Method in class com.mindfusion.diagramming.DiagramEvent
Gets the mouse position.
getPointerPosition() - Method in class com.mindfusion.diagramming.HitTestEvent
Gets the current cursor position, expressed in document coordinates.
getPointerPosition() - Method in class com.mindfusion.diagramming.LinkEvent
Gets the current mouse pointer position.
getPointerPosition() - Method in class com.mindfusion.diagramming.NodeEvent
Gets the current mouse pointer position.
getPointerPosition() - Method in class com.mindfusion.diagramming.SelectionEvent
Gets the current mouse pointer position.
getPointIndex() - Method in class com.mindfusion.diagramming.FreeFormHandle
Gets the index of a point from FreeFormNode.Points collection that is being modified through this handle.
getPointIndex() - Method in class com.mindfusion.diagramming.LinkAdjustmentHandle
Gets the index of a link's control point that will be adjusted by this handle.
getPoints() - Method in class com.mindfusion.diagramming.AnchorPattern
Gets a list of the points in this AnchorPattern.
getPoints() - Method in class com.mindfusion.diagramming.DrawLinkEvent
Gets a collection of the link's control points.
getPoints() - Method in class com.mindfusion.diagramming.FreeFormNode
Gets the node's outline points.
getPoints() - Method in interface com.mindfusion.diagramming.jlayout.Link
Gets the sequence of points defining this link.
getPoints() - Method in class com.mindfusion.drawing.Polygon
Gets a collection of the polygon points.
getPolylineRouting() - Method in class com.mindfusion.diagramming.RoutingOptions
Gets a value indicating whether the end segments of polyline links should be oriented orthogonally to node's borders and each other.
getPrecision() - Method in class com.mindfusion.diagramming.AnnealLayout
Gets the cost calculations precision.
getPrecision() - Method in class com.mindfusion.diagramming.jlayout.AnnealLayoutInfo
Gets the cost calculations precision.
getPreferredDistance() - Method in class com.mindfusion.diagramming.PatternRouter
Gets the preferred distance from link's bend points to the link's nodes.
getPreferredScrollableViewportSize() - Method in class com.mindfusion.diagramming.DiagramView
Provides support for scrolling when the diagram in placed inside a scroll pane.
getPreferredSize() - Method in class com.mindfusion.diagramming.DiagramView
Returns the size of the diagram in pixels, based on the currently set document size and zoom level.
getPrintable() - Method in class com.mindfusion.diagramming.DiagramItem
Gets a value indicating whether an item will be printed.
getPrintOptions() - Method in class com.mindfusion.diagramming.DiagramView
Returns a PrintOptions instance that allows customizing various aspects of printing and print-preview.
getProgress() - Method in class com.mindfusion.diagramming.AbstractLayout
Gets the progress callback delegate.
getProjectionColor() - Method in class com.mindfusion.diagramming.Ruler
Gets the color used to paint the projections of the active node on the ruler scales.
getProjectRotatedBounds() - Method in class com.mindfusion.diagramming.Ruler
Gets a value that indicates whether the projection of nodes rotates with them or not.
getPropertyName() - Method in class com.mindfusion.diagramming.JsonSerializeTagEventArgs
Gets the name of the property being serialized.
getPropertyName() - Method in class com.mindfusion.diagramming.SerializeTagEvent
Gets the name of the property being serialized.
getPutEndPointsAtNodeBorders() - Method in class com.mindfusion.diagramming.OrthogonalRouter
Gets a value indicating whether the end points of a link should be placed at the outlines of the nodes connected by that link.
getRadius() - Method in class com.mindfusion.diagramming.CircularLayout
Gets the radius of the layout circle.
getRadius() - Method in class com.mindfusion.diagramming.jlayout.CircularLayoutInfo
Gets the radius of the layout circle.
getRadius() - Method in class com.mindfusion.diagramming.RoundRectangleTemplate
 
getRadius() - Method in class com.mindfusion.drawing.RadialGradientBrush
 
getRailBrush() - Method in class com.mindfusion.diagramming.components.RangeSliderRailComponent
Gets the brush used to fill the rail.
getRailBrush() - Method in class com.mindfusion.diagramming.components.SliderComponent
Gets the background of the slider rail.
getRailBrush() - Method in class com.mindfusion.diagramming.components.SliderRailComponent
Gets the brush used to fill the rail.
getRailPen() - Method in class com.mindfusion.diagramming.components.RangeSliderRailComponent
Gets the pen used to draw the rail outline.
getRailPen() - Method in class com.mindfusion.diagramming.components.SliderComponent
Gets the border pen of the slider rail.
getRailPen() - Method in class com.mindfusion.diagramming.components.SliderRailComponent
Gets the pen used to draw the rail outline.
getRailThickness() - Method in class com.mindfusion.diagramming.components.RangeSliderRailComponent
Gets the rail thickness.
getRailThickness() - Method in class com.mindfusion.diagramming.components.SliderRailComponent
Gets the rail thickness.
getRandomize() - Method in class com.mindfusion.diagramming.AnnealLayout
Gets a value indicating whether the nodes should be placed at random positions when the layout routine starts.
getRandomize() - Method in class com.mindfusion.diagramming.jlayout.AnnealLayoutInfo
Gets a value indicating whether the nodes should be placed at random positions when the layout routine starts.
getRandomSeed() - Method in class com.mindfusion.diagramming.GridLayout
Gets the randomization seed used for generating random node positions.
getRandomSeed() - Method in class com.mindfusion.diagramming.jlayout.GridLayoutInfo
 
getRandomSeed() - Method in class com.mindfusion.diagramming.jlayout.OrthogonalRouterInfo
Random seed.
getRandomSeed() - Method in class com.mindfusion.diagramming.jlayout.SpringLayoutInfo
 
getRandomSeed() - Method in class com.mindfusion.diagramming.OrthogonalRouter
Gets the randomization seed to use for generating random node positions.
getRandomSeed() - Method in class com.mindfusion.diagramming.SpringLayout
Gets the randomization seed used for generating random node positions.
getRecursiveExpand() - Method in class com.mindfusion.diagramming.Diagram
Gets whether tree branches are expanded recursively.
getRedrawCacheImage() - Method in class com.mindfusion.diagramming.RepaintEvent
Gets a value indicating whether the back-buffer cache image should be repainted as well.
getRefine() - Method in class com.mindfusion.diagramming.jlayout.OrthogonalLayoutInfo
Gets or sets a value indicating whether to refine the layout.
getRefine() - Method in class com.mindfusion.diagramming.OrthogonalLayout
Gets a value indicating whether to refine the layout.
getReflectionColor() - Method in class com.mindfusion.diagramming.GlassEffect
Gets the color of the reflection portion of the effect.
getRelativeCharacterIndex(Rectangle2D.Float, int, boolean) - Method in class com.mindfusion.diagramming.components.TextLayout
Gets the index of the character, corresponding to the position of the specified character from the line above or the line below the line containing the character.
getRelativePosition() - Method in class com.mindfusion.diagramming.ConnectionPoint
Gets the position of this connection point, relative to the associated node's bounding rectangle, expressed in percents.
getRelativeTo() - Method in class com.mindfusion.diagramming.LinkLabel
Gets the label's relative positioning.
getRelativeTo() - Method in class com.mindfusion.diagramming.NodeLabel
Gets the label's relative positioning.
getRemoveLayerButtonTooltip() - Method in class com.mindfusion.diagramming.LayerListView
Gets the tooltip for the 'Remove Layer' button.
getRenderOptions() - Method in class com.mindfusion.diagramming.Diagram
 
getRenderPath(ShapeData, boolean, boolean, double) - Method in class com.mindfusion.diagramming.Shape
 
getRenderTarget() - Method in class com.mindfusion.diagramming.RenderOptions
 
getRepaintRect(boolean) - Method in class com.mindfusion.diagramming.ContainerNode
 
getRepaintRect(boolean) - Method in class com.mindfusion.diagramming.DiagramItem
Gets the repaint region for this item, taking into account factors such as pen, selection handles and shadow.
getRepaintRect(boolean) - Method in class com.mindfusion.diagramming.DiagramLink
 
getRepaintRect(boolean) - Method in class com.mindfusion.diagramming.DiagramNode
 
getRepaintRect(boolean) - Method in class com.mindfusion.diagramming.Selection
 
getRepaintRect(boolean) - Method in class com.mindfusion.diagramming.ShapeNode
 
getRepaintRect(boolean) - Method in class com.mindfusion.diagramming.TableNode
 
getRepaintRect(boolean) - Method in class com.mindfusion.diagramming.TreeViewNode
getRepresentation() - Method in class com.mindfusion.diagramming.JsonSerializeTagEventArgs
Gets the JsonObject, representing the tag object
getRepulsionFactor() - Method in class com.mindfusion.diagramming.jlayout.SpringLayoutInfo
 
getRepulsionFactor() - Method in class com.mindfusion.diagramming.SpringLayout
Gets a multiplier value applied to the repulsive force between nodes.
getRestrictItemsToBounds() - Method in class com.mindfusion.diagramming.Diagram
Gets a value indicating whether users are allowed to move items outside the currently define document bounds.
getRetainForm() - Method in class com.mindfusion.diagramming.DiagramLink
Gets a value indicating whether a link should preserve its original shape while the nodes related to that link are moved around.
getReversedLinks() - Method in class com.mindfusion.diagramming.TreeLayout
Gets a value indicating which direction of links should be considered the parent-to-child one.
getRgnInRect(Rectangle2D.Float) - Method in class com.mindfusion.diagramming.CompositeNode
Creates a java.awt.Shape object specifying the node shape for a specified bounding rectangle.
getRgnInRect(Rectangle2D.Float, boolean) - Method in class com.mindfusion.diagramming.CompositeNode
Creates a java.awt.Shape object specifying the node shape for a specified bounding rectangle.
getRight() - Method in class com.mindfusion.diagramming.Thickness
 
getRightButtonActions() - Method in class com.mindfusion.diagramming.DiagramView
Gets what actions are performed via the right mouse button.
getRightToLeft() - Method in class com.mindfusion.drawing.TextFormat
 
getRightToLeft() - Method in class com.mindfusion.drawing.TextLayoutOptions
 
getRoot() - Method in class com.mindfusion.diagramming.AnnealLayout
Gets the diagram node that specifies which connected graph in the diagram should be arranged.
getRoot() - Method in class com.mindfusion.diagramming.FractalLayout
Gets the tree root.
getRoot() - Method in class com.mindfusion.diagramming.jlayout.FractalLayout
Gets the tree root.
getRoot() - Method in class com.mindfusion.diagramming.OrthogonalRouter
Gets a node indicating which subgraph of the diagram must be laid out.
getRoot() - Method in class com.mindfusion.diagramming.TreeLayout
Gets the node which will be used as root of the tree.
getRootItems() - Method in class com.mindfusion.diagramming.TreeViewNode
Gets a list of the root TreeViewItem objects displayed in this node.
getRotateCursor() - Method in class com.mindfusion.diagramming.DiagramView
Gets the cursor shown when dragging from the current mouse pointer location would start rotating a box.
getRotatedBounds(Rectangle2D, Point2D, double) - Static method in class com.mindfusion.diagramming.DiagramNode
Gets the bounding rectangle of this node, when it is rotated at the specified angle around the specified pivot.
getRotatedBounds() - Method in class com.mindfusion.diagramming.DrawParams
 
getRotatedPath() - Method in class com.mindfusion.diagramming.DrawParams
 
getRotateImage() - Method in class com.mindfusion.diagramming.ShapeNode
Gets a value indicating whether the image displayed inside a node should rotate together with the node.
getRotateText() - Method in class com.mindfusion.diagramming.ShapeNode
Gets a value indicating whether the text displayed inside a node should rotate together with the node.
getRotationAngle() - Method in class com.mindfusion.diagramming.DiagramNode
Gets the rotation angle of this node.
getRotationHandleBrush() - Method in class com.mindfusion.diagramming.HandlesVisualStyle
Gets a Brush used to fill the interior of the rotation handle.
getRoundedLinks() - Method in class com.mindfusion.diagramming.Diagram
Gets if the joins between segments of Polyline and Cascading links should be rounded.
getRoundedLinks() - Method in class com.mindfusion.diagramming.jlayout.OneWayLayoutInfo
Gets a value indicating whether the layout will smooth link bends.
getRoundedLinks() - Method in class com.mindfusion.diagramming.OneWayLayout
Gets a value indicating whether the layout should smooth link bends.
getRoundedLinksRadius() - Method in class com.mindfusion.diagramming.Diagram
Gets the radius of arc joins of rounded links' segments.
getRouteHeuristics() - Method in class com.mindfusion.diagramming.RoutingOptions
Gets the heuristic function used by the routing algorithm to choose next points in the route.
getRouteLinks() - Method in class com.mindfusion.diagramming.Diagram
Gets a value indicating whether newly created links will automatically find their way between nodes.
getRouters() - Method in class com.mindfusion.diagramming.CompositeRouter
Gets a list of router objects forming a chain through which links pass until they are routed successfully.
getRoutingOptions() - Method in class com.mindfusion.diagramming.Diagram
Gets a RoutingOptions instance that lets you set various attributes of the link routing algorithm.
getRow() - Method in class com.mindfusion.diagramming.CellEvent
Gets the index of the cell row.
getRow() - Method in class com.mindfusion.diagramming.ConnectionPoint
Gets the index of a constituent item within the associated node where the link represented by this connection point is connected, or -1, if the link is connected to the node itself.
getRow() - Method in class com.mindfusion.diagramming.DrawCellEvent
Gets the index of the table's row that contains Cell.
getRow() - Method in class com.mindfusion.diagramming.EditCellTextEvent
Gets the index of the table's row that contains the Cell object.
getRow() - Method in class com.mindfusion.diagramming.TreeViewConnectionPoint
ConnectionPoint.getRow override.
getRowAnchorPattern() - Method in class com.mindfusion.diagramming.TableNode
Gets the default row AnchorPattern.
getRowCount() - Method in interface com.mindfusion.diagramming.jlayout.RoutingGrid
 
getRowCount() - Method in interface com.mindfusion.diagramming.jlayout.SwimlaneGrid
 
getRowCount() - Method in class com.mindfusion.diagramming.LaneGrid
getRowCount() - Method in interface com.mindfusion.diagramming.SwimlaneGrid
Gets the number of rows in the swimlane grid.
getRowCount() - Method in class com.mindfusion.diagramming.TableNode
Gets the number of rows of this table.
getRowHeight(int) - Method in interface com.mindfusion.diagramming.jlayout.SwimlaneGrid
 
getRowHeight(int) - Method in class com.mindfusion.diagramming.LaneGrid
getRowHeight(int) - Method in interface com.mindfusion.diagramming.SwimlaneGrid
Gets the the height of the specified row in the swimlane grid.
getRowHeight() - Method in class com.mindfusion.diagramming.TableNode
Gets the initial height of the rows of this table.
getRowIndex() - Method in class com.mindfusion.diagramming.ExpandHeaderRowCmd
Gets the index of the header row that defines which rows are collapsed or defined.
getRowIndex() - Method in class com.mindfusion.diagramming.RowEvent
Gets the index of the table row for which the event has been raised.
getRows() - Method in class com.mindfusion.diagramming.components.GridPanel
Gets a list with the definitions of all rows in the grid.
getRows() - Method in class com.mindfusion.diagramming.TableNode
Gets a list of all rows in the table.
getRowSpan() - Method in class com.mindfusion.diagramming.Cell
Gets the number of rows spanned by this cell.
getRuntimeData() - Method in interface com.mindfusion.diagramming.jlayout.Link
Gets custom data associated with this link.
getRuntimeData() - Method in interface com.mindfusion.diagramming.jlayout.Node
Gets custom data associated with this node.
getRuntimeIndex() - Method in class com.mindfusion.diagramming.DiagramItem
For internal use.
getScale() - Method in class com.mindfusion.diagramming.HtmlBuilder
 
getScale() - Method in class com.mindfusion.diagramming.RenderOptions
Gets the scale of the printed diagram relatively to the original on-screen size of the diagram.
getScaleColor() - Method in class com.mindfusion.diagramming.Ruler
Gets the color used to paint the color of the ruler scales.
getScaleFactor() - Method in class com.mindfusion.diagramming.Overview
Gets the fixed scale factor that is used when the FitAll mode is disabled.
getScrollable() - Method in class com.mindfusion.diagramming.ContainerNode
Gets a value indicating whether users are allowed to scroll the contents of this container.
getScrollable() - Method in class com.mindfusion.diagramming.TableNode
Gets a value indicating whether users are allowed to scroll the table.
getScrollable() - Method in class com.mindfusion.diagramming.TreeViewNode
Gets a value indicating whether users are allowed to scroll this tree view.
getScrollableBlockIncrement(Rectangle, int, int) - Method in class com.mindfusion.diagramming.DiagramView
Provides support for scrolling when the diagram in placed inside a scroll pane.
getScrollableTracksViewportHeight() - Method in class com.mindfusion.diagramming.DiagramView
Provides support for scrolling when the diagram in placed inside a scroll pane.
getScrollableTracksViewportWidth() - Method in class com.mindfusion.diagramming.DiagramView
Provides support for scrolling when the diagram in placed inside a scroll pane.
getScrollableUnitIncrement(Rectangle, int, int) - Method in class com.mindfusion.diagramming.DiagramView
Provides support for scrolling when the diagram in placed inside a scroll pane.
getScrollbarLargeChange(boolean) - Method in class com.mindfusion.diagramming.ContainerNode
 
getScrollbarLargeChange(boolean) - Method in class com.mindfusion.diagramming.TreeViewNode
 
getScrollbarMaximum(boolean) - Method in class com.mindfusion.diagramming.ContainerNode
 
getScrollbarMaximum(boolean) - Method in class com.mindfusion.diagramming.TreeViewNode
 
getScrollFirstLine() - Method in class com.mindfusion.diagramming.components.EditComponent
Gets the index of the first visible line in the edit component.
getScrollPosition() - Method in class com.mindfusion.diagramming.TreeViewNode
Gets the current scroll position.
getScrollStep() - Method in class com.mindfusion.diagramming.ZoomControl
Gets the scroll offset added when users click the pan arrows.
getScrollX() - Method in class com.mindfusion.diagramming.ContainerNode
Gets the container's horizontal scroll position.
getScrollX() - Method in class com.mindfusion.diagramming.DiagramView
Gets the horizontal scroll position.
getScrollX() - Method in class com.mindfusion.diagramming.RenderOptions
 
getScrollY() - Method in class com.mindfusion.diagramming.ContainerNode
Gets the container's vertical scroll position.
getScrollY() - Method in class com.mindfusion.diagramming.DiagramView
Gets the vertical scroll position.
getScrollY() - Method in class com.mindfusion.diagramming.RenderOptions
 
getScrollZoneSize() - Method in class com.mindfusion.diagramming.DiagramView
Gets the size of the auto scroll zone near the edges of the control.
getSecondObject() - Method in class com.mindfusion.diagramming.jlayout.Pair
Gets the second pair object.
getSegmentCount() - Method in class com.mindfusion.diagramming.DiagramLink
Gets the number of segments of this link.
getSelectAfterCreate() - Method in class com.mindfusion.diagramming.Diagram
Gets a value indicating whether newly created items are selected automatically.
getSelected() - Method in class com.mindfusion.diagramming.DiagramItem
Gets a value indicating whether this item is selected.
getSelectedColor() - Method in class com.mindfusion.diagramming.LayerListView
Gets the color with which selected items' background is painted.
getSelectedItemHandlesStyle() - Method in class com.mindfusion.diagramming.Diagram
Gets the visual style of the manipulation handles displayed around selected items.
getSelection() - Method in class com.mindfusion.diagramming.Diagram
Gets a Selection instance representing the current selection.
getSelection() - Method in class com.mindfusion.diagramming.SelectionEvent
 
getSelectionColor() - Method in class com.mindfusion.diagramming.components.EditComponent
Gets the color of the selection.
getSelectionLength() - Method in class com.mindfusion.diagramming.components.EditComponent
Gets the length of the selection in the edit component.
getSelectionOnTop() - Method in class com.mindfusion.diagramming.Diagram
Gets a value indicating whether selected items are drawn on top of the non-selected ones.
getSelectionRectangle() - Method in class com.mindfusion.diagramming.LinkValidationEvent
Gets the current selection rectangle.
getSelectionRectangle() - Method in class com.mindfusion.diagramming.NodeValidationEvent
Gets the current selection rectangle.
getSelectionStart() - Method in class com.mindfusion.diagramming.components.EditComponent
Gets the start of the selection in the edit component.
getSetsDirtyFlag() - Method in class com.mindfusion.diagramming.Selection
Gets a value indicating whether the diagram's Dirty flag should be set when selection changes.
getShadeColor() - Method in class com.mindfusion.diagramming.AeroEffect
Gets the color of the shade.
getShadow() - Method in class com.mindfusion.diagramming.DrawLinkEvent
Gets a value indicating whether the event is raised to draw the link's shadow.
getShadow() - Method in class com.mindfusion.diagramming.DrawNodeEvent
Gets a value indicating whether the event is raised to draw the node's shadow.
getShadow() - Method in class com.mindfusion.diagramming.DrawParams
 
getShadowBrush() - Method in class com.mindfusion.diagramming.Diagram
Deprecated.
getShadowBrush() - Method in class com.mindfusion.diagramming.DiagramItem
Gets the brush of the item's shadow.
getShadowBrush() - Method in class com.mindfusion.diagramming.DiagramItemStyle
Gets the brush used to paint the shadow of the item.
getShadowBrush() - Method in class com.mindfusion.diagramming.DiagramStyle
Gets the brush used to paint the shadow of the items.
getShadowColor() - Method in class com.mindfusion.diagramming.ZoomControl
Gets the shadow color.
getShadowOffsetX() - Method in class com.mindfusion.diagramming.Diagram
Gets the default horizontal distance between shadows and the items that cast them.
getShadowOffsetX() - Method in class com.mindfusion.diagramming.DiagramItem
Gets the horizontal distance between a shadow and the item that casts it.
getShadowOffsetY() - Method in class com.mindfusion.diagramming.Diagram
Gets the default vertical distance between shadows and the items that cast them.
getShadowOffsetY() - Method in class com.mindfusion.diagramming.DiagramItem
Gets the vertical distance between a shadow and the item that casts it.
getShadowsStyle() - Method in class com.mindfusion.diagramming.Diagram
Gets the style of shadows.
getShape() - Method in class com.mindfusion.diagramming.components.ShapeComponent
Gets the Shape object defining the outline of the component.
getShape() - Method in class com.mindfusion.diagramming.ContainerNode
Gets the shape of this container.
getShape() - Method in class com.mindfusion.diagramming.DiagramLink
Gets the shape of a link.
getShape() - Method in class com.mindfusion.diagramming.ShapeEvent
 
getShape() - Method in class com.mindfusion.diagramming.ShapeNode
Gets the shape of a node.
getShape() - Method in class com.mindfusion.diagramming.TableNode
Gets the shape of this table.
getShape() - Method in class com.mindfusion.diagramming.TreeViewNode
Gets the shape of this node.
getShapeAt(int) - Method in class com.mindfusion.diagramming.ShapeListBox
Returns the Shape at the specified index.
getShapeBrush() - Method in class com.mindfusion.diagramming.Diagram
Deprecated.
getShapeCount() - Method in class com.mindfusion.diagramming.ShapeListBox
Returns the number of shapes after filtering.
getShapeCustomDraw() - Method in class com.mindfusion.diagramming.Diagram
Gets whether new nodes should be custom drawn and what type of custom drawing will be performed on them.
getShapeFillColor() - Method in class com.mindfusion.diagramming.ShapeListBox
Gets the fill color of the shapes in the list box.
getShapeFilter() - Method in class com.mindfusion.diagramming.ShapeListBox
Gets the identifiers of the shapes that should be displayed in the list box.
getShapeHandlesStyle() - Method in class com.mindfusion.diagramming.Diagram
Gets the default value for the HandlesStyle property of new shape nodes.
getShapeNodeStyle() - Method in class com.mindfusion.diagramming.Diagram
Gets the theme-level style for shape nodes.
getShapeOrientation() - Method in class com.mindfusion.diagramming.Diagram
Gets the default shape definition orientation angle assigned to new nodes.
getShapeOrientation() - Method in class com.mindfusion.diagramming.ShapeNode
Gets an orientation angle applied to the shape definition before the shape points are mapped to the node's bounding rectangle.
getShapePen() - Method in class com.mindfusion.diagramming.Diagram
Deprecated.
getShapes() - Static method in class com.mindfusion.diagramming.Shape
Returns a list of all shapes definitions.
getShapes() - Method in class com.mindfusion.diagramming.ShapeLibrary
Gets the shapes contained in this library.
getShapes() - Method in class com.mindfusion.diagramming.ShapeListBox
Retrieves all shapes visible in the list box after filtering.
getShapeText() - Method in class com.mindfusion.diagramming.Diagram
Gets the default text assigned to new nodes.
getShift() - Method in class com.mindfusion.diagramming.ModifierKeyActions
Gets what action is triggered by the SHIFT key.
getShowAnchors() - Method in class com.mindfusion.diagramming.Diagram
Gets a value indicating whether anchor points should be shown on screen.
getShowCreateNewTab() - Method in class com.mindfusion.diagramming.TabbedScrollPane
Gets a value indicating whether to display the 'Create New Tab' button.
getShowDisabledHandles() - Method in class com.mindfusion.diagramming.Diagram
Gets whether disabled manipulation handles are displayed.
getShowGrid() - Method in class com.mindfusion.diagramming.Diagram
Gets a value indicating whether the alignment grid is displayed.
getShowHandlesOnDrag() - Method in class com.mindfusion.diagramming.Diagram
Gets whether selection handles of objects under the mouse are displayed while another object is being modified.
getShowLabel() - Method in class com.mindfusion.diagramming.ZoomControl
Gets a value indicating whether the label that shows the current zoom level should be visible.
getShowLabels() - Method in class com.mindfusion.diagramming.NodeListView
Gets a value indicating whether to show text labels along with icons for each list item.
getShowLabels() - Method in class com.mindfusion.diagramming.ShapeListBox
Gets a value indicating whether to show text labels along with icons for each list item.
getShowLines() - Method in class com.mindfusion.diagramming.TreeViewNode
Gets whether to display lines connecting child items to parent items.
getShowScrollbars() - Method in class com.mindfusion.diagramming.Overview
Gets a value indicating whether the overview control should display scrollbars.
getShowTabCloseButtons() - Method in class com.mindfusion.diagramming.TabbedScrollPane
Gets a value indicating whether to display a close button for each tab.
getShowTabNavigationButtons() - Method in class com.mindfusion.diagramming.TabbedScrollPane
Gets a value indicating whether the tab navigation buttons.
getShowTabs() - Method in class com.mindfusion.diagramming.TabbedScrollPane
Gets a value indicating whether the tabs are visible.
getShowToolTips() - Method in class com.mindfusion.diagramming.DiagramView
Gets a value indicating whether an item's ToolTip is shown when the mouse hovers over the item.
getShowTooltips() - Method in class com.mindfusion.diagramming.LayerListView
Gets a value indicating whether to display tooltips.
getSiftingRounds() - Method in class com.mindfusion.diagramming.CircularLayout
Gets the number of sifts to perform during the layout.
getSiftingRounds() - Method in class com.mindfusion.diagramming.jlayout.CircularLayoutInfo
Gets the number of sifts to perform during the layout.
getSize() - Method in class com.mindfusion.diagramming.DraggedNode
Get the size of the node.
getSize(Rectangle2D) - Static method in class com.mindfusion.diagramming.Utilities
 
getSkipDefaultDrawing() - Method in class com.mindfusion.diagramming.DrawParams
 
getSkipSavingState() - Method in class com.mindfusion.diagramming.InteractionState
Gets a value indicating whether diagram items should skip storing their state for subsequent cancel.
getSmallStep() - Method in class com.mindfusion.diagramming.components.SpinnerComponent
Gets the amount to add or subtract from the spinner value when the adjustment buttons are clicked or when the up or down arrow keys are pressed while the spinner has focus.
getSnapToAnchor() - Method in class com.mindfusion.diagramming.Diagram
Gets a value indicating when links should snap to anchor points.
getSnapToZoomStep() - Method in class com.mindfusion.diagramming.ZoomControl
Gets whether the trackbar should snap to ZoomStep values when dragged.
getSourceActions(JComponent) - Method in class com.mindfusion.diagramming.NodeListView.NodeTransferHandler
TransferHandler.getSourceActions override.
getSpacing() - Method in class com.mindfusion.diagramming.components.StackPanel
Gets the distance between adjacent items in the panel.
getSplitGraph() - Method in class com.mindfusion.diagramming.AnnealLayout
Whether unconnected sub-graphs should be laid out independently from each other.
getSplitGraph() - Method in class com.mindfusion.diagramming.FlowchartLayout
Gets a value indicating whether unconnected subgraphs should be laid out independently from each other.
getSplitGraph() - Method in class com.mindfusion.diagramming.OrthogonalRouter
Gets a value indicating whether unconnected subgraphs should be laid out independently from each other.
getSplitLayers() - Method in class com.mindfusion.diagramming.jlayout.LayeredLayoutInfo
 
getSplitLayers() - Method in class com.mindfusion.diagramming.LayeredLayout
Gets a value indicating whether layers that are much wider than the other layers should be split.
getSquarify() - Method in class com.mindfusion.diagramming.jlayout.TreeMapLayoutInfo
Gets a value indicating whether the layout should attempt to keep the dimension ratio of the nodes closer to 1.
getSquarify() - Method in class com.mindfusion.diagramming.TreeMapLayout
Gets a value indicating whether the layout should attempt to keep the dimension ratio of the nodes closer to 1.
getStages() - Method in class com.mindfusion.diagramming.AnnealLayout
Gets how many cooling stages the algorithm should simulate.
getStages() - Method in class com.mindfusion.diagramming.jlayout.AnnealLayoutInfo
Gets how many cooling stages the algorithm should simulate.
getStart() - Method in class com.mindfusion.drawing.GradientBrush
 
getStartNode() - Method in class com.mindfusion.diagramming.DecisionLayout
Gets the initial (top-left) node in the arranged diagram.
getStartNode() - Method in class com.mindfusion.diagramming.GridLayout
Gets the node that should be placed at the upper left corner of the grid.
getStartNode() - Method in class com.mindfusion.diagramming.jlayout.DecisionLayoutInfo
Gets the initial (top-left) node in the arranged diagram.
getStartNode() - Method in class com.mindfusion.diagramming.jlayout.GridLayoutInfo
 
getStartNode() - Method in class com.mindfusion.diagramming.jlayout.LayeredLayoutInfo
 
getStartNode() - Method in class com.mindfusion.diagramming.LayeredLayout
Gets the node that should be placed in the first layer of the arranged graph.
getStartOfLine(Rectangle2D.Float, int) - Method in class com.mindfusion.diagramming.components.TextLayout
Retrieves the index of the first character of the specified line.
getStartOrientation() - Method in class com.mindfusion.diagramming.jlayout.OrthogonalRouterInfo
com.mindfusion.diagramming.Orientation.
getStartOrientation() - Method in class com.mindfusion.diagramming.OrthogonalRouter
Gets the desired orientation of the first segments of routed links.
getStartOrientation() - Method in class com.mindfusion.diagramming.RoutingOptions
Gets a value indicating whether routes should start in horizontal or vertical direction.
getStartPoint() - Method in class com.mindfusion.diagramming.DiagramLink
Gets the position of the first control point of this link.
getStartPoint() - Method in class com.mindfusion.diagramming.InteractionState
Gets the coordinates of the point where the modification has started.
getStartValue() - Method in class com.mindfusion.diagramming.components.RangeSliderRailComponent
Gets the currently selected start value.
getStartValue() - Method in class com.mindfusion.diagramming.components.SliderComponent
Gets the start value of the slider.
getState() - Method in class com.mindfusion.diagramming.components.ButtonComponent
Gets the current state of the button
getStatistics() - Method in class com.mindfusion.diagramming.jlayout.CascadeLayout
Gets layout-specific information about the edges and vertices participating in the layout.
getStatistics() - Method in class com.mindfusion.diagramming.jlayout.LayeredLayoutInfo
Gets layout-specific information about the nodes and links participating in the layout.
getStatistics() - Method in class com.mindfusion.diagramming.LayeredLayout
Gets layout-specific information about the nodes and links participating in the layout.
getSteps() - Method in class com.mindfusion.diagramming.RoutePattern
Gets the list of RouteStep objects that generate a route.
getStraightenLongLinks() - Method in class com.mindfusion.diagramming.jlayout.LayeredLayoutInfo
 
getStraightenLongLinks() - Method in class com.mindfusion.diagramming.LayeredLayout
Gets whether the layout algorithm should strive to straighten links that cross more than one layer of the graph.
getStretch() - Method in class com.mindfusion.diagramming.jlayout.SpringLayout
 
getStretchFactor() - Method in class com.mindfusion.diagramming.jlayout.TreeLayoutInfo
Gets or sets a value indicating the stretch factor in radial layouts.
getStretchFactor() - Method in class com.mindfusion.diagramming.TreeLayout
Gets a value defining the elliptic factor used with radial layouts.
getStroke() - Method in class com.mindfusion.diagramming.DiagramItemStyle
Gets the brush used to paint the outline of the item.
getStroke() - Method in class com.mindfusion.diagramming.DiagramStyle
Gets the brush used to paint the outline of the items.
getStrokeThickness() - Method in class com.mindfusion.diagramming.DiagramItemStyle
Gets the thickness of the item's outline, expressed in the current units of measure.
getStrokeThickness() - Method in class com.mindfusion.diagramming.DiagramStyle
Gets the thickness of the items' outline, expressed in the current units of measure.
getStyle() - Method in class com.mindfusion.diagramming.Diagram
Gets the style associated with the diagram.
getStyle() - Method in class com.mindfusion.diagramming.DiagramItem
Gets the style associated with the item.
getSubCommands() - Method in class com.mindfusion.diagramming.Command
Gets a collection of all command objects contained within the composite one.
getSubordinateGroup() - Method in class com.mindfusion.diagramming.DiagramItem
Gets the group of subordinated items attached to this one.
getSubordinates() - Method in interface com.mindfusion.diagramming.jlayout.Node
Gets the subordinate nodes in a graph with hierarchical relationships.
getSurroundingColor() - Method in class com.mindfusion.drawing.RadialGradientBrush
Gets the surrounding color.
getSvgNodeStyle() - Method in class com.mindfusion.diagramming.Diagram
Gets the theme-level style for SVG nodes.
getSvgUrl() - Method in class com.mindfusion.diagramming.SvgNode
Gets a URL used to load an SVG file into this node.
getSwimlaneGrid() - Method in class com.mindfusion.diagramming.jlayout.SwimlaneLayoutInfo
Gets the object through which the swimlane grid can be manipulated by the layout.
getSwimlaneGrid() - Method in class com.mindfusion.diagramming.SwimlaneLayout
Gets the object through which the layout can manipulate the swimlane grid.
getTabAlignment() - Method in class com.mindfusion.diagramming.TabbedScrollPane
Gets the tabs alignment.
getTable() - Method in class com.mindfusion.diagramming.Cell
 
getTable() - Method in class com.mindfusion.diagramming.CellEvent
Gets a reference to the table related to this event.
getTable() - Method in class com.mindfusion.diagramming.DrawCellEvent
Get the table that contains Cell.
getTable() - Method in class com.mindfusion.diagramming.ExpandHeaderRowCmd
Gets the table whose rows are expanded or collapsed by this command.
getTable() - Method in class com.mindfusion.diagramming.RedimTableCmd
Returns the table related to this command.
getTable() - Method in class com.mindfusion.diagramming.ResizeTableColumnCmd
Gets a reference to table affected by this operation.
getTable() - Method in class com.mindfusion.diagramming.ResizeTableRowCmd
Gets a reference to table affected by this operation.
getTable() - Method in class com.mindfusion.diagramming.RowEvent
Get the table for which the event has been raised.
getTable() - Method in class com.mindfusion.diagramming.ScrollTableCmd
Gets the table related to this command.
getTableBrush() - Method in class com.mindfusion.diagramming.Diagram
Deprecated.
getTableCaption() - Method in class com.mindfusion.diagramming.Diagram
Gets the default caption text assigned to new tables.
getTableCaptionHeight() - Method in class com.mindfusion.diagramming.Diagram
Gets the default height of the caption area of new tables.
getTableColumnCount() - Method in class com.mindfusion.diagramming.Diagram
Gets how many columns new tables have by default.
getTableColumnWidth() - Method in class com.mindfusion.diagramming.Diagram
Gets the default width of the columns of new tables.
getTableConnectionStyle() - Method in class com.mindfusion.diagramming.Diagram
Gets how users are allowed to link tables to each other - as integral entities, by rows, or both.
getTableCustomDraw() - Method in class com.mindfusion.diagramming.Diagram
Gets the default type of custom painting applied to new tables.
getTableHandlesStyle() - Method in class com.mindfusion.diagramming.Diagram
Gets the default style of table selection handles.
getTableNodeStyle() - Method in class com.mindfusion.diagramming.Diagram
Gets the theme-level style for table nodes.
getTablePen() - Method in class com.mindfusion.diagramming.Diagram
Deprecated.
getTableRow() - Method in class com.mindfusion.diagramming.LinkValidationEvent
Gets the table row related to a link validation event.
getTableRowCount() - Method in class com.mindfusion.diagramming.Diagram
Gets how many rows new tables have by default.
getTableRowHeight() - Method in class com.mindfusion.diagramming.Diagram
Gets the default height of the row of new tables.
getTableShape() - Method in class com.mindfusion.diagramming.Diagram
Gets the default value of the Shape property of new tables.
getTablesScrollable() - Method in class com.mindfusion.diagramming.Diagram
Gets a value indicating whether users are allowed to scroll new tables.
getTag() - Method in class com.mindfusion.diagramming.AnchorPoint
Gets a custom data object assigned to this anchor point.
getTag() - Method in class com.mindfusion.diagramming.Cell
Gets user-defined data assigned to this cell.
getTag() - Method in class com.mindfusion.diagramming.Diagram
Gets the custom data associated with this diagram.
getTag() - Method in class com.mindfusion.diagramming.DiagramItem
Gets user-defined data assigned to an item.
getTag() - Method in class com.mindfusion.diagramming.Group
Gets the custom data object assigned to this group.
getTag() - Method in class com.mindfusion.diagramming.JsonSerializeTagEventArgs
Gets the tag object being serialized/deserialized.
getTag() - Method in class com.mindfusion.diagramming.SerializeTagEvent
Gets the tag object that should be serialized.
getTag() - Method in class com.mindfusion.diagramming.TreeViewItem
Gets custom data associated with this item.
getTagElement() - Method in class com.mindfusion.diagramming.SerializeTagEvent
Gets XML element under which the tag data should be written or from which the tag must be loaded.
getTargetView() - Method in class com.mindfusion.diagramming.RenderOptions
 
getTemperature() - Method in class com.mindfusion.diagramming.jlayout.AnnealLayoutInfo
Gets the initial temperature of the simulated annealing process.
getTemperatureScale() - Method in class com.mindfusion.diagramming.AnnealLayout
Gets how much the simulated temperature is decreased at each stage of the algorithm.
getTemperatureScale() - Method in class com.mindfusion.diagramming.jlayout.AnnealLayoutInfo
Gets how much the simulated temperature is decreased at each stage of the algorithm.
getText() - Method in class com.mindfusion.diagramming.Cell
Gets the text that is displayed inside the cell.
getText() - Method in class com.mindfusion.diagramming.components.EditComponent
Gets the text of the edit component.
getText() - Method in class com.mindfusion.diagramming.components.TextComponent
Gets the text displayed by the component.
getText() - Method in class com.mindfusion.diagramming.components.TextLayout
 
getText() - Method in class com.mindfusion.diagramming.DiagramLink
Gets the text of the link's label.
getText() - Method in class com.mindfusion.diagramming.FreeFormNode
Gets the text displayed inside this node.
getText() - Method in class com.mindfusion.diagramming.ItemLabel
Gets the label's text.
getText() - Method in class com.mindfusion.diagramming.ShapeNode
Gets the text displayed inside this node.
getTextAlignment() - Method in class com.mindfusion.diagramming.components.EditComponent
Gets the horizontal alignment of the text in the edit component.
getTextAntiAlias() - Method in class com.mindfusion.diagramming.DiagramView
Gets the current anti-aliasing mode for text.
getTextAntiAlias() - Method in class com.mindfusion.diagramming.RenderOptions
 
getTextArea() - Method in class com.mindfusion.diagramming.Shape
Gets the outline of the text area of this shape.
getTextBrush() - Method in class com.mindfusion.diagramming.DiagramItem
Gets the brush used to paint texts inside the item.
getTextBrush() - Method in class com.mindfusion.diagramming.DiagramItemStyle
Gets the brush used to paint texts inside the item.
getTextBrush() - Method in class com.mindfusion.diagramming.DiagramStyle
Gets the brush used to paint texts inside the items.
getTextColor() - Method in class com.mindfusion.diagramming.Cell
Gets the color used to draw the text of this cell.
getTextColor() - Method in class com.mindfusion.diagramming.components.EditComponent
Gets the color of the text.
getTextColor() - Method in class com.mindfusion.diagramming.components.SpinnerComponent
Gets the color of the spinner's text.
getTextColor() - Method in class com.mindfusion.diagramming.components.TextComponent
Gets the color of the displayed text.
getTextColor() - Method in class com.mindfusion.diagramming.Diagram
Deprecated.
getTextColor() - Method in class com.mindfusion.diagramming.ItemLabel
Gets the color of the label's text.
getTextColor() - Method in class com.mindfusion.diagramming.Ruler
Gets the color used to paint texts in the ruler.
getTextFormat() - Method in class com.mindfusion.diagramming.Cell
Gets a TextFormat object specifying how to format and align the text of this cell.
getTextFormat() - Method in class com.mindfusion.diagramming.components.TextComponent
Gets the formatting of the displayed text.
getTextFormat() - Method in class com.mindfusion.diagramming.Diagram
Gets the default format and alignment of the text of new items.
getTextFormat() - Method in class com.mindfusion.diagramming.ShapeNode
Gets a TextFormat object specifying how to format and align the text of this node.
getTextFormat() - Method in class com.mindfusion.diagramming.TreeViewNode
Gets a TextFormat object specifying how to format and align the text of this node.
getTextPadding() - Method in class com.mindfusion.diagramming.Cell
Gets the spacing between the cell's boundaries and its text.
getTextPadding() - Method in class com.mindfusion.diagramming.components.EditComponent
Gets the padding of the edit component.
getTextPadding() - Method in class com.mindfusion.diagramming.DiagramItem
Gets the spacing between the item boundaries and its text.
getTextSize() - Method in class com.mindfusion.diagramming.Cell
Gets the size of the text displayed in this cell.
getTextStyle() - Method in class com.mindfusion.diagramming.DiagramLink
Gets the link's text placement and orientation.
getTextToEdit() - Method in class com.mindfusion.diagramming.Cell
Implements InplaceEditable.getTextToEdit.
getTextToEdit() - Method in class com.mindfusion.diagramming.ContainerNode
Implements InplaceEditable.getTextToEdit.
getTextToEdit() - Method in class com.mindfusion.diagramming.DiagramLink
Implements InplaceEditable.getTextToEdit.
getTextToEdit() - Method in class com.mindfusion.diagramming.FreeFormNode
Implements InplaceEditable.getTextToEdit.
getTextToEdit() - Method in interface com.mindfusion.diagramming.InplaceEditable
Returns the text that should be displayed initially when this object is edited in-place.
getTextToEdit() - Method in class com.mindfusion.diagramming.ItemLabel
Implements InplaceEditable.getTextToEdit.
getTextToEdit() - Method in class com.mindfusion.diagramming.ShapeNode
Implements InplaceEditable.getTextToEdit.
getTextToEdit() - Method in class com.mindfusion.diagramming.TableNode
Implements InplaceEditable.getTextToEdit.
getTextToEdit() - Method in class com.mindfusion.diagramming.TreeViewItem
Implements InplaceEditable.getTextToEdit.
getTextToEdit() - Method in class com.mindfusion.diagramming.TreeViewNode
Implements InplaceEditable.getTextToEdit.
getTexture() - Method in class com.mindfusion.drawing.TextureBrush
 
getTextWrapping() - Method in class com.mindfusion.diagramming.components.EditComponent
Gets the wrapping of of the text in the edit component.
getTextWrapping() - Method in class com.mindfusion.diagramming.components.TextLayout
 
getTheme() - Method in class com.mindfusion.diagramming.Diagram
Gets the theme associated with the diagram.
getThickness() - Method in class com.mindfusion.diagramming.components.BorderComponent
ContentComponent.getThickness override
getThickness() - Method in class com.mindfusion.diagramming.components.ContentComponent
Gets the space around the component's content.
getThumbBrush() - Method in class com.mindfusion.diagramming.components.RangeSliderRailComponent
Gets the brush of the rail's thumbs.
getThumbBrush() - Method in class com.mindfusion.diagramming.components.SliderRailComponent
Gets the brush of the rail's thumb.
getThumbPen() - Method in class com.mindfusion.diagramming.components.RangeSliderRailComponent
Gets the border pen of the rail's thumbs.
getThumbPen() - Method in class com.mindfusion.diagramming.components.SliderRailComponent
Gets the border pen of the rail's thumb.
getTickPosition() - Method in class com.mindfusion.diagramming.ZoomControl
Gets the current tick position of the trackbar.
getTickSize() - Method in class com.mindfusion.diagramming.components.RangeSliderRailComponent
Gets the size of the tick in the middle of the rail.
getTimeLimit() - Method in class com.mindfusion.diagramming.jlayout.LayeredLayoutInfo
 
getTimeLimit() - Method in class com.mindfusion.diagramming.LayeredLayout
Gets the time-out value set for the path-finding part of the layered layout algorithm.
getTitle() - Method in class com.mindfusion.diagramming.Command
Gets the title of this command.
getTitle() - Method in class com.mindfusion.diagramming.DiagramPage
Gets the page title.
getTitle() - Method in class com.mindfusion.diagramming.Layer
Gets a title associated with the layer.
getTitleColor() - Method in class com.mindfusion.diagramming.DiagramPage
Gets the color of the title when the title is displayed.
getToolTip() - Method in class com.mindfusion.diagramming.Cell
Gets the tooltip text that is displayed when the mouse pointer rests for a while over the cell.
getToolTip() - Method in class com.mindfusion.diagramming.Diagram
Gets the tooltip text.
getToolTip() - Method in class com.mindfusion.diagramming.DiagramItem
Gets the tooltip text displayed when the mouse pointer rests over an item.
getToolTipText(MouseEvent) - Method in class com.mindfusion.diagramming.DiagramView
Returns the string to be used as the tooltip for event.
getTop() - Method in class com.mindfusion.diagramming.Thickness
 
getTrackingRectPen() - Method in class com.mindfusion.diagramming.Overview
Gets the Pen object used to draw the tracking rectangle border.
getTrackPointedItem() - Method in class com.mindfusion.diagramming.DiagramView
Gets a value indicating whether the control will raise the nodePointerEnter and nodePointerLeave events.
getTraits() - Method in interface com.mindfusion.diagramming.jlayout.Link
Gets properties specific to each layout algorithm.
getTraits() - Method in interface com.mindfusion.diagramming.jlayout.Node
Contains properties specific to each layout algorithm.
getTransferData(DataFlavor) - Method in class com.mindfusion.diagramming.ByteArrayTransferable
 
getTransferData(DataFlavor) - Method in class com.mindfusion.diagramming.DraggedNodeTransferable
Implements Transferable.getTransferData.
getTransferDataFlavors() - Method in class com.mindfusion.diagramming.ByteArrayTransferable
 
getTransferDataFlavors() - Method in class com.mindfusion.diagramming.DraggedNodeTransferable
Implements Transferable.getTransferDataFlavors.
getTransform() - Method in class com.mindfusion.drawing.GradientBrush
 
getTransform() - Method in class com.mindfusion.drawing.RadialGradientBrush
 
getTransformList() - Method in class com.mindfusion.drawing.RadialGradientBrush
 
getTransparent() - Method in class com.mindfusion.diagramming.ShapeNode
Gets a value indicating whether only the text and image of a node should be drawn on the screen.
getTreeViewNode() - Method in class com.mindfusion.diagramming.ScrollTreeViewCmd
Gets a reference to the TreeViewNode affected by this operation.
getTreeViewNodeStyle() - Method in class com.mindfusion.diagramming.Diagram
Gets the theme-level style for tree view nodes.
getTriggerRerouting() - Method in class com.mindfusion.diagramming.RoutingOptions
Gets a value indicating when JDiagram should look for new link routes.
getTurnCost() - Method in interface com.mindfusion.diagramming.jlayout.RoutingOptions
 
getTurnCost() - Method in class com.mindfusion.diagramming.QuickRouter
Gets a value added to the total cost of a route if it makes a turn.
getTurnCost() - Method in class com.mindfusion.diagramming.RoutingOptions
Gets the value added to the total route cost when a link makes a turn.
getType() - Method in class com.mindfusion.diagramming.components.ButtonComponent
Gets the type of the button.
getType() - Method in class com.mindfusion.diagramming.components.SliderComponent
Gets the type of this slider component.
getType() - Method in class com.mindfusion.diagramming.GlassEffect
Gets the type of the glass effect.
getType() - Method in class com.mindfusion.diagramming.TreeLayout
Gets the layout mode.
getTypeTable() - Method in class com.mindfusion.diagramming.Diagram
Gets the table of registered item types.
getTypeTable() - Method in interface com.mindfusion.diagramming.IItemFactory
 
getUBendMaxLen() - Method in class com.mindfusion.diagramming.QuickRouter
 
getUndoEnabled() - Method in class com.mindfusion.diagramming.UndoManager
Gets a value indicating whether actions performed on the diagram can be undone or redone.
getUndoManager() - Method in class com.mindfusion.diagramming.Diagram
Gets the diagram's UndoManager.
getUnfoldedSize() - Method in class com.mindfusion.diagramming.ContainerNode
Returns the original size of a folded container.
getUnit() - Method in class com.mindfusion.diagramming.Ruler
Gets the measure units displayed by the ruler.
getUnitsPerMillimeter() - Method in class com.mindfusion.diagramming.jlayout.CascadeLayoutInfo
Gets a coefficient representing the ratio between millimeter and the current default units of measure.
getUrl() - Method in class com.mindfusion.diagramming.ImageLoadedEvent
 
getUsePenAsGlow() - Method in class com.mindfusion.diagramming.GlassEffect
Gets a value indicating whether the glow portion of the effect should be painted with the Pen color of the respective node.
getUserValue() - Method in class com.mindfusion.drawing.DrawTextHint
 
getValidityChecks() - Method in class com.mindfusion.diagramming.Diagram
 
getValue() - Method in enum com.mindfusion.diagramming.components.ButtonComponent.ButtonType
Get an integer value associated with this ButtonType.
getValue() - Method in class com.mindfusion.diagramming.components.NumericEditComponent
Gets the value displayed in the edit box.
getValue() - Method in class com.mindfusion.diagramming.components.SliderComponent
Gets the value of the slider.
getValue() - Method in enum com.mindfusion.diagramming.components.SliderComponent.SliderType
Gets an integer value associated with this enum value.
getValue() - Method in class com.mindfusion.diagramming.components.SliderRailComponent
Gets the currently selected value.
getValue() - Method in class com.mindfusion.diagramming.components.SpinnerComponent
Gets the value displayed in the spinner.
getValue() - Method in enum com.mindfusion.diagramming.components.TextWrapping
 
getValue(String) - Method in class com.mindfusion.diagramming.Diagram
Gets the effective value of the style property with the specified name.
getValue(String) - Method in class com.mindfusion.diagramming.DiagramItem
Gets the effective value of the style property with the specified name.
getValue() - Method in enum com.mindfusion.diagramming.GlassEffectType
 
getValue() - Method in enum com.mindfusion.diagramming.ImageAlign
 
getValue() - Method in enum com.mindfusion.diagramming.jlayout.FlowLayoutTraits
Gets an integer value corresponding to enumeration member.
getValue() - Method in enum com.mindfusion.diagramming.jlayout.HierarchicalLayoutTraits
Gets an integer value corresponding to enumeration member.
getValue() - Method in enum com.mindfusion.diagramming.jlayout.LayeredLayoutTraits
Gets an integer value corresponding to enumeration member.
getValue() - Method in enum com.mindfusion.diagramming.jlayout.SpringLayoutTraits
Gets an integer value corresponding to enumeration member.
getValue() - Method in enum com.mindfusion.diagramming.jlayout.SwimlaneLayoutTraits
Gets an integer value corresponding to enumeration member.
getValue() - Method in enum com.mindfusion.diagramming.jlayout.TreeLayoutTraits
Gets an integer value corresponding to enumeration member.
getValue() - Method in enum com.mindfusion.diagramming.jlayout.TreeMapLayoutTraits
Gets an integer value corresponding to enumeration member.
getValue() - Method in interface com.mindfusion.diagramming.NamedEnum
Gets an integer value corresponding to enumeration member.
getValue() - Method in class com.mindfusion.diagramming.ScrollBar
 
getValue(Object) - Method in class com.mindfusion.diagramming.Style
Gets the value of the specified property.
getValue() - Method in enum com.mindfusion.drawing.Align
 
getValue() - Method in enum com.mindfusion.drawing.FontStyle
 
getValue() - Method in enum com.mindfusion.drawing.GraphicsUnit
 
getValue() - Method in enum com.mindfusion.drawing.HatchStyle
 
getValue() - Method in enum com.mindfusion.drawing.ImageAlignment
 
getValue() - Method in enum com.mindfusion.drawing.TextAlignment
 
getValueBrush() - Method in class com.mindfusion.diagramming.components.RangeSliderRailComponent
Gets the brush used to fill the portion of the rail between StartValue and EndValue.
getVerticalAlign() - Method in class com.mindfusion.diagramming.ItemLabel
Gets label's vertical alignment relative to the pin point.
getVerticalAlign() - Method in class com.mindfusion.drawing.TextFormat
Gets the vertical text alignment.
getVerticalAlignment() - Method in class com.mindfusion.diagramming.components.ComponentBase
Gets the vertical alignment of this component relative to its parent.
getVerticalDropAlignment() - Method in class com.mindfusion.diagramming.DiagramView
Gets the vertical placement of nodes created by drag-and-drop operations, relatively to mouse cursor.
getVerticalOffset() - Method in class com.mindfusion.diagramming.ItemLabel
Gets the label's vertical offset.
getVerticalPadding() - Method in class com.mindfusion.diagramming.DecisionLayout
Gets the vertical distance between adjacent nodes.
getVerticalPadding() - Method in class com.mindfusion.diagramming.jlayout.DecisionLayoutInfo
Gets the vertical distance between adjacent nodes.
getVerticalResizeCursor() - Method in class com.mindfusion.diagramming.DiagramView
Gets the cursor shown when dragging from the current mouse pointer location would start resizing an item vertically.
getVerticalScaleAlignment() - Method in class com.mindfusion.diagramming.Ruler
Gets the alignment of the vertical scale of the ruler.
getVerticalScaleVisible() - Method in class com.mindfusion.diagramming.Ruler
Gets a value specifying whether the vertical scale is visible.
getVgap() - Method in class com.mindfusion.diagramming.VerticalFlowLayout
Gets the vertical gap between components and between the components and the borders of the Container.
getView() - Method in class com.mindfusion.diagramming.ZoomControl
Gets the DiagramView object controlled by this ZoomControl.
getVisible() - Method in class com.mindfusion.diagramming.components.ComponentBase
Gets a value indicating whether the component is visible.
getVisible() - Method in class com.mindfusion.diagramming.ContainerNode
Gets a value indicating whether the container is visible.
getVisible() - Method in class com.mindfusion.diagramming.DiagramItem
Gets a value indicating whether an item is visible.
getVisible() - Method in class com.mindfusion.diagramming.Group
Gets a value indicating whether this group is visible.
getVisible() - Method in class com.mindfusion.diagramming.Layer
Gets a value indicating whether the layer is visible.
getVisibleButtonTooltip() - Method in class com.mindfusion.diagramming.LayerListView
Gets the tooltip for the 'Visible' button in each item.
getVisibleRect() - Method in class com.mindfusion.diagramming.DiagramEvent
Gets what part of the diagram is currently visible.
getVisibleRect() - Method in class com.mindfusion.diagramming.RenderOptions
 
getVScrollButtonSize(GraphicsUnit) - Static method in class com.mindfusion.diagramming.Constants
Gets the size of vertical scrollbar arrow buttons.
getWeight() - Method in class com.mindfusion.diagramming.DiagramItem
Gets a weight value used in layout and path-finding algorithms.
getWeight() - Method in interface com.mindfusion.diagramming.jlayout.Link
Gets the weight of the link.
getWeight() - Method in interface com.mindfusion.diagramming.jlayout.Node
Gets the weight of the node.
getWeight(boolean, boolean) - Method in class com.mindfusion.diagramming.jlayout.Path
Gets the length of the path expressed as a sum of the weights of all nodes and links, composing the path.
getWeight(boolean, boolean) - Method in class com.mindfusion.diagramming.Path
Gets the total weight of this path.
getWidth() - Method in class com.mindfusion.diagramming.Column
Gets the width of this column.
getWidth() - Method in class com.mindfusion.diagramming.components.ComponentBase
Gets the explicit width of this component.
getWidth() - Method in class com.mindfusion.diagramming.ElementTemplate
 
getWidth() - Method in class com.mindfusion.diagramming.jlayout.XDimension2D.Double
 
getWidth() - Method in class com.mindfusion.diagramming.XDimension2D.Double
 
getWidth() - Method in class com.mindfusion.drawing.Pen
Gets the width of the lines drawn with this pen.
getWidthHeightRatio() - Method in class com.mindfusion.diagramming.AnnealLayout
Gets what width / height ratio the layout area should have.
getWidthHeightRatio() - Method in class com.mindfusion.diagramming.jlayout.AnnealLayoutInfo
Gets what width / height ratio the layout area should have.
getWrapAtCharacter() - Method in class com.mindfusion.drawing.TextFormat
Gets a value indicating whether text can be wrapped to a new line at an arbitrary character, or only after a whole word.
getWrapAtCharacter() - Method in class com.mindfusion.drawing.TextLayoutOptions
Indicates whether the words can and should split across new lines.
getWrapOverflowingSingleWordLines() - Method in class com.mindfusion.drawing.TextFormat
Gets whether a single-word line should wrap when overflowing.
getWrapOverflowingSingleWordLines() - Method in class com.mindfusion.drawing.TextLayoutOptions
 
getX() - Method in class com.mindfusion.diagramming.AnchorPoint
Gets the X position of the anchor point.
getX() - Method in class com.mindfusion.diagramming.ShapeFormulaParam
Gets the horizontal position of the control point.
getX() - Method in class com.mindfusion.drawing.RadialGradientBrush
Gets the relative x-coordinate of the center point.
getXGap() - Method in class com.mindfusion.diagramming.GridLayout
Gets a value indicating how much horizontal space should be left between the document boundaries and the graph.
getXGap() - Method in class com.mindfusion.diagramming.jlayout.GridLayoutInfo
 
getXGap() - Method in class com.mindfusion.diagramming.jlayout.TreeLayoutInfo
Gets or sets the gap between the leftmost box and the left bound of the document.
getXGap() - Method in class com.mindfusion.diagramming.LayeredLayout
Gets a value indicating how much horizontal space should be left between the document boundaries and the graph.
getXGap() - Method in class com.mindfusion.diagramming.TreeLayout
Gets a value indicating how much horizontal space to leave between the document boundaries and the tree.
getXmlClipboard() - Method in class com.mindfusion.diagramming.DiagramView
Gets a value that specifies whether XML serialization will be used when saving/loading the selection to/from clipboard.
getXmlDocument() - Method in class com.mindfusion.diagramming.XmlPersistContext
 
getXmlElement() - Method in class com.mindfusion.diagramming.ControlNodeEvent
Gets an XML element that stores the control attributes.
getXUnit() - Method in class com.mindfusion.diagramming.AnchorPoint
Gets whether the point's X position is specified as percentage of node's size or fixed offset from the node's left side.
getY() - Method in class com.mindfusion.diagramming.AnchorPoint
Gets the Y position of the anchor point.
getY() - Method in class com.mindfusion.diagramming.ShapeFormulaParam
Gets the vertical position of the control point.
getY() - Method in class com.mindfusion.drawing.RadialGradientBrush
Gets the relative y-coordinate of the center point.
getYGap() - Method in class com.mindfusion.diagramming.GridLayout
Gets a value indicating how much vertical space should be left between the document boundaries and the graph.
getYGap() - Method in class com.mindfusion.diagramming.jlayout.GridLayoutInfo
 
getYGap() - Method in class com.mindfusion.diagramming.jlayout.TreeLayoutInfo
Gets or sets the gap between the topmost box and the top bound of the document.
getYGap() - Method in class com.mindfusion.diagramming.LayeredLayout
Gets a value indicating how much vertical space should be left between the document boundaries and the graph.
getYGap() - Method in class com.mindfusion.diagramming.TreeLayout
Gets a value indicating how much vertical space to leave between the document boundaries and the tree.
getYUnit() - Method in class com.mindfusion.diagramming.AnchorPoint
Gets whether the point's Y position is specified as percentage of node's size or fixed offset from the node's top side.
getZIndex() - Method in class com.mindfusion.diagramming.DiagramItem
Gets the position of an item within the diagram's Z order.
getZIndex() - Method in class com.mindfusion.diagramming.Layer
Gets the z-index of the layer.
getZoomFactor() - Method in class com.mindfusion.diagramming.DiagramView
Gets the current zoom level.
getZoomFactor() - Method in class com.mindfusion.diagramming.ZoomControl
Gets current zoom level.
getZoomStep() - Method in class com.mindfusion.diagramming.ZoomControl
Gets the amount by which to change zoom level when + and - buttons are clicked.
GhostWhite - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFF8F8FF.
GhostWhite - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFF8F8FF.
GhostWhite - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the GhostWhite color.
GlassEffect - Class in com.mindfusion.diagramming
Represents a glass-like visual effect.
GlassEffect() - Constructor for class com.mindfusion.diagramming.GlassEffect
Initializes a new instance of the GlassEffect class.
GlassEffectType - Enum in com.mindfusion.diagramming
The members of this enumeration specify the type of a GlassEffect node effect.
GlassPane - Class in com.mindfusion.diagramming
 
GlassPane(DiagramView) - Constructor for class com.mindfusion.diagramming.GlassPane
 
Gold - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFFFD700.
Gold - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFFFD700.
Gold - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the Gold color.
Goldenrod - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFDAA520.
Goldenrod - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFDAA520.
Goldenrod - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the Goldenrod color.
gotFocus(Object, ComponentEvent) - Method in interface com.mindfusion.diagramming.components.ComponentEventListener
Raised when the component receives the input focus.
GradientBrush - Class in com.mindfusion.drawing
Represents a gradient brush which paints the interior of objects starting with one color and gradually changing to another color by interpolating the RGB values of the two colors.
GradientBrush(Color, Color, int) - Constructor for class com.mindfusion.drawing.GradientBrush
Initializes a new instance of the GradientBrush class.
GradientBrush(float[], Color[], int) - Constructor for class com.mindfusion.drawing.GradientBrush
Initializes a new instance of the GradientBrush class.
GradientBrush(Point2D, Point2D, Color, Color) - Constructor for class com.mindfusion.drawing.GradientBrush
Initializes a new instance of the GradientBrush class.
GradientBrush() - Constructor for class com.mindfusion.drawing.GradientBrush
Initializes a new instance of the GradientBrush class.
GradientBrush(boolean) - Constructor for class com.mindfusion.drawing.GradientBrush
Initializes a new instance of the GradientBrush class.
Granularity - Enum in com.mindfusion.diagramming
The members of this enumeration specify the granularity of the obstacles map generated by QuickRouter.
Graph - Interface in com.mindfusion.diagramming.jlayout
 
GraphBuilder - Interface in com.mindfusion.diagramming.jlayout
Factory class used to create graphs.
graphFromIGraph(Graph, HashMap<Vertex, Node>, HashMap<Edge, Link>) - Static method in class com.mindfusion.diagramming.jlayout.GraphLibUtilities
Creates a GraphLib.Graph object out of the specified IGraph object.
GraphFromIGraph(Graph, HashMap<Vertex, Node>, HashMap<Edge, Link>) - Static method in class com.mindfusion.diagramming.jlayout.Layout
 
graphFromIGraphWithTables(Graph, HashMap<Vertex, Node>, HashMap<Edge, Link>) - Static method in class com.mindfusion.diagramming.jlayout.GraphLibUtilities
Creates a GraphLib.Graph object out of the specified IGraph object.
graphHasFrozenNodes() - Method in class com.mindfusion.diagramming.jlayout.SpringLayout
 
GraphicsEx - Interface in com.mindfusion.drawing
 
GraphicsUnit - Enum in com.mindfusion.drawing
The members of this enumeration specify the unit of measure for graphic objects drawn by JDiagram.
GraphLibUtilities - Class in com.mindfusion.diagramming.jlayout
Provides utility methods for operating with the MindFusion.Graphs library.
GraphLibUtilities() - Constructor for class com.mindfusion.diagramming.jlayout.GraphLibUtilities
 
GraphNodeHashMap - Class in com.mindfusion.diagramming.jlayout
 
GraphNodeHashMap() - Constructor for class com.mindfusion.diagramming.jlayout.GraphNodeHashMap
 
GraphSplitter - Class in com.mindfusion.diagramming.jlayout
 
GraphSplitter() - Constructor for class com.mindfusion.diagramming.jlayout.GraphSplitter
 
Gray - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FF808080.
Gray - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FF808080.
Gray - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the Gray color.
Green - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FF008000.
Green - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FF008000.
Green - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the Green color.
GreenYellow - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFADFF2F.
GreenYellow - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFADFF2F.
GreenYellow - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the GreenYellow color.
Grid - Static variable in class com.mindfusion.diagramming.jlayout.BaseLayout
Use GridLayout to arrange nodes.
gridColor(Color) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the color of the alignment grid.
GridLayout - Class in com.mindfusion.diagramming
Implements a grid graph layout algorithm.
GridLayout() - Constructor for class com.mindfusion.diagramming.GridLayout
Initializes a new instance of the GridLayout class.
GridLayout - Class in com.mindfusion.diagramming.jlayout
 
GridLayout() - Constructor for class com.mindfusion.diagramming.jlayout.GridLayout
 
GridLayoutBuilder - Class in com.mindfusion.diagramming.builders
A class used to initialize GridLayout objects.
GridLayoutBuilder() - Constructor for class com.mindfusion.diagramming.builders.GridLayoutBuilder
Initializes a new instance of the GridLayoutBuilder class.
GridLayoutBuilder(GridLayout) - Constructor for class com.mindfusion.diagramming.builders.GridLayoutBuilder
Initializes a new instance of the GridLayoutBuilder class.
GridLayoutInfo - Class in com.mindfusion.diagramming.jlayout
 
GridLayoutInfo() - Constructor for class com.mindfusion.diagramming.jlayout.GridLayoutInfo
 
GridLayoutInfo(int, float, float, float) - Constructor for class com.mindfusion.diagramming.jlayout.GridLayoutInfo
 
gridOffsetX(float) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the horizontal offset of the first point of the alignment grid.
gridOffsetY(float) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the vertical offset of the first point of the alignment grid.
GridPanel - Class in com.mindfusion.diagramming.components
Represents a container which arranges it's children in a two-dimensional grid.
GridPanel() - Constructor for class com.mindfusion.diagramming.components.GridPanel
Initializes a new instance of the GridPanel class.
GridRouter - Class in com.mindfusion.diagramming
Implements a link routing algorithm that uses a grid to represent the free and occupied regions in the diagram.
GridRouter() - Constructor for class com.mindfusion.diagramming.GridRouter
 
gridSize(float) - Method in class com.mindfusion.diagramming.builders.GridLayoutBuilder
Sets the desired distance between adjacent grid points.
gridSizeX(float) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the horizontal distance between grid points.
gridSizeY(float) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the vertical distance between grid points.
gridStyle(GridStyle) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the appearance style of the alignment grid.
GridStyle - Enum in com.mindfusion.diagramming
The members of this enumeration specify how the alignment grid should be drawn on the screen.
Group - Class in com.mindfusion.diagramming
Represents an hierarchical group of items.
Group() - Constructor for class com.mindfusion.diagramming.Group
Used internally to implement serialization.
Group(Group) - Constructor for class com.mindfusion.diagramming.Group
Initializes a new instance of the Group class.
GroupAttachCmd - Class in com.mindfusion.diagramming
Represents an action that attaches an item to a group.
groupContains(DiagramNode) - Method in class com.mindfusion.diagramming.DiagramNode
 
groupDestroyed(GroupEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when a Group object is destroyed.
groupDestroyed(GroupEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when a Group object is destroyed.
GroupDetachCmd - Class in com.mindfusion.diagramming
Represents an action that detaches an item from a group.
GroupEvent - Class in com.mindfusion.diagramming
Contains the arguments passed to handlers of group-related events, such as GroupDestroyed.
GroupEvent(Object, Group) - Constructor for class com.mindfusion.diagramming.GroupEvent
Represents methods that will handle general group-related events.
GroupList - Class in com.mindfusion.diagramming
A strongly-typed list of Group objects.
GroupList() - Constructor for class com.mindfusion.diagramming.GroupList
 
GroupRotation - Enum in com.mindfusion.diagramming
The members of this enumeration indicate how rotation of a group's master node affects the nodes attached to that group.
growToFit(boolean) - Method in class com.mindfusion.diagramming.builders.CascadeLayoutBuilder
Sets a value indicating whether the layout should increase the diagram bounds to fit the arranged content.
growToFit(boolean) - Method in class com.mindfusion.diagramming.builders.CircularLayoutBuilder
Sets a value indicating whether the layout should increase the diagram bounds to fit the arranged content.
growToFit(boolean) - Method in class com.mindfusion.diagramming.builders.DecisionLayoutBuilder
Sets a value indicating whether the layout should increase the diagram bounds to fit the arranged content.
growToFit(boolean) - Method in class com.mindfusion.diagramming.builders.FlowchartLayoutBuilder
Sets a value indicating whether the layout should increase the diagram bounds to fit the arranged content.
growToFit(boolean) - Method in class com.mindfusion.diagramming.builders.FractalLayoutBuilder
Sets a value indicating whether the layout should increase the diagram bounds to fit the arranged content.
growToFit(boolean) - Method in class com.mindfusion.diagramming.builders.HierarchicalLayoutBuilder
Sets a value indicating whether the layout should increase the diagram bounds to fit the arranged content.
growToFit(boolean) - Method in class com.mindfusion.diagramming.builders.LayeredLayoutBuilder
Sets a value indicating whether the layout should increase the diagram bounds to fit the arranged content.
growToFit(boolean) - Method in class com.mindfusion.diagramming.builders.OneWayLayoutBuilder
Sets a value indicating whether the layout should increase the diagram bounds to fit the arranged content.
growToFit(boolean) - Method in class com.mindfusion.diagramming.builders.OrthogonalLayoutBuilder
Sets a value indicating whether the layout should increase the diagram bounds to fit the arranged content.
growToFit(boolean) - Method in class com.mindfusion.diagramming.builders.SwimlaneLayoutBuilder
Sets a value indicating whether the layout should increase the diagram bounds to fit the arranged content.
growToFit(boolean) - Method in class com.mindfusion.diagramming.builders.TopologicalLayoutBuilder
Sets a value indicating whether the layout should increase the diagram bounds to fit the arranged content.
growToFit(boolean) - Method in class com.mindfusion.diagramming.builders.TreeMapLayoutBuilder
Sets a value indicating whether the layout should increase the diagram bounds to fit the arranged content.
growToFit(boolean) - Method in class com.mindfusion.diagramming.builders.TriangularLayoutBuilder
Sets a value indicating whether the layout should increase the diagram bounds to fit the arranged content.

H

handleKeyDown(int, int) - Method in class com.mindfusion.diagramming.Diagram
Propagates keyboard input to interested manipulators and components.
handleKeyPress(char) - Method in class com.mindfusion.diagramming.Diagram
Propagates keyboard input to interested manipulators.
handleKeyUp(int, int) - Method in class com.mindfusion.diagramming.Diagram
Propagates keyboard input to interested components.
handlePointerMove(Point2D) - Method in class com.mindfusion.diagramming.Diagram
Propagates mouse input to interested manipulators.
handlesStyle(HandlesStyle) - Method in class com.mindfusion.diagramming.builders.CompositeNodeBuilder
Sets the style of the box selection handles.
handlesStyle(HandlesStyle) - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
Sets the style of the box selection handles.
handlesStyle(HandlesStyle) - Method in class com.mindfusion.diagramming.builders.ControlNodeBuilder
Sets the style of the box selection handles.
handlesStyle(HandlesStyle) - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
Sets the style of the link selection handles.
handlesStyle(HandlesStyle) - Method in class com.mindfusion.diagramming.builders.FreeFormNodeBuilder
Sets the style of the box selection handles.
handlesStyle(HandlesStyle) - Method in class com.mindfusion.diagramming.builders.ShapeNodeBuilder
Sets the style of the box selection handles.
handlesStyle(HandlesStyle) - Method in class com.mindfusion.diagramming.builders.SvgNodeBuilder
Sets the style of the box selection handles.
handlesStyle(HandlesStyle) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
Sets the style of the box selection handles.
handlesStyle(HandlesStyle) - Method in class com.mindfusion.diagramming.builders.TreeViewNodeBuilder
Sets the style of the box selection handles.
handlesStyle - Variable in class com.mindfusion.diagramming.DiagramNode
 
HandlesStyle - Enum in com.mindfusion.diagramming
The members of this enumeration specify the appearance and functionality of the manipulation handles displayed around a selected node.
HandlesVisualStyle - Class in com.mindfusion.diagramming
Defines the Pen and Brush objects used to draw items' adjustment handles.
HandlesVisualStyle() - Constructor for class com.mindfusion.diagramming.HandlesVisualStyle
Initializes a new instance of the HandlesVisualStyle class.
hashCode() - Method in class com.mindfusion.diagramming.jlayout.Pair
Object.GetHashCode override.
hashCode() - Method in class com.mindfusion.diagramming.jlayout.TransparentGraphNode
 
hashCode() - Method in class com.mindfusion.diagramming.MeasureUnit
Object.hashCode() override.
hasSubordinates() - Method in class com.mindfusion.diagramming.DiagramItem
Checks whether there are any nodes attached to this item.
HatchBrush - Class in com.mindfusion.drawing
Represents a brush that fills the interiors of objects with a hatch pattern.
HatchBrush(HatchStyle, Color, Color) - Constructor for class com.mindfusion.drawing.HatchBrush
Initializes a new HatchBrush instance.
HatchBrush() - Constructor for class com.mindfusion.drawing.HatchBrush
Initializes a new HatchBrush instance.
HatchBrush(HatchStyle, Color) - Constructor for class com.mindfusion.drawing.HatchBrush
Initializes a new HatchBrush instance.
HatchStyle - Enum in com.mindfusion.drawing
Represents hatch patterns available to HatchBrush objects.
headBrush(Brush) - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
Sets a brush used to fill the arrowhead drawn at the link's destination.
headBrush(Color) - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
 
headBrush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
 
headPen(Pen) - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
Sets the pen used to draw the arrowhead shapes outlines.
headShape(Shape) - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
Sets the shape of the arrowhead.
headShapeSize(float) - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
Sets the size of the arrowhead shape.
headStroke(Brush) - Method in class com.mindfusion.diagramming.builders.DiagramLinkStyleBuilder
Sets the brush used to paint the arrowhead outlines of this brush.
headStroke(Color) - Method in class com.mindfusion.diagramming.builders.DiagramLinkStyleBuilder
 
headStroke(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.DiagramLinkStyleBuilder
 
headStrokeThickness(double) - Method in class com.mindfusion.diagramming.builders.DiagramLinkStyleBuilder
Sets the outline thickness of the arrowheads of this brush, expressed in the current units of measure.
height - Variable in class com.mindfusion.diagramming.jlayout.XDimension2D.Double
 
height - Variable in class com.mindfusion.diagramming.XDimension2D.Double
 
HierarchicalLayout - Class in com.mindfusion.diagramming
Performs hierarchical layout on simple, connected, level-planar graphs.
HierarchicalLayout() - Constructor for class com.mindfusion.diagramming.HierarchicalLayout
Initializes a new instance of the HierarchicalLayout class.
HierarchicalLayout - Class in com.mindfusion.diagramming.jlayout
Performs hierarchical layout on simple, connected, level-planar graphs.
HierarchicalLayout() - Constructor for class com.mindfusion.diagramming.jlayout.HierarchicalLayout
Initializes a new instance of the HierarchicalLayout class.
HierarchicalLayoutBuilder - Class in com.mindfusion.diagramming.builders
A class used to initialize HierarchicalLayout objects.
HierarchicalLayoutBuilder() - Constructor for class com.mindfusion.diagramming.builders.HierarchicalLayoutBuilder
Initializes a new instance of the HierarchicalLayoutBuilder class.
HierarchicalLayoutBuilder(HierarchicalLayout) - Constructor for class com.mindfusion.diagramming.builders.HierarchicalLayoutBuilder
Initializes a new instance of the HierarchicalLayoutBuilder class.
HierarchicalLayoutInfo - Class in com.mindfusion.diagramming.jlayout
Contains settings for the HierarchicalLayout class.
HierarchicalLayoutInfo() - Constructor for class com.mindfusion.diagramming.jlayout.HierarchicalLayoutInfo
Initializes a new instance of the HierarchicalLayoutInfo class.
HierarchicalLayoutTraits - Enum in com.mindfusion.diagramming.jlayout
Indicates item traits specific to hierarchical layouts.
highlightPen(Pen) - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
Sets the Pen used to draw the container frame lines when an item is dragged over the container.
highlightPen - Variable in class com.mindfusion.diagramming.ContainerNodeProperties
 
hitTest(Point2D, float, boolean, boolean, boolean, boolean) - Method in class com.mindfusion.diagramming.ContainerNode
DiagramItem.hitTest override.
hitTest(Point2D, float, boolean, boolean, boolean, boolean) - Method in class com.mindfusion.diagramming.DiagramItem
Returns the diagram item that contains the specified point.
hitTest(Point2D) - Method in class com.mindfusion.diagramming.Folder
Manipulator.hitTest override.
hitTestAdjustmentHandles(HitTestEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised to perform custom hit testing of item's adjustment handles.
hitTestAdjustmentHandles(HitTestEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised to perform custom hit testing of item's adjustment handles.
hitTestComponents(Point2D) - Method in class com.mindfusion.diagramming.Diagram
 
HitTestEvent - Class in com.mindfusion.diagramming
Contains the arguments passed to custom hit-testing event handlers.
HitTestEvent(Object, DiagramItem, Point2D) - Constructor for class com.mindfusion.diagramming.HitTestEvent
Initializes a new instance of the HitTestEvent class.
hitTestHandle(Point2D) - Method in class com.mindfusion.diagramming.ContainerNode
hitTestHandle(Point2D) - Method in class com.mindfusion.diagramming.DiagramItem
Determines whether a selection handle of this item is located at the specified point.
hitTestHandle(Point2D) - Method in class com.mindfusion.diagramming.DiagramLink
hitTestHandle(Point2D) - Method in class com.mindfusion.diagramming.DiagramNode
hitTestHandle(Point2D) - Method in class com.mindfusion.diagramming.DummyNode
DiagramNode#HitTestHandle override.
hitTestHandle(Point2D) - Method in class com.mindfusion.diagramming.FreeFormNode
hitTestHandle(Point2D) - Method in class com.mindfusion.diagramming.Selection
hitTestLabels(Point2D) - Method in class com.mindfusion.diagramming.Diagram
Returns the item label located at specified position.
hitTestPriority(HitTestPriority) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets a value indicating the order in which items are hit-tested.
HitTestPriority - Enum in com.mindfusion.diagramming
The members of this enumeration specify the order of item hit testing.
Honeydew - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFF0FFF0.
Honeydew - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFF0FFF0.
Honeydew - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the Honeydew color.
HorizontalAlignment - Class in com.mindfusion.diagramming.components
Contains static constants that specify the horizontal alignment of a component relative to its allocated space.
HorizontalAlignment() - Constructor for class com.mindfusion.diagramming.components.HorizontalAlignment
 
horizontalPadding(float) - Method in class com.mindfusion.diagramming.builders.DecisionLayoutBuilder
Sets the horizontal distance between adjacent nodes.
HotPink - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFFF69B4.
HotPink - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFFF69B4.
HotPink - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the HotPink color.
HtmlBuilder - Class in com.mindfusion.diagramming
Provides helper methods for building HTML image maps.
HtmlBuilder(Diagram) - Constructor for class com.mindfusion.diagramming.HtmlBuilder
Initializes a new HtmlBuilder instance.
hyperLink(String) - Method in class com.mindfusion.diagramming.builders.CompositeNodeBuilder
Sets the hyperlink associated with an item.
hyperLink(String) - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
Sets the hyperlink associated with an item.
hyperLink(String) - Method in class com.mindfusion.diagramming.builders.ControlNodeBuilder
Sets the hyperlink associated with an item.
hyperLink(String) - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
Sets the hyperlink associated with an item.
hyperLink(String) - Method in class com.mindfusion.diagramming.builders.FreeFormNodeBuilder
Sets the hyperlink associated with an item.
hyperLink(String) - Method in class com.mindfusion.diagramming.builders.ShapeNodeBuilder
Sets the hyperlink associated with an item.
hyperLink(String) - Method in class com.mindfusion.diagramming.builders.SvgNodeBuilder
Sets the hyperlink associated with an item.
hyperLink(String) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
Sets the hyperlink associated with an item.
hyperLink(String) - Method in class com.mindfusion.diagramming.builders.TreeViewNodeBuilder
Sets the hyperlink associated with an item.
HyperLinkStyle - Enum in com.mindfusion.diagramming
Specifies how various export components should treat the HyperLink property of items.

I

id(Object) - Method in class com.mindfusion.diagramming.builders.CompositeNodeBuilder
Assigns user-defined identifier to this item.
id(Object) - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
Assigns user-defined identifier to this item.
id(Object) - Method in class com.mindfusion.diagramming.builders.ControlNodeBuilder
Assigns user-defined identifier to this item.
id(Object) - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
Assigns user-defined identifier to this item.
id(Object) - Method in class com.mindfusion.diagramming.builders.FreeFormNodeBuilder
Assigns user-defined identifier to this item.
id(Object) - Method in class com.mindfusion.diagramming.builders.ShapeNodeBuilder
Assigns user-defined identifier to this item.
id(Object) - Method in class com.mindfusion.diagramming.builders.SvgNodeBuilder
Assigns user-defined identifier to this item.
id(Object) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
Assigns user-defined identifier to this item.
id(Object) - Method in class com.mindfusion.diagramming.builders.TreeViewNodeBuilder
Assigns user-defined identifier to this item.
ignoreLayout(boolean) - Method in class com.mindfusion.diagramming.builders.CompositeNodeBuilder
Sets a value indicating whether an item should be ignored by the automatic layout algorithms.
ignoreLayout(boolean) - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
Sets a value indicating whether an item should be ignored by the automatic layout algorithms.
ignoreLayout(boolean) - Method in class com.mindfusion.diagramming.builders.ControlNodeBuilder
Sets a value indicating whether an item should be ignored by the automatic layout algorithms.
ignoreLayout(boolean) - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
Sets a value indicating whether an item should be ignored by the automatic layout algorithms.
ignoreLayout(boolean) - Method in class com.mindfusion.diagramming.builders.FreeFormNodeBuilder
Sets a value indicating whether an item should be ignored by the automatic layout algorithms.
ignoreLayout(boolean) - Method in class com.mindfusion.diagramming.builders.ShapeNodeBuilder
Sets a value indicating whether an item should be ignored by the automatic layout algorithms.
ignoreLayout(boolean) - Method in class com.mindfusion.diagramming.builders.SvgNodeBuilder
Sets a value indicating whether an item should be ignored by the automatic layout algorithms.
ignoreLayout(boolean) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
Sets a value indicating whether an item should be ignored by the automatic layout algorithms.
ignoreLayout(boolean) - Method in class com.mindfusion.diagramming.builders.TreeViewNodeBuilder
Sets a value indicating whether an item should be ignored by the automatic layout algorithms.
ignoreLinkDirection(boolean) - Method in class com.mindfusion.diagramming.builders.TreeLayoutBuilder
Sets a value indicating whether the direction of links should be ignored.
ignoreNodeSize(boolean) - Method in class com.mindfusion.diagramming.builders.LayeredLayoutBuilder
Sets a value indicating whether the distance between adjacent nodes in the final layout should be independent of the nodes' size.
ignoreRepeatingLinks(boolean) - Method in class com.mindfusion.diagramming.builders.FlowchartLayoutBuilder
Sets a value indicating whether to ignore repeating links.
IItemFactory - Interface in com.mindfusion.diagramming
Defines an interface for constructing objects from their XML elements.
image(Image) - Method in class com.mindfusion.diagramming.builders.ShapeNodeBuilder
Sets the image that should be displayed inside the node.
image(Image) - Method in class com.mindfusion.diagramming.builders.SvgNodeBuilder
Sets the image that should be displayed inside the node.
image(Image) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
Sets the image that should be displayed inside this table.
imageAlign(ImageAlign) - Method in class com.mindfusion.diagramming.builders.ShapeNodeBuilder
Sets the alignment of the node's image.
imageAlign(ImageAlign) - Method in class com.mindfusion.diagramming.builders.SvgNodeBuilder
Sets the alignment of the node's image.
imageAlign(ImageAlign) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
Sets the alignment of the table image relative to the boundaries of the table.
ImageAlign - Enum in com.mindfusion.diagramming
The members of this enumeration specify the position and size of the image displayed inside a node.
ImageAlignment - Enum in com.mindfusion.drawing
Specifies the alignment of an image.
ImageAttributes - Class in com.mindfusion.drawing
Contains information about how image colors are manipulated during rendering.
ImageAttributes() - Constructor for class com.mindfusion.drawing.ImageAttributes
Initializes a new instance of the ImageAttributes class.
ImageComponent - Class in com.mindfusion.diagramming.components
Represents a component which can display an image.
ImageComponent() - Constructor for class com.mindfusion.diagramming.components.ImageComponent
Initializes a new instance of the ImageComponent class.
imageDpiX(int) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
 
imageDpiY(int) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
 
imageLoaded(ImageLoadedEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Called when image download initiated with Diagram.setImageUrl completes
imageLoaded(ImageLoadedEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Called when image download initiated with Diagram.setImageUrl completes
ImageLoadedEvent - Class in com.mindfusion.diagramming
Contains information passed to the events defined in DiagramListener.
ImageLoadedEvent(Object, String, boolean, Image, Exception) - Constructor for class com.mindfusion.diagramming.ImageLoadedEvent
 
imagePadding(Thickness) - Method in class com.mindfusion.diagramming.builders.SvgNodeBuilder
 
imagePadding(Thickness) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
Sets the padding distance between node's borders and Image.
ImagePainter - Class in com.mindfusion.drawing
Provides advanced methods for drawing images.
imageToBufferedImage(Image) - Static method in class com.mindfusion.drawing.ExternalizableImage
 
imageToDoc(int, int) - Method in class com.mindfusion.diagramming.Diagram
Transforms points from the image coordinate space to the document coordinate space.
imageToDocX(int) - Method in class com.mindfusion.diagramming.Diagram
Converts from image coordinates to document coordinates.
imageToDocY(int) - Method in class com.mindfusion.diagramming.Diagram
Converts from image coordinates to document coordinates.
imageUpdate(Image, int, int, int, int, int) - Method in class com.mindfusion.diagramming.Diagram
 
imageUrl(String) - Method in class com.mindfusion.diagramming.builders.ShapeNodeBuilder
Sets the image URL that should be displayed inside the node.
imageUrl(String) - Method in class com.mindfusion.diagramming.builders.SvgNodeBuilder
 
importData(JComponent, Transferable) - Method in class com.mindfusion.diagramming.DiagramTransferHandler
TransferHandler.importData override.
Inch - Static variable in class com.mindfusion.diagramming.MeasureUnit
Specifies inches as the unit of measure.
incomingLinks - Variable in class com.mindfusion.diagramming.DiagramNode
 
IndianRed - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFCD5C5C.
IndianRed - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFCD5C5C.
IndianRed - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the IndianRed color.
Indigo - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FF4B0082.
Indigo - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FF4B0082.
Indigo - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the Indigo color.
inflate(Rectangle2D, double) - Static method in class com.mindfusion.diagramming.Utilities
 
init() - Method in class com.mindfusion.diagramming.AnnealLayout
Returns an AnnealLayoutBuilder object used to configure this AnnealLayout instance.
init() - Method in class com.mindfusion.diagramming.CascadeLayout
Returns a CascadeLayoutBuilder object used to configure this CascadeLayout instance.
init() - Method in class com.mindfusion.diagramming.CircularLayout
Returns a CircularLayoutBuilder object used to configure this CircularLayout instance.
init() - Method in class com.mindfusion.diagramming.CompositeNode
Returns a CompositeNodeBuilder object used to configure this CompositeNode instance.
init() - Method in class com.mindfusion.diagramming.CompositeNodeStyle
Returns a CompositeNodeStyleBuilder object used to configure this CompositeNodeStyle instance.
init() - Method in class com.mindfusion.diagramming.ContainerNode
Returns a ContainerNodeBuilder object used to configure this ContainerNode instance.
init() - Method in class com.mindfusion.diagramming.ContainerNodeStyle
Returns a ContainerNodeStyleBuilder object used to configure this ContainerNodeStyle instance.
init() - Method in class com.mindfusion.diagramming.ControlNode
Returns a ControlNodeBuilder object used to configure this ControlNode instance.
init() - Method in class com.mindfusion.diagramming.DecisionLayout
Returns a DecisionLayoutBuilder object used to configure this DecisionLayout instance.
init() - Method in class com.mindfusion.diagramming.Diagram
Returns a DiagramBuilder object used to configure this Diagram instance.
init() - Method in class com.mindfusion.diagramming.DiagramLink
Returns a DiagramLinkBuilder object used to configure this DiagramLink instance.
init() - Method in class com.mindfusion.diagramming.DiagramLinkStyle
Returns a DiagramLinkStyleBuilder object used to configure this DiagramLinkStyle instance.
init() - Method in class com.mindfusion.diagramming.FlowchartLayout
Returns a FlowchartLayoutBuilder object used to configure this FlowchartLayout instance.
init() - Method in class com.mindfusion.diagramming.FractalLayout
Returns a FractalLayoutBuilder object used to configure this FractalLayout instance.
init() - Method in class com.mindfusion.diagramming.FreeFormNode
Returns a FreeFormNodeBuilder object used to configure this FreeFormNode instance.
init() - Method in class com.mindfusion.diagramming.FreeFormNodeStyle
Returns a FreeFormNodeStyleBuilder object used to configure this FreeFormNodeStyle instance.
init() - Method in class com.mindfusion.diagramming.GridLayout
Returns a GridLayoutBuilder object used to configure this GridLayout instance.
init() - Method in class com.mindfusion.diagramming.HierarchicalLayout
Returns a HierarchicalLayoutBuilder object used to configure this HierarchicalLayout instance.
init() - Method in class com.mindfusion.diagramming.LayeredLayout
Returns a LayeredLayoutBuilder object used to configure this LayeredLayout instance.
init() - Method in class com.mindfusion.diagramming.OneWayLayout
Returns an OneWayLayoutBuilder object used to configure this OneWayLayout instance.
init() - Method in class com.mindfusion.diagramming.OrthogonalLayout
Returns an OrthogonalLayoutBuilder object used to configure this OrthogonalLayout instance.
init() - Method in class com.mindfusion.diagramming.ShapeNode
Returns a ShapeNodeBuilder object used to configure this ShapeNode instance.
init() - Method in class com.mindfusion.diagramming.ShapeNodeStyle
Returns a ShapeNodeStyleBuilder object used to configure this ShapeNodeStyle instance.
init() - Method in class com.mindfusion.diagramming.SpringLayout
Returns a SpringLayoutBuilder object used to configure this SpringLayout instance.
init() - Method in class com.mindfusion.diagramming.SvgNodeStyle
Returns a SvgNodeStyleBuilder object used to configure this SvgNodeStyle instance.
init() - Method in class com.mindfusion.diagramming.SwimlaneLayout
Returns a SwimlaneLayoutBuilder object used to configure this SwimlaneLayout instance.
init() - Method in class com.mindfusion.diagramming.TableNode
Returns a TableNodeBuilder object used to configure this TableNode instance.
init() - Method in class com.mindfusion.diagramming.TableNodeStyle
Returns a TableNodeStyleBuilder object used to configure this TableNodeStyle instance.
init() - Method in class com.mindfusion.diagramming.TopologicalLayout
Returns a TopologicalLayoutBuilder object used to configure this TopologicalLayout instance.
init() - Method in class com.mindfusion.diagramming.TreeLayout
Returns a TreeLayoutBuilder object used to configure this TreeLayout instance.
init() - Method in class com.mindfusion.diagramming.TreeMapLayout
Returns a TreeMapLayoutBuilder object used to configure this TreeMapLayout instance.
init() - Method in class com.mindfusion.diagramming.TreeViewNode
Returns a TreeViewNodeBuilder object used to configure this TreeViewNode instance.
init() - Method in class com.mindfusion.diagramming.TreeViewNodeStyle
Returns a TreeViewNodeStyleBuilder object used to configure this TreeViewNodeStyle instance.
init() - Method in class com.mindfusion.diagramming.TriangularLayout
Returns a TriangularLayoutBuilder object used to configure this TriangularLayout instance.
initData(Rectangle2D, double) - Method in class com.mindfusion.diagramming.Shape
 
initData(int, double[]) - Method in class com.mindfusion.diagramming.ShapeData
 
InitializeComponent(DiagramView) - Method in class com.mindfusion.diagramming.PrintPreview
 
initializeLasso(SelectionEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when the user starts drawing a selection lasso, before it is rendered on screen.
initializeLasso(SelectionEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when the user starts drawing a selection lasso, before it is rendered on screen.
initializeLink(LinkEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when the user starts drawing a new link, just after the DiagramLink instance is created.
initializeLink(LinkEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when the user starts drawing a new link, just after the DiagramLink instance is created.
initializeNode(NodeEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when the user starts drawing a new node, just after the DiagramNode instance is created.
initializeNode(NodeEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when the user starts drawing a new node, just after the DiagramNode instance is created.
initialTemperature(double) - Method in class com.mindfusion.diagramming.builders.AnnealLayoutBuilder
Sets the initial temperature of the simulated annealing process.
initSvg() - Method in class com.mindfusion.diagramming.SvgNode
Returns an SvgNodeBuilder object used to configure this SvgNode instance.
InplaceEditable - Interface in com.mindfusion.diagramming
Represents an inplace-editable object
InPlaceEditEvent - Class in com.mindfusion.diagramming
The event is raised when leaving inplace-edit mode.
InPlaceEditEvent(Object, InplaceEditable, JComponent) - Constructor for class com.mindfusion.diagramming.InPlaceEditEvent
Initializes a new instance of the LeaveInplaceEditEvent class.
insertColumn(int) - Method in class com.mindfusion.diagramming.TableNode
Inserts a new column at the specified position.
insertNode(int, DiagramNode) - Method in class com.mindfusion.diagramming.NodeListView
Inserts the node at the specified position.
insertNode(int, DiagramNode, String) - Method in class com.mindfusion.diagramming.NodeListView
Inserts the node at the specified position.
insertRow(int) - Method in class com.mindfusion.diagramming.TableNode
Inserts a row in the table.
Interaction - Class in com.mindfusion.diagramming
Tracks mouse messages to implement user interaction with the diagram.
Interaction(DiagramView) - Constructor for class com.mindfusion.diagramming.Interaction
Initializes a new instance of the Interaction class.
InteractionState - Class in com.mindfusion.diagramming
Encapsulates the current state of user interaction with the control.
InteractionState(DiagramItem, AdjustmentHandle, Action) - Constructor for class com.mindfusion.diagramming.InteractionState
Initializes a new InteractionState instance.
intermediateBrush(Brush) - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
Sets a brush used to fill the arrowheads drawn at the middle of link segments.
intermediateBrush(Color) - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
 
intermediateBrush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
 
intermediateShape(Shape) - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
Sets the shape that is displayed at the middle of each segment of a link.
intermediateShapeSize(float) - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
Sets the size of the shape displayed at the middle of each segment of a link.
intersectLine(Point2D.Float, Point2D.Float) - Method in class com.mindfusion.drawing.Polygon
Calculates the intersections between the polygon and the line defined by the given points.
intersects(DiagramNode) - Method in class com.mindfusion.diagramming.DiagramLink
Determines whether a link intersects the specified node.
intersects(DiagramLink) - Method in class com.mindfusion.diagramming.DiagramLink
Checks whether this link intersects the specified link.
intersects(Rectangle2D.Float) - Method in interface com.mindfusion.diagramming.jlayout.Link
 
intersectSegment(Point2D.Float, Point2D.Float) - Method in class com.mindfusion.drawing.Polygon
Calculates the intersections between the polygon and the line segment defined by the given points.
intersectSegment(Line) - Method in class com.mindfusion.drawing.Polygon
Calculates the intersections between the polygon and the given line segment.
invalidate() - Method in class com.mindfusion.diagramming.components.ComponentBase
Invalidates the visual appearance of the component.
invalidate() - Method in interface com.mindfusion.diagramming.components.ComponentHost
 
invalidate(Rectangle2D.Float) - Method in interface com.mindfusion.diagramming.components.ComponentHost
 
invalidate() - Method in class com.mindfusion.diagramming.components.TextLayout
Invalidates the text layout.
invalidate() - Method in class com.mindfusion.diagramming.CompositeNode
Implements ComponentHost.invalidate
invalidate(Rectangle2D.Float) - Method in class com.mindfusion.diagramming.CompositeNode
Implements ComponentHost.invalidate
invalidateLayout() - Method in class com.mindfusion.diagramming.components.ComponentBase
Invalidates the layout of this component and all its children.
invalidateLayout() - Method in interface com.mindfusion.diagramming.components.ComponentHost
 
invalidateLayout(ComponentBase) - Method in interface com.mindfusion.diagramming.components.ComponentHost
 
invalidateLayout() - Method in class com.mindfusion.diagramming.CompositeNode
Invalidates the component layout, causing rearrangement of content.
invalidateLayout(ComponentBase) - Method in class com.mindfusion.diagramming.CompositeNode
Implements ComponentHost.invalidateLayout
invalidateLayout(Container) - Method in class com.mindfusion.diagramming.VerticalFlowLayout
 
invalidateShapeAt(int) - Method in class com.mindfusion.diagramming.ShapeListBox
Invalidates the specified shape, causing its icon to be recreated and redrawn.
invocations(String) - Static method in class com.mindfusion.diagramming.jlayout.RandomFactory
 
isBended(boolean, Orientation, Orientation, Link) - Static method in class com.mindfusion.diagramming.jlayout.OrthogonalBendLinks
 
isBendedFixedSecondary(Link) - Static method in class com.mindfusion.diagramming.jlayout.OrthogonalBendLinks
 
isBendedSecondary(boolean, Orientation, Orientation, Link) - Static method in class com.mindfusion.diagramming.jlayout.OrthogonalBendLinks
 
isChecked() - Method in class com.mindfusion.diagramming.components.CheckBoxComponent
Gets a value indicating whether the check box is checked.
isClassRegistered(Class) - Static method in class com.mindfusion.diagramming.Diagram
Checks if a class is registered for serialization support.
isClientClassRegistered(Class) - Static method in class com.mindfusion.diagramming.Diagram
Checks if a class is registered for JSON serialization support.
isConfirm() - Method in class com.mindfusion.diagramming.components.ValueChangingEventArgs
Gets a value indicating whether the change is confirmed.
isConnected() - Method in class com.mindfusion.diagramming.DiagramLink
Gets a value indicating whether a link is connected to any nodes.
isContainerOf(Command) - Method in class com.mindfusion.diagramming.AddToContainerCmd
Determines whether a command has been initiated by this command and should be treated as a derivative.
isContainerOf(Command) - Method in class com.mindfusion.diagramming.Command
Determines whether a command has been initiated by this command and should be treated as a derivative.
isDataFlavorSupported(DataFlavor) - Method in class com.mindfusion.diagramming.ByteArrayTransferable
 
isDataFlavorSupported(DataFlavor) - Method in class com.mindfusion.diagramming.DraggedNodeTransferable
Implements Transferable.isDataFlavorSupported.
isDirected() - Method in interface com.mindfusion.diagramming.jlayout.Graph
Gets a value indicating whether the direction of links in this graph should be considered, i.e.
isDoubleBuffered() - Method in class com.mindfusion.diagramming.ZoomControl
Overrides JComponent.isDoubleBuffered method.
isEllipse() - Method in class com.mindfusion.diagramming.Shape
Gets a value indicating whether this shape is elliptic.
isHandled() - Method in class com.mindfusion.diagramming.JsonSerializeTagEventArgs
Gets a value indicating whether the event is handled.
isHideSelection() - Method in class com.mindfusion.diagramming.components.EditComponent
Gets a value indicating whether to hide the selection when the edit component does not have input focus.
isItemInteractive(DiagramItem) - Method in class com.mindfusion.diagramming.Diagram
Checks if the specified item can be modified interactively.
isItemLocked(DiagramItem) - Method in class com.mindfusion.diagramming.Diagram
Checks if the specified item is locked.
isItemVisible(DiagramItem) - Method in class com.mindfusion.diagramming.Diagram
Checks if the specified item is currently visible.
isLaidOut() - Method in class com.mindfusion.drawing.TextLayout
 
isOpaque() - Method in class com.mindfusion.diagramming.ZoomControl
Overrides JComponent.isOpaque method.
isPropertySet(Object) - Method in class com.mindfusion.diagramming.Style
Checks whether the specified property has a value.
isSpinning() - Method in class com.mindfusion.diagramming.components.SpinnerComponent
Gets a value indicating whether the spinner should revolve when the value passes beyond the Minimum or Maximum value.
isSuccessful() - Method in class com.mindfusion.diagramming.ImageLoadedEvent
 
isX1Percent() - Method in class com.mindfusion.drawing.GradientBrush
 
isX2Percent() - Method in class com.mindfusion.drawing.GradientBrush
 
isY1Percent() - Method in class com.mindfusion.drawing.GradientBrush
 
isY2Percent() - Method in class com.mindfusion.drawing.GradientBrush
 
item - Variable in class com.mindfusion.diagramming.DiagramItemState
 
item() - Method in class com.mindfusion.diagramming.ExpandTreeViewItemCmd
Gets the TreeViewItem that has been collapsed or expanded.
item - Variable in class com.mindfusion.diagramming.Manipulator
 
itemAdded(ItemEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when an item is added to the diagram, either programmatically or interactively.
itemAdded(ItemEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when an item is added to the diagram, either programmatically or interactively.
ItemEvent - Class in com.mindfusion.diagramming
Contains information passed to the events defined in DiagramListener.
ItemEvent(Object, DiagramItem) - Constructor for class com.mindfusion.diagramming.ItemEvent
Initializes a new ItemEvent instance.
itemFromPoint(Point2D) - Method in class com.mindfusion.diagramming.TreeViewNode
Returns the item at the specified location.
itemInSelection(DiagramItem) - Method in class com.mindfusion.diagramming.Selection
Determines whether the specified item is selected.
ItemLabel - Class in com.mindfusion.diagramming
The base class for node and link labels.
ItemLabel(DiagramItem) - Constructor for class com.mindfusion.diagramming.ItemLabel
Initializes a new instance of the ItemLabel class.
ItemLabel() - Constructor for class com.mindfusion.diagramming.ItemLabel
Used during deserialization.
itemLoaded(ItemEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when an item is loaded from a file.
itemLoaded(ItemEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when an item is loaded from a file.
itemRemoved(ItemEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when an item is removed from the diagram, either programmatically or interactively.
itemRemoved(ItemEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when an item is removed from the diagram, either programmatically or interactively.
items(Class<T>) - Method in class com.mindfusion.diagramming.Diagram
Iterates over diagram items of the desired type
iterations(int) - Method in class com.mindfusion.diagramming.builders.GridLayoutBuilder
Sets the number of iterations that the layout algorithm should run.
iterations(int) - Method in class com.mindfusion.diagramming.builders.SpringLayoutBuilder
Sets the number of iterations that the layout algorithm should run.
iterationsPerStage(int) - Method in class com.mindfusion.diagramming.builders.AnnealLayoutBuilder
Sets how many node shift iterations to perform at each stage of the algorithm.
Ivory - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFFFFFF0.
Ivory - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFFFFFF0.
Ivory - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the Ivory color.

J

jsonDeserializeTag(JsonSerializeTagEventArgs) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when the tag of a diagram item must be deserialized from JSON format.
jsonDeserializeTag(JsonSerializeTagEventArgs) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when the tag of a diagram item must be deserialized from JSON format.
JsonPersistContext - Class in com.mindfusion.diagramming
 
JsonPersistContext(Diagram, int) - Constructor for class com.mindfusion.diagramming.JsonPersistContext
Contains methods that can help serialize and deserialize MindFusion.Diagramming items to and from JSON.
JsonPersistContext(Diagram, int, boolean) - Constructor for class com.mindfusion.diagramming.JsonPersistContext
Initializes a new instance of the JsonPersistContext class.
jsonSerializeTag(JsonSerializeTagEventArgs) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when the tag of a diagram item must be serialized into an JSON document.
jsonSerializeTag(JsonSerializeTagEventArgs) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when the tag of a diagram item must be serialized into an JSON document.
JsonSerializeTagEventArgs - Class in com.mindfusion.diagramming
Contains the arguments passed to the JsonSerializeTag and JsonDeserializeTag event handlers.
JsonSerializeTagEventArgs(Object, Object, Object, String, JsonObject, JsonPersistContext) - Constructor for class com.mindfusion.diagramming.JsonSerializeTagEventArgs
Initializes a new instance of the JsonSerializeTagArgs class.

K

keepGroupLayout(boolean) - Method in class com.mindfusion.diagramming.builders.AnnealLayoutBuilder
Sets a value indicating whether to treat each Group of nodes as a single vertex in the arranged graph.
keepGroupLayout(boolean) - Method in class com.mindfusion.diagramming.builders.CascadeLayoutBuilder
Sets a value indicating whether to treat each Group of nodes as a single vertex in the arranged graph.
keepGroupLayout(boolean) - Method in class com.mindfusion.diagramming.builders.CircularLayoutBuilder
Sets a value indicating whether to treat each Group of nodes as a single vertex in the arranged graph.
keepGroupLayout(boolean) - Method in class com.mindfusion.diagramming.builders.DecisionLayoutBuilder
Sets a value indicating whether to treat each Group of nodes as a single vertex in the arranged graph.
keepGroupLayout(boolean) - Method in class com.mindfusion.diagramming.builders.FlowchartLayoutBuilder
Sets a value indicating whether to treat each Group of nodes as a single vertex in the arranged graph.
keepGroupLayout(boolean) - Method in class com.mindfusion.diagramming.builders.FractalLayoutBuilder
Sets a value indicating whether to treat each Group of nodes as a single vertex in the arranged graph.
keepGroupLayout(boolean) - Method in class com.mindfusion.diagramming.builders.GridLayoutBuilder
Sets a value specifying whether the relative position of nodes within groups should be kept intact.
keepGroupLayout(boolean) - Method in class com.mindfusion.diagramming.builders.HierarchicalLayoutBuilder
Sets a value indicating whether to treat each Group of nodes as a single vertex in the arranged graph.
keepGroupLayout(boolean) - Method in class com.mindfusion.diagramming.builders.LayeredLayoutBuilder
Sets a value specifying whether the relative position of nodes within groups should be kept intact.
keepGroupLayout(boolean) - Method in class com.mindfusion.diagramming.builders.OneWayLayoutBuilder
Sets a value indicating whether to treat each Group of nodes as a single vertex in the arranged graph.
keepGroupLayout(boolean) - Method in class com.mindfusion.diagramming.builders.OrthogonalLayoutBuilder
Sets a value indicating whether to treat each Group of nodes as a single vertex in the arranged graph.
keepGroupLayout(boolean) - Method in class com.mindfusion.diagramming.builders.SpringLayoutBuilder
Sets a value specifying whether the relative position of nodes within groups should be kept intact.
keepGroupLayout(boolean) - Method in class com.mindfusion.diagramming.builders.SwimlaneLayoutBuilder
Sets a value indicating whether to treat each Group of nodes as a single vertex in the arranged graph.
keepGroupLayout(boolean) - Method in class com.mindfusion.diagramming.builders.TopologicalLayoutBuilder
Sets a value indicating whether to treat each Group of nodes as a single vertex in the arranged graph.
keepGroupLayout(boolean) - Method in class com.mindfusion.diagramming.builders.TreeLayoutBuilder
Sets a value indicating whether groups of diagram nodes should be treated as integral nodes in the tree that will be laid out.
keepGroupLayout(boolean) - Method in class com.mindfusion.diagramming.builders.TreeMapLayoutBuilder
Sets a value indicating whether to treat each Group of nodes as a single vertex in the arranged graph.
keepGroupLayout(boolean) - Method in class com.mindfusion.diagramming.builders.TriangularLayoutBuilder
Sets a value indicating whether to treat each Group of nodes as a single vertex in the arranged graph.
keepLaneSizes(boolean) - Method in class com.mindfusion.diagramming.builders.SwimlaneLayoutBuilder
Sets a value indicating whether the layout will attempt to preserve the original sizes of the lanes in the supplied grid.
keepRootPosition(boolean) - Method in class com.mindfusion.diagramming.builders.TreeLayoutBuilder
Sets a value indicating whether the root node should be kept at its original position.
keyDown(Object, ComponentKeyEvent) - Method in class com.mindfusion.diagramming.components.ComponentKeyEventAdapter
Raised when a key is pressed while the component has input focus.
keyDown(Object, ComponentKeyEvent) - Method in interface com.mindfusion.diagramming.components.ComponentKeyEventListener
Raised when a key is pressed while the component has input focus.
keyPressed(Object, ComponentKeyEvent) - Method in class com.mindfusion.diagramming.components.ComponentKeyEventAdapter
Raised when a key is pressed while the component has input focus.
keyPressed(Object, ComponentKeyEvent) - Method in interface com.mindfusion.diagramming.components.ComponentKeyEventListener
Raised when a key is pressed while the component has input focus.
keyUp(Object, ComponentKeyEvent) - Method in class com.mindfusion.diagramming.components.ComponentKeyEventAdapter
Raised when a key is released while the component has input focus.
keyUp(Object, ComponentKeyEvent) - Method in interface com.mindfusion.diagramming.components.ComponentKeyEventListener
Raised when a key is released while the component has input focus.
Khaki - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFF0E68C.
Khaki - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFF0E68C.
Khaki - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the Khaki color.

L

label - Variable in class com.mindfusion.diagramming.NodeValidationEvent
 
labelFromPoint(Point2D) - Method in class com.mindfusion.diagramming.DiagramItem
Returns the label whose layout rectangle contains the specified point.
labelFromPoint(Point2D) - Method in class com.mindfusion.diagramming.DiagramLink
Returns the label whose layout rectangle contains the specified point.
labelFromPoint(Point2D) - Method in class com.mindfusion.diagramming.DiagramNode
Returns the label whose layout rectangle contains the specified point.
lagrangeInterpolation(boolean, Point2D.Float, Point2D.Float, Point2D.Float, ByRef<Float>) - Static method in class com.mindfusion.diagramming.jlayout.LinkOperations
 
laneDistance(float) - Method in class com.mindfusion.diagramming.builders.SwimlaneLayoutBuilder
Sets the spacing between adjacent lanes in the final layout.
LaneGrid - Class in com.mindfusion.diagramming
Represents an SwimlaneGrid which operates on a Grid object.
LaneGrid(Grid) - Constructor for class com.mindfusion.diagramming.LaneGrid
Initializes a new instance of the LaneGrid class.
LaneGridInteraction - Class in com.mindfusion.diagramming
Resizes rows and columns of the LaneGrid.
LaneGridInteraction(DiagramView, Header, boolean, Rectangle2D.Float) - Constructor for class com.mindfusion.diagramming.LaneGridInteraction
Initializes a new instance of the LaneGridInteraction class.
last() - Method in class com.mindfusion.diagramming.BaseList
Gets the last element of this list.
LatestFormat - Static variable in class com.mindfusion.diagramming.JsonPersistContext
 
LatestFormat - Static variable in class com.mindfusion.diagramming.XmlPersistContext
 
Lavender - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFE6E6FA.
Lavender - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFE6E6FA.
Lavender - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the Lavender color.
LavenderBlush - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFFFF0F5.
LavenderBlush - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFFFF0F5.
LavenderBlush - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the LavenderBlush color.
LawnGreen - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FF7CFC00.
LawnGreen - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FF7CFC00.
LawnGreen - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the LawnGreen color.
Layer - Class in com.mindfusion.diagramming
The Layer class represents a layer in the diagram.
Layer() - Constructor for class com.mindfusion.diagramming.Layer
 
LayerComparator - Class in com.mindfusion.diagramming.jlayout
 
LayerComparator(Hashtable<GraphNode, Integer>) - Constructor for class com.mindfusion.diagramming.jlayout.LayerComparator
 
layerDistance(float) - Method in class com.mindfusion.diagramming.builders.LayeredLayoutBuilder
Sets the desired distance between adjacent layers.
LayerDistributor - Class in com.mindfusion.diagramming.jlayout
 
LayerDistributor() - Constructor for class com.mindfusion.diagramming.jlayout.LayerDistributor
 
Layered - Static variable in class com.mindfusion.diagramming.jlayout.BaseLayout
Use LayeredLayout to arrange nodes.
LayeredLayout - Class in com.mindfusion.diagramming.jlayout
 
LayeredLayout() - Constructor for class com.mindfusion.diagramming.jlayout.LayeredLayout
 
LayeredLayout - Class in com.mindfusion.diagramming
Implements a layered graph layout algorithm.
LayeredLayout() - Constructor for class com.mindfusion.diagramming.LayeredLayout
Initializes a new instance of the LayeredLayout class.
LayeredLayout(Orientation, float, float, float, float) - Constructor for class com.mindfusion.diagramming.LayeredLayout
Initializes a new instance of the LayeredLayout class.
LayeredLayoutBuilder - Class in com.mindfusion.diagramming.builders
A class used to initialize LayeredLayout objects.
LayeredLayoutBuilder() - Constructor for class com.mindfusion.diagramming.builders.LayeredLayoutBuilder
Initializes a new instance of the LayeredLayoutBuilder class.
LayeredLayoutBuilder(LayeredLayout) - Constructor for class com.mindfusion.diagramming.builders.LayeredLayoutBuilder
Initializes a new instance of the LayeredLayoutBuilder class.
LayeredLayoutInfo - Class in com.mindfusion.diagramming.jlayout
 
LayeredLayoutInfo() - Constructor for class com.mindfusion.diagramming.jlayout.LayeredLayoutInfo
 
LayeredLayoutInfo(Orientation, float, float, XDimension2D.Double) - Constructor for class com.mindfusion.diagramming.jlayout.LayeredLayoutInfo
 
LayeredLayoutLinkType - Enum in com.mindfusion.diagramming
Specifies the style of the links after they are laid out.
LayeredLayoutNodeData - Class in com.mindfusion.diagramming.jlayout
 
LayeredLayoutNodeData() - Constructor for class com.mindfusion.diagramming.jlayout.LayeredLayoutNodeData
 
LayeredLayoutStatistics - Class in com.mindfusion.diagramming.jlayout
Encapsulates information about a layered layout which has already complete.
LayeredLayoutStatistics() - Constructor for class com.mindfusion.diagramming.jlayout.LayeredLayoutStatistics
Initializes a new instance of the LayeredLayoutStatistics class.
LayeredLayoutStatistics - Class in com.mindfusion.diagramming
Encapsulates information about a layered layout which has already complete.
LayeredLayoutTraits - Enum in com.mindfusion.diagramming.jlayout
Indicates item traits specific to layered layouts.
layerIndex(int) - Method in class com.mindfusion.diagramming.builders.CompositeNodeBuilder
Sets the zero-based index of the layer this item is associated with, or -1, if the item is not associated with any layer.
layerIndex(int) - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
Sets the zero-based index of the layer this item is associated with, or -1, if the item is not associated with any layer.
layerIndex(int) - Method in class com.mindfusion.diagramming.builders.ControlNodeBuilder
Sets the zero-based index of the layer this item is associated with, or -1, if the item is not associated with any layer.
layerIndex(int) - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
Sets the zero-based index of the layer this item is associated with, or -1, if the item is not associated with any layer.
layerIndex(int) - Method in class com.mindfusion.diagramming.builders.FreeFormNodeBuilder
Sets the zero-based index of the layer this item is associated with, or -1, if the item is not associated with any layer.
layerIndex(int) - Method in class com.mindfusion.diagramming.builders.ShapeNodeBuilder
Sets the zero-based index of the layer this item is associated with, or -1, if the item is not associated with any layer.
layerIndex(int) - Method in class com.mindfusion.diagramming.builders.SvgNodeBuilder
Sets the zero-based index of the layer this item is associated with, or -1, if the item is not associated with any layer.
layerIndex(int) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
Sets the zero-based index of the layer this item is associated with, or -1, if the item is not associated with any layer.
layerIndex(int) - Method in class com.mindfusion.diagramming.builders.TreeViewNodeBuilder
Sets the zero-based index of the layer this item is associated with, or -1, if the item is not associated with any layer.
LayerListView - Class in com.mindfusion.diagramming
Provides user interface for changing layer attributes.
LayerListView() - Constructor for class com.mindfusion.diagramming.LayerListView
Initializes a new instance of the LayerListView class.
LayerListViewAdapter - Class in com.mindfusion.diagramming
Provides empty implementations for the methods defined in the LayerListViewListener interface.
LayerListViewAdapter() - Constructor for class com.mindfusion.diagramming.LayerListViewAdapter
 
LayerListViewItem - Class in com.mindfusion.diagramming
Represents an item within a LayerListView control.
LayerListViewItem(LayerListView, Layer) - Constructor for class com.mindfusion.diagramming.LayerListViewItem
Initializes a new instance of the LayerListViewItem class.
LayerListViewListener - Interface in com.mindfusion.diagramming
Defines the events that can be raised by LayerListView.
Layout - Class in com.mindfusion.diagramming.jlayout
 
Layout() - Constructor for class com.mindfusion.diagramming.jlayout.Layout
 
Layout - Interface in com.mindfusion.diagramming
Defines the interface of automatic graph layout classes.
layout(DiagramLink) - Method in interface com.mindfusion.diagramming.LayoutLink
 
layout(DiagramNode, Rectangle2D.Float) - Method in interface com.mindfusion.diagramming.LayoutNode
 
layoutArea(Rectangle2D.Float) - Method in class com.mindfusion.diagramming.builders.AnnealLayoutBuilder
Sets the size of the layout area.
layoutArea(Rectangle2D.Float) - Method in class com.mindfusion.diagramming.builders.TreeMapLayoutBuilder
Sets the rectangle in which the layout will try to arrange the nodes, or null, to use the diagram bounds.
layoutContainer(Container) - Method in class com.mindfusion.diagramming.TabbedScrollPane
LayoutManager.layoutContainer implementation.
layoutContainer(Container) - Method in class com.mindfusion.diagramming.VerticalFlowLayout
Lays out the container.
layoutInEllipse(Text, Rectangle2D.Float, TextLayoutOptions, Graphics2D, Font) - Method in class com.mindfusion.drawing.TextLayout
 
layoutInPolygon(Text, Point2D.Float[], TextLayoutOptions, Graphics2D, Font) - Method in class com.mindfusion.drawing.TextLayout
Layouts text inside polygonal area.
layoutInRectangle(Text, Rectangle2D, TextLayoutOptions, Graphics2D, Font) - Method in class com.mindfusion.drawing.TextLayout
 
layoutLink(LayoutLink) - Method in class com.mindfusion.diagramming.builders.CascadeLayoutBuilder
Sets an object, which is notified when the position of a link is changed by the layout.
layoutLink(LayoutLink) - Method in class com.mindfusion.diagramming.builders.CircularLayoutBuilder
Sets an object, which is notified when the position of a link is changed by the layout.
layoutLink(LayoutLink) - Method in class com.mindfusion.diagramming.builders.DecisionLayoutBuilder
Sets an object, which is notified when the position of a link is changed by the layout.
layoutLink(LayoutLink) - Method in class com.mindfusion.diagramming.builders.FlowchartLayoutBuilder
Sets an object, which is notified when the position of a link is changed by the layout.
layoutLink(LayoutLink) - Method in class com.mindfusion.diagramming.builders.FractalLayoutBuilder
Sets an object, which is notified when the position of a link is changed by the layout.
layoutLink(LayoutLink) - Method in class com.mindfusion.diagramming.builders.HierarchicalLayoutBuilder
Sets an object, which is notified when the position of a link is changed by the layout.
layoutLink(LayoutLink) - Method in class com.mindfusion.diagramming.builders.LayeredLayoutBuilder
Sets an object, which is notified when the position of a link is changed by the layout.
layoutLink(LayoutLink) - Method in class com.mindfusion.diagramming.builders.OneWayLayoutBuilder
Sets an object, which is notified when the position of a link is changed by the layout.
layoutLink(LayoutLink) - Method in class com.mindfusion.diagramming.builders.OrthogonalLayoutBuilder
Sets an object, which is notified when the position of a link is changed by the layout.
layoutLink(LayoutLink) - Method in class com.mindfusion.diagramming.builders.SwimlaneLayoutBuilder
Sets an object, which is notified when the position of a link is changed by the layout.
layoutLink(LayoutLink) - Method in class com.mindfusion.diagramming.builders.TopologicalLayoutBuilder
Sets an object, which is notified when the position of a link is changed by the layout.
layoutLink(LayoutLink) - Method in class com.mindfusion.diagramming.builders.TreeMapLayoutBuilder
Sets an object, which is notified when the position of a link is changed by the layout.
layoutLink(LayoutLink) - Method in class com.mindfusion.diagramming.builders.TriangularLayoutBuilder
Sets an object, which is notified when the position of a link is changed by the layout.
LayoutLink - Interface in com.mindfusion.diagramming
Defines a callback method called for links during layout.
layoutNode(LayoutNode) - Method in class com.mindfusion.diagramming.builders.CascadeLayoutBuilder
Sets an object, which is notified when the position of a node is changed by the layout.
layoutNode(LayoutNode) - Method in class com.mindfusion.diagramming.builders.CircularLayoutBuilder
Sets an object, which is notified when the position of a node is changed by the layout.
layoutNode(LayoutNode) - Method in class com.mindfusion.diagramming.builders.DecisionLayoutBuilder
Sets an object, which is notified when the position of a node is changed by the layout.
layoutNode(LayoutNode) - Method in class com.mindfusion.diagramming.builders.FlowchartLayoutBuilder
Sets an object, which is notified when the position of a node is changed by the layout.
layoutNode(LayoutNode) - Method in class com.mindfusion.diagramming.builders.FractalLayoutBuilder
Sets an object, which is notified when the position of a node is changed by the layout.
layoutNode(LayoutNode) - Method in class com.mindfusion.diagramming.builders.HierarchicalLayoutBuilder
Sets an object, which is notified when the position of a node is changed by the layout.
layoutNode(LayoutNode) - Method in class com.mindfusion.diagramming.builders.LayeredLayoutBuilder
Sets an object, which is notified when the position of a node is changed by the layout.
layoutNode(LayoutNode) - Method in class com.mindfusion.diagramming.builders.OneWayLayoutBuilder
Sets an object, which is notified when the position of a node is changed by the layout.
layoutNode(LayoutNode) - Method in class com.mindfusion.diagramming.builders.OrthogonalLayoutBuilder
Sets an object, which is notified when the position of a node is changed by the layout.
layoutNode(LayoutNode) - Method in class com.mindfusion.diagramming.builders.SwimlaneLayoutBuilder
Sets an object, which is notified when the position of a node is changed by the layout.
layoutNode(LayoutNode) - Method in class com.mindfusion.diagramming.builders.TopologicalLayoutBuilder
Sets an object, which is notified when the position of a node is changed by the layout.
layoutNode(LayoutNode) - Method in class com.mindfusion.diagramming.builders.TreeMapLayoutBuilder
Sets an object, which is notified when the position of a node is changed by the layout.
layoutNode(LayoutNode) - Method in class com.mindfusion.diagramming.builders.TriangularLayoutBuilder
Sets an object, which is notified when the position of a node is changed by the layout.
LayoutNode - Interface in com.mindfusion.diagramming
Defines a callback method called for nodes during layout.
LayoutProgress - Interface in com.mindfusion.diagramming
Defines a callback method that notifies about layout progress.
LayoutRules - Class in com.mindfusion.diagramming.jlayout
Summary description for LayoutRules.
LayoutRules() - Constructor for class com.mindfusion.diagramming.jlayout.LayoutRules
Initializes a new instance of the LayoutRules class.
leaveInplaceEditMode(InPlaceEditEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Called when an inplace edit is accepted or rejected
leaveInplaceEditMode(InPlaceEditEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Called when an inplace edit is accepted or rejected
leaveVisit(ComponentBase) - Method in class com.mindfusion.diagramming.components.ComponentFinder
 
leaveVisit(ComponentBase) - Method in class com.mindfusion.diagramming.components.ComponentHitTester
 
leaveVisit(ComponentBase) - Method in class com.mindfusion.diagramming.components.ComponentPostLoader
 
leaveVisit(ComponentBase) - Method in interface com.mindfusion.diagramming.components.ComponentVisitor
 
Left - Static variable in class com.mindfusion.diagramming.components.HorizontalAlignment
 
Left - Static variable in class com.mindfusion.diagramming.jlayout.AssistantType
The node is an assistant and it is always positioned to the left of its parent.
LEFT - Static variable in class com.mindfusion.diagramming.VerticalFlowLayout
This value indicates that the components should be left-aligned.
LeftHandles - Static variable in class com.mindfusion.diagramming.AdjustmentHandles
The top-left, middle-left and bottom-left handles are enabled.
LegacySupport - Class in com.mindfusion.diagramming
Implements deserialization of objects saved with JDiagram 1.x versions.
LegacySupport() - Constructor for class com.mindfusion.diagramming.LegacySupport
 
LegacySupportStream - Class in com.mindfusion.diagramming
Implements deserialization of objects saved with JDiagram 1.x versions.
LegacySupportStream(InputStream) - Constructor for class com.mindfusion.diagramming.LegacySupportStream
 
LemonChiffon - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFFFFACD.
LemonChiffon - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFFFFACD.
LemonChiffon - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the LemonChiffon color.
levelDistance(float) - Method in class com.mindfusion.diagramming.builders.HierarchicalLayoutBuilder
Sets the distance between adjecent levels in the hierarchical layout.
levelDistance(float) - Method in class com.mindfusion.diagramming.builders.TreeLayoutBuilder
Sets the desired distance between tree levels.
LightBlue - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFADD8E6.
LightBlue - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFADD8E6.
LightBlue - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the LightBlue color.
LightCoral - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFF08080.
LightCoral - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFF08080.
LightCoral - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the LightCoral color.
LightCyan - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFE0FFFF.
LightCyan - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFE0FFFF.
LightCyan - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the LightCyan color.
LightGoldenrodYellow - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFFAFAD2.
LightGoldenrodYellow - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFFAFAD2.
LightGoldenrodYellow - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the LightGoldenrodYellow color.
LightGray - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFD3D3D3.
LightGray - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFD3D3D3.
LightGray - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the LightGray color.
LightGreen - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FF90EE90.
LightGreen - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FF90EE90.
LightGreen - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the LightGreen color.
LightPink - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFFFB6C1.
LightPink - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFFFB6C1.
LightPink - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the LightPink color.
LightSalmon - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFFFA07A.
LightSalmon - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFFFA07A.
LightSalmon - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the LightSalmon color.
LightSeaGreen - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FF20B2AA.
LightSeaGreen - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FF20B2AA.
LightSeaGreen - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the LightSeaGreen color.
LightSkyBlue - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FF87CEFA.
LightSkyBlue - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FF87CEFA.
LightSkyBlue - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the LightSkyBlue color.
LightSlateGray - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FF778899.
LightSlateGray - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FF778899.
LightSlateGray - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the LightSlateGray color.
LightSteelBlue - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFB0C4DE.
LightSteelBlue - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFB0C4DE.
LightSteelBlue - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the LightSteelBlue color.
LightYellow - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFFFFFE0.
LightYellow - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFFFFFE0.
LightYellow - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the LightYellow color.
Lime - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FF00FF00.
Lime - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FF00FF00.
Lime - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the Lime color.
LimeGreen - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FF32CD32.
LimeGreen - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FF32CD32.
LimeGreen - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the LimeGreen color.
lineIntersect(Point2D, Point2D, Point2D, Point2D, Point2D) - Static method in class com.mindfusion.diagramming.Utilities
Calculates the intersection point of endless lines (pA, pB) and (pC, pD)
lineIntersectHorizontal(double, Point2D, Point2D) - Static method in class com.mindfusion.diagramming.Utilities
Finds the x coordinate of the intersection point of the horizontal line at y and the line defined by points pA and pB.
lineIntersectVertical(double, Point2D, Point2D) - Static method in class com.mindfusion.diagramming.Utilities
Finds the y coordinate of the intersection point of the vertical line at x and the line defined by points pA and pB.
Linen - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFFAF0E6.
Linen - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFFAF0E6.
Linen - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the Linen color.
LineTemplate - Class in com.mindfusion.diagramming
Represents a straight line segment in a Shape definition.
LineTemplate(float, float, float, float) - Constructor for class com.mindfusion.diagramming.LineTemplate
Initializes a new LineTemplate instance with the specified coordinates of the segment end points.
LineTemplate(float, float, float, float, Color, DashStyle, float) - Constructor for class com.mindfusion.diagramming.LineTemplate
Initializes a new LineTemplate instance with the specified coordinates of the segment end points.
Link - Interface in com.mindfusion.diagramming.jlayout
 
linkActivated(LinkEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when a link becomes the activeItem.
linkActivated(LinkEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when a link becomes the activeItem.
LinkAdjustmentHandle - Class in com.mindfusion.diagramming
Represents an adjustment handle used to modify the position of a link's control point.
LinkAdjustmentHandle(int) - Constructor for class com.mindfusion.diagramming.LinkAdjustmentHandle
Initializes a new instance of the LinkAdjustmentHandle class.
linkBaseShape(Shape) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets what shape should be displayed at the origin of new links.
linkBaseShapeSize(float) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the default size of the shape displayed at the origin of new links.
linkBendFactor(float) - Method in class com.mindfusion.diagramming.builders.HierarchicalLayoutBuilder
Sets the bending factor of links.
linkBranchIndicator(BranchIndicator) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
 
linkBrush(Brush) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the default brush that should be assigned to new links.
linkBrush(Color) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
 
linkBrush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
 
linkCascadeOrientation(Orientation) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the default orientation of the first segments of cascading links.
linkChanges(DiagramNode, Point2D) - Method in class com.mindfusion.diagramming.ConnectionPoint
Checks whether the relationship represented by the associated link would change if the link is attached to the specified node at the specified point.
linkChanges(DiagramNode, Point2D) - Method in class com.mindfusion.diagramming.TreeViewConnectionPoint
ConnectionPoint.linkChanges override.
linkClicked(LinkEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when the user clicks a link.
linkClicked(LinkEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when the user clicks a link.
LinkContainersBehavior - Class in com.mindfusion.diagramming
Implements the Behavior.LinkContainers behavior.
LinkContainersBehavior(DiagramView) - Constructor for class com.mindfusion.diagramming.LinkContainersBehavior
Initializes a new instance of the LinkContainersBehavior class.
LinkControlsBehavior - Class in com.mindfusion.diagramming
Implements the Behavior.LinkControls behavior.
LinkControlsBehavior(DiagramView) - Constructor for class com.mindfusion.diagramming.LinkControlsBehavior
Initializes a new instance of the LinkControlsBehavior class.
linkCreated(LinkEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when the user draws a new link.
linkCreated(LinkEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when the user draws a new link.
linkCreating(LinkValidationEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
A validation event raised while the user is drawing a new link.
linkCreating(LinkValidationEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
A validation event raised while the user is drawing a new link.
linkCrossings(LinkCrossings) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets what shapes should be drawn at the points where links cross.
LinkCrossings - Enum in com.mindfusion.diagramming
The members of this enumeration specify how the points where links cross should be drawn on the screen.
linkCustomDraw(CustomDraw) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the default type of custom painting done on links.
linkDeactivated(LinkEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when a link is no longer the active Item.
linkDeactivated(LinkEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when a link is no longer the active Item.
linkDeleted(LinkEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when a link is deleted, either programmatically or by the user.
linkDeleted(LinkEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when a link is deleted, either programmatically or by the user.
linkDeleting(LinkValidationEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when the user tries to delete a link, this event lets you cancel the operation.
linkDeleting(LinkValidationEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when the user tries to delete a link, this event lets you cancel the operation.
linkDeselected(LinkEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when a link is deselected, either programmatically or by the user.
linkDeselected(LinkEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when a link is deselected, either programmatically or by the user.
linkDoubleClicked(LinkEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when the user double-clicks a link.
linkDoubleClicked(LinkEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when the user double-clicks a link.
linkEndsMovable(boolean) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets a value indicating users are allowed to move the end points of a link after the link is created.
LinkEvent - Class in com.mindfusion.diagramming
Contains the arguments passed to handlers of link related events.
LinkEvent(Object, DiagramLink) - Constructor for class com.mindfusion.diagramming.LinkEvent
Initializes a new LinkEvent instance.
LinkEvent(Object, DiagramLink, Point2D, int) - Constructor for class com.mindfusion.diagramming.LinkEvent
Initializes a new instance of the LinkEvent class.
LinkEvent(Object, DiagramLink, int, Point2D) - Constructor for class com.mindfusion.diagramming.LinkEvent
Initializes a new instance of the LinkEvent class.
LinkFreeFormsBehavior - Class in com.mindfusion.diagramming
Implements the Behavior.LinkFreeForms behavior.
LinkFreeFormsBehavior(DiagramView, boolean) - Constructor for class com.mindfusion.diagramming.LinkFreeFormsBehavior
Initializes a new instance of the LinkFreeFormsBehavior class.
linkHandlesStyle(HandlesStyle) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the style of selection handles that should be assigned to new links.
linkHeadShape(Shape) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets what shape should be displayed as arrowhead of new links.
linkHeadShapeSize(float) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the default size of the shape displayed as arrowhead of new links.
linkIntermediateShape(Shape) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets what shape should be displayed at the middle of links segments.
linkIntermediateShapeSize(float) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the default size of the shape displayed at the middle of links segments.
LinkLabel - Class in com.mindfusion.diagramming
Represents a label displayed by a DiagramLink.
LinkLabel(DiagramLink) - Constructor for class com.mindfusion.diagramming.LinkLabel
Initializes a new instance of the LinkLabel class.
LinkLabel() - Constructor for class com.mindfusion.diagramming.LinkLabel
Used during deserialization.
LinkLabel(DiagramLink, String) - Constructor for class com.mindfusion.diagramming.LinkLabel
Initializes a new instance of the LinkLabel class.
linkLengthFactor(double) - Method in class com.mindfusion.diagramming.builders.AnnealLayoutBuilder
Sets a value specifying how important the short length of links is relatively to the other criteria considered by the algorithm.
LinkList - Class in com.mindfusion.diagramming.jlayout
 
LinkList() - Constructor for class com.mindfusion.diagramming.jlayout.LinkList
 
linkModified(LinkEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when the user moves any control point of a link.
linkModified(LinkEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when the user moves any control point of a link.
linkModifying(LinkValidationEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
A validation event raised while the user is modifying a link.
linkModifying(LinkValidationEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
A validation event raised while the user is modifying a link.
LinkNodesBehavior - Class in com.mindfusion.diagramming
The base class for behavior types that allow drawing both nodes and links.
LinkNodesBehavior(DiagramView) - Constructor for class com.mindfusion.diagramming.LinkNodesBehavior
Initializes a new instance of the LinkNodesBehavior class.
LinkOperations - Class in com.mindfusion.diagramming.jlayout
 
LinkOperations() - Constructor for class com.mindfusion.diagramming.jlayout.LinkOperations
 
linkPadding(float) - Method in class com.mindfusion.diagramming.builders.DecisionLayoutBuilder
Sets the distance between parallel links.
linkPadding(float) - Method in class com.mindfusion.diagramming.builders.FlowchartLayoutBuilder
Sets how much space to leave between adjacent back links designating nested loops.
linkPen(Pen) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the default pen that should be assigned to new links.
linkPointerEnter(LinkEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Called when the mouse pointer enters a link.
linkPointerEnter(LinkEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Called when the mouse pointer enters a link.
linkPointerLeave(LinkEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Called when the mouse pointer leaves a link.
linkPointerLeave(LinkEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Called when the mouse pointer leaves a link.
linkRouted(LinkEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when a link is routed by the auto-routing algorithm.
linkRouted(LinkEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when a link is routed by the auto-routing algorithm.
linkRouter(LinkRouter) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the component used to find paths for auto-routed links when diagram nodes are added or their positions change.
LinkRouter - Interface in com.mindfusion.diagramming
Defines methods that should be implemented by a link-router component.
linksCompactFactor(float) - Method in class com.mindfusion.diagramming.builders.LayeredLayoutBuilder
Sets a value indicating how much to compact the outermost links.
linkSegments(int) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the default number of link segments.
linkSelected(LinkEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when a link is selected, either programmatically or by the user.
linkSelected(LinkEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when a link is selected, either programmatically or by the user.
linkSelecting(LinkValidationEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when the user tries to select a link, this event lets you cancel the operation.
linkSelecting(LinkValidationEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when the user tries to select a link, this event lets you cancel the operation.
linkShape(LinkShape) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the style that should be assigned to new links.
LinkShape - Enum in com.mindfusion.diagramming
The members of this enumeration specify the geometry of link segments and how the segments are related to each other.
LinkShapeEvent - Class in com.mindfusion.diagramming
Contains the arguments passed to the SetSelfLoopShape event handler.
LinkShapeEvent(Object, DiagramLink) - Constructor for class com.mindfusion.diagramming.LinkShapeEvent
Initializes a new instance of the LinkShapeEventArgs class.
LinkShapesBehavior - Class in com.mindfusion.diagramming
Implements the Behavior.LinkShapes behavior.
LinkShapesBehavior(DiagramView) - Constructor for class com.mindfusion.diagramming.LinkShapesBehavior
Initializes a new instance of the LinkShapesBehavior class.
linkSplit(LinkEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when the user splits a link segment interactively.
linkSplit(LinkEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when the user splits a link segment interactively.
linksRetainForm(boolean) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets a value indicating whether new links are set to maintain their shapes while the nodes they connect are moved around.
linkStartModifying(LinkValidationEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
A validation event raised when the user starts modifying a link.
linkStartModifying(LinkValidationEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
A validation event raised when the user starts modifying a link.
linkStyle(TreeLayoutLinkType) - Method in class com.mindfusion.diagramming.builders.TreeLayoutBuilder
Sets what style should be assigned to the links processed by the layout algorithm.
LinkTablesBehavior - Class in com.mindfusion.diagramming
Implements the Behavior.LinkTables behavior.
LinkTablesBehavior(DiagramView) - Constructor for class com.mindfusion.diagramming.LinkTablesBehavior
Initializes a new instance of the LinkTablesBehavior class.
linkText(String) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the default text that should be assigned to new links.
linkTextEdited(EditLinkTextEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when the user edits the text of a link.
linkTextEdited(EditLinkTextEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when the user edits the text of a link.
linkTextEditing(LinkValidationEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
A validation event that lets you approve or reject changes made to the text of a link.
linkTextEditing(LinkValidationEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
A validation event that lets you approve or reject changes made to the text of a link.
linkTextStyle(LinkTextStyle) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the default placement and orientation of the links labels.
LinkTextStyle - Enum in com.mindfusion.diagramming
The members of this enumeration specify where the label of a link is placed and how it is oriented relatively to the link segments.
LinkTreeViewsBehavior - Class in com.mindfusion.diagramming
Implements the Behavior.LinkTreeViews behavior.
LinkTreeViewsBehavior(DiagramView) - Constructor for class com.mindfusion.diagramming.LinkTreeViewsBehavior
Initializes a new instance of the LinkTreeViewsBehavior class.
linkType(LayeredLayoutLinkType) - Method in class com.mindfusion.diagramming.builders.LayeredLayoutBuilder
Sets the appearance of the links in the final layout.
LinkValidationEvent - Class in com.mindfusion.diagramming
Contains the arguments passed to handlers of link validation events.
LinkValidationEvent(Object, DiagramLink) - Constructor for class com.mindfusion.diagramming.LinkValidationEvent
Represents methods that will handle link validation events.
LinkValidationEvent(Object, DiagramLink, Point2D, int, DiagramNode, int, int) - Constructor for class com.mindfusion.diagramming.LinkValidationEvent
 
LinkValidationEvent(Object, DiagramLink, Rectangle2D) - Constructor for class com.mindfusion.diagramming.LinkValidationEvent
 
list - Variable in class com.mindfusion.diagramming.BaseList
 
list - Variable in class com.mindfusion.diagramming.jlayout.BaseList
 
listEvent - Variable in class com.mindfusion.diagramming.BaseList
 
load(String) - Static method in class com.mindfusion.diagramming.components.XmlLoader
Loads the component hierarchy from the specified XML stream and returns the root of this hierarchy.
load(String, Object) - Static method in class com.mindfusion.diagramming.components.XmlLoader
Loads the component hierarchy from the specified XML stream and returns the root of this hierarchy.
load(String, Object, TypeResolver) - Static method in class com.mindfusion.diagramming.components.XmlLoader
Loads the component hierarchy from the specified XML stream and returns the root of this hierarchy.
load(InputStream) - Static method in class com.mindfusion.diagramming.components.XmlLoader
Loads the component hierarchy from the specified XML stream and returns the root of this hierarchy.
load(InputStream, Object) - Static method in class com.mindfusion.diagramming.components.XmlLoader
Loads the component hierarchy from the specified XML stream and returns the root of this hierarchy.
load(InputStream, Object, TypeResolver) - Static method in class com.mindfusion.diagramming.components.XmlLoader
Loads the component hierarchy from the specified XML stream and returns the root of this hierarchy.
load(Document) - Static method in class com.mindfusion.diagramming.components.XmlLoader
Loads the component hierarchy from the specified XML stream and returns the root of this hierarchy.
load(Document, Object) - Static method in class com.mindfusion.diagramming.components.XmlLoader
Loads the component hierarchy from the specified XML stream and returns the root of this hierarchy.
load(Document, Object, TypeResolver) - Static method in class com.mindfusion.diagramming.components.XmlLoader
Loads the component hierarchy from the specified XML stream and returns the root of this hierarchy.
loadComponents(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.components.ContainerComponent
For internal use.
loadComponents(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.components.ContainerComponent
Loads the child components from Json.
loadFrom(InputStream) - Method in class com.mindfusion.diagramming.Diagram
Loads the diagram contents from a stream.
loadFrom(String) - Method in class com.mindfusion.diagramming.Diagram
Loads the diagram contents from a file.
loadFrom(InputStream) - Method in class com.mindfusion.diagramming.DiagramDocument
Loads the document contents from a stream.
loadFrom(InputStream) - Method in class com.mindfusion.diagramming.DiagramView
Loads the diagram contents from a stream.
loadFrom(String) - Method in class com.mindfusion.diagramming.DiagramView
Loads the diagram contents from a file.
loadFrom(InputStream) - Method in class com.mindfusion.diagramming.DocumentView
 
loadFrom(File) - Static method in class com.mindfusion.diagramming.ShapeLibrary
Loads (creates) a ShapeLibrary object from the specified file.
loadFrom(InputSource) - Static method in class com.mindfusion.diagramming.ShapeLibrary
Loads (creates) a ShapeLibrary object from the specified XML source.
loadFromFile(String) - Method in class com.mindfusion.diagramming.DiagramDocument
Loads the document from the specified file.
loadFromJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.Cell
Loads the cell from a JSON object.
loadFromJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.Column
Loads the column from a JSON object.
loadFromJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.components.BorderComponent
ContentComponent.LoadFromJson override.
loadFromJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.components.ButtonComponent
 
loadFromJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.components.CheckBoxComponent
 
loadFromJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.components.ComponentBase
Deserializes the component from a JsonObject.
loadFromJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.components.ContainerComponent
Deserializes the component from a JsonObject.
loadFromJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.components.ContentComponent
Deserializes the component from a JsonObject.
loadFromJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.components.EditComponent
Deserializes the component from a JsonObject.
loadFromJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.components.GridPanel
Deserializes the component from a JsonObject.
loadFromJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.components.ImageComponent
Deserializes the component from a JsonObject.
loadFromJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.components.NumericEditComponent
Deserializes the component from a JsonObject.
loadFromJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.components.ShapeComponent
Deserializes the component from a JsonObject.
loadFromJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.components.SliderComponent
Deserializes the component from a JsonObject.
loadFromJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.components.SpinnerComponent
Deserializes the component from a JsonObject.
loadFromJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.components.StackPanel
Deserializes the component from a JsonObject.
loadFromJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.components.TextComponent
Deserializes the component from a JsonObject.
loadFromJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.CompositeNode
Loads the node from a JSON object.
loadFromJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.ContainerNode
Loads the node from a JSON object.
loadFromJson(String) - Method in class com.mindfusion.diagramming.Diagram
Loads the diagram from a JSON-formatted string.
loadFromJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.DiagramItem
Loads the item from a JSON object.
loadFromJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.DiagramItemStyle
Loads the style content from a JsonObject.
loadFromJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.DiagramLink
Loads the link from a JSON object.
loadFromJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.DiagramLinkStyle
Loads the style content from a JsonObject.
loadFromJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.DiagramNode
Loads the node from a JSON object.
loadFromJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.DiagramNodeStyle
Loads the style content from a JsonObject.
loadFromJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.DiagramStyle
Loads the style content from a JSON object.
loadFromJson(String) - Method in class com.mindfusion.diagramming.DiagramView
Loads the specified JSON data.
loadFromJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.FreeFormNode
Loads the node from a JSON object.
loadFromJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.ItemLabel
Loads the label from a JSON object.
loadFromJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.LinkLabel
Loads the label from a JSON object.
loadFromJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.NodeLabel
Loads the label from a JSON object.
loadFromJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.Row
Loads the row from a JSON object.
loadFromJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.ShapeNode
Loads the node from a JSON object.
loadFromJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.SvgNode
Loads the node from a JSON object.
loadFromJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.TableNode
Loads the node from a JSON object.
loadFromJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.TreeViewItem
 
loadFromJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.TreeViewNode
Loads the node from a JSON object.
loadFromJsonFile(String) - Method in class com.mindfusion.diagramming.Diagram
Loads the diagram from a JSON file.
loadFromJsonFile(String) - Method in class com.mindfusion.diagramming.DiagramView
Loads the diagram from a JSON file.
loadFromJsonObject(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.Diagram
Loads the diagram from a JSON object.
loadFromString(String) - Method in class com.mindfusion.diagramming.Diagram
Loads the diagram contents from a string.
loadFromString(String) - Method in class com.mindfusion.diagramming.DiagramDocument
Loads a diagram from the specified string.
loadFromString(String) - Method in class com.mindfusion.diagramming.DiagramView
Loads the diagram contents from a string.
loadFromString(String) - Method in class com.mindfusion.diagramming.Theme
Loads the theme from an XML string.
loadFromXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.Cell
 
loadFromXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.Column
 
loadFromXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.components.BorderComponent
ContentComponent.loadFromXml override
loadFromXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.components.ButtonComponent
ComponentBase.loadFromXml override.
loadFromXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.components.CheckBoxComponent
ComponentBase.loadFromXml override.
loadFromXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.components.ComponentBase
Deserializes the component from an XML element.
loadFromXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.components.ContainerComponent
ComponentBase.loadFromXml override.
loadFromXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.components.ContentComponent
ComponentBase.loadFromXml override.
loadFromXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.components.EditComponent
ComponentBase.loadFromXml override.
loadFromXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.components.GridPanel
ContainerComponent.loadFromXml override.
loadFromXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.components.ImageComponent
ComponentBase.loadFromXml override.
loadFromXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.components.NumericEditComponent
EditComponent.loadFromXml override.
loadFromXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.components.ShapeComponent
ComponentBase.loadFromXml override.
loadFromXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.components.SliderComponent
ContentComponent.loadFromXml override.
loadFromXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.components.SpinnerComponent
ContentComponent.loadFromXml override.
loadFromXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.components.StackPanel
ContainerComponent.loadFromXml override.
loadFromXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.components.TextComponent
ComponentBase.loadFromXml override.
loadFromXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.CompositeNode
DiagramNode.loadFromXml override
loadFromXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.ContainerNode
Loads the item content from an XML element.
loadFromXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.ControlNode
Loads the item content from an XML element.
loadFromXml(String) - Method in class com.mindfusion.diagramming.Diagram
Loads the contents of the XML diagram document.
loadFromXml(InputStream) - Method in class com.mindfusion.diagramming.Diagram
Loads the contents of the XML diagram document.
loadFromXml(InputSource) - Method in class com.mindfusion.diagramming.Diagram
Loads the contents of the XML diagram document.
loadFromXml(Document, boolean) - Method in class com.mindfusion.diagramming.Diagram
Loads the contents of the XML diagram document.
loadFromXml(String) - Method in class com.mindfusion.diagramming.DiagramDocument
Loads the document from the specified XML file.
loadFromXml(Document) - Method in class com.mindfusion.diagramming.DiagramDocument
Loads the document from the specified Document object.
loadFromXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.DiagramItem
Loads the item content from an XML element.
loadFromXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.DiagramLink
 
loadFromXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.DiagramNode
 
loadFromXml(String) - Method in class com.mindfusion.diagramming.DiagramView
Loads the contents of the XML diagram document.
loadFromXml(InputStream) - Method in class com.mindfusion.diagramming.DiagramView
Loads the contents of the XML diagram document.
loadFromXml(InputSource) - Method in class com.mindfusion.diagramming.DiagramView
Loads the contents of the XML diagram document.
loadFromXml(Document, boolean) - Method in class com.mindfusion.diagramming.DiagramView
Loads the contents of the XML diagram document.
loadFromXml(Document, boolean) - Method in class com.mindfusion.diagramming.DocumentView
 
loadFromXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.FreeFormNode
Loads the item content from an XML element.
loadFromXml(String, String, Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.HandlesVisualStyle
Loads the style from XML.
loadFromXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.ItemLabel
Loads the label from the specified XML element.
loadFromXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.LinkLabel
Loads the label from the specified XML element.
loadFromXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.NodeConstraints
Loads the label from the specified XML element.
loadFromXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.NodeLabel
Loads the label from the specified XML element.
loadFromXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.Row
 
loadFromXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.ShapeFormulaParam
Loads the formula parameter from the specified XML element.
loadFromXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.ShapeNode
 
loadFromXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.Style
Loads the style content from an XML element.
loadFromXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.SvgNode
Loads the node's content from an XML element.
loadFromXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.TableNode
 
loadFromXml(String) - Method in class com.mindfusion.diagramming.Theme
Loads the theme from an XML file.
loadFromXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.TreeViewItem
Loads the item content from an XML element.
loadFromXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.TreeViewNode
Loads the item content from an XML element.
loadHeaderFromXml(Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
Reads a lane header from the specified XML element.
loadItem(JsonObject) - Method in class com.mindfusion.diagramming.JsonPersistContext
Reads a diagram item from the specified JsonObject.
locked(boolean) - Method in class com.mindfusion.diagramming.builders.CompositeNodeBuilder
Sets a value indicating whether users are allowed to modify an item.
locked(boolean) - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
Sets a value indicating whether users are allowed to modify an item.
locked(boolean) - Method in class com.mindfusion.diagramming.builders.ControlNodeBuilder
Sets a value indicating whether users are allowed to modify an item.
locked(boolean) - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
Sets a value indicating whether users are allowed to modify an item.
locked(boolean) - Method in class com.mindfusion.diagramming.builders.FreeFormNodeBuilder
Sets a value indicating whether users are allowed to modify an item.
locked(boolean) - Method in class com.mindfusion.diagramming.builders.ShapeNodeBuilder
Sets a value indicating whether users are allowed to modify an item.
locked(boolean) - Method in class com.mindfusion.diagramming.builders.SvgNodeBuilder
Sets a value indicating whether users are allowed to modify an item.
locked(boolean) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
Sets a value indicating whether users are allowed to modify an item.
locked(boolean) - Method in class com.mindfusion.diagramming.builders.TreeViewNodeBuilder
Sets a value indicating whether users are allowed to modify an item.
lostFocus(Object, ComponentEvent) - Method in interface com.mindfusion.diagramming.components.ComponentEventListener
Raised when the component loses the input focus.
lostOwnership(Clipboard, Transferable) - Method in class com.mindfusion.diagramming.DiagramView
 

M

Magenta - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFFF00FF.
Magenta - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFFF00FF.
Magenta - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the Magenta color.
makeImagesRelativeTo(String) - Method in class com.mindfusion.diagramming.ShapeLibrary
Makes image locations relative to specified shapeLibraryPath so that the shape library can be moved/distributed.
Manipulator - Class in com.mindfusion.diagramming
The base class for interactive widgets displayed in diagram items.
Manipulator(DiagramItem) - Constructor for class com.mindfusion.diagramming.Manipulator
 
margin(float) - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
Sets how much space should be left between contained nodes and the container borders.
margin - Variable in class com.mindfusion.diagramming.ContainerNodeProperties
 
margins(XDimension2D.Double) - Method in class com.mindfusion.diagramming.builders.CascadeLayoutBuilder
Sets the distance between the top-left corner of the smallest rectangle containing the arranged diagram and the top-left point of the document bounds.
margins(XDimension2D.Double) - Method in class com.mindfusion.diagramming.builders.CircularLayoutBuilder
Sets the distance between the top-left corner of the smallest rectangle containing the arranged diagram and the top-left point of the document bounds.
margins(XDimension2D.Double) - Method in class com.mindfusion.diagramming.builders.DecisionLayoutBuilder
Sets the distance between the top-left corner of the smallest rectangle containing the arranged diagram and the top-left point of the document bounds.
margins(XDimension2D.Double) - Method in class com.mindfusion.diagramming.builders.FlowchartLayoutBuilder
Sets the distance between the top-left corner of the smallest rectangle containing the arranged diagram and the top-left point of the document bounds.
margins(XDimension2D.Double) - Method in class com.mindfusion.diagramming.builders.FractalLayoutBuilder
Sets the distance between the top-left corner of the smallest rectangle containing the arranged diagram and the top-left point of the document bounds.
margins(XDimension2D.Double) - Method in class com.mindfusion.diagramming.builders.HierarchicalLayoutBuilder
Sets the distance between the top-left corner of the smallest rectangle containing the arranged diagram and the top-left point of the document bounds.
margins(XDimension2D.Double) - Method in class com.mindfusion.diagramming.builders.LayeredLayoutBuilder
Sets the distance between the top-left corner of the smallest rectangle containing the arranged diagram and the top-left point of the document bounds.
margins(XDimension2D.Double) - Method in class com.mindfusion.diagramming.builders.OneWayLayoutBuilder
Sets the distance between the top-left corner of the smallest rectangle containing the arranged diagram and the top-left point of the document bounds.
margins(XDimension2D.Double) - Method in class com.mindfusion.diagramming.builders.OrthogonalLayoutBuilder
Sets the distance between the top-left corner of the smallest rectangle containing the arranged diagram and the top-left point of the document bounds.
margins(XDimension2D.Double) - Method in class com.mindfusion.diagramming.builders.SwimlaneLayoutBuilder
Sets the distance between the top-left corner of the smallest rectangle containing the arranged diagram and the top-left point of the document bounds.
margins(XDimension2D.Double) - Method in class com.mindfusion.diagramming.builders.TopologicalLayoutBuilder
Sets the distance between the top-left corner of the smallest rectangle containing the arranged diagram and the top-left point of the document bounds.
margins(XDimension2D.Double) - Method in class com.mindfusion.diagramming.builders.TreeMapLayoutBuilder
Sets the distance between the top-left corner of the smallest rectangle containing the arranged diagram and the top-left point of the document bounds.
margins(XDimension2D.Double) - Method in class com.mindfusion.diagramming.builders.TriangularLayoutBuilder
Sets the distance between the top-left corner of the smallest rectangle containing the arranged diagram and the top-left point of the document bounds.
MarkStyle - Enum in com.mindfusion.diagramming
The members of this enumeration specify what marks should be drawn where the anchor points of a node are located.
Maroon - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FF800000.
Maroon - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FF800000.
Maroon - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the Maroon color.
masterGroup - Variable in class com.mindfusion.diagramming.DiagramNode
 
match(ComponentBase, Object) - Method in interface com.mindfusion.diagramming.components.ComponentFinder.Predicate
 
maximumLayoutSize(Container) - Method in class com.mindfusion.diagramming.VerticalFlowLayout
 
maxRowWidth() - Method in class com.mindfusion.drawing.TextLayout
 
measureString(String, Font) - Method in class com.mindfusion.diagramming.Diagram
Measures a text taking into consideration the current affine transform of the diagram.
measureString(String, Font) - Method in class com.mindfusion.drawing.AwtGraphics
 
measureText(String, float, Font) - Static method in class com.mindfusion.diagramming.TextRenderer
 
measureUnit(GraphicsUnit) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets in what units JDiagram should measure lengths and sizes.
MeasureUnit - Class in com.mindfusion.diagramming
Specifies units of measure.
MeasureUnit(String, MeasureUnit, double) - Constructor for class com.mindfusion.diagramming.MeasureUnit
Initializes a new instance of the MeasureUnit class with the specified unit of measure as a base.
MeasureUnit(String, MeasureUnit, double, int) - Constructor for class com.mindfusion.diagramming.MeasureUnit
Initializes a new instance of the MeasureUnit class with the specified unit of measure as a base.
MeasureUnit(String, double) - Constructor for class com.mindfusion.diagramming.MeasureUnit
Initializes a new instance of the MeasureUnit class with the specified amount.
MeasureUnit(String, double, int) - Constructor for class com.mindfusion.diagramming.MeasureUnit
Initializes a new instance of the MeasureUnit class with the specified amount.
MediumAquamarine - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FF66CDAA.
MediumAquamarine - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FF66CDAA.
MediumAquamarine - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the MediumAquamarine color.
MediumBlue - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FF0000CD.
MediumBlue - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FF0000CD.
MediumBlue - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the MediumBlue color.
MediumOrchid - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFBA55D3.
MediumOrchid - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFBA55D3.
MediumOrchid - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the MediumOrchid color.
MediumPurple - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FF9370DB.
MediumPurple - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FF9370DB.
MediumPurple - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the MediumPurple color.
MediumSeaGreen - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FF3CB371.
MediumSeaGreen - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FF3CB371.
MediumSeaGreen - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the MediumSeaGreen color.
MediumSlateBlue - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FF7B68EE.
MediumSlateBlue - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FF7B68EE.
MediumSlateBlue - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the MediumSlateBlue color.
MediumSpringGreen - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FF00FA9A.
MediumSpringGreen - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FF00FA9A.
MediumSpringGreen - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the MediumSpringGreen color.
MediumTurquoise - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FF48D1CC.
MediumTurquoise - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FF48D1CC.
MediumTurquoise - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the MediumTurquoise color.
MediumVioletRed - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFC71585.
MediumVioletRed - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFC71585.
MediumVioletRed - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the MediumVioletRed color.
mergeThreshold(float) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the maximum distance between adjacent control points of a link at which the respective segments can be merged.
mergeUndoRecords(int, String) - Method in class com.mindfusion.diagramming.CommandHistory
Merges several undo records into a single composite record.
MIDDLE - Static variable in class com.mindfusion.diagramming.VerticalFlowLayout
This value indicates that the components should be centered horizontally.
middlePoint(Point2D.Float, Point2D.Float) - Static method in class com.mindfusion.diagramming.jlayout.PointOperations
 
MidnightBlue - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FF191970.
MidnightBlue - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FF191970.
MidnightBlue - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the MidnightBlue color.
Millimeter - Static variable in class com.mindfusion.diagramming.MeasureUnit
Specifies millimeters as the unit of measure.
minDistToRect(Point2D, Rectangle2D) - Static method in class com.mindfusion.diagramming.Utilities
Calculates the minimum distance between a given point and a given rectangle.
minimizeCrossings(boolean) - Method in class com.mindfusion.diagramming.builders.SpringLayoutBuilder
Sets a value indicating whether the algorithm should try to minimize the number of link crossings.
minimizeLinkBends(boolean) - Method in class com.mindfusion.diagramming.builders.OrthogonalLayoutBuilder
Sets a value indicating whether the layout should attempt to minimize link bends.
minimumLayoutSize(Container) - Method in class com.mindfusion.diagramming.TabbedScrollPane
LayoutManager.minimumLayoutSize implementation.
minimumLayoutSize(Container) - Method in class com.mindfusion.diagramming.VerticalFlowLayout
Returns the minimum dimensions needed to layout the visible components contained in the specified target container.
minimumSize(Dimension2D) - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
Sets the minimum size of the container.
minimumSize - Variable in class com.mindfusion.diagramming.ContainerNodeProperties
 
minLaneSize(float) - Method in class com.mindfusion.diagramming.builders.OrthogonalLayoutBuilder
Sets a value indicating the minimum size of a lane.
MintCream - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFF5FFFA.
MintCream - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFF5FFFA.
MintCream - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the MintCream color.
MistyRose - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFFFE4E1.
MistyRose - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFFFE4E1.
MistyRose - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the MistyRose color.
mm - Variable in class com.mindfusion.diagramming.jlayout.FlowchartLayoutInfo
 
Moccasin - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFFFE4B5.
Moccasin - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFFFE4B5.
Moccasin - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the Moccasin color.
ModificationStart - Enum in com.mindfusion.diagramming
The members of this enumeration specify how users can start modifying an item.
ModifierKeyAction - Enum in com.mindfusion.diagramming
Defines the actions that can be assigned to a modifier key such as CTRL or ALT.
ModifierKeyActions - Class in com.mindfusion.diagramming
Maps keyboard modifier keys to special actions in MindFusion.Diagramming, such as panning and drawing selection rectangle.
ModifyBehavior - Class in com.mindfusion.diagramming
Implements the Behavior.Modify behavior.
ModifyBehavior(DiagramView) - Constructor for class com.mindfusion.diagramming.ModifyBehavior
Initializes a new instance of the ModifyBehavior class.
modifyDX - Variable in class com.mindfusion.diagramming.DiagramItem
 
modifyDY - Variable in class com.mindfusion.diagramming.DiagramItem
 
modifyHandle - Variable in class com.mindfusion.diagramming.DiagramItem
 
modifying - Variable in class com.mindfusion.diagramming.DiagramItem
 
ModifyItemCmd - Class in com.mindfusion.diagramming
Represents an action that changes the size or position of a diagram item.
ModifyItemCmd(DiagramItem) - Constructor for class com.mindfusion.diagramming.ModifyItemCmd
Initializes a new instance of the ModifyItemCmd class.
MouseButtonAction - Enum in com.mindfusion.diagramming
Specifies what actions can be associated with the middle and right mouse buttons.
mouseClicked(Object, ComponentMouseEvent) - Method in class com.mindfusion.diagramming.components.ComponentMouseEventAdapter
Raised when mouse button is clicked over the component.
mouseClicked(Object, ComponentMouseEvent) - Method in interface com.mindfusion.diagramming.components.ComponentMouseEventListener
Raised when mouse button is clicked over the component.
mouseClicked(MouseEvent) - Method in class com.mindfusion.diagramming.Overview
 
mouseClicked(MouseEvent) - Method in class com.mindfusion.diagramming.ZoomControl
 
mouseDragged(MouseEvent) - Method in class com.mindfusion.diagramming.Overview
 
mouseDragged(MouseEvent) - Method in class com.mindfusion.diagramming.ZoomControl
Implements MouseListener.mouseDragged
mouseEntered(MouseEvent) - Method in class com.mindfusion.diagramming.Overview
 
mouseEntered(MouseEvent) - Method in class com.mindfusion.diagramming.ZoomControl
 
mouseExited(MouseEvent) - Method in class com.mindfusion.diagramming.Overview
 
mouseExited(MouseEvent) - Method in class com.mindfusion.diagramming.ZoomControl
 
mouseInputMode(MouseInputMode) - Method in class com.mindfusion.diagramming.builders.ControlNodeBuilder
Sets whether mouse input is processed by the diagram or the hosted control.
MouseInputMode - Enum in com.mindfusion.diagramming
The members of this enumeration specify specify how to process mouse actions done over a ControlNode.
mouseMove(Object, ComponentMouseEvent) - Method in class com.mindfusion.diagramming.components.ComponentMouseEventAdapter
Raised when the mouse moves over the component.
mouseMove(Object, ComponentMouseEvent) - Method in interface com.mindfusion.diagramming.components.ComponentMouseEventListener
Raised when the mouse moves over the component.
mouseMoved(MouseEvent) - Method in class com.mindfusion.diagramming.Overview
 
mouseMoved(MouseEvent) - Method in class com.mindfusion.diagramming.ZoomControl
Implements MouseListener.mouseMoved
mousePressed(MouseEvent) - Method in class com.mindfusion.diagramming.Overview
 
mousePressed(MouseEvent) - Method in class com.mindfusion.diagramming.ZoomControl
Implements MouseListener.mousePressed
mouseReleased(MouseEvent) - Method in class com.mindfusion.diagramming.Overview
 
mouseReleased(MouseEvent) - Method in class com.mindfusion.diagramming.ZoomControl
Implements MouseListener.mouseReleased
Move - Static variable in class com.mindfusion.diagramming.AdjustmentHandles
The movement handle is enabled.
move(double, double) - Method in class com.mindfusion.diagramming.DiagramNode
 
MoveNodesBehavior - Class in com.mindfusion.diagramming
This class is used when the diagram behavior is set to Behavior.MoveNodes.
MoveNodesBehavior(DiagramView) - Constructor for class com.mindfusion.diagramming.MoveNodesBehavior
Initializes a new instance of the MoveNodesBehavior class.
moveTo(float, float) - Method in class com.mindfusion.diagramming.DiagramNode
Moves a node to the specified location.
multipleGraphsOrientation(MultipleGraphsPlacement) - Method in class com.mindfusion.diagramming.builders.AnnealLayoutBuilder
How multiple independent graphs in the diagram should be positioned relative to one another.
multipleGraphsPlacement(MultipleGraphsPlacement) - Method in class com.mindfusion.diagramming.builders.CascadeLayoutBuilder
Sets a value indicating how multiple independent graphs in the diagram should be positioned relatively to each other.
multipleGraphsPlacement(MultipleGraphsPlacement) - Method in class com.mindfusion.diagramming.builders.CircularLayoutBuilder
Sets a value indicating how multiple independent graphs in the diagram should be positioned relatively to each other.
multipleGraphsPlacement(MultipleGraphsPlacement) - Method in class com.mindfusion.diagramming.builders.DecisionLayoutBuilder
Sets a value indicating how multiple independent graphs in the diagram should be positioned relatively to each other.
multipleGraphsPlacement(MultipleGraphsPlacement) - Method in class com.mindfusion.diagramming.builders.FlowchartLayoutBuilder
Sets a value indicating how multiple independent graphs in the diagram should be positioned relatively to each other.
multipleGraphsPlacement(MultipleGraphsPlacement) - Method in class com.mindfusion.diagramming.builders.FractalLayoutBuilder
Sets a value indicating how multiple independent graphs in the diagram should be positioned relatively to each other.
multipleGraphsPlacement(MultipleGraphsPlacement) - Method in class com.mindfusion.diagramming.builders.HierarchicalLayoutBuilder
Sets a value indicating how multiple independent graphs in the diagram should be positioned relatively to each other.
multipleGraphsPlacement(MultipleGraphsPlacement) - Method in class com.mindfusion.diagramming.builders.LayeredLayoutBuilder
Sets a value indicating how multiple independent graphs in the diagram should be positioned relatively to each other.
multipleGraphsPlacement(MultipleGraphsPlacement) - Method in class com.mindfusion.diagramming.builders.OneWayLayoutBuilder
Sets a value indicating how multiple independent graphs in the diagram should be positioned relatively to each other.
multipleGraphsPlacement(MultipleGraphsPlacement) - Method in class com.mindfusion.diagramming.builders.OrthogonalLayoutBuilder
Sets a value indicating how multiple independent graphs in the diagram should be positioned relatively to each other.
multipleGraphsPlacement(MultipleGraphsPlacement) - Method in class com.mindfusion.diagramming.builders.SwimlaneLayoutBuilder
Sets a value indicating how multiple independent graphs in the diagram should be positioned relatively to each other.
multipleGraphsPlacement(MultipleGraphsPlacement) - Method in class com.mindfusion.diagramming.builders.TopologicalLayoutBuilder
Sets a value indicating how multiple independent graphs in the diagram should be positioned relatively to each other.
multipleGraphsPlacement(MultipleGraphsPlacement) - Method in class com.mindfusion.diagramming.builders.TreeMapLayoutBuilder
Sets a value indicating how multiple independent graphs in the diagram should be positioned relatively to each other.
multipleGraphsPlacement(MultipleGraphsPlacement) - Method in class com.mindfusion.diagramming.builders.TriangularLayoutBuilder
Sets a value indicating how multiple independent graphs in the diagram should be positioned relatively to each other.
MultipleGraphsPlacement - Enum in com.mindfusion.diagramming
The members of this enumeration specify graph orientation and positioning.

N

NamedEnum - Interface in com.mindfusion.diagramming
Implements XML serialization of enumeration members.
NavajoWhite - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFFFDEAD.
NavajoWhite - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFFFDEAD.
NavajoWhite - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the NavajoWhite color.
Navy - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FF000080.
Navy - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FF000080.
Navy - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the Navy color.
needsPointerMessages(Point2D) - Method in class com.mindfusion.diagramming.Manipulator
Returns whether the manipulator object needs to track mouse events.
needsPointerMessages(Point2D) - Method in class com.mindfusion.diagramming.ScrollBar
Returns whether the manipulator object needs to track mouse events.
newPoint2D(Point2D) - Static method in class com.mindfusion.diagramming.Utilities
 
newPoint2D(double, double) - Static method in class com.mindfusion.diagramming.Utilities
 
newPointDouble(Point2D) - Static method in class com.mindfusion.diagramming.Utilities
 
newPointDouble(double, double) - Static method in class com.mindfusion.diagramming.Utilities
 
newPointFloat() - Static method in class com.mindfusion.diagramming.Utilities
 
newPointFloat(Point2D) - Static method in class com.mindfusion.diagramming.Utilities
 
newPointFloat(double, double) - Static method in class com.mindfusion.diagramming.Utilities
 
newRectangle2D(double, double, double, double) - Static method in class com.mindfusion.diagramming.Utilities
 
newRectangleDouble(double, double, double, double) - Static method in class com.mindfusion.diagramming.Utilities
 
newRectangleDouble(Rectangle2D) - Static method in class com.mindfusion.diagramming.Utilities
 
newRectangleFloat(double, double, double, double) - Static method in class com.mindfusion.diagramming.Utilities
 
newRectangleFloat(Rectangle2D) - Static method in class com.mindfusion.diagramming.Utilities
 
nextDouble() - Method in class com.mindfusion.diagramming.jlayout.RandomFactory
 
nextFloat() - Method in class com.mindfusion.diagramming.jlayout.RandomFactory
 
node - Variable in class com.mindfusion.diagramming.ConnectionPoint
 
Node - Interface in com.mindfusion.diagramming.jlayout
 
nodeActivated(NodeEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when a node becomes the active Item.
nodeActivated(NodeEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when a node becomes the active Item.
NodeAdjustmentHandle - Class in com.mindfusion.diagramming
Represents an adjustment handle used to move, resize or rotate a node.
NodeAdjustmentHandle(NodeHandleType) - Constructor for class com.mindfusion.diagramming.NodeAdjustmentHandle
Initializes a new instance of the NodeAdjustmentHandle class.
nodeClicked(NodeEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when the user clicks a node.
nodeClicked(NodeEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when the user clicks a node.
NodeConstraints - Class in com.mindfusion.diagramming
Represents the movement and size constraints that can be applied to a node.
NodeConstraints() - Constructor for class com.mindfusion.diagramming.NodeConstraints
Initializes a new NodeConstraints instance.
nodeCreated(NodeEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when the user draws a new node.
nodeCreated(NodeEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when the user draws a new node.
nodeCreating(NodeValidationEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
A validation event raised while the user is drawing a new node.
nodeCreating(NodeValidationEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
A validation event raised while the user is drawing a new node.
nodeDeactivated(NodeEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when a node is no longer the active Item.
nodeDeactivated(NodeEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when a node is no longer the active Item.
nodeDeleted(NodeEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when a node is deleted, either programmatically or by the user.
nodeDeleted(NodeEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when a node is deleted, either programmatically or by the user.
nodeDeleting(NodeValidationEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when the user tries to delete a node, this event lets you cancel the operation.
nodeDeleting(NodeValidationEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when the user tries to delete a node, this event lets you cancel the operation.
nodeDeselected(NodeEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when a node is deselected, either programmatically or by the user.
nodeDeselected(NodeEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when a node is deselected, either programmatically or by the user.
nodeDistance(float) - Method in class com.mindfusion.diagramming.builders.FlowchartLayoutBuilder
Sets the distance between consecutive nodes in the flowchart.
nodeDistance(float) - Method in class com.mindfusion.diagramming.builders.LayeredLayoutBuilder
Sets the desired distance between adjacent nodes on the same layer.
nodeDistance(float) - Method in class com.mindfusion.diagramming.builders.OneWayLayoutBuilder
Sets the minimum spacing between adjacent nodes in the final layout.
nodeDistance(float) - Method in class com.mindfusion.diagramming.builders.SpringLayoutBuilder
Sets how much space should be left between adjacent nodes.
nodeDistance(float) - Method in class com.mindfusion.diagramming.builders.SwimlaneLayoutBuilder
Sets the spacing between adjacent nodes within a lane in the final layout.
nodeDistance(float) - Method in class com.mindfusion.diagramming.builders.TopologicalLayoutBuilder
Sets the distance between adjacent nodes in the diagram.
nodeDistance(float) - Method in class com.mindfusion.diagramming.builders.TreeLayoutBuilder
Sets the desired distance between nodes on the same level.
nodeDoubleClicked(NodeEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when the user double-clicks a node.
nodeDoubleClicked(NodeEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when the user double-clicks a node.
NodeEffect - Class in com.mindfusion.diagramming
Represents the base class of all visual effects that can be applied to the nodes in a Diagram.
NodeEffect() - Constructor for class com.mindfusion.diagramming.NodeEffect
Initializes a new instance of the NodeEffect class.
NodeEvent - Class in com.mindfusion.diagramming
Contains the arguments passed to handlers of node-related events, such as TreeCollapsed and TreeExpanded.
NodeEvent(Object, DiagramNode) - Constructor for class com.mindfusion.diagramming.NodeEvent
Represents methods that will handle general node related events.
NodeEvent(Object, DiagramNode, Point2D, NodeHandleType) - Constructor for class com.mindfusion.diagramming.NodeEvent
Initializes a new instance of the NodeEvent class.
NodeEvent(Object, DiagramNode, int, Point2D) - Constructor for class com.mindfusion.diagramming.NodeEvent
Initializes a new instance of the NodeEvent class.
NodeHandleType - Enum in com.mindfusion.diagramming
Identifies the types of selection handles of a node.
NodeLabel - Class in com.mindfusion.diagramming
Represents a label displayed by a DiagramNode.
NodeLabel(DiagramNode) - Constructor for class com.mindfusion.diagramming.NodeLabel
Initializes a new instance of the NodeLabel class.
NodeLabel() - Constructor for class com.mindfusion.diagramming.NodeLabel
Used during deserialization.
NodeLabel(DiagramNode, String) - Constructor for class com.mindfusion.diagramming.NodeLabel
Initializes a new instance of the NodeLabel class.
nodeLinkCrossingCost(double) - Method in class com.mindfusion.diagramming.builders.AnnealLayoutBuilder
Sets a value specifying how important the low number of crossings of links with edges is relatively to the other criteria considered by the algorithm.
nodeLinkDistFactor(double) - Method in class com.mindfusion.diagramming.builders.AnnealLayoutBuilder
Sets a value specifying the importance of the distance between nodes and links relative to the other criteria considered by the algorithm.
NodeList - Class in com.mindfusion.diagramming.jlayout
 
NodeList() - Constructor for class com.mindfusion.diagramming.jlayout.NodeList
 
NodeListEvent - Class in com.mindfusion.diagramming
Contains the arguments passed to the NodeSelected and NodeRemoved event handlers.
NodeListEvent(DiagramNode, int) - Constructor for class com.mindfusion.diagramming.NodeListEvent
Initializes a new instance of the DiagramNodeEventArgs class.
NodeListEvent(DiagramNode) - Constructor for class com.mindfusion.diagramming.NodeListEvent
Initializes a new instance of the DiagramNodeEventArgs class.
NodeListView - Class in com.mindfusion.diagramming
Represents a list box with MindFusion.Diagramming.DiagramNode objects.
NodeListView() - Constructor for class com.mindfusion.diagramming.NodeListView
Initializes a new instance of the NodeListView class.
NodeListView.NodeTransferHandler - Class in com.mindfusion.diagramming
Implements drag-and-drop transfers from NodeListView.
NodeListViewAdapter - Class in com.mindfusion.diagramming
Provides empty implementations for the methods defined in the NodeListViewListener interface.
NodeListViewAdapter() - Constructor for class com.mindfusion.diagramming.NodeListViewAdapter
 
NodeListViewListener - Interface in com.mindfusion.diagramming
Defines the events that can be raised by NodeListView.
nodeModified(NodeEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when the user moves or resizes a node.
nodeModified(NodeEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when the user moves or resizes a node.
nodeModifying(NodeValidationEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
A validation event raised while the user is moving or resizing a node.
nodeModifying(NodeValidationEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
A validation event raised while the user is moving or resizing a node.
NodeOrderComparer - Class in com.mindfusion.diagramming.jlayout
 
NodeOrderComparer(Node) - Constructor for class com.mindfusion.diagramming.jlayout.NodeOrderComparer
 
NodeOrderComparer2 - Class in com.mindfusion.diagramming.jlayout
 
NodeOrderComparer2(Node) - Constructor for class com.mindfusion.diagramming.jlayout.NodeOrderComparer2
 
nodePointerEnter(NodeEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Called when the mouse pointer enters a node.
nodePointerEnter(NodeEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Called when the mouse pointer enters a node.
nodePointerLeave(NodeEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Called when the mouse pointer leaves a node.
nodePointerLeave(NodeEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Called when the mouse pointer leaves a node.
nodeRemoved(NodeListEvent) - Method in class com.mindfusion.diagramming.NodeListViewAdapter
Raised when the user removes a node from the list view.
nodeRemoved(NodeListEvent) - Method in interface com.mindfusion.diagramming.NodeListViewListener
Raised when the user removes a node from the list view.
nodeSelected(NodeEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when a node is selected, either programmatically or by the user.
nodeSelected(NodeEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when a node is selected, either programmatically or by the user.
nodeSelected(NodeListEvent) - Method in class com.mindfusion.diagramming.NodeListViewAdapter
Raised when the user selects a node in the list view.
nodeSelected(NodeListEvent) - Method in interface com.mindfusion.diagramming.NodeListViewListener
Raised when the user selects a node in the list view.
nodeSelecting(NodeValidationEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when the user tries to select a node, this event lets you cancel the operation.
nodeSelecting(NodeValidationEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when the user tries to select a node, this event lets you cancel the operation.
nodesExpandable(boolean) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets whether the tree branches that start from new nodes should be expandable by default.
nodesIntersect(ConnectionPoint) - Method in class com.mindfusion.diagramming.ConnectionPoint
Checks whether the node associated with the current connection point and the node associated with the specified connection point intersect.
nodesIntersect(DiagramNode, DiagramNode) - Static method in class com.mindfusion.diagramming.DiagramNode
Determines whether two nodes intersect.
nodeStartModifying(NodeValidationEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
A validation event raised when the user starts modifying a node.
nodeStartModifying(NodeValidationEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
A validation event raised when the user starts modifying a node.
nodeTextEdited(EditNodeTextEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when the user edits the text of a node.
nodeTextEdited(EditNodeTextEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when the user edits the text of a node.
nodeTextEditing(NodeValidationEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
A validation event that lets you approve or reject changes made to the text of a node.
nodeTextEditing(NodeValidationEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
A validation event that lets you approve or reject changes made to the text of a node.
NodeTransferHandler() - Constructor for class com.mindfusion.diagramming.NodeListView.NodeTransferHandler
 
NodeValidationEvent - Class in com.mindfusion.diagramming
Contains the arguments passed to handlers of node validation events.
NodeValidationEvent(Object, DiagramNode) - Constructor for class com.mindfusion.diagramming.NodeValidationEvent
Represents methods that will handle node validation events.
NodeValidationEvent(Object, DiagramNode, Point2D, NodeHandleType) - Constructor for class com.mindfusion.diagramming.NodeValidationEvent
 
NodeValidationEvent(Object, DiagramNode, Rectangle2D) - Constructor for class com.mindfusion.diagramming.NodeValidationEvent
 
None - Static variable in class com.mindfusion.diagramming.AdjustmentHandles
Specifies that all selection handles of an item are disabled.
None - Static variable in class com.mindfusion.diagramming.ArrowHeads
Do not display an arrowhead shape.
None - Static variable in class com.mindfusion.diagramming.jlayout.AssistantType
The node is not an assistant.
Normal - Static variable in class com.mindfusion.diagramming.jlayout.AssistantType
The node is an assistant and its relative position is determined automatically by the layout.
normalizeRect(Rectangle2D) - Static method in class com.mindfusion.diagramming.Utilities
 
notifyParent - Variable in class com.mindfusion.diagramming.BaseList
 
NotifyPropertyChanged - Interface in com.mindfusion.diagramming
Defines the interface for subscribing to property change events.
NumericEditComponent - Class in com.mindfusion.diagramming.components
Represents a numeric-only edit component.
NumericEditComponent() - Constructor for class com.mindfusion.diagramming.components.NumericEditComponent
Initializes a new instance of the NumericEditComponent class.
NumericEditComponentListener - Interface in com.mindfusion.diagramming.components
Defines the events that can be raised by NumericEditComponent.

O

obstacle(boolean) - Method in class com.mindfusion.diagramming.builders.CompositeNodeBuilder
Sets a value indicating whether the link routing algorithm should consider this node an obstacle.
obstacle(boolean) - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
Sets a value indicating whether the link routing algorithm should consider this node an obstacle.
obstacle(boolean) - Method in class com.mindfusion.diagramming.builders.ControlNodeBuilder
Sets a value indicating whether the link routing algorithm should consider this node an obstacle.
obstacle(boolean) - Method in class com.mindfusion.diagramming.builders.FreeFormNodeBuilder
Sets a value indicating whether the link routing algorithm should consider this node an obstacle.
obstacle(boolean) - Method in class com.mindfusion.diagramming.builders.ShapeNodeBuilder
Sets a value indicating whether the link routing algorithm should consider this node an obstacle.
obstacle(boolean) - Method in class com.mindfusion.diagramming.builders.SvgNodeBuilder
Sets a value indicating whether the link routing algorithm should consider this node an obstacle.
obstacle(boolean) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
Sets a value indicating whether the link routing algorithm should consider this node an obstacle.
obstacle(boolean) - Method in class com.mindfusion.diagramming.builders.TreeViewNodeBuilder
Sets a value indicating whether the link routing algorithm should consider this node an obstacle.
obstacle - Variable in class com.mindfusion.diagramming.DiagramNode
 
offsetHeaderRows(boolean) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
Sets a value indicating whether the table cells should be offset to the right to accommodate for the expand buttons displayed inside header rows.
OldLace - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFFDF5E6.
OldLace - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFFDF5E6.
OldLace - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the OldLace color.
Olive - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FF808000.
Olive - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FF808000.
Olive - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the Olive color.
OliveDrab - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FF6B8E23.
OliveDrab - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FF6B8E23.
OliveDrab - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the OliveDrab color.
onAdd() - Method in class com.mindfusion.diagramming.ControlNode
onAdd() - Method in class com.mindfusion.diagramming.DiagramItem
Called when an item is added to a Diagram, either by the user, programmatically or via undo / redo.
onAdd() - Method in class com.mindfusion.diagramming.DiagramLink
onAdd() - Method in class com.mindfusion.diagramming.ShapeNode
onAddedToParent() - Method in class com.mindfusion.diagramming.components.ComponentBase
Invoked when the component is added to a parent component.
onAddedToParent() - Method in class com.mindfusion.diagramming.components.EditComponent
ComponentBase.onAddedToParent override.
onBtnActPrint() - Method in class com.mindfusion.diagramming.PrintPreview
 
onBtnArrowZoomScale() - Method in class com.mindfusion.diagramming.PrintPreview
 
onBtnClose() - Method in class com.mindfusion.diagramming.PrintPreview
 
onBtnFirstPage() - Method in class com.mindfusion.diagramming.PrintPreview
 
onBtnFourPages() - Method in class com.mindfusion.diagramming.PrintPreview
 
onBtnLastPage() - Method in class com.mindfusion.diagramming.PrintPreview
 
onBtnNextPage() - Method in class com.mindfusion.diagramming.PrintPreview
 
onBtnOnePage() - Method in class com.mindfusion.diagramming.PrintPreview
 
onBtnPrevPage() - Method in class com.mindfusion.diagramming.PrintPreview
 
onBtnSixPages() - Method in class com.mindfusion.diagramming.PrintPreview
 
onBtnThreePages() - Method in class com.mindfusion.diagramming.PrintPreview
 
onBtnTwoPages() - Method in class com.mindfusion.diagramming.PrintPreview
 
onBtnZoomAuto() - Method in class com.mindfusion.diagramming.PrintPreview
 
onChangeFont() - Method in class com.mindfusion.diagramming.DiagramItem
 
onChangeFont() - Method in class com.mindfusion.diagramming.DiagramLink
 
onChangeTextPadding() - Method in class com.mindfusion.diagramming.DiagramItem
 
onChangeTextPadding() - Method in class com.mindfusion.diagramming.ShapeNode
 
onChangeTextPadding() - Method in class com.mindfusion.diagramming.TableNode
 
onChangeTextPadding() - Method in class com.mindfusion.diagramming.TreeViewNode
 
onChildModified(DiagramNode, AdjustmentHandle) - Method in class com.mindfusion.diagramming.ContainerNode
Called when a group child node has been modified.
onChildModified(DiagramNode, AdjustmentHandle) - Method in class com.mindfusion.diagramming.DiagramItem
Called when a group child node has been modified.
onClick(int, Point2D) - Method in class com.mindfusion.diagramming.DiagramItem
Invoked when the user clicks this item.
onClick(Point2D) - Method in class com.mindfusion.diagramming.Folder
Manipulator.onClick override.
onClick(int, Point2D) - Method in class com.mindfusion.diagramming.TreeViewNode
onClicked(ComponentMouseEvent) - Method in class com.mindfusion.diagramming.components.EditComponent
Raises the mouseClicked event.
onClicked(ComponentMouseEvent) - Method in class com.mindfusion.diagramming.components.ImageComponent
Invokes when the image component is clicked.
onComponentResized() - Method in class com.mindfusion.diagramming.NodeListView
 
onContextChanged() - Method in class com.mindfusion.diagramming.components.ComponentBase
 
onContextChanged() - Method in class com.mindfusion.diagramming.components.EditComponent
ComponentBase.onContextChanged override.
onDoubleClick(int, Point2D) - Method in class com.mindfusion.diagramming.DiagramItem
Invoked when the user double-clicks this item.
onDragOut(DiagramItem) - Method in class com.mindfusion.diagramming.ContainerNode
Invoked when a diagram item is being dragged out of this node.
onDragOut(DiagramItem) - Method in class com.mindfusion.diagramming.DiagramNode
Invoked when a diagram item is being dragged out of this node.
onDragOver(DiagramItem) - Method in class com.mindfusion.diagramming.ContainerNode
Invoked when a diagram item is being dragged over this node.
onDragOver(DiagramItem) - Method in class com.mindfusion.diagramming.DiagramNode
Invoked when a diagram item is being dragged over this node.
onDropOver(DiagramItem) - Method in class com.mindfusion.diagramming.ContainerNode
Invoked when a diagram item is dropped over this node.
onDropOver(DiagramItem) - Method in class com.mindfusion.diagramming.DiagramNode
Invoked when a diagram item is dropped over this node.
oNearest - Variable in class com.mindfusion.diagramming.jlayout.RouteDescriptor
 
OneWayLayout - Class in com.mindfusion.diagramming.jlayout
Performs one-way layout on a graph.
OneWayLayout() - Constructor for class com.mindfusion.diagramming.jlayout.OneWayLayout
Initializes a new instance of the OneWayLayout class.
OneWayLayout - Class in com.mindfusion.diagramming
Implements a one-way graph layout algorithm.
OneWayLayout() - Constructor for class com.mindfusion.diagramming.OneWayLayout
Initializes a new instance of the OneWayLayout class with the default settings.
OneWayLayoutBuilder - Class in com.mindfusion.diagramming.builders
A class used to initialize OneWayLayout objects.
OneWayLayoutBuilder() - Constructor for class com.mindfusion.diagramming.builders.OneWayLayoutBuilder
Initializes a new instance of the OneWayLayoutBuilder class.
OneWayLayoutBuilder(OneWayLayout) - Constructor for class com.mindfusion.diagramming.builders.OneWayLayoutBuilder
Initializes a new instance of the OneWayLayoutBuilder class.
OneWayLayoutInfo - Class in com.mindfusion.diagramming.jlayout
Contains settings for the OneWayLayout class.
OneWayLayoutInfo() - Constructor for class com.mindfusion.diagramming.jlayout.OneWayLayoutInfo
Initializes a new instance of the OneWayLayoutInfo class.
onGotFocus() - Method in class com.mindfusion.diagramming.components.ComponentBase
Invokes when the component gains the input focus.
onGotFocus(ComponentEvent) - Method in class com.mindfusion.diagramming.components.ComponentBase
Raises the GotFocus event.
onGotFocus(ComponentEvent) - Method in class com.mindfusion.diagramming.components.EditComponent
ComponentBase.onGotFocus override.
onGotFocus() - Method in class com.mindfusion.diagramming.Manipulator
Called when the manipulator receives input focus.
onItemSelected(ListSelectionEvent) - Method in class com.mindfusion.diagramming.NodeListView
 
onKeyDown(int, int) - Method in class com.mindfusion.diagramming.components.ButtonComponent
ComponentBase.onKeyDown override.
onKeyDown(int, int) - Method in class com.mindfusion.diagramming.components.ComponentBase
 
onKeyDown(int, int) - Method in class com.mindfusion.diagramming.components.EditComponent
ComponentBase.onKeyDown override.
onKeyDown(ComponentKeyEvent) - Method in class com.mindfusion.diagramming.components.EditComponent
Raises the keyDown event.
onKeyDown(int, int) - Method in class com.mindfusion.diagramming.components.NumericEditComponent
EditComponent.onKeyDown override.
onKeyDown(KeyEvent) - Method in class com.mindfusion.diagramming.ShapeListBox
 
onKeyPress(char) - Method in class com.mindfusion.diagramming.components.ComponentBase
Called when a character key is pressed when this component has the input focus.
onKeyPress(char) - Method in class com.mindfusion.diagramming.components.EditComponent
ComponentBase.onKeyPress override.
onKeyPress(char) - Method in class com.mindfusion.diagramming.components.NumericEditComponent
EditComponent.onKeyPress override.
onKeyPressed(ComponentKeyEvent) - Method in class com.mindfusion.diagramming.components.EditComponent
Raises the keyPressed event.
onKeyPressed(KeyEvent) - Method in class com.mindfusion.diagramming.NodeListView
 
onKeyUp(int, int) - Method in class com.mindfusion.diagramming.components.ComponentBase
 
onKeyUp(int, int) - Method in class com.mindfusion.diagramming.components.EditComponent
ComponentBase.onKeyUp override.
onKeyUp(ComponentKeyEvent) - Method in class com.mindfusion.diagramming.components.EditComponent
Raises the keyUp event.
onLoad(Diagram) - Method in class com.mindfusion.diagramming.ContainerNode
DiagramItem.onLoad override.
onLoad(Diagram) - Method in class com.mindfusion.diagramming.ControlNode
onLoad(Diagram) - Method in class com.mindfusion.diagramming.DiagramItem
 
onLoad(Diagram) - Method in class com.mindfusion.diagramming.DiagramLink
onLoad(Diagram) - Method in class com.mindfusion.diagramming.ShapeNode
onLoad(Diagram) - Method in class com.mindfusion.diagramming.TableNode
onLoad(Diagram) - Method in class com.mindfusion.diagramming.TreeViewNode
onLostFocus() - Method in class com.mindfusion.diagramming.components.ComponentBase
Invokes when the component loses the input focus.
onLostFocus(ComponentEvent) - Method in class com.mindfusion.diagramming.components.ComponentBase
Raises the LostFocus event.
onLostFocus() - Method in class com.mindfusion.diagramming.components.EditComponent
ComponentBase.onLostFocus override.
onLostFocus() - Method in class com.mindfusion.diagramming.components.NumericEditComponent
EditComponent.onLostFocus override.
onLostFocus() - Method in class com.mindfusion.diagramming.Manipulator
Called when the manipulator loses the input focus.
onMeasureUnitChanged() - Method in class com.mindfusion.diagramming.CompositeNode
 
onMeasureUnitChanged() - Method in class com.mindfusion.diagramming.DiagramItem
Called when the diagram's MeasureUnit changes.
onMeasureUnitChanged() - Method in class com.mindfusion.diagramming.TreeViewNode
Called when the Diagram's MeasureUnit changes.
onMenu10() - Method in class com.mindfusion.diagramming.PrintPreview
 
onMenu100() - Method in class com.mindfusion.diagramming.PrintPreview
 
onMenu150() - Method in class com.mindfusion.diagramming.PrintPreview
 
onMenu200() - Method in class com.mindfusion.diagramming.PrintPreview
 
onMenu25() - Method in class com.mindfusion.diagramming.PrintPreview
 
onMenu50() - Method in class com.mindfusion.diagramming.PrintPreview
 
onMenu500() - Method in class com.mindfusion.diagramming.PrintPreview
 
onMenu75() - Method in class com.mindfusion.diagramming.PrintPreview
 
onMenuZoomAuto() - Method in class com.mindfusion.diagramming.PrintPreview
 
onModify(Point2D, int) - Method in class com.mindfusion.diagramming.DiagramLink
Called when an item is modified
onModify(Point2D, NodeHandleType) - Method in class com.mindfusion.diagramming.DiagramNode
Called when an item is modified
onMouseDown(Point2D) - Method in class com.mindfusion.diagramming.components.ButtonComponent
ComponentBase.onMouseDown override.
onMouseDown(Point2D) - Method in class com.mindfusion.diagramming.components.ComponentBase
Called when the left mouse button is pressed while the pointer is over this component.
onMouseDown(ComponentMouseEvent) - Method in class com.mindfusion.diagramming.components.ComponentBase
 
onMouseDown(Point2D) - Method in class com.mindfusion.diagramming.components.EditComponent
ComponentBase.onMouseDown override.
onMouseDown(ComponentMouseEvent) - Method in class com.mindfusion.diagramming.components.ImageComponent
ComponentBase.onMouseDown override.
onMouseDown(Point2D) - Method in class com.mindfusion.diagramming.components.RangeSliderRailComponent
ComponentBase.onMouseDown override.
onMouseDown(Point2D) - Method in class com.mindfusion.diagramming.components.SliderRailComponent
ComponentBase.onMouseDown override.
onMouseDown(Point2D) - Method in class com.mindfusion.diagramming.components.ThumbComponent
ComponentBase.onMouseDown override.
onMouseMove(Point2D) - Method in class com.mindfusion.diagramming.components.ButtonComponent
ComponentBase.onMouseMove override.
onMouseMove(Point2D) - Method in class com.mindfusion.diagramming.components.ComponentBase
Called when the mouse is moved while this component tracks the mouse events.
onMouseMove(ComponentMouseEvent) - Method in class com.mindfusion.diagramming.components.ComponentBase
Raises the MouseMove event.
onMouseMove(Point2D) - Method in class com.mindfusion.diagramming.components.EditComponent
ComponentBase.onMouseMove override.
onMouseMove(Point2D) - Method in class com.mindfusion.diagramming.components.RangeSliderRailComponent
ComponentBase.onMouseMove override.
onMouseMove(Point2D) - Method in class com.mindfusion.diagramming.components.SliderRailComponent
ComponentBase.onMouseMove override.
onMouseMove(Point2D) - Method in class com.mindfusion.diagramming.components.ThumbComponent
ComponentBase.onMouseMove override.
onMouseUp(Point2D) - Method in class com.mindfusion.diagramming.components.ButtonComponent
ComponentBase.onMouseUp override.
onMouseUp(Point2D) - Method in class com.mindfusion.diagramming.components.ComponentBase
Called when the left mouse button is released while this component tracks the mouse events.
onMouseUp(ComponentMouseEvent) - Method in class com.mindfusion.diagramming.components.ComponentBase
 
onMouseUp(Point2D) - Method in class com.mindfusion.diagramming.components.EditComponent
ComponentBase.onMouseUp override.
onMouseUp(Point2D) - Method in class com.mindfusion.diagramming.components.RangeSliderRailComponent
ComponentBase.onMouseUp override.
onMouseUp(Point2D) - Method in class com.mindfusion.diagramming.components.SliderRailComponent
ComponentBase.onMouseUp override.
onMouseUp(Point2D) - Method in class com.mindfusion.diagramming.components.ThumbComponent
ComponentBase.onMouseUp override.
onNodeRemoved(NodeListEvent) - Method in class com.mindfusion.diagramming.NodeListView
 
onNodeSelected(NodeListEvent) - Method in class com.mindfusion.diagramming.NodeListView
 
onPaintComponent(Graphics) - Method in class com.mindfusion.diagramming.LayerListViewItem
Called when a control host pane is repainted.
onPointerDown(Point2D) - Method in class com.mindfusion.diagramming.ItemLabel
Called when the left mouse button is pressed while the pointer is over this label.
onPointerDown(Point2D) - Method in class com.mindfusion.diagramming.Manipulator
Called when the left mouse button is pressed while the pointer is over this manipulator.
onPointerDown(Point2D) - Method in class com.mindfusion.diagramming.ScrollBar
Manipulator.onMouseDown override.
onPointerMove(Point2D) - Method in class com.mindfusion.diagramming.ItemLabel
Called when the mouse is moved while this label tracks the mouse events.
onPointerMove(Point2D) - Method in class com.mindfusion.diagramming.Manipulator
Called when the mouse is moved while this manipulator tracks the mouse events.
onPointerMove(Point2D) - Method in class com.mindfusion.diagramming.ScrollBar
Manipulator.onMouseMove override.
onPointerUp(Point2D) - Method in class com.mindfusion.diagramming.ItemLabel
Called when the left mouse button is released while this label tracks the mouse events.
onPointerUp(Point2D) - Method in class com.mindfusion.diagramming.Manipulator
Called when the left mouse button is released while this manipulator tracks the mouse events.
onPointerUp(Point2D) - Method in class com.mindfusion.diagramming.ScrollBar
Manipulator.onMouseUp override.
onRemove() - Method in class com.mindfusion.diagramming.CompositeNode
DiagramNode.onRemove override
onRemove() - Method in class com.mindfusion.diagramming.ContainerNode
 
onRemove() - Method in class com.mindfusion.diagramming.ControlNode
onRemove() - Method in class com.mindfusion.diagramming.DiagramItem
Called when an item is removed from a Diagram, either by the user, programmatically or via undo / redo.
onRemove() - Method in class com.mindfusion.diagramming.DiagramNode
Called when an item is removed from a Diagram, either by the user, programmatically or via undo / redo.
onRemovedFromParent() - Method in class com.mindfusion.diagramming.components.ComponentBase
Invoked when the component is removed from a parent component.
onRotationAngleChanged() - Method in class com.mindfusion.diagramming.DiagramNode
 
onRotationAngleChanged() - Method in class com.mindfusion.diagramming.ShapeNode
onSelectedChildrenModified(Selection) - Method in class com.mindfusion.diagramming.ContainerNode
 
onStyleChanged() - Method in class com.mindfusion.diagramming.DiagramItem
Invoked when the associated style or theme have changed.
onStyleFontChanged() - Method in class com.mindfusion.diagramming.DiagramItem
Invoked when font property values of an associated style change.
onStyleFontChanged() - Method in class com.mindfusion.diagramming.ShapeNode
 
onStyleFontChanged() - Method in class com.mindfusion.diagramming.TableNode
 
onStyleFontChanged() - Method in class com.mindfusion.diagramming.TreeViewNode
 
onTextChanged(ComponentTextEvent) - Method in class com.mindfusion.diagramming.components.EditComponent
Raises the textChanged event.
onTextChanged(ComponentTextEvent) - Method in class com.mindfusion.diagramming.components.NumericEditComponent
EditComponent.onTextChanged override.
onTextChanging(ComponentTextValidationEvent) - Method in class com.mindfusion.diagramming.components.EditComponent
Raises the textChanging event.
onUnitChanged() - Method in class com.mindfusion.diagramming.components.ComponentBase
Invoked when the measure unit of the document containing the component has changed.
onUnitChanged() - Method in class com.mindfusion.diagramming.components.EditComponent
ComponentBase.onUnitChanged override.
onUpdateBounds() - Method in class com.mindfusion.diagramming.CompositeNode
DiagramNode.onUpdateBounds override
onUpdateBounds() - Method in class com.mindfusion.diagramming.ControlNode
onUpdateBounds() - Method in class com.mindfusion.diagramming.DiagramNode
Invoked when the bounding rectangle of this node has changed.
onUpdateBounds() - Method in class com.mindfusion.diagramming.DummyNode
 
onUpdateBounds() - Method in class com.mindfusion.diagramming.FreeFormNode
onUpdateBounds() - Method in class com.mindfusion.diagramming.ShapeNode
 
onUpdateBounds() - Method in class com.mindfusion.diagramming.TableNode
 
onUpdateBounds() - Method in class com.mindfusion.diagramming.TreeViewNode
onValidated(ComponentEvent) - Method in class com.mindfusion.diagramming.components.ComponentBase
Raises the Validated event.
onValidateValue(ValueChangingEventArgs<Float>) - Method in class com.mindfusion.diagramming.components.NumericEditComponent
Raises the validateValue event.
onValidating(ComponentValidationEvent) - Method in class com.mindfusion.diagramming.components.ComponentBase
Raises the Validating event.
onValueChanged(ValueChangedEventArgs<Float>) - Method in class com.mindfusion.diagramming.components.NumericEditComponent
Raises the valueChanged event.
onZoomChanged() - Method in class com.mindfusion.diagramming.components.ComponentBase
Invoked when the zoom factor of the document containing the component has changed.
onZoomChanged() - Method in class com.mindfusion.diagramming.components.EditComponent
ComponentBase.onZoomChanged override.
onZoomChanged() - Method in class com.mindfusion.diagramming.TreeViewNode
Called when the Diagram's ZoomFactor changes.
op_Equality(MeasureUnit, MeasureUnit) - Static method in class com.mindfusion.diagramming.MeasureUnit
Compares two MeasureUnit objects for equality.
op_Inequality(MeasureUnit, MeasureUnit) - Static method in class com.mindfusion.diagramming.MeasureUnit
Compares two MeasureUnit objects for inequality.
Orange - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFFFA500.
Orange - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFFFA500.
Orange - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the Orange color.
OrangeRed - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFFF4500.
OrangeRed - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFFF4500.
OrangeRed - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the OrangeRed color.
Orchid - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFDA70D6.
Orchid - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFDA70D6.
Orchid - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the Orchid color.
orientation(Orientation) - Method in class com.mindfusion.diagramming.builders.CascadeLayoutBuilder
Sets a the orientation of the arranged graph.
orientation(Orientation) - Method in class com.mindfusion.diagramming.builders.DecisionLayoutBuilder
Sets the orientation of the arranged diagram.
orientation(Orientation) - Method in class com.mindfusion.diagramming.builders.FlowchartLayoutBuilder
Sets the overall orientation of the arranged diagram.
orientation(Orientation) - Method in class com.mindfusion.diagramming.builders.HierarchicalLayoutBuilder
Sets a the orientation of the arranged graph.
orientation(Orientation) - Method in class com.mindfusion.diagramming.builders.LayeredLayoutBuilder
Sets a value indicating what the overall orientation of the arranged diagram should be.
orientation(Orientation) - Method in class com.mindfusion.diagramming.builders.OneWayLayoutBuilder
Sets the orientation of the arranged graph.
orientation(Orientation) - Method in class com.mindfusion.diagramming.builders.SwimlaneLayoutBuilder
Sets a the orientation of the arranged graph.
orientation(Orientation) - Method in class com.mindfusion.diagramming.builders.TopologicalLayoutBuilder
Sets the overall orientation of the arranged diagram.
orientation(Orientation) - Method in class com.mindfusion.diagramming.builders.TreeMapLayoutBuilder
Sets the orientation of the arranged diagram.
orientation(Orientation) - Method in class com.mindfusion.diagramming.builders.TriangularLayoutBuilder
Sets a the orientation of the arranged graph.
Orientation - Enum in com.mindfusion.diagramming
The members of this enumeration specify what orientation a graphic element should have - vertical, horizontal, or one determined automatically by JDiagram.
origin(DiagramNode) - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
Sets the origin node of a link.
originAnchor(int) - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
Sets the anchor point to which a link is connected at its origin.
originIndex(int) - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
Sets the row of a table or the anchor point of a box to which a link is connected.
OrthogonalBendLinks - Class in com.mindfusion.diagramming.jlayout
 
OrthogonalBendLinks() - Constructor for class com.mindfusion.diagramming.jlayout.OrthogonalBendLinks
 
OrthogonalLayout - Class in com.mindfusion.diagramming.jlayout
 
OrthogonalLayout() - Constructor for class com.mindfusion.diagramming.jlayout.OrthogonalLayout
Initializes a new instance of the OrthogonalLayout class.
OrthogonalLayout - Class in com.mindfusion.diagramming
Implements an orthogonal graph layout algorithm.
OrthogonalLayout() - Constructor for class com.mindfusion.diagramming.OrthogonalLayout
Initializes a new instance of the OrthogonalLayout class with the default settings.
OrthogonalLayoutBuilder - Class in com.mindfusion.diagramming.builders
A class used to initialize OrthogonalLayout objects.
OrthogonalLayoutBuilder() - Constructor for class com.mindfusion.diagramming.builders.OrthogonalLayoutBuilder
Initializes a new instance of the OrthogonalLayoutBuilder class.
OrthogonalLayoutBuilder(OrthogonalLayout) - Constructor for class com.mindfusion.diagramming.builders.OrthogonalLayoutBuilder
Initializes a new instance of the OrthogonalLayoutBuilder class.
OrthogonalLayoutInfo - Class in com.mindfusion.diagramming.jlayout
 
OrthogonalLayoutInfo() - Constructor for class com.mindfusion.diagramming.jlayout.OrthogonalLayoutInfo
Initializes a new instance of the OrthogonalLayoutInfo class.
OrthogonalRouter - Class in com.mindfusion.diagramming.jlayout
 
OrthogonalRouter() - Constructor for class com.mindfusion.diagramming.jlayout.OrthogonalRouter
 
OrthogonalRouter - Class in com.mindfusion.diagramming
Implements an orthogonal graph layout algorithm.
OrthogonalRouter() - Constructor for class com.mindfusion.diagramming.OrthogonalRouter
Initializes a new instance of the OrthogonalLayout class.
OrthogonalRouterInfo - Class in com.mindfusion.diagramming.jlayout
 
OrthogonalRouterInfo() - Constructor for class com.mindfusion.diagramming.jlayout.OrthogonalRouterInfo
Initializes a new instance of the OrthogonalLayoutInfo class.
OrthogonalRouterInfo(float, XDimension2D.Double, float, float, float) - Constructor for class com.mindfusion.diagramming.jlayout.OrthogonalRouterInfo
Initializes a new instance of the GridLayoutInfo class.
outgoingLinks - Variable in class com.mindfusion.diagramming.DiagramNode
 
Overview - Class in com.mindfusion.diagramming
The Overview control provides a scaled-down view of Diagram contents and allows scrolling and zooming the diagram with the mouse.
Overview() - Constructor for class com.mindfusion.diagramming.Overview
Initializes a new instance of the Overview class.
overviewToDoc(Point) - Method in class com.mindfusion.diagramming.Overview
 

P

padding(float) - Method in class com.mindfusion.diagramming.builders.CascadeLayoutBuilder
Sets the spacing between nodes in adjacent layers.
padding(float) - Method in class com.mindfusion.diagramming.builders.OrthogonalLayoutBuilder
Sets a value indicating how much space to leave between nodes in adjacent lanes.
padding(float) - Method in class com.mindfusion.diagramming.builders.TreeMapLayoutBuilder
Sets the distance between adjacent nodes.
pageAdded(DiagramPageEvent) - Method in class com.mindfusion.diagramming.TabbedScrollPaneAdapter
Raised when a new page is added to the pane interactively.
pageAdded(DiagramPageEvent) - Method in interface com.mindfusion.diagramming.TabbedScrollPaneListener
Raised when a new page is added to the pane interactively.
PageOrientation() - Method in class com.mindfusion.diagramming.PrintPreview
 
pageRemoved(DiagramPageEvent) - Method in class com.mindfusion.diagramming.TabbedScrollPaneAdapter
Raised when a page is removed interactively.
pageRemoved(DiagramPageEvent) - Method in interface com.mindfusion.diagramming.TabbedScrollPaneListener
Raised when a page is removed interactively.
pageRemoving(DiagramPageValidationEvent) - Method in class com.mindfusion.diagramming.TabbedScrollPaneAdapter
Raised when a page is about to be removed interactively.
pageRemoving(DiagramPageValidationEvent) - Method in interface com.mindfusion.diagramming.TabbedScrollPaneListener
Raised when a page is about to be removed interactively.
paintComponent(Graphics) - Method in class com.mindfusion.diagramming.DiagramView
 
paintComponent(Graphics) - Method in class com.mindfusion.diagramming.GlassPane
 
paintComponent(Graphics) - Method in class com.mindfusion.diagramming.LayerListViewItem
 
paintComponent(Graphics) - Method in class com.mindfusion.diagramming.Overview
 
paintComponent(Graphics) - Method in class com.mindfusion.diagramming.ShapeListBox
 
paintComponent(Graphics) - Method in class com.mindfusion.diagramming.ZoomControl
 
Pair - Class in com.mindfusion.diagramming.jlayout
Represents a coupling between two arbitrary objects.
Pair() - Constructor for class com.mindfusion.diagramming.jlayout.Pair
Initializes a new instance of the Pair class.
Pair(Object, Object) - Constructor for class com.mindfusion.diagramming.jlayout.Pair
Initializes a new instance of the Pair class.
PaleGoldenrod - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFEEE8AA.
PaleGoldenrod - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFEEE8AA.
PaleGoldenrod - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the PaleGoldenrod color.
PaleGreen - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FF98FB98.
PaleGreen - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FF98FB98.
PaleGreen - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the PaleGreen color.
PaleTurquoise - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFAFEEEE.
PaleTurquoise - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFAFEEEE.
PaleTurquoise - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the PaleTurquoise color.
PaleVioletRed - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFDB7093.
PaleVioletRed - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFDB7093.
PaleVioletRed - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the PaleVioletRed color.
PanBehavior - Class in com.mindfusion.diagramming
Implements the Behavior.Pan behavior.
PanBehavior(DiagramView, boolean) - Constructor for class com.mindfusion.diagramming.PanBehavior
Initializes a new instance of the PanBehavior class.
PapayaWhip - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFFFEFD5.
PapayaWhip - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFFFEFD5.
PapayaWhip - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the PapayaWhip color.
parentConstraintsInfringed() - Method in class com.mindfusion.diagramming.DiagramNode
 
parse(String, Point2D) - Static method in class com.mindfusion.diagramming.Utilities
Parses space separated numbers into Point2D
pasteFromClipboard(float, float) - Method in class com.mindfusion.diagramming.DiagramView
Pastes diagram items from the system clipboard.
pasteFromClipboard(float, float, boolean) - Method in class com.mindfusion.diagramming.DiagramView
Pastes diagram items from the system clipboard.
pasteSelection(Diagram, SelectionCopy, CompositeCmd, float, float) - Method in class com.mindfusion.diagramming.Diagram
Adds the specified items and groups to the specified diagram document.
Path - Class in com.mindfusion.diagramming.jlayout
 
Path() - Constructor for class com.mindfusion.diagramming.jlayout.Path
 
Path(Path) - Constructor for class com.mindfusion.diagramming.jlayout.Path
 
Path - Class in com.mindfusion.diagramming
Represents a series of connected nodes and links.
PathFinder - Class in com.mindfusion.diagramming.jlayout
 
PathFinder() - Constructor for class com.mindfusion.diagramming.jlayout.PathFinder
 
PathFinder - Class in com.mindfusion.diagramming
Provides methods that help you find paths and cycles in a graph.
PathFinder(Diagram) - Constructor for class com.mindfusion.diagramming.PathFinder
Initializes a new instance of the PathFinder class.
PathFinder(Diagram, boolean) - Constructor for class com.mindfusion.diagramming.PathFinder
Initializes a new instance of the PathFinder class, optionally ignoring the link direction.
PathList - Class in com.mindfusion.diagramming.jlayout
 
PathList() - Constructor for class com.mindfusion.diagramming.jlayout.PathList
 
PathList - Class in com.mindfusion.diagramming
A strongly-typed list of Path objects.
PathNode - Class in com.mindfusion.diagramming.jlayout
 
PathNode(int, int) - Constructor for class com.mindfusion.diagramming.jlayout.PathNode
Initializes a new instance of the PathNode class.
PatternRouter - Class in com.mindfusion.diagramming
Routes links by applying patterns of segment and turn sequences and accepting them when resulting paths do not cross nodes.
PatternRouter() - Constructor for class com.mindfusion.diagramming.PatternRouter
Initializes a new instance of the PatternRouter class.
PatternRouter(Diagram) - Constructor for class com.mindfusion.diagramming.PatternRouter
Initializes a new instance of the PatternRouter class.
PatternRouter(Diagram, List<RoutePattern>) - Constructor for class com.mindfusion.diagramming.PatternRouter
Initializes a new instance of the PatternRouter class.
PeachPuff - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFFFDAB9.
PeachPuff - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFFFDAB9.
PeachPuff - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the PeachPuff color.
pen(Pen) - Method in class com.mindfusion.diagramming.builders.CompositeNodeBuilder
Sets the pen used to draw the item frame lines.
pen(Pen) - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
Sets the pen used to draw the item frame lines.
pen(Pen) - Method in class com.mindfusion.diagramming.builders.ControlNodeBuilder
Sets the pen used to draw the item frame lines.
pen(Pen) - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
Sets the pen used to draw the item frame lines.
pen(Pen) - Method in class com.mindfusion.diagramming.builders.FreeFormNodeBuilder
Sets the pen used to draw the item frame lines.
pen(Pen) - Method in class com.mindfusion.diagramming.builders.ShapeNodeBuilder
Sets the pen used to draw the item frame lines.
pen(Pen) - Method in class com.mindfusion.diagramming.builders.SvgNodeBuilder
Sets the pen used to draw the item frame lines.
pen(Pen) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
Sets the pen used to draw the item frame lines.
pen(Pen) - Method in class com.mindfusion.diagramming.builders.TreeViewNodeBuilder
Sets the pen used to draw the item frame lines.
pen - Variable in class com.mindfusion.diagramming.DiagramItem
 
Pen - Class in com.mindfusion.drawing
A Pen specifies how the outline of an element should be stroked.
Pen() - Constructor for class com.mindfusion.drawing.Pen
Initializes a new instance of the Pen class.
Pen(Color) - Constructor for class com.mindfusion.drawing.Pen
Initializes a new instance of the Pen class.
Pen(Color, double) - Constructor for class com.mindfusion.drawing.Pen
Initializes a new instance of the Pen class.
Pen(Brush, double) - Constructor for class com.mindfusion.drawing.Pen
Initializes a new instance of the Pen class.
Pen(Color, double, DashStyle) - Constructor for class com.mindfusion.drawing.Pen
Initializes a new instance of the Pen class.
Pen(Brush, double, DashStyle) - Constructor for class com.mindfusion.drawing.Pen
Initializes a new instance of the Pen class.
Pens - Class in com.mindfusion.drawing
Contains pens for all standard colors.
Pentagon - Static variable in class com.mindfusion.diagramming.ArrowHeads
Display a pentagon.
Percent - Static variable in class com.mindfusion.diagramming.MeasureUnit
Specifies percents as the unit of measure.
Peru - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFCD853F.
Peru - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFCD853F.
Peru - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the Peru color.
Pink - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFFFC0CB.
Pink - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFFFC0CB.
Pink - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the Pink color.
Pixel - Static variable in class com.mindfusion.diagramming.MeasureUnit
Specifies device pixels as the unit of measure.
PlainText - Class in com.mindfusion.drawing
Represents text with no formatting.
PlainText() - Constructor for class com.mindfusion.drawing.PlainText
Builds new plain text object.
Plum - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFDDA0DD.
Plum - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFDDA0DD.
Plum - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the Plum color.
Point - Static variable in class com.mindfusion.diagramming.MeasureUnit
Specifies printer's points (1/72 inch) as the unit of measure.
pointAlongLength(float) - Method in class com.mindfusion.diagramming.LinkLabel
 
pointAlongLength(float, PointList) - Method in class com.mindfusion.diagramming.LinkLabel
Returns a point lying on a polyline that is positioned at a relative position along the polyline's length.
pointAlongLength(float, List<Point2D.Float>) - Static method in class com.mindfusion.diagramming.Utilities
 
PointerArrow - Static variable in class com.mindfusion.diagramming.ArrowHeads
Display a pointer arrow.
pointerDown(Point, MouseEvent) - Method in class com.mindfusion.diagramming.BehaviorBase
Invoked when the mouse button is pressed.
pointerDown(Point, MouseEvent) - Method in class com.mindfusion.diagramming.Interaction
Invoked when the mouse button is pressed.
pointerDown(Point, MouseEvent) - Method in class com.mindfusion.diagramming.LaneGridInteraction
Invoked when the mouse button is pressed.
pointerDown(Point, MouseEvent) - Method in class com.mindfusion.diagramming.PanBehavior
 
pointerMove(Point, MouseEvent) - Method in class com.mindfusion.diagramming.BehaviorBase
Invoked when the user drags the mouse.
pointerMove(Point, MouseEvent) - Method in class com.mindfusion.diagramming.Interaction
Invoked when users drag the mouse.
pointerMove(Point, MouseEvent) - Method in class com.mindfusion.diagramming.LaneGridInteraction
 
pointerMove(Point, MouseEvent) - Method in class com.mindfusion.diagramming.PanBehavior
 
pointerOver(Point, MouseEvent) - Method in class com.mindfusion.diagramming.BehaviorBase
Invoked when the mouse moves.
pointerOver(Point, MouseEvent) - Method in class com.mindfusion.diagramming.Interaction
Invoked when the mouse moves.
pointerOver(Point, MouseEvent) - Method in class com.mindfusion.diagramming.LaneGridInteraction
Invoked when the mouse moves.
pointerOver(Point, MouseEvent) - Method in class com.mindfusion.diagramming.PanBehavior
 
pointerUp(Point, MouseEvent) - Method in class com.mindfusion.diagramming.BehaviorBase
Invoked when the mouse button is released.
pointerUp(Point, MouseEvent) - Method in class com.mindfusion.diagramming.Interaction
Invoked when the mouse button is released.
pointerUp(Point, MouseEvent) - Method in class com.mindfusion.diagramming.LaneGridInteraction
Invoked when the mouse button is released.
pointerUp(Point, MouseEvent) - Method in class com.mindfusion.diagramming.PanBehavior
 
PointList - Class in com.mindfusion.diagramming.jlayout
 
PointList() - Constructor for class com.mindfusion.diagramming.jlayout.PointList
 
PointList(Point2D...) - Constructor for class com.mindfusion.diagramming.jlayout.PointList
 
PointList - Class in com.mindfusion.drawing
A strongly-typed list of Point2D.Float objects.
PointList(int) - Constructor for class com.mindfusion.drawing.PointList
 
PointList(PointList) - Constructor for class com.mindfusion.drawing.PointList
 
PointList(Point2D.Float[]) - Constructor for class com.mindfusion.drawing.PointList
 
PointList(List<Point2D.Float>) - Constructor for class com.mindfusion.drawing.PointList
 
PointList() - Constructor for class com.mindfusion.drawing.PointList
 
PointOperations - Class in com.mindfusion.diagramming.jlayout
 
PointOperations() - Constructor for class com.mindfusion.diagramming.jlayout.PointOperations
 
points(ArrayList<Point2D.Float>) - Method in class com.mindfusion.diagramming.builders.FreeFormNodeBuilder
Sets the node's outline points.
pointsInRect(List<Point2D>, Rectangle2D) - Static method in class com.mindfusion.diagramming.Utilities
 
pointToComponent(Point2D.Float) - Method in class com.mindfusion.diagramming.CompositeNode
For internal use.
polarToCartesian(Point2D, double, double, Point2D) - Static method in class com.mindfusion.diagramming.Utilities
 
Polygon - Class in com.mindfusion.drawing
 
Polygon(List<Point2D.Float>) - Constructor for class com.mindfusion.drawing.Polygon
Builds new polygon object from a given points list.
Polygon(Rectangle2D) - Constructor for class com.mindfusion.drawing.Polygon
Builds new polygon object from the specified rectangle.
Polygon(Rectangle2D.Float, int) - Constructor for class com.mindfusion.drawing.Polygon
Build new polygon from ellipse.
PolylineRouting - Enum in com.mindfusion.diagramming
Defines values that indicate how Polyline links should be routed.
PowderBlue - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFB0E0E6.
PowderBlue - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFB0E0E6.
PowderBlue - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the PowderBlue color.
precision(double) - Method in class com.mindfusion.diagramming.builders.AnnealLayoutBuilder
Sets the cost calculations precision.
preferredLayoutSize(Container) - Method in class com.mindfusion.diagramming.TabbedScrollPane
LayoutManager.preferredLayoutSize implementation.
preferredLayoutSize(Container) - Method in class com.mindfusion.diagramming.VerticalFlowLayout
Returns the preferred dimensions for this layout given the visible components in the specified target container.
print(Graphics, PageFormat, int) - Method in class com.mindfusion.diagramming.DiagramView
Implements the Printable interface.
print() - Method in class com.mindfusion.diagramming.DiagramView
Prints the current diagram using the default page format.
print(String) - Method in class com.mindfusion.diagramming.DiagramView
Prints the current diagram using the default page format.
print(PageFormat, String) - Method in class com.mindfusion.diagramming.DiagramView
Prints the current diagram using the specified page format.
printable(boolean) - Method in class com.mindfusion.diagramming.builders.CompositeNodeBuilder
Sets a value indicating whether an item will be printed.
printable(boolean) - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
Sets a value indicating whether an item will be printed.
printable(boolean) - Method in class com.mindfusion.diagramming.builders.ControlNodeBuilder
Sets a value indicating whether an item will be printed.
printable(boolean) - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
Sets a value indicating whether an item will be printed.
printable(boolean) - Method in class com.mindfusion.diagramming.builders.FreeFormNodeBuilder
Sets a value indicating whether an item will be printed.
printable(boolean) - Method in class com.mindfusion.diagramming.builders.ShapeNodeBuilder
Sets a value indicating whether an item will be printed.
printable(boolean) - Method in class com.mindfusion.diagramming.builders.SvgNodeBuilder
Sets a value indicating whether an item will be printed.
printable(boolean) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
Sets a value indicating whether an item will be printed.
printable(boolean) - Method in class com.mindfusion.diagramming.builders.TreeViewNodeBuilder
Sets a value indicating whether an item will be printed.
PrintOptions - Class in com.mindfusion.diagramming
Defines the attributes of a printed diagram.
PrintOptions(DiagramView) - Constructor for class com.mindfusion.diagramming.PrintOptions
Initializes a new PrintOptions instance.
printPreview() - Method in class com.mindfusion.diagramming.DiagramView
Displays a print preview window, that shows how the diagram would look when printed on paper.
printPreview(PageFormat) - Method in class com.mindfusion.diagramming.DiagramView
Displays a print preview window, that shows how the diagram would look when printed on paper.
PrintPreview - Class in com.mindfusion.diagramming
Implements a print preview window.
PrintPreview(DiagramView) - Constructor for class com.mindfusion.diagramming.PrintPreview
 
PrintPreview(DiagramView, PageFormat) - Constructor for class com.mindfusion.diagramming.PrintPreview
 
process(Link) - Method in interface com.mindfusion.diagramming.jlayout.ProcessLink
 
processKeyEvent(KeyEvent) - Method in class com.mindfusion.diagramming.DiagramView
 
processKeyEvent(KeyEvent) - Method in class com.mindfusion.diagramming.LayerListViewItem
 
ProcessLink - Interface in com.mindfusion.diagramming.jlayout
 
processMouseEvent(MouseEvent) - Method in class com.mindfusion.diagramming.GlassPane
 
processMouseMotionEvent(MouseEvent) - Method in class com.mindfusion.diagramming.GlassPane
 
processMouseWheelEvent(MouseWheelEvent) - Method in class com.mindfusion.diagramming.GlassPane
 
processText() - Method in class com.mindfusion.drawing.PlainText
Performs simple parsing of the text.
processText() - Method in class com.mindfusion.drawing.StyledText
Processes formatting text.
processText() - Method in class com.mindfusion.drawing.Text
Invoked after new text has been assigned to the object to allow clients to perform custom text processing.
progress(LayoutProgress) - Method in class com.mindfusion.diagramming.builders.CascadeLayoutBuilder
Sets the progress callback delegate.
progress(LayoutProgress) - Method in class com.mindfusion.diagramming.builders.CircularLayoutBuilder
Sets the progress callback delegate.
progress(LayoutProgress) - Method in class com.mindfusion.diagramming.builders.DecisionLayoutBuilder
Sets the progress callback delegate.
progress(LayoutProgress) - Method in class com.mindfusion.diagramming.builders.FlowchartLayoutBuilder
Sets the progress callback delegate.
progress(LayoutProgress) - Method in class com.mindfusion.diagramming.builders.FractalLayoutBuilder
Sets the progress callback delegate.
progress(LayoutProgress) - Method in class com.mindfusion.diagramming.builders.HierarchicalLayoutBuilder
Sets the progress callback delegate.
progress(LayoutProgress) - Method in class com.mindfusion.diagramming.builders.LayeredLayoutBuilder
Sets the progress callback delegate.
progress(LayoutProgress) - Method in class com.mindfusion.diagramming.builders.OneWayLayoutBuilder
Sets the progress callback delegate.
progress(LayoutProgress) - Method in class com.mindfusion.diagramming.builders.OrthogonalLayoutBuilder
Sets the progress callback delegate.
progress(LayoutProgress) - Method in class com.mindfusion.diagramming.builders.SwimlaneLayoutBuilder
Sets the progress callback delegate.
progress(LayoutProgress) - Method in class com.mindfusion.diagramming.builders.TopologicalLayoutBuilder
Sets the progress callback delegate.
progress(LayoutProgress) - Method in class com.mindfusion.diagramming.builders.TreeMapLayoutBuilder
Sets the progress callback delegate.
progress(LayoutProgress) - Method in class com.mindfusion.diagramming.builders.TriangularLayoutBuilder
Sets the progress callback delegate.
propertyChange(PropertyChangeEvent) - Method in class com.mindfusion.diagramming.ZoomControl
 
ptEnd - Variable in class com.mindfusion.diagramming.DiagramItem
 
ptMdfLast - Variable in class com.mindfusion.diagramming.DiagramItem
 
ptOrg - Variable in class com.mindfusion.diagramming.DiagramItem
 
ptSavedEnd - Variable in class com.mindfusion.diagramming.DiagramItem
 
ptSavedOrg - Variable in class com.mindfusion.diagramming.DiagramItem
 
Purple - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FF800080.
Purple - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FF800080.
Purple - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the Purple color.
putExpandable(boolean) - Method in class com.mindfusion.diagramming.DiagramNode
 
putSelected(boolean) - Method in class com.mindfusion.diagramming.DiagramItem
 

Q

query(String) - Method in class com.mindfusion.diagramming.DiagramItem
Returns the items that can be reached from this item by following the path specified in the given query expression.
QuickRouter - Class in com.mindfusion.diagramming
Implements a very fast link routing algorithm that uses a tree to represent the free and occupied regions in the diagram.
QuickRouter(Diagram) - Constructor for class com.mindfusion.diagramming.QuickRouter
Initializes a new instance of the QuickRouter class.
Quill - Static variable in class com.mindfusion.diagramming.ArrowHeads
Display a quill.

R

RadialGradientBrush - Class in com.mindfusion.drawing
 
RadialGradientBrush(Color, Color) - Constructor for class com.mindfusion.drawing.RadialGradientBrush
Initializes a new instance of the RadialGradientBrush class.
RadialGradientBrush(Color, Color, double, double) - Constructor for class com.mindfusion.drawing.RadialGradientBrush
Initializes a new instance of the RadialGradientBrush class.
RadialGradientBrush(float[], Color[], double, double) - Constructor for class com.mindfusion.drawing.RadialGradientBrush
Initializes a new instance of the RadialGradientBrush class.
RadialGradientBrush() - Constructor for class com.mindfusion.drawing.RadialGradientBrush
Initializes a new instance of the RadialGradientBrush class.
RadialGradientBrush(boolean) - Constructor for class com.mindfusion.drawing.RadialGradientBrush
Initializes a new instance of the RadialGradientBrush class.
RadialTreeLayout - Class in com.mindfusion.diagramming.jlayout
 
RadialTreeLayout() - Constructor for class com.mindfusion.diagramming.jlayout.RadialTreeLayout
 
radius(float) - Method in class com.mindfusion.diagramming.builders.CircularLayoutBuilder
Sets the radius of the layout circle.
raiseActionRedone(Command) - Method in class com.mindfusion.diagramming.Diagram
 
raiseActionUndone(Command) - Method in class com.mindfusion.diagramming.Diagram
 
raiseAdding(E, int) - Method in class com.mindfusion.diagramming.BaseList
Raises the adding event.
raiseCellTextEdited(Cell, String, String, int, int) - Method in class com.mindfusion.diagramming.Diagram
raiseCellTextEditing(TableNode, int, int) - Method in class com.mindfusion.diagramming.Diagram
Raises the DiagramListener.cellTextEditing(com.mindfusion.diagramming.CellValidationEvent) event to validate entering inplace edit mode.
raiseClearing() - Method in class com.mindfusion.diagramming.BaseList
Raises the clearing event.
raiseClicked(DiagramItem, Point2D, int) - Method in class com.mindfusion.diagramming.Diagram
Raises the appropriate Clicked event.
raiseClicked(int, Point2D) - Method in class com.mindfusion.diagramming.Diagram
raiseDeleting(DiagramItem) - Method in class com.mindfusion.diagramming.Diagram
Raises the appropriate Deleting event.
raiseDoubleClicked(DiagramItem, Point2D, int) - Method in class com.mindfusion.diagramming.Diagram
Raises the appropriate DoubleClicked event.
raiseDoubleClicked(int, Point2D) - Method in class com.mindfusion.diagramming.Diagram
raiseLinkTextEdited(DiagramLink, String, String, LinkLabel) - Method in class com.mindfusion.diagramming.Diagram
raiseLinkTextEditing(DiagramLink) - Method in class com.mindfusion.diagramming.Diagram
Raises the DiagramListener.linkTextEditing(com.mindfusion.diagramming.LinkValidationEvent) event to validate entering inplace edit mode.
raiseNodeTextEdited(DiagramNode, String, String, NodeLabel) - Method in class com.mindfusion.diagramming.Diagram
raiseNodeTextEditing(DiagramNode, NodeLabel) - Method in class com.mindfusion.diagramming.Diagram
Raises the DiagramListener.nodeTextEditing(com.mindfusion.diagramming.NodeValidationEvent) event to validate entering inplace edit mode.
raiseRemoving(E) - Method in class com.mindfusion.diagramming.BaseList
Raises the removing event.
raiseTreeCollapsed(DiagramNode) - Method in class com.mindfusion.diagramming.Diagram
Raises the TreeCollapsed event.
raiseTreeExpanded(DiagramNode) - Method in class com.mindfusion.diagramming.Diagram
Raises the TreeExpanded event.
raiseTreeItemTextEdited(TreeViewItem, String, String) - Method in class com.mindfusion.diagramming.Diagram
Raises the treeItemTextEdited event.
raiseValidated() - Method in class com.mindfusion.diagramming.components.ComponentBase
 
raiseViewRemoved() - Method in class com.mindfusion.diagramming.Diagram
RandomFactory - Class in com.mindfusion.diagramming.jlayout
A replacement of java.util.Random that return values from a file, so it is equvalent to its .NET version Used to compare results of java and .NET algorithms using random generator
randomize(boolean) - Method in class com.mindfusion.diagramming.builders.AnnealLayoutBuilder
Sets a value indicating whether the nodes should be placed at random positions when the layout routine starts.
randomSeed(int) - Method in class com.mindfusion.diagramming.builders.GridLayoutBuilder
Sets the randomization seed used for generating random node positions.
randomSeed(int) - Method in class com.mindfusion.diagramming.builders.SpringLayoutBuilder
Sets the randomization seed that should be used for generating random node positions.
RangeSliderRailComponent - Class in com.mindfusion.diagramming.components
Represents a slider rail component.
RangeSliderRailComponent() - Constructor for class com.mindfusion.diagramming.components.RangeSliderRailComponent
 
readAnchorPattern(JsonValue) - Method in class com.mindfusion.diagramming.JsonPersistContext
Reads an AnchorPattern object.
readAnchorPattern(ObjectInput) - Static method in class com.mindfusion.diagramming.Serialization
 
readAnchorPattern(String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
readBool(String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
readBool(String, Element, boolean) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
readBrush(String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
readByte(String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
readChar(String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
readClassDescriptor() - Method in class com.mindfusion.diagramming.LegacySupportStream
 
readColor(String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
readColor(String, Element, Color) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
readColorArray(String, String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
readComposite(JsonObject, CompositeNode) - Method in class com.mindfusion.diagramming.JsonPersistContext
Reads the properties of a CompositeNode, which are marked with the AutoJson attribute.
readDouble(String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
readEffect(JsonValue) - Method in class com.mindfusion.diagramming.JsonPersistContext
Reads a NodeEffect object.
readEffect(String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
Reads a NodeEffect object with the specified name.
readEffect(Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
Reads a NodeEffect object from the specified element.
readEnum(String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
readEnum(String, Element, int) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
readExternal(ObjectInput) - Method in class com.mindfusion.diagramming.AeroEffect
readExternal(ObjectInput) - Method in class com.mindfusion.diagramming.AnchorPattern
 
readExternal(ObjectInput) - Method in class com.mindfusion.diagramming.AnchorPoint
 
readExternal(ObjectInput) - Method in class com.mindfusion.diagramming.BaseList
Loads the list's contents.
readExternal(ObjectInput) - Method in class com.mindfusion.diagramming.Cell
Implements Externalizable.
readExternal(ObjectInput) - Method in class com.mindfusion.diagramming.Column
Implements Externalizable.
readExternal(ObjectInput) - Method in class com.mindfusion.diagramming.components.BorderComponent
Implements Externalizable
readExternal(ObjectInput) - Method in class com.mindfusion.diagramming.components.ButtonComponent
ComponentBase.readExternal override.
readExternal(ObjectInput) - Method in class com.mindfusion.diagramming.components.CheckBoxComponent
ComponentBase.readExternal override.
readExternal(ObjectInput) - Method in class com.mindfusion.diagramming.components.ComponentBase
Implements Externalizable
readExternal(ObjectInput) - Method in class com.mindfusion.diagramming.components.ContainerComponent
ComponentBase.readExternal override.
readExternal(ObjectInput) - Method in class com.mindfusion.diagramming.components.ContentComponent
ComponentBase.readExternal override.
readExternal(ObjectInput) - Method in class com.mindfusion.diagramming.components.EditComponent
ComponentBase.readExternal override.
readExternal(ObjectInput) - Method in class com.mindfusion.diagramming.components.GridPanel
ContainterComponent.readExternal override.
readExternal(ObjectInput) - Method in class com.mindfusion.diagramming.components.ImageComponent
ComponentBase.readExternal override.
readExternal(ObjectInput) - Method in class com.mindfusion.diagramming.components.NumericEditComponent
EditComponent.readExternal override.
readExternal(ObjectInput) - Method in class com.mindfusion.diagramming.components.ShapeComponent
ComponentBase.readExternal override.
readExternal(ObjectInput) - Method in class com.mindfusion.diagramming.components.SliderComponent
ContentComponent.readExternal override.
readExternal(ObjectInput) - Method in class com.mindfusion.diagramming.components.SpinnerComponent
ContentComponent.readExternal override.
readExternal(ObjectInput) - Method in class com.mindfusion.diagramming.components.StackPanel
ContainerComponent.readExternal override.
readExternal(ObjectInput) - Method in class com.mindfusion.diagramming.components.TextComponent
ComponentBase.readExternal override.
readExternal(ObjectInput) - Method in class com.mindfusion.diagramming.CompositeNode
Implements Externalizable
readExternal(ObjectInput) - Method in class com.mindfusion.diagramming.ConnectionPoint
Deserializes the connection point data.
readExternal(ObjectInput) - Method in class com.mindfusion.diagramming.ContainerNode
Implements Externalizable.
readExternal(ObjectInput) - Method in class com.mindfusion.diagramming.ControlNode
Implements Externalizable.
readExternal(ObjectInput) - Method in class com.mindfusion.diagramming.DiagramItem
Implements Externalizable.
readExternal(ObjectInput) - Method in class com.mindfusion.diagramming.DiagramLink
Implements Externalizable.
readExternal(ObjectInput) - Method in class com.mindfusion.diagramming.DiagramNode
Implements Externalizable.
readExternal(ObjectInput) - Method in class com.mindfusion.diagramming.FreeFormNode
DiagramNode.readExternal override.
readExternal(ObjectInput) - Method in class com.mindfusion.diagramming.GlassEffect
readExternal(ObjectInput) - Method in class com.mindfusion.diagramming.Group
Implements Externalizable.
readExternal(ObjectInput) - Method in class com.mindfusion.diagramming.HandlesVisualStyle
 
readExternal(ObjectInput) - Method in class com.mindfusion.diagramming.Layer
Implements Externalizable.
readExternal(ObjectInput) - Method in class com.mindfusion.diagramming.LinkLabel
Loads the label from the specified binary stream.
readExternal(ObjectInput) - Method in class com.mindfusion.diagramming.NodeConstraints
Implements Externalizable.
readExternal(ObjectInput) - Method in class com.mindfusion.diagramming.NodeEffect
Externalizable.readExternal(java.io.ObjectInput) implementation.
readExternal(ObjectInput) - Method in class com.mindfusion.diagramming.NodeLabel
Loads the label from the specified binary stream.
readExternal(ObjectInput) - Method in class com.mindfusion.diagramming.Row
Implements Externalizable.
readExternal(ObjectInput) - Method in class com.mindfusion.diagramming.Selection
Implements Externalizable.
readExternal(ObjectInput) - Method in class com.mindfusion.diagramming.ShapeNode
Implements Externalizable.
readExternal(ObjectInput) - Method in class com.mindfusion.diagramming.Style
Externalizable.readExternal(java.io.ObjectInput) implementation.
readExternal(ObjectInput) - Method in class com.mindfusion.diagramming.SvgNode
Deserializes the object from the specified reader.
readExternal(ObjectInput) - Method in class com.mindfusion.diagramming.TableNode
Implements Externalizable.
readExternal(ObjectInput) - Method in class com.mindfusion.diagramming.Theme
Externalizable.readExternal(java.io.ObjectInput) implementation.
readExternal(ObjectInput) - Method in class com.mindfusion.diagramming.Thickness
 
readExternal(ObjectInput) - Method in class com.mindfusion.diagramming.TreeViewConnectionPoint
 
readExternal(ObjectInput) - Method in class com.mindfusion.diagramming.TreeViewItem
Implements Externalizable.
readExternal(ObjectInput) - Method in class com.mindfusion.diagramming.TreeViewNode
Implements Externalizable.
readExternal(ObjectInput) - Method in class com.mindfusion.diagramming.XDimension2D.Double
 
readExternal(ObjectInput) - Method in class com.mindfusion.drawing.DashStyle
Implements Externalizable.
readExternal(ObjectInput) - Method in class com.mindfusion.drawing.ExternalizableImage
 
readExternal(ObjectInput) - Method in class com.mindfusion.drawing.GradientBrush
Implements Externalizable.
readExternal(ObjectInput) - Method in class com.mindfusion.drawing.HatchBrush
Implements Externalizable.
readExternal(ObjectInput) - Method in class com.mindfusion.drawing.Pen
Implements Externalizable.
readExternal(ObjectInput) - Method in class com.mindfusion.drawing.PointList
 
readExternal(ObjectInput) - Method in class com.mindfusion.drawing.RadialGradientBrush
Implements Externalizable.
readExternal(ObjectInput) - Method in class com.mindfusion.drawing.SolidBrush
Implements Externalizable.
readExternal(ObjectInput) - Method in class com.mindfusion.drawing.TextureBrush
 
readFileAsString(String) - Static method in class com.mindfusion.diagramming.Utilities
 
readFloat(String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
readFloat(String, Element, float) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
readFloatArray(String, String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
readFont(JsonObject, Font) - Method in class com.mindfusion.diagramming.JsonPersistContext
 
readFont(String, Element, boolean) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
readGroup(String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
readHashtable(String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
Reads a hash or traits table object with the specified name.
readImage(String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
readImage(Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
readInt(String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
readInt(String, Element, int) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
readItemId(JsonValue) - Method in class com.mindfusion.diagramming.JsonPersistContext
Reads an item reference.
readItemReference(Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
Reads an item reference from the specified element.
readItemReference(String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
readLong(String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
readNodeConstraints(String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
readObject(String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
ReadOnlyDiagramNodeList - Class in com.mindfusion.diagramming
 
ReadOnlyDiagramNodeList(AbstractList<DiagramNode>) - Constructor for class com.mindfusion.diagramming.ReadOnlyDiagramNodeList
 
ReadOnlyList<E> - Class in com.mindfusion.diagramming
Represents a generic read-only list.
ReadOnlyList(AbstractList<E>) - Constructor for class com.mindfusion.diagramming.ReadOnlyList
Initializes a new instance of the ReadOnlyList class.
readPen(String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
readPen(String, Element, Pen) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
readPoint(ObjectInput) - Static method in class com.mindfusion.diagramming.Serialization
 
readPointCollection(String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
readPointCoordinates(String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
readPointF(String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
readRect(ObjectInput) - Static method in class com.mindfusion.diagramming.Serialization
 
readRectangleF(String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
readShape(JsonValue) - Method in class com.mindfusion.diagramming.JsonPersistContext
Reads a Shape object.
readShape(ObjectInput) - Static method in class com.mindfusion.diagramming.Serialization
 
readShape(String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
readShape(String, Element, Shape) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
readShort(String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
readShort(String, Element, short) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
readSizeF(String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
readSizeF(String, Element, Dimension2D) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
readString(String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
readString(String, Element, String) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
readStringFormat(String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
readStringFormat(String, Element, TextFormat) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
readStyle(JsonValue, Style) - Method in class com.mindfusion.diagramming.JsonPersistContext
Reads a Style object.
readStyle(String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
Reads a Style object with the specified name.
readSvg(JsonValue) - Method in class com.mindfusion.diagramming.JsonPersistContext
Read SVG object.
readSvg(String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
Reads a SVG object with the specified name.
readTag(Object, JsonValue, String) - Method in class com.mindfusion.diagramming.JsonPersistContext
Reads the specified tag for the specified object.
readTag(ObjectInput) - Static method in class com.mindfusion.diagramming.Serialization
 
readTag(Object, String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
readTag(SerializeTagEvent) - Method in interface com.mindfusion.diagramming.XmlReaderListener
Called when a tag object must be read.
readTextFormat(ObjectInput) - Static method in class com.mindfusion.diagramming.Serialization
 
readTheme(JsonValue) - Method in class com.mindfusion.diagramming.JsonPersistContext
Reads a Theme object.
readTheme(String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
Reads a Theme object with the specified name.
readThickness(JsonValue) - Method in class com.mindfusion.diagramming.JsonPersistContext
Reads a Thickness object.
readThickness(String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
reassignAnchorPoints() - Method in class com.mindfusion.diagramming.DiagramLink
Chooses new anchor points for a link.
recreateCacheImage() - Method in class com.mindfusion.diagramming.DiagramView
Recreates the off-screen cache bitmap used for fast drawing while modifying items.
rectFromPoints() - Method in class com.mindfusion.diagramming.DiagramNode
 
recursiveExpand(boolean) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets whether tree branches should be expanded recursively.
Red - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFFF0000.
Red - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFFF0000.
Red - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the Red color.
redimTable(int, int) - Method in class com.mindfusion.diagramming.TableNode
Sets the number of rows and columns.
RedimTableCmd - Class in com.mindfusion.diagramming
Represents an action that changes the number of columns or rows in a table.
RedimTableCmd(TableNode, String) - Constructor for class com.mindfusion.diagramming.RedimTableCmd
Initializes a new RedimTableCmd instance.
redo() - Method in class com.mindfusion.diagramming.AddGroupCmd
This method is called by the UndoManager when redoing actions.
redo() - Method in class com.mindfusion.diagramming.AddItemCmd
This method is called by the UndoManager when redoing actions.
redo() - Method in class com.mindfusion.diagramming.AddToContainerCmd
Redoes the command.
redo() - Method in class com.mindfusion.diagramming.ChangeItemCmd
This method is called by the UndoManager when redoing actions.
redo() - Method in class com.mindfusion.diagramming.Command
This method is called by the UndoManager when redoing actions.
redo() - Method in class com.mindfusion.diagramming.CompositeCmd
This method is called by the UndoManager when redoing actions.
redo() - Method in class com.mindfusion.diagramming.EditTextCmd
Redoes the command action.
redo() - Method in class com.mindfusion.diagramming.ExpandHeaderRowCmd
This method is called by the UndoManager when redoing actions.
redo() - Method in class com.mindfusion.diagramming.ExpandItemCmd
This method is called by the UndoManager when redoing actions.
redo() - Method in class com.mindfusion.diagramming.ExpandTreeViewItemCmd
Command.redo() override.
redo() - Method in class com.mindfusion.diagramming.FoldContainerCmd
Redoes the command action.
redo() - Method in class com.mindfusion.diagramming.ModifyItemCmd
This method is called by the UndoManager when redoing actions.
redo() - Method in class com.mindfusion.diagramming.RedimTableCmd
This method is called by the UndoManager when redoing actions.
redo() - Method in class com.mindfusion.diagramming.RemoveFromContainerCmd
Redoes the command.
redo() - Method in class com.mindfusion.diagramming.RemoveGroupCmd
This method is called by the UndoManager when redoing actions.
redo() - Method in class com.mindfusion.diagramming.RemoveItemCmd
This method is called by the UndoManager when redoing actions.
redo() - Method in class com.mindfusion.diagramming.ResizeTableColumnCmd
Redoes the command action.
redo() - Method in class com.mindfusion.diagramming.ResizeTableRowCmd
Redoes the command action.
redo() - Method in class com.mindfusion.diagramming.ScrollContainerCmd
Command.redo override.
redo() - Method in class com.mindfusion.diagramming.ScrollTableCmd
This method is called by the UndoManager when redoing actions.
redo() - Method in class com.mindfusion.diagramming.ScrollTreeViewCmd
Command.redo override.
redo() - Method in class com.mindfusion.diagramming.UndoManager
Redoes the next action in the undo/redo queue.
refine(boolean) - Method in class com.mindfusion.diagramming.builders.OrthogonalLayoutBuilder
Sets a value indicating whether to refine the layout.
refresh() - Method in class com.mindfusion.diagramming.ScrollBar
 
registerClass(Class<?>, String, int, String) - Static method in class com.mindfusion.diagramming.Diagram
Registers a diagram item or lane header class for serialization support.
registerClass(Class<?>, String, int) - Static method in class com.mindfusion.diagramming.Diagram
Registers a diagram item or lane header class for serialization support.
registerItemClass(Class<?>, String, int) - Static method in class com.mindfusion.diagramming.Diagram
Registers a diagram item class for serialization support.
registerItemClass(Class<?>, String, int, String) - Static method in class com.mindfusion.diagramming.Diagram
Registers a diagram item class for serialization support.
registerProperty(String) - Method in class com.mindfusion.diagramming.Style
Registers a new property with the specified name and type.
registerStyle(Class<?>, Style) - Method in class com.mindfusion.diagramming.Theme
Registers the specified Style object for the items of the specified type.
registerType(Class<?>, String) - Static method in class com.mindfusion.diagramming.Style
Associates a type with an alias.
Relationship - Enum in com.mindfusion.diagramming
The members of this enumeration specify how table rows should be related.
RelativeToLink - Enum in com.mindfusion.diagramming
The members of this enumeration specify how the link labels are positioned.
RelativeToNode - Enum in com.mindfusion.diagramming
The members of this enumeration specify how labels are positioned relative to their node.
remove(int) - Method in class com.mindfusion.diagramming.BaseList
Removes the element at the specified position in this list.
remove(Object) - Method in class com.mindfusion.diagramming.BaseList
Removes the specified element from this list.
remove(DiagramNode) - Method in class com.mindfusion.diagramming.ContainerNode
Removes a node from this container.
remove(int) - Method in class com.mindfusion.diagramming.jlayout.BaseList
 
remove(Object) - Method in class com.mindfusion.diagramming.jlayout.BaseList
 
removeButtonClick(ValidationEvent) - Method in class com.mindfusion.diagramming.LayerListViewAdapter
Raised when the user clicks the control's remove button.
removeButtonClick(ValidationEvent) - Method in interface com.mindfusion.diagramming.LayerListViewListener
Raised when the user clicks the control's remove button.
removeButtonComponentListener(ButtonComponentListener) - Method in class com.mindfusion.diagramming.components.ButtonComponent
Unregisters an event listener.
removeComponentEventListener(ComponentEventListener) - Method in class com.mindfusion.diagramming.components.ComponentBase
Removes the specified component listener to not receive events from this component.
removeComponentKeyEventListener(ComponentKeyEventListener) - Method in class com.mindfusion.diagramming.components.EditComponent
Unregisters an event listener.
removeComponentMouseEventListener(ComponentMouseEventListener) - Method in class com.mindfusion.diagramming.components.ComponentBase
Removes the specified component listener to not receive events from this component.
removeComponentValidationEventListener(ComponentValidationEventListener) - Method in class com.mindfusion.diagramming.components.ComponentBase
Removes the specified component listener to not receive events from this component.
removeDiagramListener(DiagramListener) - Method in class com.mindfusion.diagramming.Diagram
Unregisters listener so that it will no longer receive diagram events.
removeDiagramListener(DiagramListener) - Method in class com.mindfusion.diagramming.DiagramBase
Unregisters listener so that it will no longer receive diagram events.
removeDiagramListener(DiagramListener) - Method in class com.mindfusion.diagramming.DiagramDocument
 
removeDragEndedListener(ThumbComponentListener) - Method in class com.mindfusion.diagramming.components.ThumbComponent
 
removeDraggedListener(ThumbComponentListener) - Method in class com.mindfusion.diagramming.components.ThumbComponent
 
removeDragStartedListener(ThumbComponentListener) - Method in class com.mindfusion.diagramming.components.ThumbComponent
 
removeEditComponentListener(EditComponentListener) - Method in class com.mindfusion.diagramming.components.EditComponent
Unregisters an event listener.
RemoveFromContainerCmd - Class in com.mindfusion.diagramming
Undoable command that implements removal of nodes from a container.
RemoveFromContainerCmd(ContainerNode, DiagramNode, boolean) - Constructor for class com.mindfusion.diagramming.RemoveFromContainerCmd
Intializes a new instance of the AddToContainerCmd class.
RemoveGroupCmd - Class in com.mindfusion.diagramming
Represents an action that destroys a group.
RemoveGroupCmd(Group, DiagramItem) - Constructor for class com.mindfusion.diagramming.RemoveGroupCmd
Initializes a new RemoveGroupCmd instance.
removeItem(DiagramItem) - Method in class com.mindfusion.diagramming.Selection
Removes the specified item from the selection.
removeItem(TreeViewItem) - Method in class com.mindfusion.diagramming.TreeViewNode
Removes the specified item from the node.
RemoveItemCmd - Class in com.mindfusion.diagramming
Represents an action that removes an item from the diagram.
RemoveItemCmd(DiagramItem) - Constructor for class com.mindfusion.diagramming.RemoveItemCmd
Initializes a new RemoveItemCmd instance.
removeLabel(LinkLabel) - Method in class com.mindfusion.diagramming.DiagramLink
Removes the specified label from this link.
removeLabel(NodeLabel) - Method in class com.mindfusion.diagramming.DiagramNode
Removes the specified label from this node.
removeLayerListViewListener(LayerListViewListener) - Method in class com.mindfusion.diagramming.LayerListView
Unregisters listener so that it will no longer receive LayerListView events.
removeLayoutComponent(Component) - Method in class com.mindfusion.diagramming.TabbedScrollPane
LayoutManager.removeLayoutComponent implementation.
removeLayoutComponent(Component) - Method in class com.mindfusion.diagramming.VerticalFlowLayout
 
removeLinkFromNode() - Method in class com.mindfusion.diagramming.ConnectionPoint
Removes the link associated with this connection point from the associated node.
removeLinkFromNode() - Method in class com.mindfusion.diagramming.TreeViewConnectionPoint
ConnectionPoint.removeLinkFromNode override.
removeMidleSegmentPoint(Link, boolean) - Static method in class com.mindfusion.diagramming.AbstractLayout
 
removeNodeAt(int) - Method in class com.mindfusion.diagramming.NodeListView
Removes the node at the specified position.
removeNodeListViewListener(NodeListViewListener) - Method in class com.mindfusion.diagramming.NodeListView
Unregisters listener so that it will no longer receive NodeListView events.
removeNumericEditComponentListener(NumericEditComponentListener) - Method in class com.mindfusion.diagramming.components.NumericEditComponent
Unregisters an event listener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.mindfusion.diagramming.DiagramPage
 
removePropertyChangeListener(PropertyChangeListener) - Method in class com.mindfusion.diagramming.Layer
Unregisters listener so that it will no longer receive layer events.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.mindfusion.diagramming.NodeEffect
 
removePropertyChangeListener(PropertyChangeListener) - Method in interface com.mindfusion.diagramming.NotifyPropertyChanged
Unregisters a PropertyChangeListener.
removePropertyChangeListener(PropertyChangeListener) - Method in class com.mindfusion.diagramming.Style
 
removeRange(int, int) - Method in class com.mindfusion.diagramming.BaseList
Removes a range of elements from this list.
removeRange(int, int) - Method in class com.mindfusion.diagramming.jlayout.BaseList
 
removeShapeAt(int) - Method in class com.mindfusion.diagramming.ShapeListBox
Removes a shape from the list box.
removeShapeListener(ShapeListBoxListener) - Method in class com.mindfusion.diagramming.ShapeListBox
Removes previously added listener for select, rename and delete events
removeSliderListener(SliderListener) - Method in class com.mindfusion.diagramming.components.RangeSliderRailComponent
 
removeSliderListener(SliderListener) - Method in class com.mindfusion.diagramming.components.SliderComponent
Unregisters an event listener.
removeSliderRailListener(SliderRailListener) - Method in class com.mindfusion.diagramming.components.SliderComponent
Unregisters an event listener.
removeSliderRailListener(SliderRailListener) - Method in class com.mindfusion.diagramming.components.SliderRailComponent
 
removeSpinnerComponentListener(SpinnerComponentListener) - Method in class com.mindfusion.diagramming.components.SpinnerComponent
Unregisters an event listener.
removeTabbedScrollPaneListener(TabbedScrollPaneListener) - Method in class com.mindfusion.diagramming.TabbedScrollPane
Unregisters listener so that it will no longer receive view events.
removeThemeListener(ThemeListener) - Method in class com.mindfusion.diagramming.Theme
Unregisters listener so that it will no longer receive theme events.
RenderOptions - Class in com.mindfusion.diagramming
Defines the attributes of a printed diagram.
RenderOptions() - Constructor for class com.mindfusion.diagramming.RenderOptions
Initializes a new RenderOptions instance.
RenderTarget - Enum in com.mindfusion.diagramming
 
renderText(String, Rectangle2D, DrawTextHint) - Method in class com.mindfusion.diagramming.Cell
Styled text rendering callback.
renderText(String, Rectangle2D, DrawTextHint) - Method in class com.mindfusion.diagramming.ShapeNode
 
renderText(String, Rectangle2D, DrawTextHint) - Method in class com.mindfusion.diagramming.TableNode
 
renderText(String, Rectangle2D, DrawTextHint) - Method in class com.mindfusion.diagramming.TreeViewItem
 
renderText(String, Rectangle2D, DrawTextHint) - Method in class com.mindfusion.diagramming.TreeViewNode
 
renderText(String, Rectangle2D, DrawTextHint) - Method in interface com.mindfusion.drawing.RenderTextCallback
 
RenderTextCallback - Interface in com.mindfusion.drawing
 
repaint(Rectangle2D) - Method in class com.mindfusion.diagramming.Diagram
Repaints the specified region of the diagram.
repaint(Object, Rectangle2D) - Method in class com.mindfusion.diagramming.Diagram
Repaints the specified region of the diagram.
repaint() - Method in class com.mindfusion.diagramming.Diagram
Repaints the diagram.
repaint(boolean) - Method in class com.mindfusion.diagramming.Diagram
Causes the entire visible diagram area to be repainted.
repaint(RepaintEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when the diagram views should be repainted.
repaint() - Method in class com.mindfusion.diagramming.DiagramItem
Repaints the region of the diagram where this item is located.
repaint(boolean) - Method in class com.mindfusion.diagramming.DiagramItem
Repaints the specified region of the diagram.
repaint(Rectangle2D) - Method in class com.mindfusion.diagramming.DiagramItem
Repaints the specified region of the diagram.
repaint(RepaintEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when the diagram views should be repainted.
repaint(Rectangle2D) - Method in class com.mindfusion.diagramming.DiagramView
Repaints the specified region of the diagram.
repaint() - Method in class com.mindfusion.diagramming.DiagramView
Repaints the whole diagram.
RepaintEvent - Class in com.mindfusion.diagramming
Specifies the coordinates of the area that should be repainted by views when the Repaint event is raised.
RepaintEvent(Object, Rectangle2D, boolean) - Constructor for class com.mindfusion.diagramming.RepaintEvent
Initializes a new instance of the RepaintEvent class
RepaintEvent(Object, Rectangle2D) - Constructor for class com.mindfusion.diagramming.RepaintEvent
 
repeatEnded(Object, ComponentEvent) - Method in class com.mindfusion.diagramming.components.ButtonComponentAdapter
Raised when a repeat button has been released.
repeatEnded(Object, ComponentEvent) - Method in interface com.mindfusion.diagramming.components.ButtonComponentListener
Raised when a repeat button has been released.
repulsionFactor(double) - Method in class com.mindfusion.diagramming.builders.SpringLayoutBuilder
Sets a multiplier value applied to the repulsive force between nodes.
requestCacheReset(EventObject) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when an object within the diagram requests a reset of the cached bitmap.
requestCacheReset(EventObject) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when an object within the diagram requests a reset of the cached bitmap.
RerouteLinks - Enum in com.mindfusion.diagramming
The members of this enumeration specify in what circumstances JDiagram should automatically re-route links.
reset(Color, double, DashStyle) - Method in class com.mindfusion.drawing.Pen
 
resize(float, float) - Method in class com.mindfusion.diagramming.DiagramNode
Sets the size of a node.
resize(T, double, double) - Static method in class com.mindfusion.diagramming.Utilities
 
ResizeBottomCenter - Static variable in class com.mindfusion.diagramming.AdjustmentHandles
The bottom-center selection handle is enabled.
ResizeBottomLeft - Static variable in class com.mindfusion.diagramming.AdjustmentHandles
The bottom-left selection handle is enabled.
ResizeBottomRight - Static variable in class com.mindfusion.diagramming.AdjustmentHandles
The bottom-right selection handle is enabled.
ResizeMiddleLeft - Static variable in class com.mindfusion.diagramming.AdjustmentHandles
The middle-left selection handle is enabled.
ResizeMiddleRight - Static variable in class com.mindfusion.diagramming.AdjustmentHandles
The middle-right selection handle is enabled.
ResizeTableColumnCmd - Class in com.mindfusion.diagramming
Implements resizing of table's columns.
ResizeTableColumnCmd(TableNode, Column) - Constructor for class com.mindfusion.diagramming.ResizeTableColumnCmd
Initializes a new instance of the ResizeTableColumnCmd class.
ResizeTableRowCmd - Class in com.mindfusion.diagramming
Implements resizing of table's rows.
ResizeTableRowCmd(TableNode, Row) - Constructor for class com.mindfusion.diagramming.ResizeTableRowCmd
Initializes a new instance of the ResizeTableRowCmd class.
resizeToFitChildren(boolean, Dimension2D) - Method in class com.mindfusion.diagramming.ContainerNode
Resizes the container making it big enough to contain its child nodes.
resizeToFitImage(Image) - Method in class com.mindfusion.diagramming.DiagramNode
 
resizeToFitImage() - Method in class com.mindfusion.diagramming.ShapeNode
Resizes a node so that it will be as big as the image displayed in the node.
resizeToFitImage() - Method in class com.mindfusion.diagramming.TableNode
Resizes a table so that it will be as big as the image displayed in the table.
resizeToFitItems(float) - Method in class com.mindfusion.diagramming.Diagram
Resizes the document area so that it fits exactly the diagram items.
resizeToFitItems(float, boolean) - Method in class com.mindfusion.diagramming.Diagram
Resizes the document area so that it fits exactly the diagram items.
resizeToFitText(FitSize) - Method in class com.mindfusion.diagramming.ShapeNode
Makes a node big enough to display its text without clipping.
resizeToFitText(boolean) - Method in class com.mindfusion.diagramming.TableNode
Resizes the columns and rows so that the cells are large enough to fit their text.
resizeToFitText() - Method in class com.mindfusion.diagramming.TreeViewNode
Resizes the tree view so that it is large enough to fit the text of its items.
resizeToFitText(boolean) - Method in class com.mindfusion.diagramming.TreeViewNode
Resizes the tree view so that it is large enough to fit the text of its items.
ResizeTopCenter - Static variable in class com.mindfusion.diagramming.AdjustmentHandles
The top-center selection handle is enabled.
ResizeTopLeft - Static variable in class com.mindfusion.diagramming.AdjustmentHandles
The top-left selection handle is enabled.
ResizeTopRight - Static variable in class com.mindfusion.diagramming.AdjustmentHandles
The top-right selection handle is enabled.
resolveType(String) - Method in interface com.mindfusion.diagramming.components.TypeResolver
Returns the type corresponding to the specified name.
restore(Object) - Method in class com.mindfusion.drawing.AwtGraphics
 
restoreProperties(DiagramItemProperties) - Method in class com.mindfusion.diagramming.ContainerNode
restoreProperties(DiagramItemProperties) - Method in class com.mindfusion.diagramming.ControlNode
restoreProperties(DiagramItemProperties) - Method in class com.mindfusion.diagramming.DiagramItem
Restores the properties of this diagram item.
restoreProperties(DiagramItemProperties) - Method in class com.mindfusion.diagramming.DiagramLink
restoreProperties(DiagramItemProperties) - Method in class com.mindfusion.diagramming.DiagramNode
restoreProperties(DiagramItemProperties) - Method in class com.mindfusion.diagramming.FreeFormNode
DiagramNode.restoreProperties override.
restoreProperties(DiagramItemProperties) - Method in class com.mindfusion.diagramming.ShapeNode
restoreProperties(DiagramItemProperties) - Method in class com.mindfusion.diagramming.SvgNode
DiagramNode.restoreProperties override.
restoreProperties(DiagramItemProperties) - Method in class com.mindfusion.diagramming.TableNode
restoreProperties(DiagramItemProperties) - Method in class com.mindfusion.diagramming.TreeViewNode
restoreState(DiagramItemState) - Method in class com.mindfusion.diagramming.DiagramItem
Restores the state of this diagram item.
restoreState(DiagramItemState) - Method in class com.mindfusion.diagramming.DiagramLink
restoreState(DiagramItemState) - Method in class com.mindfusion.diagramming.DiagramNode
restoreState(DiagramItemState) - Method in class com.mindfusion.diagramming.FreeFormNode
DiagramNode.restoreState override.
restoreState(DiagramItemState) - Method in class com.mindfusion.diagramming.ShapeNode
 
restrictItemsToBounds(RestrictToBounds) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets a value indicating whether users are allowed to move items outside the currently define document bounds.
RestrictToBounds - Enum in com.mindfusion.diagramming
The members of this enumeration specify whether JDiagram lets users drag items outside of the currently define document bounds.
resumeLinkRouter(boolean) - Method in class com.mindfusion.diagramming.Diagram
Called when the control ends a batch update operation that might affect many links.
resumeRepaint() - Method in class com.mindfusion.diagramming.DiagramView
Resumes repainting the control after a DiagramView.suspendRepaint() call.
resumeRepaint() - Method in class com.mindfusion.diagramming.Overview
Resumes repainting the control after a Overview.suspendRepaint() call.
resumeRepaint() - Method in class com.mindfusion.diagramming.ShapeListBox
Resumes repainting the control after a ShapeListBox.suspendRepaint() call.
retainForm(boolean) - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
Sets a value indicating whether a link should preserve its original shape while the nodes related to that link are moved around.
revalidateSynced(JComponent) - Static method in class com.mindfusion.diagramming.Utilities
Performs synchronized revalidation to ensure that layout is up to date after this method returns.
Reversed - Static variable in class com.mindfusion.diagramming.ArrowHeads
Reversed arrowhead.
reversedLinks(boolean) - Method in class com.mindfusion.diagramming.builders.TreeLayoutBuilder
Sets a value indicating which direction of links should be considered the parent-to-child one.
RevTriangle - Static variable in class com.mindfusion.diagramming.ArrowHeads
Display a reversed triangle.
RevWithCirc - Static variable in class com.mindfusion.diagramming.ArrowHeads
Reversed arrowhead with a circle.
RevWithLine - Static variable in class com.mindfusion.diagramming.ArrowHeads
Reversed arrowhead with intersecting line.
Rhombus - Static variable in class com.mindfusion.diagramming.ArrowHeads
Display a rhombus.
Right - Static variable in class com.mindfusion.diagramming.components.HorizontalAlignment
 
Right - Static variable in class com.mindfusion.diagramming.jlayout.AssistantType
The node is an assistant and it is always positioned to the right of its parent.
RIGHT - Static variable in class com.mindfusion.diagramming.VerticalFlowLayout
This value indicates that the components should be right-aligned.
RightHandles - Static variable in class com.mindfusion.diagramming.AdjustmentHandles
The top-right, bottom-right and middle-right handles are enabled.
root(DiagramNode) - Method in class com.mindfusion.diagramming.builders.AnnealLayoutBuilder
Sets the diagram node that specifies which connected graph in the diagram should be arranged.
root(DiagramNode) - Method in class com.mindfusion.diagramming.builders.FractalLayoutBuilder
Sets the tree root.
root(DiagramNode) - Method in class com.mindfusion.diagramming.builders.TreeLayoutBuilder
Sets the object which will be used as root of the tree.
RosyBrown - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFBC8F8F.
RosyBrown - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFBC8F8F.
RosyBrown - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the RosyBrown color.
Rotate - Static variable in class com.mindfusion.diagramming.AdjustmentHandles
The rotation handle is enabled.
rotateImage(boolean) - Method in class com.mindfusion.diagramming.builders.ShapeNodeBuilder
Sets a value indicating whether the image displayed inside a node should rotate together with the node.
rotateImage(boolean) - Method in class com.mindfusion.diagramming.builders.SvgNodeBuilder
Sets a value indicating whether the image displayed inside a node should rotate together with the node.
rotatePointAt(Point2D, Point2D, double) - Static method in class com.mindfusion.drawing.AwtGraphics
 
rotatePointAt(Point2D, Point2D, double, T) - Static method in class com.mindfusion.drawing.AwtGraphics
 
rotateText(boolean) - Method in class com.mindfusion.diagramming.builders.ShapeNodeBuilder
Sets a value indicating whether the text displayed inside a node should rotate together with the node.
rotateText(boolean) - Method in class com.mindfusion.diagramming.builders.SvgNodeBuilder
Sets a value indicating whether the text displayed inside a node should rotate together with the node.
rotateTransform(double) - Method in class com.mindfusion.drawing.AwtGraphics
 
rotationAngle(float) - Method in class com.mindfusion.diagramming.builders.CompositeNodeBuilder
Sets the rotation angle of a node.
rotationAngle(float) - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
Sets the rotation angle of a node.
rotationAngle(float) - Method in class com.mindfusion.diagramming.builders.ControlNodeBuilder
Sets the rotation angle of a node.
rotationAngle(float) - Method in class com.mindfusion.diagramming.builders.FreeFormNodeBuilder
Sets the rotation angle of a node.
rotationAngle(float) - Method in class com.mindfusion.diagramming.builders.ShapeNodeBuilder
Sets the rotation angle of a node.
rotationAngle(float) - Method in class com.mindfusion.diagramming.builders.SvgNodeBuilder
Sets the rotation angle of a node.
rotationAngle(float) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
Sets the rotation angle of a node.
rotationAngle(float) - Method in class com.mindfusion.diagramming.builders.TreeViewNodeBuilder
Sets the rotation angle of a node.
roundedLinks(boolean) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets if the joins between segments of Polyline and Cascading links should be rounded.
roundedLinks(boolean) - Method in class com.mindfusion.diagramming.builders.OneWayLayoutBuilder
Sets a value indicating whether the layout should smooth link bends.
roundedLinksRadius(float) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the radius of arc joins of rounded links' segments.
RoundRectangleTemplate - Class in com.mindfusion.diagramming
Represents a straight line segment in a Shape definition.
RoundRectangleTemplate(float, float, float, float, float) - Constructor for class com.mindfusion.diagramming.RoundRectangleTemplate
Initializes a new instance of RoundRectangleTemplate.
RoundRectangleTemplate(float, float, float, float, float, Color, DashStyle, float) - Constructor for class com.mindfusion.diagramming.RoundRectangleTemplate
Initializes a new instance of RoundRectangleTemplate.
Routable - Interface in com.mindfusion.diagramming.jlayout
 
route() - Method in class com.mindfusion.diagramming.DiagramLink
Sets the link control points so that a link goes between its related nodes without crossing other nodes.
route(Routable) - Static method in class com.mindfusion.diagramming.jlayout.Router
 
route(RouteDescriptor) - Static method in class com.mindfusion.diagramming.jlayout.Router
 
routeAllLinks(DiagramLinkList) - Method in class com.mindfusion.diagramming.Diagram
Reroutes the specified links.
routeAllLinks() - Method in class com.mindfusion.diagramming.Diagram
Routes all links in the diagram so that they will not cross any node.
routeAllLinks() - Method in class com.mindfusion.diagramming.QuickRouter
Routes all links in the diagram.
routeBounds - Variable in class com.mindfusion.diagramming.jlayout.RouteDescriptor
 
RouteDescriptor - Class in com.mindfusion.diagramming.jlayout
 
RouteDescriptor() - Constructor for class com.mindfusion.diagramming.jlayout.RouteDescriptor
 
routeHeuristics - Variable in class com.mindfusion.diagramming.jlayout.RouteDescriptor
 
RouteHeuristics - Class in com.mindfusion.diagramming.jlayout
 
RouteHeuristics() - Constructor for class com.mindfusion.diagramming.jlayout.RouteHeuristics
 
routeLink(DiagramLink, ConnectionPoint, ConnectionPoint, boolean) - Method in class com.mindfusion.diagramming.CompositeRouter
Implements LinkRouter.routeLink.
routeLink(DiagramLink, ConnectionPoint, ConnectionPoint, boolean) - Method in class com.mindfusion.diagramming.GridRouter
Implements LinkRouter.routeLink.
routeLink(DiagramLink, ConnectionPoint, ConnectionPoint, boolean) - Method in interface com.mindfusion.diagramming.LinkRouter
Called when a single link must be routed.
routeLink(DiagramLink, ConnectionPoint, ConnectionPoint, boolean) - Method in class com.mindfusion.diagramming.PatternRouter
Implements LinkRouter.routeLink.
routeLink(DiagramLink, ConnectionPoint, ConnectionPoint, boolean) - Method in class com.mindfusion.diagramming.QuickRouter
Implements LinkRouter.routeLink.
routeLinks(boolean) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets a value indicating whether newly created links will automatically find their way between nodes.
routeLinks(DiagramLinkList) - Method in class com.mindfusion.diagramming.CompositeRouter
Implements LinkRouter.routeLinks.
routeLinks(DiagramLinkList) - Method in class com.mindfusion.diagramming.GridRouter
Implements LinkRouter.routeLinks.
routeLinks(DiagramLinkList) - Method in interface com.mindfusion.diagramming.LinkRouter
Called when more than one links must be routed.
routeLinks(DiagramLinkList) - Method in class com.mindfusion.diagramming.PatternRouter
Implements LinkRouter.routeLinks.
routeLinks(DiagramLinkList) - Method in class com.mindfusion.diagramming.QuickRouter
Implements LinkRouter.routeLinks.
RoutePattern - Class in com.mindfusion.diagramming
Represents a template from which routes are created.
RoutePattern() - Constructor for class com.mindfusion.diagramming.RoutePattern
Initializes a new instance of the RoutePattern class.
RoutePattern(String) - Constructor for class com.mindfusion.diagramming.RoutePattern
Initializes a new instance of the RoutePattern class.
Router - Class in com.mindfusion.diagramming.jlayout
 
Router() - Constructor for class com.mindfusion.diagramming.jlayout.Router
 
RouteStep - Class in com.mindfusion.diagramming
Represents segments or turns in routing patterns.
RouteStep(RouteStepKind) - Constructor for class com.mindfusion.diagramming.RouteStep
Initializes a new instance of the RouteStep class.
RouteStep(RouteStepKind, float) - Constructor for class com.mindfusion.diagramming.RouteStep
Initializes a new instance of the RouteStep class.
RouteStepKind - Enum in com.mindfusion.diagramming
Represents parts of a route template.
routingGrid - Variable in class com.mindfusion.diagramming.jlayout.RouteDescriptor
 
RoutingGrid - Interface in com.mindfusion.diagramming.jlayout
 
routingOptions - Variable in class com.mindfusion.diagramming.jlayout.RouteDescriptor
 
RoutingOptions - Interface in com.mindfusion.diagramming.jlayout
 
RoutingOptions - Class in com.mindfusion.diagramming
An instance of this class accessible via the Diagram.getRoutingOptions() method lets you customize the behavior of the link routing algorithm.
Row - Class in com.mindfusion.diagramming
Represents a row of cells in a table.
Row(TableNode) - Constructor for class com.mindfusion.diagramming.Row
Initializes a new instance of the Row class and assigns the specified table as its parent.
Row() - Constructor for class com.mindfusion.diagramming.Row
Used internally to implement serialization functionality.
rowAnchorPattern(AnchorPattern) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
Sets the default row AnchorPattern.
rowCount(int) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
Sets the number of rows of this table.
RowEvent - Class in com.mindfusion.diagramming
Contains the arguments passed to handlers of table row-related events.
RowEvent(Object, TableNode, int) - Constructor for class com.mindfusion.diagramming.RowEvent
Contains the arguments passed to handlers of table row-related events.
rowHeight(float) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
Sets the initial height of the rows of this table.
RowList - Class in com.mindfusion.diagramming
A strongly-typed list of Row objects.
RowList() - Constructor for class com.mindfusion.diagramming.RowList
 
RoyalBlue - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FF4169E1.
RoyalBlue - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FF4169E1.
RoyalBlue - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the RoyalBlue color.
Ruler - Class in com.mindfusion.diagramming
 
Ruler() - Constructor for class com.mindfusion.diagramming.Ruler
Initializes a new instance of the Ruler class.

S

SaddleBrown - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FF8B4513.
SaddleBrown - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FF8B4513.
SaddleBrown - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the SaddleBrown color.
Salmon - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFFA8072.
Salmon - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFFA8072.
Salmon - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the Salmon color.
sameCycle(Path) - Method in class com.mindfusion.diagramming.jlayout.Path
Determines whether the current path traverses the same nodes as the specified path in the same order, disregard which one is the starting node.
sameNode(ConnectionPoint) - Method in class com.mindfusion.diagramming.ConnectionPoint
Checks whether the current connection point and the specified connection point are associated with the same node.
SandyBrown - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFF4A460.
SandyBrown - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFF4A460.
SandyBrown - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the SandyBrown color.
save() - Method in class com.mindfusion.drawing.AwtGraphics
 
saveComponents(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.components.ContainerComponent
For internal use.
saveComponents(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.components.ContainerComponent
Saves the child components to Json.
savedBounds - Variable in class com.mindfusion.diagramming.DiagramNode
 
saveEndRelative() - Method in class com.mindfusion.diagramming.ConnectionPoint
Updates the coordinates of the connection point represented by this link, relative to the bounding rectangle of the associated node.
saveEndRelative() - Method in class com.mindfusion.diagramming.TreeViewConnectionPoint
ConnectionPoint.saveEndRelative override.
saveHeaderToXml(Header, Element, String) - Method in class com.mindfusion.diagramming.XmlPersistContext
Saves the specified lane header to the underlying document under the specified name.
saveItem(DiagramItem) - Method in class com.mindfusion.diagramming.JsonPersistContext
Saves the specified diagram item to a JsonObject.
saveProperties(DiagramItemProperties) - Method in class com.mindfusion.diagramming.ContainerNode
saveProperties(DiagramItemProperties) - Method in class com.mindfusion.diagramming.ControlNode
saveProperties(DiagramItemProperties) - Method in class com.mindfusion.diagramming.DiagramItem
Saves the properties of this diagram item.
saveProperties(DiagramItemProperties) - Method in class com.mindfusion.diagramming.DiagramLink
saveProperties(DiagramItemProperties) - Method in class com.mindfusion.diagramming.DiagramNode
saveProperties(DiagramItemProperties) - Method in class com.mindfusion.diagramming.FreeFormNode
DiagramNode.saveProperties override.
saveProperties(DiagramItemProperties) - Method in class com.mindfusion.diagramming.ShapeNode
saveProperties(DiagramItemProperties) - Method in class com.mindfusion.diagramming.SvgNode
DiagramNode.saveProperties override.
saveProperties(DiagramItemProperties) - Method in class com.mindfusion.diagramming.TableNode
saveProperties(DiagramItemProperties) - Method in class com.mindfusion.diagramming.TreeViewNode
saveState(DiagramItemState) - Method in class com.mindfusion.diagramming.DiagramItem
Saves the state of this diagram item.
saveState(DiagramItemState) - Method in class com.mindfusion.diagramming.DiagramLink
saveState(DiagramItemState) - Method in class com.mindfusion.diagramming.DiagramNode
saveState(DiagramItemState) - Method in class com.mindfusion.diagramming.FreeFormNode
DiagramNode.saveState override.
saveState(DiagramItemState) - Method in class com.mindfusion.diagramming.ShapeNode
 
saveTo(OutputStream) - Method in class com.mindfusion.diagramming.Diagram
Saves the diagram contents into a stream.
saveTo(String) - Method in class com.mindfusion.diagramming.Diagram
Saves the diagram contents into a file.
saveTo(OutputStream) - Method in class com.mindfusion.diagramming.DiagramDocument
Saves the diagram contents into a stream.
saveTo(OutputStream) - Method in class com.mindfusion.diagramming.DiagramView
Saves the diagram contents into a stream.
saveTo(String) - Method in class com.mindfusion.diagramming.DiagramView
Saves the diagram contents into a file.
saveTo(OutputStream) - Method in class com.mindfusion.diagramming.DocumentView
 
saveTo(String) - Method in class com.mindfusion.diagramming.ShapeLibrary
Saves the shape library to the specified file.
saveToFile(String) - Method in class com.mindfusion.diagramming.DiagramDocument
Saves the document to the specified file in a binary format.
saveToJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.Cell
Saves the cell as a JSON object.
saveToJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.Column
Saves the column as a JSON object.
saveToJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.components.BorderComponent
ContentComponent.SaveToJson override.
saveToJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.components.ButtonComponent
 
saveToJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.components.CheckBoxComponent
 
saveToJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.components.ComponentBase
Serializes the component into a JsonObject.
saveToJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.components.ContainerComponent
Serializes the component into a JsonObject.
saveToJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.components.ContentComponent
Serializes the component into a JsonObject.
saveToJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.components.EditComponent
Serializes the component into a JsonObject.
saveToJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.components.GridPanel
Serializes the component into a JsonObject.
saveToJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.components.ImageComponent
Serializes the component into a JsonObject.
saveToJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.components.NumericEditComponent
Serializes the component into a JsonObject.
saveToJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.components.ShapeComponent
Serializes the component into a JsonObject.
saveToJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.components.SliderComponent
Serializes the component into a JsonObject.
saveToJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.components.SpinnerComponent
Serializes the component into a JsonObject
saveToJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.components.StackPanel
Serializes the component into a JsonObject
saveToJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.components.TextComponent
Serializes the component into a JsonObject.
saveToJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.CompositeNode
Saves the node as a JSON object.
saveToJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.ContainerNode
Saves the node as a JSON object.
saveToJson() - Method in class com.mindfusion.diagramming.Diagram
Saves the diagram to a JSON-formatted string.
saveToJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.DiagramItem
Saves the item as a JSON object.
saveToJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.DiagramItemStyle
Saves the style content into a JsonObject.
saveToJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.DiagramLink
Saves the link as a JSON object.
saveToJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.DiagramLinkStyle
Saves the style content into a JsonObject.
saveToJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.DiagramNode
Saves the node as a JSON object.
saveToJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.DiagramNodeStyle
Saves the style content into a JsonObject.
saveToJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.DiagramStyle
Saves the style content into a JsonObject.
saveToJson() - Method in class com.mindfusion.diagramming.DiagramView
Serializes the DiagramView's data to JSON.
saveToJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.FreeFormNode
Saves the node as a JSON object.
saveToJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.ItemLabel
Saves the label as a JSON object.
saveToJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.LinkLabel
Saves the label as a JSON object.
saveToJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.NodeLabel
Saves the label as a JSON object.
saveToJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.Row
Saves the row as a JSON object.
saveToJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.ShapeNode
Saves the node as a JSON object.
saveToJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.SvgNode
Saves the node as a JSON object.
saveToJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.TableNode
Saves the node as a JSON object.
saveToJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.TreeViewItem
 
saveToJson(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.TreeViewNode
Saves the item content into a JsonObject.
saveToJsonFile(String) - Method in class com.mindfusion.diagramming.Diagram
Saves the diagram into a JSON file.
saveToJsonFile(String) - Method in class com.mindfusion.diagramming.DiagramView
Saves the diagram into a JSON file.
saveToJsonObject(JsonObject, JsonPersistContext) - Method in class com.mindfusion.diagramming.Diagram
Saves the diagram to a JSON object.
saveToString() - Method in class com.mindfusion.diagramming.Diagram
Saves the diagram contents into a string.
saveToString(SaveToStringFormat, boolean) - Method in class com.mindfusion.diagramming.Diagram
Saves the diagram contents into a string.
saveToString() - Method in class com.mindfusion.diagramming.DiagramDocument
Saves the diagram contents into a string.
saveToString(SaveToStringFormat, boolean) - Method in class com.mindfusion.diagramming.DiagramDocument
Saves the diagram contents into a string.
saveToString() - Method in class com.mindfusion.diagramming.DiagramView
Saves the diagram contents into a string.
saveToString(SaveToStringFormat, boolean) - Method in class com.mindfusion.diagramming.DiagramView
Saves the diagram contents into a string.
saveToString() - Method in class com.mindfusion.diagramming.Theme
Saves the theme into an XML string.
SaveToStringFormat - Enum in com.mindfusion.diagramming
The members of this enumeration specify in what format to save the diagram when generating a string using the saveToString method.
saveToXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.Cell
 
saveToXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.Column
 
saveToXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.components.BorderComponent
ContentComponent.saveToXml override
saveToXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.components.ButtonComponent
ComponentBase.saveToXml override.
saveToXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.components.CheckBoxComponent
ComponentBase.saveToXml override.
saveToXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.components.ComponentBase
Serializes the component into an XML element.
saveToXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.components.ContainerComponent
ComponentBase.saveToXml override.
saveToXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.components.ContentComponent
ComponentBase.saveToXml override.
saveToXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.components.EditComponent
ComponentBase.saveToXml override.
saveToXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.components.GridPanel
ContainerComponent.saveToXml override.
saveToXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.components.ImageComponent
ComponentBase.saveToXml override.
saveToXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.components.NumericEditComponent
EditComponent.saveToXml override.
saveToXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.components.ShapeComponent
ComponentBase.saveToXml override.
saveToXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.components.SliderComponent
ContentComponent.saveToXml override.
saveToXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.components.SpinnerComponent
ContentComponent.saveToXml override.
saveToXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.components.StackPanel
ContainerComponent.saveToXml override.
saveToXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.components.TextComponent
ComponentBase.saveToXml override.
saveToXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.CompositeNode
DiagramNode.saveToXml override
saveToXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.ContainerNode
Saves the item content into an XML element.
saveToXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.ControlNode
Saves the item content into an XML element.
saveToXml(String) - Method in class com.mindfusion.diagramming.Diagram
Saves the diagram to the specified XML document.
saveToXml(OutputStream, boolean) - Method in class com.mindfusion.diagramming.Diagram
Saves the diagram to the specified XML document.
saveToXml(Document) - Method in class com.mindfusion.diagramming.Diagram
Saves the diagram to the specified XML document.
saveToXml(Document, boolean) - Method in class com.mindfusion.diagramming.Diagram
Saves the diagram to the specified XML document.
saveToXml(String) - Method in class com.mindfusion.diagramming.DiagramDocument
Saves the diagram to the specified XML document.
saveToXml(OutputStream, boolean) - Method in class com.mindfusion.diagramming.DiagramDocument
Saves the diagram to the specified XML document.
saveToXml(Document) - Method in class com.mindfusion.diagramming.DiagramDocument
Saves the document to the specified Document object.
saveToXml(Document, boolean) - Method in class com.mindfusion.diagramming.DiagramDocument
Saves the document to the specified Document object.
saveToXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.DiagramItem
Saves the item content into an XML element.
saveToXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.DiagramLink
 
saveToXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.DiagramNode
 
saveToXml(String) - Method in class com.mindfusion.diagramming.DiagramView
Saves the diagram to the specified XML document.
saveToXml(OutputStream, boolean) - Method in class com.mindfusion.diagramming.DiagramView
Saves the diagram to the specified XML document.
saveToXml(Document) - Method in class com.mindfusion.diagramming.DiagramView
Saves the diagram to the specified XML document.
saveToXml(Document, boolean) - Method in class com.mindfusion.diagramming.DiagramView
Saves the diagram to the specified XML document.
saveToXml(Document, boolean) - Method in class com.mindfusion.diagramming.DocumentView
 
saveToXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.FreeFormNode
Saves the item content into an XML element.
saveToXml(String, Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.HandlesVisualStyle
Saves the style to XML.
saveToXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.ItemLabel
Saves the label into the specified XML element.
saveToXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.LinkLabel
Saves the label into the specified XML element.
saveToXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.NodeConstraints
Saves the label into the specified XML element.
saveToXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.NodeLabel
Saves the label into the specified XML element.
saveToXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.Row
 
saveToXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.ShapeFormulaParam
Saves the formula parameter into the specified XML element.
saveToXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.ShapeNode
 
saveToXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.Style
Saves the style content into an XML element.
saveToXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.SvgNode
Saves the node's content into an XML element.
saveToXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.TableNode
 
saveToXml(String) - Method in class com.mindfusion.diagramming.Theme
Saves the theme to an XML file.
saveToXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.TreeViewItem
Saves the item content into an XML element.
saveToXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.TreeViewNode
Saves the item content into an XML element.
scaleElements(float) - Method in class com.mindfusion.diagramming.ContainerNode
DiagramNode.scaleElements override.
scaleElements(float) - Method in class com.mindfusion.diagramming.DiagramNode
Scales the node's elements by specified amount.
scaleElements(float) - Method in class com.mindfusion.diagramming.TableNode
DiagramNode.scaleElements override.
scaleElements(float) - Method in class com.mindfusion.diagramming.TreeViewNode
DiagramNode.scaleElements override.
scrollable(boolean) - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
Sets a value indicating whether users are allowed to scroll the contents of this container.
scrollable(boolean) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
Sets a value indicating whether users are allowed to scroll the table.
scrollable(boolean) - Method in class com.mindfusion.diagramming.builders.TreeViewNodeBuilder
Sets a value indicating whether users are allowed to scroll this tree view.
scrollable - Variable in class com.mindfusion.diagramming.ContainerNodeProperties
 
ScrollBar - Class in com.mindfusion.diagramming
 
ScrollBar(DiagramNode, boolean) - Constructor for class com.mindfusion.diagramming.ScrollBar
 
ScrollContainerCmd - Class in com.mindfusion.diagramming
Implements support for undo of ContainerNode scroll operations.
ScrollContainerCmd(ContainerNode) - Constructor for class com.mindfusion.diagramming.ScrollContainerCmd
Initializes a new instance of the ScrollContainerCmd class.
scrollPosition(float) - Method in class com.mindfusion.diagramming.builders.TreeViewNodeBuilder
Sets the current scroll position.
ScrollTableCmd - Class in com.mindfusion.diagramming
Represents an action that scrolls table rows up or down.
ScrollTableCmd(TableNode) - Constructor for class com.mindfusion.diagramming.ScrollTableCmd
Initializes a new ScrollTableCmd instance.
scrollTo(float, float) - Method in class com.mindfusion.diagramming.DiagramView
Scrolls the diagram to the specified position.
ScrollTreeViewCmd - Class in com.mindfusion.diagramming
 
ScrollTreeViewCmd(TreeViewNode) - Constructor for class com.mindfusion.diagramming.ScrollTreeViewCmd
 
scrollX(float) - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
Sets the container's horizontal scroll position.
scrollY(float) - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
Sets the container's vertical scroll position.
SeaGreen - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FF2E8B57.
SeaGreen - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FF2E8B57.
SeaGreen - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the SeaGreen color.
SeaShell - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFFFF5EE.
SeaShell - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFFFF5EE.
SeaShell - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the SeaShell color.
segmentCount(int) - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
Sets the number of segments of this link.
selectAfterCreate(boolean) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets a value indicating whether newly created items should be selected automatically.
selectAll() - Method in class com.mindfusion.diagramming.components.NumericEditComponent
Selects the entire text inside this edit box.
selected(boolean) - Method in class com.mindfusion.diagramming.builders.CompositeNodeBuilder
Selects or deselects an item.
selected(boolean) - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
Selects or deselects an item.
selected(boolean) - Method in class com.mindfusion.diagramming.builders.ControlNodeBuilder
Selects or deselects an item.
selected(boolean) - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
Selects or deselects an item.
selected(boolean) - Method in class com.mindfusion.diagramming.builders.FreeFormNodeBuilder
Selects or deselects an item.
selected(boolean) - Method in class com.mindfusion.diagramming.builders.ShapeNodeBuilder
Selects or deselects an item.
selected(boolean) - Method in class com.mindfusion.diagramming.builders.SvgNodeBuilder
Selects or deselects an item.
selected(boolean) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
Selects or deselects an item.
selected(boolean) - Method in class com.mindfusion.diagramming.builders.TreeViewNodeBuilder
Selects or deselects an item.
selectedItemChanged(ListSelectionEvent) - Method in class com.mindfusion.diagramming.LayerListViewAdapter
Raised when the control's selected item has changed.
selectedItemChanged(ListSelectionEvent) - Method in interface com.mindfusion.diagramming.LayerListViewListener
Raised when the control's selected item has changed.
Selection - Class in com.mindfusion.diagramming
Represents a selection of multiple items.
Selection() - Constructor for class com.mindfusion.diagramming.Selection
Initializes a new Selection instance.
selectionChanged(EventObject) - Method in class com.mindfusion.diagramming.DiagramAdapter
Called when an item is added to or removed from the selection.
selectionChanged(EventObject) - Method in interface com.mindfusion.diagramming.DiagramListener
Called when an item is added to or removed from the selection.
SelectionCopy - Class in com.mindfusion.diagramming
Used internally in the implementation of copy/paste functions.
SelectionCopy(DiagramItemList, DiagramItemList, GroupList) - Constructor for class com.mindfusion.diagramming.SelectionCopy
Initializes a new instance of the SelectionCopy class.
SelectionEvent - Class in com.mindfusion.diagramming
Contains information passed to the selection events defined in DiagramListener.
SelectionEvent(Object, Point2D, AdjustmentHandle) - Constructor for class com.mindfusion.diagramming.SelectionEvent
Initializes a new instance of the SelectionEvent class.
selectionModified(SelectionEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Called when multiple selected items are moved or resized.
selectionModified(SelectionEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Called when multiple selected items are moved or resized.
selectionModifying(SelectionValidationEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised while the user is moving or resizing multiple selected items, this event lets you cancel the modification.
selectionModifying(SelectionValidationEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised while the user is moving or resizing multiple selected items, this event lets you cancel the modification.
selectionOnTop(boolean) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets a value indicating whether selected items should be drawn on top of the non-selected ones.
SelectionStyle - Enum in com.mindfusion.diagramming
The members of this enumeration specify what a multiple selection of items should look like.
SelectionValidationEvent - Class in com.mindfusion.diagramming
Contains information passed to the selection validation events defined in DiagramListener.
SelectionValidationEvent(Object, Point2D, AdjustmentHandle) - Constructor for class com.mindfusion.diagramming.SelectionValidationEvent
Initializes a new SelectionValidationEvent instance.
SelectOnlyBehavior - Class in com.mindfusion.diagramming
Implements the Behavior.SelectOnly behavior.
SelectOnlyBehavior(DiagramView) - Constructor for class com.mindfusion.diagramming.SelectOnlyBehavior
Initializes a new instance of the SelectOnlyBehavior class.
Serialization - Class in com.mindfusion.diagramming
 
Serialization() - Constructor for class com.mindfusion.diagramming.Serialization
 
serializeComponents() - Method in class com.mindfusion.diagramming.CompositeNode
Invoked to query whether the underlying component structure should be automatically serialized.
serializeControl(ControlNodeEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Lets you save the attributes of controls hosted inside ControlNode objects.
serializeControl(ControlNodeEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Lets you save the attributes of controls hosted inside ControlNode objects.
serializeSubcomponents() - Method in class com.mindfusion.diagramming.components.ComponentBase
Invoked to query whether the underlying component structure should be automatically serialized or serialized by the user.
serializeSubcomponents() - Method in class com.mindfusion.diagramming.components.RangeSliderRailComponent
ComponentBase.serializeSubcomponents override.
serializeSubcomponents() - Method in class com.mindfusion.diagramming.components.SliderComponent
ComponentBase.serializeSubcomponents override.
serializeSubcomponents() - Method in class com.mindfusion.diagramming.components.SliderRailComponent
ComponentBase.serializeSubcomponents override.
serializeSubcomponents() - Method in class com.mindfusion.diagramming.components.SpinnerComponent
ComponentBase.serializeSubcomponents override.
serializeTag(SerializeTagEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when the tag of a diagram item must be serialized into an XML document.
serializeTag(SerializeTagEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when the tag of a diagram item must be serialized into an XML document.
SerializeTagEvent - Class in com.mindfusion.diagramming
Contains information passed to the tag serialization related events in DiagramListener.
SerializeTagEvent(Object, Object, Object, String, Element, XmlPersistContext) - Constructor for class com.mindfusion.diagramming.SerializeTagEvent
Initializes a new instance of the ItemTagEvent class.
set(int, E) - Method in class com.mindfusion.diagramming.BaseList
Sets the element at the specified position in this list.
set(int, E) - Method in class com.mindfusion.diagramming.jlayout.BaseList
 
set(T, double, double) - Static method in class com.mindfusion.diagramming.Utilities
 
set(T, double, double, double, double) - Static method in class com.mindfusion.diagramming.Utilities
 
set(T, double, double) - Static method in class com.mindfusion.diagramming.Utilities
 
set(T, Rectangle2D) - Static method in class com.mindfusion.diagramming.Utilities
 
set(int, Point2D) - Method in class com.mindfusion.drawing.PointList
 
setAcceptsReturn(boolean) - Method in class com.mindfusion.diagramming.components.EditComponent
Sets a value indicating whether the edit component will insert new line when the user presses the ENTER key.
setActiveBrush(Brush) - Method in class com.mindfusion.diagramming.components.SliderComponent
Sets the brush used to fill the portion of the rail between StartValue and EndValue.
setActiveButtonTooltip(String) - Method in class com.mindfusion.diagramming.LayerListView
Sets the tooltip for the 'Active Layer' button in each item.
setActiveColor(Color) - Method in class com.mindfusion.diagramming.ZoomControl
Sets the color used to render depressed buttons.
setActiveItem(DiagramItem) - Method in class com.mindfusion.diagramming.Diagram
Sets the active item.
setActiveLayer(int) - Method in class com.mindfusion.diagramming.Diagram
Sets the zero-based index of the active layer.
setAddLayerButtonTooltip(String) - Method in class com.mindfusion.diagramming.LayerListView
Sets the tooltip for the 'Add Layer' button.
setAdjustmentHandle(int) - Method in class com.mindfusion.diagramming.LinkEvent
Sets the adjustment handle being moved by the user.
setAdjustmentHandle(NodeHandleType) - Method in class com.mindfusion.diagramming.NodeEvent
Sets the adjustment handle being moved by the user.
setAdjustmentHandlesSize(float) - Method in class com.mindfusion.diagramming.Diagram
Sets the size of selection handles.
setAlignment(int) - Method in class com.mindfusion.diagramming.VerticalFlowLayout
Sets the alignment for this layout.
setAlignment(Align) - Method in class com.mindfusion.drawing.TextLayoutOptions
 
setAlignmentGuidePen(Pen) - Method in class com.mindfusion.diagramming.Diagram
Sets the pen used to draw alignment guides.
setAlignToGrid(boolean) - Method in class com.mindfusion.diagramming.Diagram
Sets a value indicating whether items should be aligned to the alignment grid while users draw them with the mouse.
setAllowAddChildren(boolean) - Method in class com.mindfusion.diagramming.ContainerNode
Sets a value indicating whether child nodes can be added interactively to this container.
setAllowFlip(boolean) - Method in class com.mindfusion.diagramming.ShapeNode
Sets a value indicating whether the node's shape flips when an edge is dragged over its opposite edge.
setAllowIncoming(boolean) - Method in class com.mindfusion.diagramming.AnchorPoint
Sets a value indicating whether this anchor point accepts incoming links.
setAllowIncomingLinks(boolean) - Method in class com.mindfusion.diagramming.DiagramNode
Sets a value indicating whether users are allowed to draw links to this node.
setAllowInplaceEdit(boolean) - Method in class com.mindfusion.diagramming.DiagramView
Sets a value indicating whether users are allowed to edit the text of diagram items.
setAllowLinkCursor(Cursor) - Method in class com.mindfusion.diagramming.DiagramView
Sets the cursor shown when the currently drawn link can be attached to the item at the current mouse pointer location.
setAllowLinksRepeat(boolean) - Method in class com.mindfusion.diagramming.Diagram
Sets a value indicating whether users are allowed to draw more than one links between the same nodes.
setAllowMoveEnd(boolean) - Method in class com.mindfusion.diagramming.DiagramLink
Sets a value indicating whether users are allowed to move the last control point of a link.
setAllowMoveStart(boolean) - Method in class com.mindfusion.diagramming.DiagramLink
Sets a value indicating whether users are allowed to move the first control point of a link.
setAllowMultipleResize(boolean) - Method in class com.mindfusion.diagramming.Diagram
Sets whether multiple selected nodes can be resized simultaneously.
setAllowMultipleSelection(boolean) - Method in class com.mindfusion.diagramming.Selection
Sets a value indicating whether users are allowed to select multiple items.
setAllowOutgoing(boolean) - Method in class com.mindfusion.diagramming.AnchorPoint
Sets a value indicating whether this anchor point accepts outgoing links.
setAllowOutgoingLinks(boolean) - Method in class com.mindfusion.diagramming.DiagramNode
Sets a value indicating whether users are allowed to draw links from this node.
setAllowRemove(boolean) - Method in class com.mindfusion.diagramming.NodeListView
Sets a value indicating whether to allow deletion of list nodes by pressing Del.
setAllowRemove(boolean) - Method in class com.mindfusion.diagramming.ShapeListBox
 
setAllowRemoveChildren(boolean) - Method in class com.mindfusion.diagramming.ContainerNode
Sets a value indicating whether child nodes can be removed interactively from this container.
setAllowRename(boolean) - Method in class com.mindfusion.diagramming.ShapeListBox
Sets a value specifying whether inline renaming of listbox items is allowed.
setAllowResizeColumns(boolean) - Method in class com.mindfusion.diagramming.TableNode
Sets a value indicating whether users are allowed to resize table columns.
setAllowResizeRows(boolean) - Method in class com.mindfusion.diagramming.TableNode
Sets a value indicating whether users are allowed to resize table rows.
setAllowSelfLoops(boolean) - Method in class com.mindfusion.diagramming.Diagram
Sets whether users are allowed to draw reflexive links.
setAllowSplitLinks(boolean) - Method in class com.mindfusion.diagramming.Diagram
Sets whether link segments can be added and removed interactively.
setAllowTabReorder(boolean) - Method in class com.mindfusion.diagramming.TabbedScrollPane
Sets a value indicating whether tabs can be rearranged interactively.
setAllowTitleEdit(boolean) - Method in class com.mindfusion.diagramming.LayerListView
Sets a value indicating whether layer titles can be in-place edited.
setAllowUnanchoredLinks(boolean) - Method in class com.mindfusion.diagramming.Diagram
Sets a value indicating whether users are allowed to attach links to nodes that do not have any anchor points.
setAllowUnconnectedLinks(boolean) - Method in class com.mindfusion.diagramming.Diagram
Sets a value indicating whether users are allowed to draw unconnected links.
setAlt(ModifierKeyAction) - Method in class com.mindfusion.diagramming.ModifierKeyActions
Sets what action is triggered by the ALT key.
setAnchoring(Anchoring) - Method in class com.mindfusion.diagramming.AbstractLayout
Sets how to align links to the anchor points of nodes.
setAnchoring(Anchoring) - Method in class com.mindfusion.diagramming.AnnealLayout
Sets a value specifying how links will be aligned to the anchor points of nodes.
setAnchoring(Anchoring) - Method in class com.mindfusion.diagramming.GridLayout
Sets a value indicating how links should be aligned to the anchor points of tree nodes.
setAnchoring(Anchoring) - Method in class com.mindfusion.diagramming.RoutingOptions
Sets a value indicating whether the routing algorithm should align links to the anchor points of nodes.
setAnchoring(Anchoring) - Method in class com.mindfusion.diagramming.SpringLayout
Sets a value indicating how links should be aligned to the anchor points of tree nodes.
setAnchoring(Anchoring) - Method in class com.mindfusion.diagramming.TreeLayout
Sets a value indicating how links should be aligned to the anchor points of tree nodes.
setAnchorPattern(AnchorPattern) - Method in class com.mindfusion.diagramming.DiagramNode
Sets the anchor points to which link end points are aligned when links connect to this node.
setAnchorPattern(AnchorPattern) - Method in class com.mindfusion.diagramming.Row
Sets the AnchorPattern to whose point links should be aligned when connecting to this row.
setAnchorPattern(AnchorPattern) - Method in class com.mindfusion.diagramming.Shape
Sets the anchor pattern to use for nodes using this shape, if their anchor pattern is set to null.
setAngle(int) - Method in class com.mindfusion.drawing.GradientBrush
Sets the gradient orientation angle.
setAntiAlias(SmoothingMode) - Method in class com.mindfusion.diagramming.DiagramView
Sets the current anti-aliasing mode for non text objects.
setAntiAlias(SmoothingMode) - Method in class com.mindfusion.diagramming.RenderOptions
 
setAreasForTableCells(boolean) - Method in class com.mindfusion.diagramming.HtmlBuilder
Sets a value indicating whether image map AREA elements should be created for tables' cells.
setAutoAlignDistance(float) - Method in class com.mindfusion.diagramming.Diagram
Sets the maximal horizontal or vertical distance at which a node aligns to the borders of other nodes.
setAutoAlignNodes(boolean) - Method in class com.mindfusion.diagramming.Diagram
Sets whether nodes should automatically align to the borders of other nodes during user interaction.
setAutoArrange(boolean) - Method in class com.mindfusion.diagramming.LinkLabel
Sets a value indicating whether the label can be auto arranged.
setAutoCloseDistance(float) - Method in class com.mindfusion.diagramming.Diagram
Sets the maximum distance between first and last points of a FreeFormNode for which the node's outline is closed automatically.
setAutoDeleteChildren(boolean) - Method in class com.mindfusion.diagramming.ContainerNode
Sets whether deleting this container should also remove its child items from the diagram.
setAutoDeleteItems(boolean) - Method in class com.mindfusion.diagramming.Group
Sets a value indicating whether the subordinated items in this group should be deleted automatically when the group is destroyed.
setAutoGrow(boolean) - Method in class com.mindfusion.diagramming.ContainerNode
Sets a value indicating whether the container should grow in size when nodes are added to it.
setAutoResize(AutoResize) - Method in class com.mindfusion.diagramming.Diagram
Sets a value specifying whether the document scrollable area should be resized automatically when users draw items near the edges of the diagram.
setAutoRoute(boolean) - Method in class com.mindfusion.diagramming.DiagramLink
Sets a value indicating whether a link should automatically find its way between nodes so that it will not cross other nodes.
setAutoScroll(boolean) - Method in class com.mindfusion.diagramming.DiagramView
Sets a value indicating whether the diagram should scroll automatically when the mouse is dragged towards the edge of the view.
setAutoShrink(boolean) - Method in class com.mindfusion.diagramming.ContainerNode
Sets a value indicating whether the container should shrink in size when nodes are removed from it.
setAutoSnapDistance(float) - Method in class com.mindfusion.diagramming.Diagram
Specifies the maximum distance at which links auto-snap to nodes.
setAutoSnapLinks(boolean) - Method in class com.mindfusion.diagramming.Diagram
Sets the default value for the AutoSnapToNode property of new links.
setAutoSnapToNode(boolean) - Method in class com.mindfusion.diagramming.DiagramLink
Sets a value indicating whether the end points of a link should be automatically aligned to node borders while a user modifies the link.
setAvoidOverlaps(boolean) - Method in class com.mindfusion.diagramming.RoutingOptions
Sets whether link segments should be pulled apart when they overlap in initially found routes.
setBackBrush(Brush) - Method in class com.mindfusion.diagramming.Diagram
Sets the diagram's background brush.
setBackBrush(Brush) - Method in class com.mindfusion.diagramming.DiagramStyle
Sets the brush used for painting the diagram background.
setBackground(Brush) - Method in class com.mindfusion.diagramming.components.BorderComponent
Sets the brush used to fill the border background.
setBackground(Brush) - Method in class com.mindfusion.diagramming.components.SliderComponent
Sets the brush used to fill the background of the slider.
setBackground(Brush) - Method in class com.mindfusion.diagramming.components.SpinnerComponent
Sets the brush used to fill the background of the spinner.
setBackground(Brush) - Method in class com.mindfusion.diagramming.components.TextComponent
Sets the brush used to fill the background of the component.
setBackgroundColor(Color) - Method in class com.mindfusion.diagramming.Overview
Sets the background color of the overview control.
setBackgroundColor(Color) - Method in class com.mindfusion.drawing.HatchBrush
Sets the color of spaces between the hatch lines drawn by this brush.
setBackgroundImage(Image) - Method in class com.mindfusion.diagramming.Diagram
Sets the background image.
setBackgroundImage(Image, String) - Method in class com.mindfusion.diagramming.Diagram
Allows setting of both image and imageUrl properties as other setters reset the skipped argument.
setBackgroundImageAlign(ImageAlign) - Method in class com.mindfusion.diagramming.Diagram
Sets how the background image should be positioned relatively to the scrollable area of the diagram.
setBackgroundImageUrl(String) - Method in class com.mindfusion.diagramming.Diagram
Sets the URL of the background image.
setBalance(TreeLayoutBalance) - Method in class com.mindfusion.diagramming.jlayout.TreeLayoutInfo
Sets a value indicating the ordering of the child nodes in order to produce layouts with specific balance.
setBalance(TreeLayoutBalance) - Method in class com.mindfusion.diagramming.TreeLayout
Sets a value indicating the ordering of the child nodes in order to produce layouts with custom balance.
setBalanceFunction(Comparator<Node>) - Method in class com.mindfusion.diagramming.jlayout.TreeLayoutInfo
Sets the custom balancing function.
setBaseBrush(Brush) - Method in class com.mindfusion.diagramming.DiagramLink
Sets a brush used to fill the arrowhead drawn at the link base.
setBaseLayout(int) - Method in class com.mindfusion.diagramming.OrthogonalRouter
Sets a value indicating whether to arrange nodes or use their current configuration.
setBaseShape(String) - Method in class com.mindfusion.diagramming.DiagramLink
Sets the shape that is displayed at the origin of a link.
setBaseShape(Shape) - Method in class com.mindfusion.diagramming.DiagramLink
Sets the shape that is displayed at the origin of a link.
setBaseShapeSize(float) - Method in class com.mindfusion.diagramming.DiagramLink
Sets the size of the shape displayed at the origin of a link.
setBehavior(Behavior) - Method in class com.mindfusion.diagramming.DiagramView
Sets a value indicating how the control should respond to users actions.
setBendAdjacentLinks(boolean) - Method in class com.mindfusion.diagramming.jlayout.TopologicalLayoutInfo
 
setBendAdjacentLinks(boolean) - Method in class com.mindfusion.diagramming.TopologicalLayout
Sets a value indicating whether to bend links connecting adjacent nodes or draw them as straight lines.
setBendDistance(float) - Method in class com.mindfusion.diagramming.jlayout.OrthogonalRouterInfo
Sets for how many times to decrease the bending length.
setBendDistance(float) - Method in class com.mindfusion.diagramming.OrthogonalRouter
Sets how far from its adjacent node a link should bend.
setBendNonplanarLinks(boolean) - Method in class com.mindfusion.diagramming.jlayout.TriangularLayoutInfo
Sets a value indicating whether the intersecting links in a non-planar graphs will be segmented and bended to improve presentation.
setBendNonplanarLinks(boolean) - Method in class com.mindfusion.diagramming.TriangularLayout
Sets a value indicating whether the intersecting links in a non-planar graphs will be segmented and bended to improve presentation.
setBorder(Pen) - Method in class com.mindfusion.diagramming.components.SliderComponent
Sets the pen used to draw the border of the slider.
setBorder(Pen) - Method in class com.mindfusion.diagramming.components.SpinnerComponent
Sets the pen used to draw the border of the spinner.
setBorderColor(Color) - Method in class com.mindfusion.diagramming.ZoomControl
Sets the color of ZoomControl elements' borders.
setBottom(float) - Method in class com.mindfusion.diagramming.Thickness
 
setBoundaryFactor(double) - Method in class com.mindfusion.diagramming.AnnealLayout
Sets a value indicating how important the distance from nodes to the layout area boundaries is relatively to the other criteria considered by the algorithm.
setBoundaryFactor(double) - Method in class com.mindfusion.diagramming.jlayout.AnnealLayoutInfo
Sets a value indicating how important the distance from nodes to the layout area boundaries is relatively to the other criteria considered by the algorithm.
setBounds(Rectangle2D.Float) - Method in class com.mindfusion.diagramming.components.ComponentBase
Sets the calculated bounds of this component relative to its parent.
setBounds(Rectangle2D.Float) - Method in class com.mindfusion.diagramming.Diagram
Sets the size of the diagram's scrollable area.
setBounds(Rectangle2D) - Method in class com.mindfusion.diagramming.Diagram
Sets the bounds of the scrollable area of the diagram.
setBounds(Rectangle2D, boolean, boolean) - Method in class com.mindfusion.diagramming.DiagramNode
Sets the location and size of this node.
setBounds(Rectangle2D) - Method in class com.mindfusion.diagramming.DiagramNode
Sets the node location and size.
setBounds(float, float, float, float) - Method in class com.mindfusion.diagramming.DiagramNode
Sets the node location and size.
setBounds(Rectangle2D) - Method in interface com.mindfusion.diagramming.jlayout.Node
 
setBounds(Rectangle2D, boolean) - Method in interface com.mindfusion.diagramming.jlayout.Node
 
setBounds(Rectangle2D) - Method in class com.mindfusion.diagramming.ShapeData
 
setBoundsDirect(Rectangle2D) - Method in class com.mindfusion.diagramming.DiagramNode
 
setBoundsPen(Pen) - Method in class com.mindfusion.diagramming.Diagram
Sets the pen with which document bounds are drawn.
setBranchPadding(int) - Method in class com.mindfusion.diagramming.FlowchartLayout
Sets how much space to leave between adjacent decision branches in the flowchart.
setBranchPadding(float) - Method in class com.mindfusion.diagramming.jlayout.FlowchartLayoutInfo
 
setBrush(Brush) - Method in class com.mindfusion.diagramming.Cell
Sets the Brush used to fill the cell's interior.
setBrush(Brush) - Method in class com.mindfusion.diagramming.components.ButtonComponent
Sets the background brush of the button when it is in normal state.
setBrush(Brush) - Method in class com.mindfusion.diagramming.components.EditComponent
Sets the background brush of the edit component.
setBrush(Brush) - Method in class com.mindfusion.diagramming.components.ShapeComponent
Sets the brush used to fill the component.
setBrush(Brush) - Method in class com.mindfusion.diagramming.DiagramItem
Sets the brush used to fill the item's interior.
setBrush(Brush) - Method in class com.mindfusion.diagramming.DiagramItemStyle
Sets the brush used to fill the interior of the item.
setBrush(Brush) - Method in class com.mindfusion.diagramming.DiagramStyle
Sets the brush used to fill the interior of items.
setBrush(Brush) - Method in class com.mindfusion.diagramming.DrawParams
 
setBrush(Brush) - Method in class com.mindfusion.diagramming.ItemLabel
Sets the brush used to draw the label's background.
setBrush(Brush) - Method in class com.mindfusion.diagramming.ShapeDecoration
Sets the brush used to fill the interior of this shape.
setBrush(Brush) - Method in class com.mindfusion.diagramming.TreeViewItem
Sets the brush used to paint item's background.
setBrush(Brush) - Method in class com.mindfusion.drawing.DrawTextHint
 
setBrush(Brush) - Method in class com.mindfusion.drawing.Pen
Gets the color of this pen.
setBrushBounds(Rectangle2D) - Method in class com.mindfusion.diagramming.DrawParams
 
setBrushHovered(Brush) - Method in class com.mindfusion.diagramming.components.ButtonComponent
Sets the background brush of the button when it is in hovered state.
setBrushPressed(Brush) - Method in class com.mindfusion.diagramming.components.ButtonComponent
Sets the background brush of the button when it is in pressed state.
setButtonBrush(Brush) - Method in class com.mindfusion.diagramming.components.SliderComponent
Sets the brush of the slider's buttons and thumbs.
setButtonBrush(Brush) - Method in class com.mindfusion.diagramming.components.SpinnerComponent
Sets the brush of the spinner's buttons.
setButtonBrushHovered(Brush) - Method in class com.mindfusion.diagramming.components.SliderComponent
Sets the background brush of the slider's buttons when they are pointed with the mouse.
setButtonBrushHovered(Brush) - Method in class com.mindfusion.diagramming.components.SpinnerComponent
Sets the background brush of the spinner's buttons when they are pointed with the mouse.
setButtonBrushPressed(Brush) - Method in class com.mindfusion.diagramming.components.SliderComponent
Sets the background brush of the slider's buttons when they are pressed.
setButtonBrushPressed(Brush) - Method in class com.mindfusion.diagramming.components.SpinnerComponent
Sets the background brush of the spinner's buttons when they are pressed.
setButtonContentColor(Color) - Method in class com.mindfusion.diagramming.components.SliderComponent
Sets the color of the content of the slider's buttons.
setButtonContentColor(Color) - Method in class com.mindfusion.diagramming.components.SpinnerComponent
Sets the color of the content of the spinner's buttons.
setButtonPen(Pen) - Method in class com.mindfusion.diagramming.components.SliderComponent
Sets the border pen of the slider's buttons and thumbs.
setButtonPen(Pen) - Method in class com.mindfusion.diagramming.components.SpinnerComponent
Sets the border pen of the spinner's buttons.
setButtonPenHovered(Pen) - Method in class com.mindfusion.diagramming.components.SliderComponent
Sets the border pen of the slider's buttons when they are pointed with the mouse.
setButtonPenHovered(Pen) - Method in class com.mindfusion.diagramming.components.SpinnerComponent
Sets the border pen of the spinner's buttons when they are pointed with the mouse.
setButtonPenPressed(Pen) - Method in class com.mindfusion.diagramming.components.SliderComponent
Sets the border pen of the slider's buttons when they are pressed.
setButtonPenPressed(Pen) - Method in class com.mindfusion.diagramming.components.SpinnerComponent
Sets the border pen of the spinner's buttons when they are pressed.
setCancel(boolean) - Method in class com.mindfusion.diagramming.CellValidationEvent
Sets a value indicating whether to prevent the user from completing the operation.
setCancel(boolean) - Method in class com.mindfusion.diagramming.components.ComponentTextValidationEvent
 
setCancel(boolean) - Method in class com.mindfusion.diagramming.components.ComponentValidationEvent
 
setCancel(boolean) - Method in class com.mindfusion.diagramming.DiagramPageValidationEvent
Gets a value indicating whether to cancel the current operation.
setCancel(boolean) - Method in class com.mindfusion.diagramming.LinkValidationEvent
Sets a value indicating whether to cancel the current operation.
setCancel(boolean) - Method in class com.mindfusion.diagramming.NodeValidationEvent
Sets a value indicating whether to cancel the current operation.
setCancel(boolean) - Method in class com.mindfusion.diagramming.SelectionValidationEvent
Sets a value indicating whether to prevent the user from completing the operation
setCancel(boolean) - Method in class com.mindfusion.diagramming.UndoValidationEvent
Sets a value indicating whether the operation should be canceled.
setCancel(boolean) - Method in class com.mindfusion.diagramming.ValidationEvent
Sets a value indicating whether to prevent the user from completing the operation
setCap(int) - Method in class com.mindfusion.drawing.Pen
 
setCapacity(int) - Method in class com.mindfusion.diagramming.CommandHistory
Sets the maximum number of commands that can be saved in the undo history.
setCaption(String) - Method in class com.mindfusion.diagramming.ContainerNode
Sets the container's caption text.
setCaption(String) - Method in class com.mindfusion.diagramming.TableNode
Sets the caption text of a table.
setCaption(String) - Method in class com.mindfusion.diagramming.TreeViewNode
Sets the text displayed as caption of the node.
setCaptionBackBrush(Brush) - Method in class com.mindfusion.diagramming.ContainerNode
Sets the brush used to paint the caption area of this container.
setCaptionBackBrush(Brush) - Method in class com.mindfusion.diagramming.TableNode
Sets the brush used to paint the caption area of this table.
setCaptionBackBrush(Brush) - Method in class com.mindfusion.diagramming.TableNodeStyle
Sets the brush used to paint the caption area of this table.
setCaptionBrush(Brush) - Method in class com.mindfusion.diagramming.ContainerNode
Sets the brush used to draw the container's caption text.
setCaptionBrush(Brush) - Method in class com.mindfusion.diagramming.TableNode
Sets the brush used to draw the table's caption text.
setCaptionFormat(TextFormat) - Method in class com.mindfusion.diagramming.ContainerNode
Sets the caption alignment and format.
setCaptionFormat(TextFormat) - Method in class com.mindfusion.diagramming.TableNode
Sets a TextFormat object specifying how to format and align the caption text.
setCaptionHeight(float) - Method in class com.mindfusion.diagramming.ContainerNode
Sets the height of the container's caption area.
setCaptionHeight(float) - Method in class com.mindfusion.diagramming.TableNode
Sets the height of the caption area of the table.
setCaptionHeight(float) - Method in class com.mindfusion.diagramming.TreeViewNode
Gets the height of the node's caption area.
setCaptionImage(Image) - Method in class com.mindfusion.diagramming.TreeViewNode
Gets the image that is displayed in the caption.
setCascadeOrientation(Orientation) - Method in class com.mindfusion.diagramming.DiagramLink
Sets the orientation of the first segment of a cascading link.
setCellCustomDraw(CustomDraw) - Method in class com.mindfusion.diagramming.Diagram
Sets the default type of custom painting applied to cells of new tables.
setCellCustomDraw(CustomDraw) - Method in class com.mindfusion.diagramming.TableNode
Sets the type of custom drawing performed on the table cells.
setCellFrameStyle(CellFrameStyle) - Method in class com.mindfusion.diagramming.Diagram
Sets the default style of the cell frames of new tables.
setCellFrameStyle(CellFrameStyle) - Method in class com.mindfusion.diagramming.TableNode
Sets the style of the cell frame lines.
setCellTextBrush(Brush) - Method in class com.mindfusion.diagramming.TableNode
Sets the color used to draw the text in this table.
setCellTextBrush(Brush) - Method in class com.mindfusion.diagramming.TableNodeStyle
Gets the brush used to paint texts inside table cells.
setCenter(Point2D.Float) - Method in interface com.mindfusion.diagramming.jlayout.Node
Sets the geometric center of this node.
setCenterColor(Color) - Method in class com.mindfusion.drawing.RadialGradientBrush
Sets the center color.
setCenterPosition(float, float) - Method in class com.mindfusion.diagramming.NodeLabel
Positions this label relatively to the node center.
setCheckedImageList(ArrayList<Image>) - Method in class com.mindfusion.diagramming.components.CheckBoxComponent
Sets a list with images.
setClip(Area) - Method in class com.mindfusion.drawing.AwtGraphics
 
setClipboard(ComponentBase, Object) - Method in interface com.mindfusion.diagramming.components.ComponentHost
 
setClipboard(ComponentBase, Object) - Method in class com.mindfusion.diagramming.CompositeNode
Implements ComponentHost.setClipboard
setClipChildren(boolean) - Method in class com.mindfusion.diagramming.ContainerNode
Sets a value indicating whether child items should be clipped by container boundaries.
setClosed(boolean) - Method in class com.mindfusion.diagramming.FreeFormNode
Sets if the node's shape is closed.
setCollapseEmptyLanes(boolean) - Method in class com.mindfusion.diagramming.jlayout.SwimlaneLayoutInfo
Set a value indicating whether lanes without associated nodes will shrink to zero size.
setCollapseEmptyLanes(boolean) - Method in class com.mindfusion.diagramming.SwimlaneLayout
Set or sets a value indicating whether lanes without associated nodes will shrink to zero size.
setColor(Color) - Method in class com.mindfusion.diagramming.AnchorPoint
Sets the color used to draw this anchor point.
setColor(Color) - Method in class com.mindfusion.diagramming.ElementTemplate
 
setColor(Color) - Method in class com.mindfusion.drawing.Pen
Sets the color of this pen.
setColor(Color) - Method in class com.mindfusion.drawing.SolidBrush
Sets the color that fills the interior of objects painted with this brush.
setColor1(Color) - Method in class com.mindfusion.drawing.GradientBrush
Sets the first gradient color.
setColor2(Color) - Method in class com.mindfusion.drawing.GradientBrush
Sets the second gradient color.
setColors(Color[]) - Method in class com.mindfusion.drawing.GradientBrush
 
setColors(Color[]) - Method in class com.mindfusion.drawing.RadialGradientBrush
 
setColumn(short) - Method in class com.mindfusion.diagramming.AnchorPoint
Sets the column to which this anchor point is related.
setColumnCount(int) - Method in interface com.mindfusion.diagramming.jlayout.SwimlaneGrid
 
setColumnCount(int) - Method in class com.mindfusion.diagramming.LaneGrid
setColumnCount(int) - Method in interface com.mindfusion.diagramming.SwimlaneGrid
Sets the number of columns in the swimlane grid.
setColumnCount(int) - Method in class com.mindfusion.diagramming.TableNode
Sets the number of columns of this table.
setColumnSpan(int) - Method in class com.mindfusion.diagramming.Cell
Sets the number of columns spanned by this cell.
setColumnStyle(ColumnStyle) - Method in class com.mindfusion.diagramming.Column
Sets a value indicating whether this column should be automatically resized when the table is resized.
setColumnWidth(int, float) - Method in interface com.mindfusion.diagramming.jlayout.SwimlaneGrid
 
setColumnWidth(int, float) - Method in class com.mindfusion.diagramming.LaneGrid
setColumnWidth(int, float) - Method in interface com.mindfusion.diagramming.SwimlaneGrid
Sets the the width of the specified column in the swimlane grid.
setColumnWidth(float) - Method in class com.mindfusion.diagramming.TableNode
Sets the initial width of the columns of this table.
setCompactAssistants(boolean) - Method in class com.mindfusion.diagramming.jlayout.TreeLayoutInfo
Sets a value indicating whether the "assistant" trait is regarded when performing the layout.
setCompactAssistants(boolean) - Method in class com.mindfusion.diagramming.TreeLayout
Sets a value indicating whether the "assistant" nodes on the same side of a single parent are arranged as close enough to each other as possible.
setCompactNodes(boolean) - Method in class com.mindfusion.diagramming.jlayout.SwimlaneLayoutInfo
Sets a value indicating whether the nodes within individual lanes are compacted.
setCompactNodes(boolean) - Method in class com.mindfusion.diagramming.SwimlaneLayout
Sets a value indicating whether the nodes within individual lanes are compacted.
setConfirm(boolean) - Method in class com.mindfusion.diagramming.components.ValueChangingEventArgs
Sets a value indicating whether the change is confirmed.
setConnectionStyle(TableConnectionStyle) - Method in class com.mindfusion.diagramming.TableNode
Sets a value indicating whether links should connect to the rows of this table or to the table as an integral entity.
setConnectionStyle(TreeViewConnectionStyle) - Method in class com.mindfusion.diagramming.TreeViewNode
Sets a value indicating whether drawing a link from/to this node should connect an item or the whole node as an integral entity.
setConstraints(NodeConstraints) - Method in class com.mindfusion.diagramming.DiagramNode
Sets constraints to the node size and movement direction.
setContainerCaption(String) - Method in class com.mindfusion.diagramming.Diagram
Sets the default value for the Caption property of containers.
setContainerCaptionHeight(float) - Method in class com.mindfusion.diagramming.Diagram
Sets the default value for the CaptionHeight property of containers.
setContainerHighlightPen(Pen) - Method in class com.mindfusion.diagramming.Diagram
Sets the default value for the HighlightPen property of containers.
setContainerMargin(float) - Method in class com.mindfusion.diagramming.Diagram
Sets the default value for the Margin property of containers.
setContainerMinimumSize(Dimension2D) - Method in class com.mindfusion.diagramming.Diagram
Sets the default value for the MinimumSize property of containers.
setContainerPadding(float) - Method in class com.mindfusion.diagramming.jlayout.TreeMapLayoutInfo
Sets the padding inside containers.
setContainerPadding(float) - Method in class com.mindfusion.diagramming.TreeMapLayout
Sets the padding inside containers.
setContainersFoldable(boolean) - Method in class com.mindfusion.diagramming.Diagram
Sets the default value for the Foldable property of containers.
setContent(ComponentBase) - Method in class com.mindfusion.diagramming.components.ContentComponent
Sets the content of this component.
setContent(SvgContent) - Method in class com.mindfusion.diagramming.SvgNode
Sets an SvgContent instance representing the SVG drawing rendered in this node.
setContentAlign(ImageAlign) - Method in class com.mindfusion.diagramming.SvgNode
Sets the alignment of the SvgContent displayed in this node.
setControl(Component) - Method in class com.mindfusion.diagramming.ControlNode
Sets the java.awt.Component that should be hosted inside this node.
setControl(ModifierKeyAction) - Method in class com.mindfusion.diagramming.ModifierKeyActions
Sets what action is triggered by the CTRL key.
setControlPointBrush(Brush) - Method in class com.mindfusion.diagramming.HandlesVisualStyle
Sets a Brush used to fill the interior of shape control points.
setControlPointPosition(int, float, float) - Method in class com.mindfusion.diagramming.LinkLabel
Positions this label relatively to the specified control point.
setCornerPosition(int, float, float) - Method in class com.mindfusion.diagramming.NodeLabel
Positions this label relatively to the specified corner point.
setCornerRadius(float) - Method in class com.mindfusion.diagramming.ContainerNode
Sets the radius of node's corner arcs when its Shape is set to RoundedRectangle.
setCornerRadius(int) - Method in class com.mindfusion.diagramming.ZoomControl
Sets the corner radius of rounded child elements.
setCounterDiagonalResizeCursor(Cursor) - Method in class com.mindfusion.diagramming.DiagramView
Sets the cursor shown when dragging from the current mouse pointer location would start resizing an item along its secondary diagonal.
setCrossingCost(short) - Method in class com.mindfusion.diagramming.RoutingOptions
Sets the value added to the total route cost if a link crosses another link.
setCrossingEdgesCost(double) - Method in class com.mindfusion.diagramming.jlayout.AnnealLayoutInfo
Sets a value specifying how important the low number of link crossings is relatively to the other criteria considered by the algorithm.
setCrossingLinksCost(double) - Method in class com.mindfusion.diagramming.AnnealLayout
Sets a value specifying how important the low number of link crossings is relatively to the other criteria considered by the algorithm.
setCrossingRadius(float) - Method in class com.mindfusion.diagramming.Diagram
Sets the radius of the shapes drawn at link crossing points.
setCurrentPage(DiagramPage) - Method in class com.mindfusion.diagramming.DocumentView
Sets the currently active page.
setCurrentPage(DiagramPage) - Method in class com.mindfusion.diagramming.TabbedScrollPane
Sets the currently active page.
setCurrentRow(int) - Method in class com.mindfusion.diagramming.TableNode
Scrolls the table to the specified row.
setCustomBehavior(BehaviorBase) - Method in class com.mindfusion.diagramming.DiagramView
Sets a custom behavior object specifying how the control responds to mouse input.
setCustomDraw(CustomDraw) - Method in class com.mindfusion.diagramming.DiagramLink
Sets the type of custom drawing performed on this link.
setCustomDraw(CustomDraw) - Method in class com.mindfusion.diagramming.ShapeNode
Sets a value indicating what type of custom drawing to perform on a node.
setCustomDraw(CustomDraw) - Method in class com.mindfusion.diagramming.TableNode
Sets the type of custom drawing performed on this table.
setCustomLinkType(Class<? extends DiagramLink>) - Method in class com.mindfusion.diagramming.DiagramView
Sets a custom type of DiagramLink-derived objects that will be created when the users starts drawing with the mouse.
setCustomNodeType(Class<? extends DiagramNode>) - Method in class com.mindfusion.diagramming.DiagramView
Sets the type of a DiagramNode-derived class whose instance should be created when a user starts drawing.
setCycleMethod(MultipleGradientPaint.CycleMethod) - Method in class com.mindfusion.drawing.GradientBrush
 
setCycleMethod(MultipleGradientPaint.CycleMethod) - Method in class com.mindfusion.drawing.RadialGradientBrush
 
setDashBackground(Brush) - Method in class com.mindfusion.diagramming.HandlesVisualStyle
Sets a Brush used to draw dash frame background.
setDashPen(Pen) - Method in class com.mindfusion.diagramming.HandlesVisualStyle
Sets a Pen used to draw dashed selection frames.
setDashStyle(DashStyle) - Method in class com.mindfusion.diagramming.ElementTemplate
 
setDashStyle(DashStyle) - Method in class com.mindfusion.drawing.Pen
Sets the dash style of this pen.
setData(int, double[]) - Method in class com.mindfusion.diagramming.ShapeData
 
setDefaultControlType(Class<? extends Component>) - Method in class com.mindfusion.diagramming.Diagram
Sets the type of components that will be hosted by default in newly created ControlNode objects.
setDefaultMode() - Method in class com.mindfusion.diagramming.RoutingOptions
Sets the routing cost parameters to their default values.
setDefaultNodeSize(Dimension2D) - Method in class com.mindfusion.diagramming.NodeListView
Sets the default size with which nodes dragged onto a diagram will be created.
setDefaultShape(Shape) - Method in class com.mindfusion.diagramming.Diagram
Sets the default shape that should be assigned to new nodes.
setDefaultShapeSize(Point2D.Float) - Method in class com.mindfusion.diagramming.ShapeListBox
Sets the size of the shape that is created when dragging items from the list box to the flowchart.
setDelKeyAction(DelKeyAction) - Method in class com.mindfusion.diagramming.DiagramView
Sets a value that specifies what action should be carried out when the user hits the Del key.
setDestination(DiagramNode) - Method in class com.mindfusion.diagramming.DiagramLink
Sets the destination node of a link.
setDestinationAnchor(int) - Method in class com.mindfusion.diagramming.DiagramLink
sets the anchor point to which a link is connected at its destination.
setDestinationConnection(ConnectionPoint) - Method in class com.mindfusion.diagramming.DiagramLink
Sets the ConnectionPoint object representing the link connection to its destination node.
setDestinationIndex(int) - Method in class com.mindfusion.diagramming.DiagramLink
Sets the row of a table or the anchor point of a box to which a link is connected.
setDiagonalResizeCursor(Cursor) - Method in class com.mindfusion.diagramming.DiagramView
Sets the cursor shown when dragging from the current mouse pointer location would start resizing an item along its main diagonal.
setDiagram(Diagram) - Method in class com.mindfusion.diagramming.CompositeRouter
Sets the Diagram whose links will be routed.
setDiagram(Diagram) - Method in class com.mindfusion.diagramming.DiagramView
Sets the diagram displayed by this view.
setDiagram(Diagram) - Method in class com.mindfusion.diagramming.GridRouter
Sets the Diagram whose links will be routed.
setDiagram(Diagram) - Method in class com.mindfusion.diagramming.LayerListView
Sets the diagram this control is associated with.
setDiagram(Diagram) - Method in interface com.mindfusion.diagramming.LinkRouter
Sets the diagram this router is associated with.
setDiagram(Diagram) - Method in class com.mindfusion.diagramming.PatternRouter
Sets the Diagram whose links will be routed.
setDiagram(Diagram) - Method in class com.mindfusion.diagramming.QuickRouter
 
setDiagramDirty() - Method in class com.mindfusion.diagramming.DiagramItem
Marks the diagram as changed.
setDiagramView(DiagramView) - Method in class com.mindfusion.diagramming.Overview
Sets the Diagram instance whose contents should be displayed in the overview.
setDiagramView(DiagramView) - Method in class com.mindfusion.diagramming.Ruler
Sets the DiagramView document this ruler is associated with.
setDimColor(Color) - Method in class com.mindfusion.diagramming.Overview
Sets a color used to blend with the part of the diagram that is not visible in the Diagram's client rectangle.
setDirected(boolean) - Method in class com.mindfusion.diagramming.jlayout.OrthogonalLayoutInfo
Sets a value indicating whether the graph being laid out is directed.
setDirected(boolean) - Method in class com.mindfusion.diagramming.OrthogonalLayout
Sets a value indicating whether the graph being laid out is directed.
setDirection(Direction) - Method in class com.mindfusion.diagramming.jlayout.LayeredLayoutInfo
 
setDirection(Direction) - Method in class com.mindfusion.diagramming.jlayout.SwimlaneLayoutInfo
Gets the direction of the arranged diagram.
setDirection(Direction) - Method in class com.mindfusion.diagramming.jlayout.TopologicalLayoutInfo
 
setDirection(TreeLayoutDirection) - Method in class com.mindfusion.diagramming.jlayout.TreeLayoutInfo
 
setDirection(Direction) - Method in class com.mindfusion.diagramming.LayeredLayout
Sets a value indicating in what direction the links in the arranged diagram should go.
setDirection(Direction) - Method in class com.mindfusion.diagramming.OrthogonalRouter
Sets the direction of the arranged diagram when BaseLayout is set to Layered.
setDirection(Direction) - Method in class com.mindfusion.diagramming.SwimlaneLayout
Sets the direction of the arranged diagram.
setDirection(Direction) - Method in class com.mindfusion.diagramming.TopologicalLayout
Sets the direction of the arranged diagram.
setDirection(TreeLayoutDirection) - Method in class com.mindfusion.diagramming.TreeLayout
Sets a value indicating in what direction child nodes should be placed relatively to their parent nodes.
setDirty(boolean) - Method in class com.mindfusion.diagramming.Diagram
Lets you set or clear the diagram's modification flag.
setDirty() - Method in class com.mindfusion.diagramming.Diagram
Marks the diagram as modified.
setDisableMirroring(boolean) - Method in class com.mindfusion.diagramming.NodeConstraints
Sets a value indicating whether the user can drag a side of the node past its opposite side, so that they switch positions.
setDisallowCursor(Cursor) - Method in class com.mindfusion.diagramming.DiagramView
Sets the cursor shown when an item cannot be created at the current mouse pointer location.
setDisallowLinkCursor(Cursor) - Method in class com.mindfusion.diagramming.DiagramView
Sets the cursor shown when the currently created link can be attached to the item at the current mouse pointer location.
setDisplayName(String) - Method in class com.mindfusion.diagramming.Shape
 
setDisplayText(boolean) - Method in class com.mindfusion.diagramming.LayerListView
Sets a value indicating whether to paint the text of items in the overview.
setDistributionFactor(double) - Method in class com.mindfusion.diagramming.AnnealLayout
Sets a value indicating the importance of node distribution relatively to the other criteria considered by the algorithm.
setDistributionFactor(double) - Method in class com.mindfusion.diagramming.jlayout.AnnealLayoutInfo
Sets a value indicating the importance of node distribution relatively to the other criteria considered by the algorithm.
setDocument(DiagramDocument) - Method in class com.mindfusion.diagramming.DocumentView
Sets the displayed diagram document.
setDocument(DiagramDocument) - Method in class com.mindfusion.diagramming.TabbedScrollPane
Sets the displayed diagram document.
setDocumentName(String) - Method in class com.mindfusion.diagramming.PrintOptions
Sets the document name.
setDocumentName(String) - Method in class com.mindfusion.diagramming.RenderOptions
Sets the document name.
setDocumentView(DocumentView) - Method in class com.mindfusion.diagramming.TabbedScrollPane
Sets the underlying document view.
setDontOptimizeLongRoutes(boolean) - Method in class com.mindfusion.diagramming.RoutingOptions
Sets a value indicating whether the algorithm should spend time to optimize long routes.
setDragIndicatorOpacity(float) - Method in class com.mindfusion.diagramming.DiagramView
Sets the opacity of ghost image displayed during drag-and-drop from NodeListView.
setDragThreshold(int) - Method in class com.mindfusion.diagramming.DiagramView
Sets the minimum distance the mouse should be dragged, measured in pixels, that would cause a drag event instead of click.
setDrawLinkCursor(Cursor) - Method in class com.mindfusion.diagramming.DiagramView
Sets the cursor shown when a link can be drawn from the current mouse pointer location.
setDynamic(boolean) - Method in class com.mindfusion.diagramming.DiagramLink
Sets whether a link should automatically update the position of its end points while a node related to the link is moved, so that the link end segments always point to the center of the link's nodes.
setDynamicLinks(boolean) - Method in class com.mindfusion.diagramming.Diagram
Sets a value indicating whether links should automatically update their end points positions so that they will always point towards the node centers.
setEdgeLengthFactor(double) - Method in class com.mindfusion.diagramming.jlayout.AnnealLayoutInfo
Sets a value specifying how important the short length of links is relatively to the other criteria considered by the algorithm.
setEdgePosition(int, float, float) - Method in class com.mindfusion.diagramming.NodeLabel
Positions this label relatively to the specified node edge.
setEditedText(String) - Method in class com.mindfusion.diagramming.Cell
Implements InplaceEditable.setEditedText.
setEditedText(String) - Method in class com.mindfusion.diagramming.ContainerNode
Implements InplaceEditable.setEditedText.
setEditedText(String) - Method in class com.mindfusion.diagramming.DiagramLink
Implements InplaceEditable.setEditedText.
setEditedText(String) - Method in class com.mindfusion.diagramming.FreeFormNode
Implements InplaceEditable.setEditedText.
setEditedText(String) - Method in interface com.mindfusion.diagramming.InplaceEditable
Assigns the edited text to the object after in-place edit operation completes successfully.
setEditedText(String) - Method in class com.mindfusion.diagramming.ItemLabel
Implements InplaceEditable.setEditedText.
setEditedText(String) - Method in class com.mindfusion.diagramming.ShapeNode
Implements InplaceEditable.setEditedText.
setEditedText(String) - Method in class com.mindfusion.diagramming.TableNode
Implements InplaceEditable.setEditedText.
setEditedText(String) - Method in class com.mindfusion.diagramming.TreeViewItem
Implements InplaceEditable.setEditedText.
setEditedText(String) - Method in class com.mindfusion.diagramming.TreeViewNode
Implements InplaceEditable.setEditedText.
setEditTextCursor(Cursor) - Method in class com.mindfusion.diagramming.DiagramView
Gets the mouse cursor shown to the user when the mouse is positioned over an edit component.
setEllipse(boolean) - Method in class com.mindfusion.diagramming.DrawParams
 
setEnableAnchors(boolean) - Method in class com.mindfusion.diagramming.RenderOptions
Sets a value indicating whether anchor point marks should be printed.
setEnableAssistants(boolean) - Method in class com.mindfusion.diagramming.jlayout.TreeLayoutInfo
Sets a value indicating whether the "assistant" trait is regarded when performing the layout.
setEnableAssistants(boolean) - Method in class com.mindfusion.diagramming.TreeLayout
Sets a value indicating whether the "assistant" trait is regarded when performing the layout.
setEnableBackground(boolean) - Method in class com.mindfusion.diagramming.RenderOptions
Sets a value indicating whether the diagram background should be filled using the Diagram.getBackBrush() background brush.
setEnableBackgroundImage(boolean) - Method in class com.mindfusion.diagramming.RenderOptions
Sets a value indicating whether the diagram's background image should be printed.
setEnableClusters(boolean) - Method in class com.mindfusion.diagramming.jlayout.SpringLayoutInfo
 
setEnableClusters(boolean) - Method in class com.mindfusion.diagramming.SpringLayout
Sets a value indicating whether the layout algorithm should place nodes into distinct clusters.
setEnableCustomLayers(boolean) - Method in class com.mindfusion.diagramming.jlayout.LayeredLayoutInfo
Sets a value indicating whether the layered layout will honor the LayeredLayoutTraits.Layer flags.
setEnableCustomLayers(boolean) - Method in class com.mindfusion.diagramming.LayeredLayout
Sets a value indicating whether to indicating whether the layered layout will honor the LayeredLayoutTraits.Layer flags.
setEnabled(boolean) - Method in class com.mindfusion.diagramming.ScrollBar
 
setEnabledHandles(EnumSet<NodeHandleType>) - Method in class com.mindfusion.diagramming.DiagramNode
Sets a combination of NodeHandleType members identifying which manipulation handles are enabled for a node.
setEnableEffects(boolean) - Method in class com.mindfusion.diagramming.RenderOptions
Sets a value indicating whether to render special node effects.
setEnableFitToPage(boolean) - Method in class com.mindfusion.diagramming.PrintOptions
 
setEnableFitToPage(boolean) - Method in class com.mindfusion.diagramming.RenderOptions
 
setEnableGrid(boolean) - Method in class com.mindfusion.diagramming.RenderOptions
Gets a value indicating whether the alignment grid is rendered.
setEnableImages(boolean) - Method in class com.mindfusion.diagramming.RenderOptions
Sets a value indicating whether images that are displayed inside nodes should be printed.
setEnableInterior(boolean) - Method in class com.mindfusion.diagramming.RenderOptions
Sets a value indicating whether the nodes should be filled when printed.
setEnableLanes(boolean) - Method in class com.mindfusion.diagramming.Diagram
Sets whether lanes are enabled.
setEnableShadows(boolean) - Method in class com.mindfusion.diagramming.RenderOptions
Sets a value indicating whether item shadows should be printed.
setEnableSpatialIndex(boolean) - Method in class com.mindfusion.diagramming.Diagram
Sets whether to index item positions for faster hit-testing and viewport clipping queries.
setEnableStyledText(boolean) - Method in class com.mindfusion.diagramming.Diagram
Sets a value indicating whether newly created nodes should display richly formatted text.
setEnableStyledText(boolean) - Method in class com.mindfusion.diagramming.ShapeNode
Sets a value indicating whether the text of a node contains formatting tags which should be processed by JDiagram.
setEnableStyledText(boolean) - Method in class com.mindfusion.diagramming.TableNode
Sets a value indicating whether the text displayed inside a table contains formatting tags which should be processed by JDiagram.
setEnableStyledText(boolean) - Method in class com.mindfusion.diagramming.TreeViewNode
Sets a value indicating whether styled text rendering is enabled.
setEnableText(boolean) - Method in class com.mindfusion.diagramming.RenderOptions
 
setEnableWrap(boolean) - Method in class com.mindfusion.diagramming.ItemLabel
Sets whether the text should wrap to multiple lines.
setEnd(Point2D) - Method in class com.mindfusion.drawing.GradientBrush
 
setEndNode(DiagramNode) - Method in class com.mindfusion.diagramming.GridLayout
Sets the node that should be placed at the bottom right corner of the grid.
setEndNode(Node) - Method in class com.mindfusion.diagramming.jlayout.GridLayoutInfo
 
setEndNode(Node) - Method in class com.mindfusion.diagramming.jlayout.LayeredLayoutInfo
 
setEndNode(DiagramNode) - Method in class com.mindfusion.diagramming.LayeredLayout
Sets the node that should be placed in the last layer of the arranged graph.
setEndOrientation(Orientation) - Method in class com.mindfusion.diagramming.jlayout.OrthogonalRouterInfo
com.mindfusion.diagramming.Orientation.
setEndOrientation(Orientation) - Method in class com.mindfusion.diagramming.OrthogonalRouter
Sets the desired orientation of the last segments of routed links.
setEndOrientation(Orientation) - Method in class com.mindfusion.diagramming.RoutingOptions
Sets a value indicating whether routes should end in horizontal or vertical direction.
setEndPoint(Point2D.Float) - Method in class com.mindfusion.diagramming.DiagramLink
Sets the position of the last control point of this link.
setEndValue(float) - Method in class com.mindfusion.diagramming.components.RangeSliderRailComponent
Sets the currently selected end value.
setEndValue(float) - Method in class com.mindfusion.diagramming.components.SliderComponent
Sets the end value of the slider.
setEnforceLinkFlow(boolean) - Method in class com.mindfusion.diagramming.jlayout.LayeredLayoutInfo
Sets a value indicating whether the layout will force all links to go in the same direction.
setEnforceLinkFlow(boolean) - Method in class com.mindfusion.diagramming.LayeredLayout
Sets a value indicating whether to attempt to force all links to go in the same direction.
setExpandable(boolean) - Method in class com.mindfusion.diagramming.DiagramNode
Sets a value indicating whether users are allowed to expand or collapse the tree branch that starts from this node.
setExpandable(boolean) - Method in class com.mindfusion.diagramming.Group
Sets a value indicating whether expansion of a tree branch that contains the master item of a group should propagate through its attached items.
setExpandBtnHyperLink(String) - Method in class com.mindfusion.diagramming.HtmlBuilder
Sets a hyperlink that should be assigned to the AREA elements created for expand/collapse buttons.
setExpandButtonAction(ExpandButtonAction) - Method in class com.mindfusion.diagramming.Diagram
Sets what should happen when a user clicks the +/- button that is displayed near expandable nodes.
setExpandButtonPosition(ExpandButtonPosition) - Method in class com.mindfusion.diagramming.Diagram
Sets where expand/collapse buttons are located relatively to their nodes.
setExpanded(boolean) - Method in class com.mindfusion.diagramming.DiagramNode
Expands or collapses the tree branch that starts from a node.
setExpanded(boolean) - Method in class com.mindfusion.diagramming.Row
Expands or collapses the section of rows below this header row.
setExpanded(boolean) - Method in class com.mindfusion.diagramming.TreeViewItem
Sets whether this item is expanded to show its children.
setExpandedFlag(boolean) - Method in class com.mindfusion.diagramming.DiagramNode
Changes the "expanded" flag without actually expanding or collapsing the tree branch that starts from a node.
setExpandOnIncoming(boolean) - Method in class com.mindfusion.diagramming.Diagram
Sets which direction of links is considered the tree direction when expanding or collapsing diagram branches.
setFill(Brush) - Method in class com.mindfusion.diagramming.ZoomControl
Sets the brush used to fill the ZoomControl elements.
setFillMode(int) - Method in class com.mindfusion.diagramming.ShapeDecoration
Sets a value indicating how the area is filled.
setFirstObject(Object) - Method in class com.mindfusion.diagramming.jlayout.Pair
Sets the first pair object.
setFitAll(boolean) - Method in class com.mindfusion.diagramming.Overview
Sets a value indicating whether to fit the whole diagram inside the overview.
setFlipX(boolean) - Method in class com.mindfusion.diagramming.ShapeNode
Sets a value indicating whether the node's shape is flipped horizontally.
setFlipY(boolean) - Method in class com.mindfusion.diagramming.ShapeNode
Sets a value indicating whether the node's shape is flipped vertically.
setFocusable(boolean) - Method in class com.mindfusion.diagramming.components.ComponentBase
Sets a value indicating whether the component can receive the input focus.
setFocusedComponent(ComponentBase) - Method in interface com.mindfusion.diagramming.components.ComponentHost
 
setFocusedComponent(ComponentBase) - Method in class com.mindfusion.diagramming.CompositeNode
Implements ComponentHost.setFocusedComponent
setFocusedComponent(ComponentBase) - Method in class com.mindfusion.diagramming.Diagram
Sets the component within this diagram which is currently holding the input focus.
setFocusedManipulator(Manipulator) - Method in class com.mindfusion.diagramming.Diagram
Sets the manipulator currently holding the input focus.
setFoldable(boolean) - Method in class com.mindfusion.diagramming.ContainerNode
Sets a value indicating whether the user is allowed to fold this container.
setFolded(boolean) - Method in class com.mindfusion.diagramming.ContainerNode
Sets a value indicating whether this container is folded.
setFoldedContainerSize(Dimension2D) - Method in class com.mindfusion.diagramming.Diagram
Sets the size of folded containers.
setFoldedSize(Dimension2D) - Method in class com.mindfusion.diagramming.ContainerNode
Sets the size of the container when folded.
setFoldIconSize(Float) - Method in class com.mindfusion.diagramming.ContainerNode
Sets the size of the fold / unfold icon.
setFollowMasterContainment(boolean) - Method in class com.mindfusion.diagramming.Group
 
setFollowMasterRotation(GroupRotation) - Method in class com.mindfusion.diagramming.Group
Sets a value indicating whether the attached items in a group should follow the rotation of the group's master item.
setFont(Font) - Method in class com.mindfusion.diagramming.Cell
Sets the font used to draw the text of this cell.
setFont(Font) - Method in class com.mindfusion.diagramming.components.EditComponent
Sets the font of the text.
setFont(Font) - Method in class com.mindfusion.diagramming.components.SpinnerComponent
Sets the font of the spinner's text.
setFont(Font) - Method in class com.mindfusion.diagramming.components.TextComponent
Sets the font of the displayed text.
setFont(Font) - Method in class com.mindfusion.diagramming.Diagram
Sets the default font for new diagram items.
setFont(Font) - Method in class com.mindfusion.diagramming.DiagramItem
Sets the font used to draw the text of an item.
setFont(Font) - Method in class com.mindfusion.diagramming.ItemLabel
Sets the font of the label's text.
setFont(Font) - Method in class com.mindfusion.diagramming.ShapeNode
Sets the font used to draw the text label of a node.
setFont(Font) - Method in class com.mindfusion.diagramming.TableNode
Sets the font used to draw the text displayed in this table.
setFont(Font) - Method in class com.mindfusion.diagramming.TreeViewNode
Sets or the font used to render the node's caption.
setFont(Font) - Method in class com.mindfusion.drawing.DrawTextHint
 
setFontFamily(String) - Method in class com.mindfusion.diagramming.DiagramItemStyle
Sets the font family of the item text.
setFontFamily(String) - Method in class com.mindfusion.diagramming.DiagramStyle
Sets the font family of the item texts.
setFontSize(float) - Method in class com.mindfusion.diagramming.DiagramItemStyle
Sets the font size of the item text.
setFontSize(float) - Method in class com.mindfusion.diagramming.DiagramStyle
Sets the font size of the item texts.
setFontStyle(int) - Method in class com.mindfusion.diagramming.DiagramItemStyle
Sets the font style of the item text.
setFontStyle(int) - Method in class com.mindfusion.diagramming.DiagramStyle
Gets the font style of the item texts.
setFontUnit(GraphicsUnit) - Method in class com.mindfusion.diagramming.DiagramItemStyle
Sets the measure unit used to specify font size.
setFontUnit(GraphicsUnit) - Method in class com.mindfusion.diagramming.DiagramStyle
Sets the measure unit used to specify font size.
setForegroundColor(Color) - Method in class com.mindfusion.drawing.HatchBrush
Sets the color of hatch lines drawn by this brush.
setFoundComponent(ComponentBase) - Method in class com.mindfusion.diagramming.components.ComponentFinder
 
setFractions(float[]) - Method in class com.mindfusion.drawing.GradientBrush
 
setFractions(float[]) - Method in class com.mindfusion.drawing.RadialGradientBrush
 
setFreeFormAttractDistance(float) - Method in class com.mindfusion.diagramming.Diagram
Sets the radius around dragged free-form adjustment handle in which other points of FreeFormNode are modified too.
setFreeFormTargets(Shape[]) - Method in class com.mindfusion.diagramming.Diagram
Sets an array of Shape objects used to replace FreeFormNode instances with ShapeNode ones when Behavior is set to LinkFreeShapes or DrawFreeShapes.
setGlowColor(Color) - Method in class com.mindfusion.diagramming.GlassEffect
Sets the color of the glow portion of the effect.
setGranularity(Granularity) - Method in class com.mindfusion.diagramming.QuickRouter
Sets the granularity of the obstacles map generated by QuickRouter.
setGraphDirection(Direction) - Method in class com.mindfusion.diagramming.jlayout.OrthogonalRouterInfo
Direction.
setGraphics(Graphics2D) - Method in class com.mindfusion.diagramming.DrawParams
 
setGraphOrientation(Orientation) - Method in class com.mindfusion.diagramming.jlayout.OrthogonalRouterInfo
Orientation.
setGridColor(Color) - Method in class com.mindfusion.diagramming.Diagram
Sets the color of the alignment grid.
setGridColumn(int) - Method in class com.mindfusion.diagramming.components.ComponentBase
Sets the index of the grid row this component will be associated with when added to a GridPanel.
setGridOffsetX(float) - Method in class com.mindfusion.diagramming.Diagram
Sets the horizontal offset of the first point of the alignment grid.
setGridOffsetY(float) - Method in class com.mindfusion.diagramming.Diagram
Sets the vertical offset of the first point of the alignment grid.
setGridRow(int) - Method in class com.mindfusion.diagramming.components.ComponentBase
Sets the index of the grid row this component will be associated with when added to a GridPanel.
setGridSize(float) - Method in class com.mindfusion.diagramming.GridLayout
Sets the desired distance between adjacent grid points.
setGridSize(float) - Method in class com.mindfusion.diagramming.jlayout.GridLayoutInfo
 
setGridSize(float) - Method in class com.mindfusion.diagramming.jlayout.OrthogonalRouterInfo
Sets the desired distance between adjacent grid points.
setGridSize(float) - Method in interface com.mindfusion.diagramming.jlayout.RoutingOptions
 
setGridSize(float) - Method in class com.mindfusion.diagramming.jlayout.TriangularLayoutInfo
Sets the size of the virtual grid the layout will place vertices on.
setGridSize(float) - Method in class com.mindfusion.diagramming.OrthogonalRouter
Sets the distance between adjacent grid points when BaseLayout is set to Grid.
setGridSize(float) - Method in class com.mindfusion.diagramming.RoutingOptions
Sets the size of the routing grid.
setGridSize(float) - Method in class com.mindfusion.diagramming.TriangularLayout
Sets the size of the virtual grid the layout will place vertices on.
setGridSizeX(float) - Method in class com.mindfusion.diagramming.Diagram
Sets the horizontal distance between grid points.
setGridSizeY(float) - Method in class com.mindfusion.diagramming.Diagram
Sets the vertical distance between grid points.
setGridStyle(GridStyle) - Method in class com.mindfusion.diagramming.Diagram
Sets the appearance style of the alignment grid.
setGrowToFit(boolean) - Method in class com.mindfusion.diagramming.AbstractLayout
Sets a value indicating whether the layout should increase the diagram bounds to fit the arranged content.
setGuideColor(Color) - Method in class com.mindfusion.diagramming.Ruler
Sets the color of alignment guides.
setHAlignment(int) - Method in class com.mindfusion.diagramming.VerticalFlowLayout
Sets the horizontal alignment of layout components.
setHandleBrush(Brush) - Method in class com.mindfusion.diagramming.HandlesVisualStyle
Sets a Brush used to fill the interior of selection handles.
setHandled(boolean) - Method in class com.mindfusion.diagramming.ControlNodeEvent
Sets a value indicating whether the event is handled.
setHandled(boolean) - Method in class com.mindfusion.diagramming.JsonSerializeTagEventArgs
Sets a value indicating whether the event is handled.
setHandled(boolean) - Method in class com.mindfusion.diagramming.LinkShapeEvent
Sets if the event handler has set a custom loop shape.
setHandled(boolean) - Method in class com.mindfusion.diagramming.SerializeTagEvent
 
setHandlePen(Pen) - Method in class com.mindfusion.diagramming.HandlesVisualStyle
Sets a Pen used to draw the border of selection handles.
setHandlesStyle(HandlesStyle) - Method in class com.mindfusion.diagramming.DiagramLink
Sets the appearance of the link's selection handles.
setHandlesStyle(HandlesStyle) - Method in class com.mindfusion.diagramming.DiagramNode
Sets a value indicating how the node adjustment handles behave and what do they look like.
setHandlesStyle(SelectionStyle) - Method in class com.mindfusion.diagramming.Selection
Sets a value indicating how multiple selection should be drawn on the screen.
setHandleType(NodeHandleType) - Method in class com.mindfusion.diagramming.NodeAdjustmentHandle
Sets the type of this adjustment handle.
setHatchBrush(Brush) - Method in class com.mindfusion.diagramming.HandlesVisualStyle
Sets a Brush used to draw hatch frames.
setHatchStyle(HatchStyle) - Method in class com.mindfusion.drawing.HatchBrush
Sets the hatch style of this brush.
setHeadBrush(Brush) - Method in class com.mindfusion.diagramming.DiagramLink
Sets a brush used to fill the arrowhead drawn at the link's destination.
setHeader(boolean) - Method in class com.mindfusion.diagramming.Row
Sets a value indicating whether this row should be the header of a section of rows.
setHeaderFont(Font) - Method in class com.mindfusion.diagramming.PrintOptions
Sets the font used to draw the page header string.
setHeaderFormat(String) - Method in class com.mindfusion.diagramming.PrintOptions
Sets the page header format string.
setHeaderFormat(String) - Method in class com.mindfusion.diagramming.RenderOptions
Sets the page header format string.
setHeadPen(Pen) - Method in class com.mindfusion.diagramming.DiagramLink
Sets the pen used to draw the arrowhead shapes outlines.
setHeadShape(String) - Method in class com.mindfusion.diagramming.DiagramLink
Sets the shape of the arrowhead.
setHeadShape(Shape) - Method in class com.mindfusion.diagramming.DiagramLink
Sets the shape of the arrowhead.
setHeadShapeSize(float) - Method in class com.mindfusion.diagramming.DiagramLink
Sets the size of the arrowhead shape.
setHeadStroke(Brush) - Method in class com.mindfusion.diagramming.DiagramLinkStyle
Sets the brush used to paint the arrowhead outlines of this brush.
setHeadStrokeThickness(double) - Method in class com.mindfusion.diagramming.DiagramLinkStyle
Sets the outline thickness of the arrowheads of this brush, expressed in the current units of measure.
setHeight(float) - Method in class com.mindfusion.diagramming.components.ComponentBase
Sets the explicit height of this component.
setHeight(float) - Method in class com.mindfusion.diagramming.Row
Sets the height of this row and all cells inside it.
setHeight(float) - Method in class com.mindfusion.diagramming.TreeViewItem
Sets the height of this item.
setHeight(T, double) - Static method in class com.mindfusion.diagramming.Utilities
 
setHgap(int) - Method in class com.mindfusion.diagramming.VerticalFlowLayout
Sets the horizontal gap between components and between the components and the borders of the Container.
setHideSelection(boolean) - Method in class com.mindfusion.diagramming.components.EditComponent
Sets a value indicating whether to hide the selection when the edit component does not have input focus.
setHighlightPen(Pen) - Method in class com.mindfusion.diagramming.ContainerNode
Sets the Pen used to draw the container frame lines when an item is dragged over the container.
setHitResult(AdjustmentHandle) - Method in class com.mindfusion.diagramming.HitTestEvent
Sets the adjustment handle that has been hit.
setHitTestPriority(HitTestPriority) - Method in class com.mindfusion.diagramming.Diagram
Sets a value indicating the order in which items are hit-tested.
setHorizontalAlign(Align) - Method in class com.mindfusion.diagramming.ItemLabel
Sets label's horizontal alignment relative to the pin point.
setHorizontalAlign(Align) - Method in class com.mindfusion.drawing.TextFormat
Sets the horizontal text alignment.
setHorizontalAlignment(int) - Method in class com.mindfusion.diagramming.components.ComponentBase
Sets the horizontal alignment of this component relative to its parent.
setHorizontalDropAlignment(HorizontalAlignment) - Method in class com.mindfusion.diagramming.DiagramView
Sets the horizontal placement of nodes created by drag-and-drop operations, relatively to mouse cursor.
setHorizontalOffset(float) - Method in class com.mindfusion.diagramming.ItemLabel
Sets label's horizontal offset from its pin point.
setHorizontalPadding(float) - Method in class com.mindfusion.diagramming.DecisionLayout
Sets the horizontal distance between adjacent nodes.
setHorizontalPadding(float) - Method in class com.mindfusion.diagramming.jlayout.DecisionLayoutInfo
Sets the horizontal distance between adjacent nodes.
setHorizontalResizeCursor(Cursor) - Method in class com.mindfusion.diagramming.DiagramView
Sets the cursor shown when dragging from the current mouse pointer location would start resizing an item horizontally.
setHorizontalScaleAlignment(int) - Method in class com.mindfusion.diagramming.Ruler
Sets the alignment of the horizontal scale of the ruler.
setHorizontalScaleVisible(boolean) - Method in class com.mindfusion.diagramming.Ruler
Sets a value specifying whether the horizontal scale is visible.
setHyperLink(String) - Method in class com.mindfusion.diagramming.Cell
Sets the hyperlink associated with the cell.
setHyperLink(String) - Method in class com.mindfusion.diagramming.DiagramItem
Sets the hyperlink associated with an item.
setHyperLinkStyle(HyperLinkStyle) - Method in class com.mindfusion.diagramming.RenderOptions
 
setHyperLinkTarget(String) - Method in class com.mindfusion.diagramming.RenderOptions
 
setIcon(Image) - Method in class com.mindfusion.diagramming.DiagramPage
Sets an image associated with the page.
setIconMargin(Dimension) - Method in class com.mindfusion.diagramming.NodeListView
Sets the horizontal and vertical margins around the nodes.
setIconMargin(Dimension) - Method in class com.mindfusion.diagramming.ShapeListBox
Sets the horizontal and vertical margins of the shape icons in the ListBox
setIconSize(Dimension) - Method in class com.mindfusion.diagramming.NodeListView
Sets the size of the nodes displayed in the list.
setIconSize(Dimension) - Method in class com.mindfusion.diagramming.ShapeListBox
Sets the size of the shape icons displayed in the ListBox.
setId(Object) - Method in class com.mindfusion.diagramming.DiagramItem
Assigns user-defined identifier to this item.
setId(String) - Method in class com.mindfusion.diagramming.Shape
 
setIgnoreLayout(boolean) - Method in class com.mindfusion.diagramming.DiagramItem
Sets a value indicating whether an item should be ignored by the automatic layout algorithms.
setIgnoreLinkDirection(boolean) - Method in class com.mindfusion.diagramming.TreeLayout
Sets a value indicating whether the direction of links should be ignored.
setIgnoreNodeSize(boolean) - Method in class com.mindfusion.diagramming.jlayout.LayeredLayoutInfo
 
setIgnoreNodeSize(boolean) - Method in class com.mindfusion.diagramming.LayeredLayout
Sets a value indicating whether the distance between adjacent nodes in the final layout should be independent of the nodes' size.
setIgnoreRepeatingLinks(boolean) - Method in class com.mindfusion.diagramming.FlowchartLayout
Sets a value indicating whether to ignore repeating links.
setImage(Image) - Method in class com.mindfusion.diagramming.Cell
Sets the image that should be displayed inside the cell.
setImage(Image) - Method in class com.mindfusion.diagramming.components.ImageComponent
Sets the displayed image.
setImage(Image) - Method in class com.mindfusion.diagramming.Shape
Sets an image that should be displayed by default in all instances of this shape.
setImage(Image) - Method in class com.mindfusion.diagramming.ShapeNode
Sets the image that should be displayed inside the node.
setImage(Image) - Method in class com.mindfusion.diagramming.TableNode
Sets the image that should be displayed inside this table.
setImage(Image) - Method in class com.mindfusion.diagramming.TreeViewItem
Sets the image that is displayed in this treeview item.
setImageAlign(ImageAlign) - Method in class com.mindfusion.diagramming.Cell
Sets a value indicating how the image displayed inside the cell should be aligned relatively to the cell bounds.
setImageAlign(ImageAlign) - Method in class com.mindfusion.diagramming.components.ImageComponent
Sets the alignment of the displayed image relative to the bounds of the component.
setImageAlign(ImageAlign) - Method in class com.mindfusion.diagramming.ShapeNode
Sets the alignment of the node's image.
setImageAlign(ImageAlign) - Method in class com.mindfusion.diagramming.TableNode
Sets the alignment of the table image relative to the boundaries of the table.
setImageDpiX(int) - Method in class com.mindfusion.diagramming.Diagram
 
setImageDpiY(int) - Method in class com.mindfusion.diagramming.Diagram
 
setImageList(ArrayList<Image>) - Method in class com.mindfusion.diagramming.components.ButtonComponent
Sets a list with images.
setImageLocation(String) - Method in class com.mindfusion.diagramming.Shape
Accepted are absolute URLs, and relative paths with both back and forward slashes .NET ShapeEditor may produce absolute filesystem image paths when the images are on different drive than the shape library xml, and they will not work on java.
setImagePadding(Thickness) - Method in class com.mindfusion.diagramming.Cell
Sets the padding distance between cell's borders and Image.
setImagePadding(Thickness) - Method in class com.mindfusion.diagramming.ShapeNode
Sets the padding distance between node's borders and Image.
setImagePadding(Thickness) - Method in class com.mindfusion.diagramming.TableNode
Sets the padding distance between node's borders and Image.
setImageRectangle(Rectangle2D.Float) - Method in class com.mindfusion.diagramming.Shape
Sets the location of the shape image relatively to the bounding rectangles of boxes of this shape.
setImages(List<Image>) - Method in class com.mindfusion.diagramming.LayerListView
Gets the image list used to draw icons for visibility and lock status.
setImageUrl(String) - Method in class com.mindfusion.diagramming.Cell
Sets a URL used to load an image into this cell.
setImageUrl(String) - Method in class com.mindfusion.diagramming.ShapeNode
Sets a URL used to load an image into this cell.
setInactiveSelectionColor(Color) - Method in class com.mindfusion.diagramming.components.EditComponent
Sets the color of the selection when the edit component does not have input focus.
setIncludeItemsIfIntersect(boolean) - Method in class com.mindfusion.diagramming.Selection
Sets a value indicating which items are selected when drawing a selection rectangle.
setIncludeUnalteredProperties(boolean) - Method in class com.mindfusion.diagramming.XmlPersistContext
Sets whether properties should be saved to XML when they have the default values.
setIndex(int) - Method in class com.mindfusion.diagramming.ItemLabel
Sets the index of an edge or point this label is relative to.
setIndex(int) - Method in class com.mindfusion.diagramming.NodeListEvent
Sets the index of the node within its containing collection.
setInitialTemperature(double) - Method in class com.mindfusion.diagramming.AnnealLayout
Sets the initial temperature of the simulated annealing process.
setInnerColor(Color) - Method in class com.mindfusion.diagramming.ZoomControl
Sets the color of plus, minus and arrow icons.
setInnerOutlineColor(Color) - Method in class com.mindfusion.diagramming.AeroEffect
Sets the color of the inner outline.
setInplaceEditAcceptOnEnter(boolean) - Method in class com.mindfusion.diagramming.DiagramView
Sets a value indicating whether pressing the ENTER key ends inplace editing and accepts changes.
setInplaceEditCancelOnEsc(boolean) - Method in class com.mindfusion.diagramming.DiagramView
Sets a value indicating whether pressing the ESC key ends inplace editing and cancels changes.
setInplaceEditFont(Font) - Method in class com.mindfusion.diagramming.DiagramView
Sets the font used to display text in the inplace- edit text control.
setIntermediateBrush(Brush) - Method in class com.mindfusion.diagramming.DiagramLink
Sets a brush used to fill the arrowheads drawn at the middle of link segments.
setIntermediateShape(String) - Method in class com.mindfusion.diagramming.DiagramLink
Sets the shape that is displayed at the middle of each segment of a link.
setIntermediateShape(Shape) - Method in class com.mindfusion.diagramming.DiagramLink
Sets the shape that is displayed at the middle of each segment of a link.
setIntermediateShapeSize(float) - Method in class com.mindfusion.diagramming.DiagramLink
Sets the size of the shape displayed at the middle of each segment of a link.
setInvalidRect(Rectangle2D) - Method in class com.mindfusion.diagramming.RepaintEvent
Sets the rectangular area in the diagram document that should be repainted.
setIsChecked(boolean) - Method in class com.mindfusion.diagramming.components.CheckBoxComponent
Sets a value indicating whether the check box is checked.
setIsEnabled(boolean) - Method in class com.mindfusion.diagramming.components.ComponentBase
Sets a value indicating whether the component is enabled.
setIsFocused(boolean) - Method in class com.mindfusion.diagramming.components.ComponentBase
Sets a value indicating whether this component currently holds the input focus.
setIsHitTestVisible(boolean) - Method in class com.mindfusion.diagramming.components.ComponentBase
Sets a value indicating whether this component and all its children are subject to hit-testing operations.
setIsInteractive(boolean) - Method in class com.mindfusion.diagramming.components.ComponentBase
Sets a value indicating whether this component can be interacted with.
setIsOutline(boolean) - Method in class com.mindfusion.diagramming.components.BorderComponent
Sets a value indicating whether this component defines the outline of its host.
setIsOutline(boolean) - Method in class com.mindfusion.diagramming.components.ShapeComponent
Sets a value indicating whether this component defines the outline of its host.
setIsSpinning(boolean) - Method in class com.mindfusion.diagramming.components.SpinnerComponent
Sets a value indicating whether the spinner should revolve when the value passes beyond the Minimum or Maximum value.
setItem(InplaceEditable) - Method in class com.mindfusion.diagramming.InPlaceEditEvent
Sets the InplaceEditable instance.
setItemColor(Color) - Method in class com.mindfusion.diagramming.LayerListView
Sets the color with which items' background is painted.
setItemHeight(int) - Method in class com.mindfusion.diagramming.LayerListView
Sets the height of the items.
setItemProperties(Map<DiagramItem, Map<Object, Object>>) - Method in class com.mindfusion.diagramming.JsonPersistContext
 
setIterationCount(int) - Method in class com.mindfusion.diagramming.jlayout.SpringLayoutInfo
 
setIterations(int) - Method in class com.mindfusion.diagramming.GridLayout
Sets the number of iterations that the layout algorithm should run.
setIterations(int) - Method in class com.mindfusion.diagramming.jlayout.GridLayoutInfo
 
setIterations(int) - Method in class com.mindfusion.diagramming.SpringLayout
Sets the number of iterations that the layout algorithm should run.
setIterationsPerStage(int) - Method in class com.mindfusion.diagramming.AnnealLayout
Sets how many node shift iterations to perform at each stage of the algorithm.
setIterationsPerStage(int) - Method in class com.mindfusion.diagramming.jlayout.AnnealLayoutInfo
Sets how many node shift iterations to perform at each stage of the algorithm.
setKeepGroupLayout(boolean) - Method in class com.mindfusion.diagramming.AbstractLayout
Sets a value indicating whether to treat each Group of nodes as a single vertex in the arranged graph.
setKeepGroupLayout(boolean) - Method in class com.mindfusion.diagramming.AnnealLayout
Sets a value indicating whether to treat each Group of nodes as a single vertex in the arranged graph.
setKeepGroupLayout(boolean) - Method in class com.mindfusion.diagramming.GridLayout
Sets a value specifying whether the relative position of nodes within groups should be kept intact.
setKeepGroupLayout(boolean) - Method in class com.mindfusion.diagramming.SpringLayout
Sets a value specifying whether the relative position of nodes within groups should be kept intact.
setKeepGroupLayout(boolean) - Method in class com.mindfusion.diagramming.TreeLayout
Sets a value indicating whether groups of diagram nodes should be treated as integral nodes in the tree that will be laid out.
setKeepInsideDiagram(boolean) - Method in class com.mindfusion.diagramming.NodeConstraints
Sets a value indicating whether a node must always stay inside the boundaries of the diagram that contains it.
setKeepInsideParent(boolean) - Method in class com.mindfusion.diagramming.NodeConstraints
Sets a value indicating whether a node must always stay in the boundaries of its group master node.
setKeepLaneSizes(boolean) - Method in class com.mindfusion.diagramming.jlayout.SwimlaneLayoutInfo
Gets a value indicating whether the layout will attempt to preserve the original sizes of the lanes in the supplied grid.
setKeepLaneSizes(boolean) - Method in class com.mindfusion.diagramming.SwimlaneLayout
Sets a value indicating whether the layout will attempt to preserve the original sizes of the lanes in the supplied grid.
setKeepRatio(boolean) - Method in class com.mindfusion.diagramming.NodeConstraints
Sets a value indicating whether the initial width/height ratio of a node must be preserved.
setKeepRootPosition(boolean) - Method in class com.mindfusion.diagramming.jlayout.TreeLayoutInfo
 
setKeepRootPosition(boolean) - Method in class com.mindfusion.diagramming.TreeLayout
Sets a value indicating whether the root node should be kept at its original position.
setKeyChar(char) - Method in class com.mindfusion.diagramming.components.ComponentKeyEvent
 
setKeyCode(int) - Method in class com.mindfusion.diagramming.components.ComponentKeyEvent
 
setKeyCode(char) - Method in class com.mindfusion.diagramming.components.ComponentKeyEvent
 
setLabel(String) - Method in class com.mindfusion.diagramming.DraggedNode
Sets the text displayed for the node.
setLabel(String) - Method in class com.mindfusion.diagramming.TreeViewItem
Sets the label of this item.
setLabelBrush(Brush) - Method in class com.mindfusion.diagramming.TreeViewItem
Sets the brush used to draw this item's label text.
setLabelFont(Font) - Method in class com.mindfusion.diagramming.TreeViewItem
Sets the label font of this item.
setLaneColumnResizeCursor(Cursor) - Method in class com.mindfusion.diagramming.DiagramView
Sets the mouse cursor shown to the user when dragging would resize a lane column header.
setLaneDistance(float) - Method in class com.mindfusion.diagramming.jlayout.SwimlaneLayoutInfo
Sets the spacing between adjacent lanes in the final layout.
setLaneDistance(float) - Method in class com.mindfusion.diagramming.SwimlaneLayout
Sets the spacing between adjacent lanes in the final layout.
setLaneRowResizeCursor(Cursor) - Method in class com.mindfusion.diagramming.DiagramView
Sets the mouse cursor shown to the user when dragging would resize a lane row header.
setLargeChange(float) - Method in class com.mindfusion.diagramming.ScrollBar
 
setLargeStep(float) - Method in class com.mindfusion.diagramming.components.SpinnerComponent
Sets the amount to add or subtract from the spinner value when the page up or page down keys are pressed while the spinner has focus.
setLayerDistance(float) - Method in class com.mindfusion.diagramming.jlayout.LayeredLayoutInfo
 
setLayerDistance(float) - Method in class com.mindfusion.diagramming.jlayout.OrthogonalRouterInfo
 
setLayerDistance(float) - Method in class com.mindfusion.diagramming.LayeredLayout
Sets the desired distance between adjacent layers.
setLayerDistance(float) - Method in class com.mindfusion.diagramming.OrthogonalRouter
Sets the desired distance between layer axis lines.
setLayerIndex(int) - Method in class com.mindfusion.diagramming.DiagramItem
Sets the zero-based index of the layer this item is associated with, or -1, if the item is not associated with any layer.
setLayoutArea(Rectangle2D.Float) - Method in class com.mindfusion.diagramming.AnnealLayout
Sets the size of the layout area.
setLayoutArea(Rectangle2D.Float) - Method in class com.mindfusion.diagramming.jlayout.AnnealLayoutInfo
Sets the size of the layout area.
setLayoutArea(Rectangle2D.Float) - Method in class com.mindfusion.diagramming.jlayout.TreeMapLayoutInfo
Sets the rectangle in which the layout will try to arrange the nodes.
setLayoutArea(Rectangle2D.Float) - Method in class com.mindfusion.diagramming.TreeMapLayout
Sets the rectangle in which the layout will try to arrange the nodes, or null, to use the diagram bounds.
setLayoutLink(LayoutLink) - Method in class com.mindfusion.diagramming.AbstractLayout
Sets an object, which is notified when the position of a link is changed by the layout.
setLayoutNode(LayoutNode) - Method in class com.mindfusion.diagramming.AbstractLayout
Sets an object, which is notified when the position of a node is changed by the layout.
setLeft(float) - Method in class com.mindfusion.diagramming.Thickness
 
setLeftMargin(float) - Method in interface com.mindfusion.diagramming.jlayout.SwimlaneGrid
 
setLeftMargin(float) - Method in class com.mindfusion.diagramming.LaneGrid
setLeftMargin(float) - Method in interface com.mindfusion.diagramming.SwimlaneGrid
Sets the left margin of the swimlane grid.
setLengthCost(short) - Method in class com.mindfusion.diagramming.RoutingOptions
Sets the value added to the total route cost for each grid square occupied by the link.
setLengthFactor(float) - Method in class com.mindfusion.diagramming.LinkLabel
Sets label's position along link's length when the RelativeTo property is set to LinkLength.
setLevelDistance(float) - Method in class com.mindfusion.diagramming.HierarchicalLayout
Sets the distance between adjacent levels in the hierarchical layout.
setLevelDistance(float) - Method in class com.mindfusion.diagramming.jlayout.HierarchicalLayoutInfo
Sets the distance between adjacent levels in the hierarchical layout.
setLevelDistance(float) - Method in class com.mindfusion.diagramming.jlayout.TreeLayoutInfo
 
setLevelDistance(float) - Method in class com.mindfusion.diagramming.TreeLayout
Sets the desired distance between tree levels.
setLicenseKey(String) - Static method in class com.mindfusion.diagramming.DiagramView
Sets the component's license key string, disabling evaluation mode.
setLineAlignment(Align) - Method in class com.mindfusion.drawing.TextLayoutOptions
 
setLineDistance(float) - Method in class com.mindfusion.drawing.TextLayoutOptions
 
setLineJoin(int) - Method in class com.mindfusion.drawing.Pen
Sets the line join.
setLinkBaseShape(Shape) - Method in class com.mindfusion.diagramming.Diagram
Sets what shape should be displayed at the origin of new links.
setLinkBaseShapeSize(float) - Method in class com.mindfusion.diagramming.Diagram
Sets the default size of the shape displayed at the origin of new links.
setLinkBendFactor(float) - Method in class com.mindfusion.diagramming.HierarchicalLayout
Sets the bending factor of links.
setLinkBranchIndicator(BranchIndicator) - Method in class com.mindfusion.diagramming.Diagram
 
setLinkBrush(Brush) - Method in class com.mindfusion.diagramming.Diagram
Deprecated.
setLinkCascadeOrientation(Orientation) - Method in class com.mindfusion.diagramming.Diagram
Sets the default orientation of the first segments of cascading links.
setLinkCrossings(LinkCrossings) - Method in class com.mindfusion.diagramming.Diagram
Sets what shapes should be drawn at the points where links cross.
setLinkCustomDraw(CustomDraw) - Method in class com.mindfusion.diagramming.Diagram
Sets the default type of custom painting done on links.
setLinkEndsMovable(boolean) - Method in class com.mindfusion.diagramming.Diagram
Sets a value indicating users are allowed to move the end points of a link after the link is created.
setLinkHandlesStyle(HandlesStyle) - Method in class com.mindfusion.diagramming.Diagram
Sets the style of selection handles that should be assigned to new links.
setLinkHeadShape(Shape) - Method in class com.mindfusion.diagramming.Diagram
Sets what shape should be displayed as arrowhead of new links.
setLinkHeadShapeSize(float) - Method in class com.mindfusion.diagramming.Diagram
Sets the default size of the shape displayed as arrowhead of new links.
setLinkIntermediateShape(Shape) - Method in class com.mindfusion.diagramming.Diagram
Sets what shape should be displayed at the middle of links segments.
setLinkIntermediateShapeSize(float) - Method in class com.mindfusion.diagramming.Diagram
Sets the default size of the shape displayed at the middle of links segments.
setLinkLengthFactor(double) - Method in class com.mindfusion.diagramming.AnnealLayout
Sets a value specifying how important the short length of links is relatively to the other criteria considered by the algorithm.
setLinkLengthPosition(float) - Method in class com.mindfusion.diagramming.LinkLabel
Positions this label relatively to the link length.
setLinkPadding(float) - Method in class com.mindfusion.diagramming.DecisionLayout
Sets the distance between parallel links.
setLinkPadding(float) - Method in class com.mindfusion.diagramming.FlowchartLayout
Sets how much space to leave between adjacent back links designating nested loops.
setLinkPadding(float) - Method in class com.mindfusion.diagramming.jlayout.DecisionLayoutInfo
Sets the distance between parallel links.
setLinkPadding(float) - Method in class com.mindfusion.diagramming.jlayout.FlowchartLayoutInfo
 
setLinkPen(Pen) - Method in class com.mindfusion.diagramming.Diagram
Deprecated.
setLinkRouter(LinkRouter) - Method in class com.mindfusion.diagramming.Diagram
Sets the component used to find paths for auto-routed links when diagram nodes are added or their positions change.
setLinksCompactFactor(float) - Method in class com.mindfusion.diagramming.jlayout.LayeredLayoutInfo
 
setLinksCompactFactor(float) - Method in class com.mindfusion.diagramming.LayeredLayout
Sets a value indicating how much to compact the outermost links.
setLinkSegmentInset(float) - Method in class com.mindfusion.diagramming.Shape
Sets what length of link's line segment is drawn inside the arrowhead shape, expressed as percents of arrowhead size.
setLinkSegments(int) - Method in class com.mindfusion.diagramming.Diagram
Sets the default number of link segments.
setLinkShape(LinkShape) - Method in class com.mindfusion.diagramming.Diagram
Sets the style that should be assigned to new links.
setLinksRetainForm(boolean) - Method in class com.mindfusion.diagramming.Diagram
Sets a value indicating whether new links are set to maintain their shapes while the nodes they connect are moved around.
setLinkStyle(TreeLayoutLinkType) - Method in class com.mindfusion.diagramming.TreeLayout
Sets what style should be assigned to the links processed by the layout algorithm.
setLinkTarget(String) - Method in class com.mindfusion.diagramming.HtmlBuilder
Sets the name of the target frame where hyperlinks should be opened.
setLinkTarget(DiagramNode) - Method in class com.mindfusion.diagramming.InteractionState
Sets the current target node when a link is being modified
setLinkText(String) - Method in class com.mindfusion.diagramming.Diagram
Sets the default text that should be assigned to new links.
setLinkTextStyle(LinkTextStyle) - Method in class com.mindfusion.diagramming.Diagram
Sets the default placement and orientation of the links labels.
setLinkType(LayeredLayoutLinkType) - Method in class com.mindfusion.diagramming.LayeredLayout
Sets the appearance of the links in the final layout.
setLocation(T, Rectangle2D) - Static method in class com.mindfusion.diagramming.Utilities
 
setLocked(boolean) - Method in class com.mindfusion.diagramming.DiagramItem
Sets a value indicating whether users are allowed to modify an item.
setLocked(boolean) - Method in class com.mindfusion.diagramming.Layer
Sets a value indicating whether the layer is locked.
setLockedButtonTooltip(String) - Method in class com.mindfusion.diagramming.LayerListView
Sets the tooltip for the 'Locked' button in each item.
setMagnifierEnabled(boolean) - Method in class com.mindfusion.diagramming.DiagramView
Sets a value indicating whether the magnifier tool is currently enabled.
setMagnifierFactor(float) - Method in class com.mindfusion.diagramming.DiagramView
Gets the zoom factor of the magnifier tool.
setMagnifierFrameColor(Color) - Method in class com.mindfusion.diagramming.DiagramView
Sets the color of the magnifier frame.
setMagnifierFrameThickness(int) - Method in class com.mindfusion.diagramming.DiagramView
Sets the thickness of the magnifier frame, expressed in pixels.
setMagnifierHeight(int) - Method in class com.mindfusion.diagramming.DiagramView
Sets the height of the magnifier tool, expressed in pixels.
setMagnifierSecondaryFrameColor(Color) - Method in class com.mindfusion.diagramming.DiagramView
Sets the secondary color of the magnifier frame.
setMagnifierShading(boolean) - Method in class com.mindfusion.diagramming.DiagramView
Sets a value indicating whether to enhance the effect of a magnifier lense by using a gradient shading.
setMagnifierShape(Shape) - Method in class com.mindfusion.diagramming.DiagramView
Sets the shape of the magnifier tool.
setMagnifierWidth(int) - Method in class com.mindfusion.diagramming.DiagramView
Sets the width of the magnifier tool, expressed in pixels.
setMargin(float) - Method in class com.mindfusion.diagramming.ContainerNode
Sets how much space should be left between contained nodes and the container borders.
setMargin(Thickness) - Method in class com.mindfusion.diagramming.ItemLabel
Sets the text margins size.
setMargins(XDimension2D.Double) - Method in class com.mindfusion.diagramming.AbstractLayout
Sets the distance between the top-left corner of the smallest rectangle containing the arranged diagram and the top-left point of the document bounds.
setMargins(XDimension2D.Double) - Method in class com.mindfusion.diagramming.jlayout.CircularLayoutInfo
Sets the distance between the top-left corner of the smallest rectangle containing the arranged tree and the top-left point of the document bounds.
setMargins(XDimension2D.Double) - Method in class com.mindfusion.diagramming.jlayout.DatabaseLayoutInfo
Sets the distance between the top-left corner of the smallest rectangle containing the arranged graph and the top-left point of the document bounds.
setMargins(XDimension2D.Double) - Method in class com.mindfusion.diagramming.jlayout.DecisionLayoutInfo
Sets the distance between the top-left corner of the smallest rectangle containing the arranged graph and the top-left point of the document bounds.
setMargins(XDimension2D.Double) - Method in class com.mindfusion.diagramming.jlayout.LayeredLayoutInfo
Gets the distance between the top-left corner of the smallest rectangle containing the arranged diagram
setMargins(XDimension2D.Double) - Method in class com.mindfusion.diagramming.jlayout.OneWayLayoutInfo
Sets the distance between the top-left corner of the smallest rectangle containing the arranged graph and the top-left point of the document bounds.
setMargins(XDimension2D.Double) - Method in class com.mindfusion.diagramming.jlayout.OrthogonalLayoutInfo
Sets the distance between the top-left corner of the smallest rectangle containing the arranged tree and the top-left point of the document bounds.
setMargins(XDimension2D.Double) - Method in class com.mindfusion.diagramming.jlayout.OrthogonalRouterInfo
Sets the distance between the top-left corner of the smallest rectangle containing the arranged tree and the top-left point of the document bounds.
setMargins(XDimension2D.Double) - Method in class com.mindfusion.diagramming.jlayout.SwimlaneLayoutInfo
Sets the distance between the top-left corner of the smallest rectangle containing the arranged diagram and the top-left point of the document bounds.
setMargins(XDimension2D.Double) - Method in class com.mindfusion.diagramming.jlayout.TopologicalLayoutInfo
Gets the distance between the top-left corner of the smallest rectangle containing the arranged diagram
setMarkStyle(MarkStyle) - Method in class com.mindfusion.diagramming.AnchorPoint
Sets a value indicating what mark is drawn at the position of this anchor point.
setMaxHeight(float) - Method in class com.mindfusion.diagramming.NodeConstraints
Sets the largest allowed height for the node.
setMaximum(float) - Method in class com.mindfusion.diagramming.components.RangeSliderRailComponent
Sets the maximum value of the rail.
setMaximum(float) - Method in class com.mindfusion.diagramming.components.SliderComponent
Sets the maximum value of the rail.
setMaximum(float) - Method in class com.mindfusion.diagramming.components.SliderRailComponent
Sets the maximum value of the rail.
setMaximum(float) - Method in class com.mindfusion.diagramming.components.SpinnerComponent
Sets the maximum value of the spinner.
setMaximum(float) - Method in class com.mindfusion.diagramming.ScrollBar
 
setMaxWidth(float) - Method in class com.mindfusion.diagramming.ItemLabel
Sets the maximal width that when reached should cause text to wrap to a new line.
setMaxWidth(float) - Method in class com.mindfusion.diagramming.NodeConstraints
Sets the largest allowed width for the node.
setMaxZoomFactor(float) - Method in class com.mindfusion.diagramming.ZoomControl
Sets the maximum zoom level allowed to set through this control.
setMeasureMode(boolean) - Method in class com.mindfusion.drawing.TextLayoutOptions
 
setMeasureUnit(GraphicsUnit) - Method in class com.mindfusion.diagramming.Diagram
Sets in what units JDiagram should measure lengths and sizes.
setMeasureUnit(GraphicsUnit) - Method in class com.mindfusion.diagramming.NodeListView
Sets the unit of measure used when drawing nodes.
setMeasureUnit(GraphicsUnit) - Method in class com.mindfusion.diagramming.RenderOptions
Sets the diagram's measure unit.
setMergeThreshold(float) - Method in class com.mindfusion.diagramming.Diagram
Sets the maximum distance between adjacent control points of a link at which the respective segments can be merged.
setMiddleButtonActions(EnumSet<MouseButtonAction>) - Method in class com.mindfusion.diagramming.DiagramView
Sets what actions are performed via the middle mouse button.
setMinHeight(float) - Method in class com.mindfusion.diagramming.NodeConstraints
Sets the smallest allowed height for the node.
setMinimizeCrossings(boolean) - Method in class com.mindfusion.diagramming.jlayout.SpringLayoutInfo
 
setMinimizeCrossings(boolean) - Method in class com.mindfusion.diagramming.SpringLayout
Sets a value indicating whether the algorithm should try to minimize the number of link crossings.
setMinimizeLinkBends(boolean) - Method in class com.mindfusion.diagramming.jlayout.OrthogonalLayoutInfo
Sets a value indicating whether the layout should attempt to minimize link bends.
setMinimizeLinkBends(boolean) - Method in class com.mindfusion.diagramming.OrthogonalLayout
Sets a value indicating whether the layout should attempt to minimize link bends.
setMinimum(float) - Method in class com.mindfusion.diagramming.components.RangeSliderRailComponent
Sets the minimum value of the rail.
setMinimum(float) - Method in class com.mindfusion.diagramming.components.SliderComponent
Sets the minimum value of the rail.
setMinimum(float) - Method in class com.mindfusion.diagramming.components.SliderRailComponent
Sets the minimum value of the rail.
setMinimum(float) - Method in class com.mindfusion.diagramming.components.SpinnerComponent
Sets the minimum value of the spinner.
setMinimum(float) - Method in class com.mindfusion.diagramming.ScrollBar
 
setMinimumDistance(float) - Method in class com.mindfusion.diagramming.PatternRouter
Sets the minimum allowed distance from obstacles for a route to be accepted.
setMinimumSize(Dimension2D) - Method in class com.mindfusion.diagramming.ContainerNode
Sets the minimum size of the container.
setMinLaneSize(float) - Method in class com.mindfusion.diagramming.jlayout.OrthogonalLayoutInfo
Gets or sets a value indicating the minimum size of a lane.
setMinLaneSize(float) - Method in class com.mindfusion.diagramming.OrthogonalLayout
Sets a value indicating the minimum size of a lane.
setMinNodeSize(float) - Method in class com.mindfusion.diagramming.jlayout.TreeMapLayoutInfo
Sets the minimal size of an arranged node.
setMinSegmentsMode() - Method in class com.mindfusion.diagramming.RoutingOptions
Sets the routing costs to values that find routes having low number of segments.
setMinWidth(float) - Method in class com.mindfusion.diagramming.NodeConstraints
Sets the smallest allowed width for the node.
setMinZoomFactor(float) - Method in class com.mindfusion.diagramming.ZoomControl
Sets the minimum zoom level allowed to set through this control.
setMiterLimit(float) - Method in class com.mindfusion.drawing.Pen
Sets the miter limit
setMM(float) - Method in class com.mindfusion.diagramming.jlayout.FlowchartLayoutInfo
 
setModfCursor(Point2D, AdjustmentHandle, boolean, boolean) - Method in class com.mindfusion.diagramming.BehaviorBase
 
setModificationStart(ModificationStart) - Method in class com.mindfusion.diagramming.DiagramView
Sets a value indicating how users can start modifying items in the diagram.
setModified(boolean) - Method in interface com.mindfusion.diagramming.jlayout.Link
Sets a value indicating whether the points of this link have been modified by the layouting algorithm.
setModifiers(int) - Method in class com.mindfusion.diagramming.components.ComponentKeyEvent
 
setMouseCursor(Point2D, ByRef<Boolean>) - Method in class com.mindfusion.diagramming.BehaviorBase
 
setMouseCursor(Point2D, ByRef<Boolean>) - Method in class com.mindfusion.diagramming.DrawLinksBehavior
 
setMouseCursor(Point2D, ByRef<Boolean>) - Method in class com.mindfusion.diagramming.DrawNodesBehavior
 
setMouseCursor(Point2D) - Method in class com.mindfusion.diagramming.ItemLabel
Indicates what cursor to display for interactive labels.
setMouseCursor(Point2D, ByRef<Boolean>) - Method in class com.mindfusion.diagramming.LinkNodesBehavior
 
setMouseCursor(Point2D) - Method in class com.mindfusion.diagramming.Manipulator
 
setMouseCursor(Point2D, ByRef<Boolean>) - Method in class com.mindfusion.diagramming.ModifyBehavior
 
setMouseCursor(Point2D, ByRef<Boolean>) - Method in class com.mindfusion.diagramming.MoveNodesBehavior
 
setMouseCursor(Point2D, ByRef<Boolean>) - Method in class com.mindfusion.diagramming.PanBehavior
 
setMouseCursor(Point2D, ByRef<Boolean>) - Method in class com.mindfusion.diagramming.SelectOnlyBehavior
BehaviorBase.setMouseCursor override.
setMouseCursor(Point2D, ByRef<Boolean>) - Method in class com.mindfusion.diagramming.ZoomBehavior
 
setMouseInputMode(MouseInputMode) - Method in class com.mindfusion.diagramming.ControlNode
Sets whether mouse input is processed by the diagram or the hosted control.
setMoveCursor(Cursor) - Method in class com.mindfusion.diagramming.DiagramView
Sets the cursor shown when the item under the mouse pointer can be modified.
setMoveDirection(DirectionConstraint) - Method in class com.mindfusion.diagramming.NodeConstraints
Sets a value indicating the movement direction constraint.
setMultipleGraphsOrientation(MultipleGraphsPlacement) - Method in class com.mindfusion.diagramming.AnnealLayout
Sets a value indicating how multiple independent graphs in the diagram should be positioned relatively to each other.
setMultipleGraphsPlacement(MultipleGraphsPlacement) - Method in class com.mindfusion.diagramming.AbstractLayout
Sets a value indicating how multiple independent graphs in the diagram should be positioned relatively to each other.
setName(String) - Method in class com.mindfusion.diagramming.components.ComponentBase
Sets the name of the component.
setNewText(String) - Method in class com.mindfusion.diagramming.components.ComponentTextEvent
 
setNewValue(T) - Method in class com.mindfusion.diagramming.components.ValueChangingEventArgs
Sets the new value.
setNode(DiagramNode) - Method in class com.mindfusion.diagramming.DraggedNode
Sets the node that holds the dragged DiagramNode.
setNodeDistance(float) - Method in class com.mindfusion.diagramming.DatabaseLayout
Sets the minimum spacing between adjacent nodes in the final layout.
setNodeDistance(float) - Method in class com.mindfusion.diagramming.FlowchartLayout
Sets the distance between consecutive nodes in the flowchart.
setNodeDistance(float) - Method in class com.mindfusion.diagramming.jlayout.DatabaseLayoutInfo
Gets the minimum spacing between adjacent nodes in the final layout.
setNodeDistance(float) - Method in class com.mindfusion.diagramming.jlayout.FlowchartLayoutInfo
 
setNodeDistance(float) - Method in class com.mindfusion.diagramming.jlayout.LayeredLayoutInfo
 
setNodeDistance(float) - Method in class com.mindfusion.diagramming.jlayout.OneWayLayoutInfo
Gets the minimum spacing between adjacent nodes in the final layout.
setNodeDistance(float) - Method in class com.mindfusion.diagramming.jlayout.OrthogonalRouterInfo
 
setNodeDistance(float) - Method in class com.mindfusion.diagramming.jlayout.SpringLayoutInfo
 
setNodeDistance(float) - Method in class com.mindfusion.diagramming.jlayout.SwimlaneLayoutInfo
Sets the spacing between adjacent nodes within a lane in the final layout.
setNodeDistance(float) - Method in class com.mindfusion.diagramming.jlayout.TopologicalLayoutInfo
 
setNodeDistance(float) - Method in class com.mindfusion.diagramming.jlayout.TreeLayoutInfo
 
setNodeDistance(float) - Method in class com.mindfusion.diagramming.LayeredLayout
Sets the desired distance between adjacent nodes on the same layer.
setNodeDistance(float) - Method in class com.mindfusion.diagramming.OneWayLayout
Sets the minimum spacing between adjacent nodes in the final layout.
setNodeDistance(float) - Method in class com.mindfusion.diagramming.OrthogonalRouter
Sets the desired distance between adjacent nodes in a layer.
setNodeDistance(float) - Method in class com.mindfusion.diagramming.SpringLayout
Sets how much space should be left between adjacent nodes.
setNodeDistance(float) - Method in class com.mindfusion.diagramming.SwimlaneLayout
Sets the spacing between adjacent nodes within a lane in the final layout.
setNodeDistance(float) - Method in class com.mindfusion.diagramming.TopologicalLayout
Sets the distance between adjacent nodes in the diagram.
setNodeDistance(float) - Method in class com.mindfusion.diagramming.TreeLayout
Sets the desired distance between nodes on the same level.
setNodeEdgeCrossingCost(double) - Method in class com.mindfusion.diagramming.jlayout.AnnealLayoutInfo
Sets a value specifying how important the low number of crossings of links and nodes is relatively to the other criteria considered by the algorithm.
setNodeEdgeDistFactor(double) - Method in class com.mindfusion.diagramming.jlayout.AnnealLayoutInfo
Sets a value specifying the importance of the distance between nodes and links relative to the other criteria considered by the algorithm.
setNodeLinkCrossingCost(double) - Method in class com.mindfusion.diagramming.AnnealLayout
Sets a value specifying how important the low number of crossings of links and nodes is relatively to the other criteria considered by the algorithm.
setNodeLinkDistFactor(double) - Method in class com.mindfusion.diagramming.AnnealLayout
Sets a value specifying the importance of the distance between nodes and links relative to the other criteria considered by the algorithm.
setNodesExpandable(boolean) - Method in class com.mindfusion.diagramming.Diagram
Sets whether the tree branches that start from new nodes should be expandable by default.
setNodeVicinityCost(short) - Method in class com.mindfusion.diagramming.RoutingOptions
Sets the value added to the total route cost when a link passes through the buffer area around a node.
setNodeVicinitySize(float) - Method in class com.mindfusion.diagramming.RoutingOptions
Sets the size of the buffer area around a node for which link routes are assigned higher costs if they pass through that area.
setNoWrap(boolean) - Method in class com.mindfusion.drawing.TextFormat
Sets a value indicating whether automatic text wrapping is disabled.
setNoWrap(boolean) - Method in class com.mindfusion.drawing.TextLayoutOptions
 
setObstacle(boolean) - Method in class com.mindfusion.diagramming.DiagramNode
Sets a value indicating whether the link routing algorithm should consider this node an obstacle.
setObstacles(DiagramNodeList) - Method in class com.mindfusion.diagramming.PatternRouter
Sets a list of obstacle nodes.
setOffsetHeaderRows(boolean) - Method in class com.mindfusion.diagramming.TableNode
Sets a value indicating whether the table cells should be offset to the right to accommodate for the expand buttons displayed inside header rows.
setOffsetUnconnectedLinks(boolean) - Method in class com.mindfusion.diagramming.Selection
Sets whether moving the selection should offset all points of selected unconnected links.
setOldText(String) - Method in class com.mindfusion.diagramming.components.ComponentTextEvent
 
setOpacity(float) - Method in class com.mindfusion.diagramming.AeroEffect
Sets the opacity to apply to the node's background.
setOpacity(float) - Method in class com.mindfusion.diagramming.DiagramItem
Sets the opacity of this item.
setOpacity(double) - Method in class com.mindfusion.drawing.ImageAttributes
Sets the opacity to apply to the image during rendering.
setOptions(RenderOptions) - Method in class com.mindfusion.diagramming.DrawParams
 
setOrientation(Orientation) - Method in class com.mindfusion.diagramming.CascadeLayout
Sets the orientation of the arranged graph.
setOrientation(Orientation) - Method in class com.mindfusion.diagramming.components.StackPanel
Sets the orientation of the panel.
setOrientation(Orientation) - Method in class com.mindfusion.diagramming.DecisionLayout
Sets the orientation of the arranged diagram.
setOrientation(Orientation) - Method in class com.mindfusion.diagramming.FlowchartLayout
Sets the overall orientation of the arranged diagram.
setOrientation(Orientation) - Method in class com.mindfusion.diagramming.HierarchicalLayout
Sets a the orientation of the arranged graph.
setOrientation(Orientation) - Method in class com.mindfusion.diagramming.jlayout.CascadeLayoutInfo
Sets the orientation of the arranged graph.
setOrientation(Orientation) - Method in class com.mindfusion.diagramming.jlayout.DecisionLayoutInfo
Sets a the overall orientation of the arranged diagram.
setOrientation(Orientation) - Method in class com.mindfusion.diagramming.jlayout.FlowchartLayoutInfo
 
setOrientation(Orientation) - Method in class com.mindfusion.diagramming.jlayout.HierarchicalLayoutInfo
Sets the orientation of the arranged graph.
setOrientation(Orientation) - Method in class com.mindfusion.diagramming.jlayout.LayeredLayoutInfo
 
setOrientation(Orientation) - Method in class com.mindfusion.diagramming.jlayout.OneWayLayoutInfo
Gets the orientation of the arranged graph.
setOrientation(Orientation) - Method in class com.mindfusion.diagramming.jlayout.SwimlaneLayoutInfo
Sets the overall orientation of the arranged diagram.
setOrientation(Orientation) - Method in class com.mindfusion.diagramming.jlayout.TopologicalLayoutInfo
 
setOrientation(Orientation) - Method in class com.mindfusion.diagramming.jlayout.TreeMapLayoutInfo
Sets the overall orientation of the arranged diagram.
setOrientation(Orientation) - Method in class com.mindfusion.diagramming.jlayout.TriangularLayoutInfo
Sets the orientation of the arranged graph.
setOrientation(Orientation) - Method in class com.mindfusion.diagramming.LayeredLayout
Sets a value indicating what the overall orientation of the arranged diagram should be.
setOrientation(Orientation) - Method in class com.mindfusion.diagramming.OneWayLayout
Sets the orientation of the arranged graph.
setOrientation(Orientation) - Method in class com.mindfusion.diagramming.OrthogonalRouter
Sets the overall orientation of the arranged diagram when BaseLayout is set to Layered.
setOrientation(Orientation) - Method in class com.mindfusion.diagramming.SwimlaneLayout
Sets a the orientation of the arranged graph.
setOrientation(Orientation) - Method in class com.mindfusion.diagramming.TopologicalLayout
Sets the overall orientation of the arranged diagram.
setOrientation(Orientation) - Method in class com.mindfusion.diagramming.TreeMapLayout
Sets the orientation of the arranged diagram.
setOrientation(Orientation) - Method in class com.mindfusion.diagramming.TriangularLayout
Sets a the orientation of the arranged graph.
setOrigin(DiagramNode) - Method in class com.mindfusion.diagramming.DiagramLink
Sets the origin node of a link.
setOriginalBounds(Rectangle2D) - Method in class com.mindfusion.diagramming.DrawParams
 
setOriginalStates(Map<DiagramItem, DiagramItemState>) - Method in class com.mindfusion.diagramming.InteractionState
 
setOriginAnchor(int) - Method in class com.mindfusion.diagramming.DiagramLink
Sets the anchor point to which a link is connected at its origin.
setOriginConnection(ConnectionPoint) - Method in class com.mindfusion.diagramming.DiagramLink
Sets the ConnectionPoint object representing the link connection to its origin node.
setOriginIndex(int) - Method in class com.mindfusion.diagramming.DiagramLink
Sets the row of a table or the anchor point of a box to which a link is connected.
setOverviewWidth(int) - Method in class com.mindfusion.diagramming.LayerListView
Sets the width of the layer overview.
setPadding(float) - Method in class com.mindfusion.diagramming.CascadeLayout
Sets the spacing between nodes in adjacent layers.
setPadding(Thickness) - Method in class com.mindfusion.diagramming.components.ContentComponent
Sets the padding around this component's content.
setPadding(float) - Method in class com.mindfusion.diagramming.jlayout.CascadeLayoutInfo
Sets the spacing between nodes in adjacent layers.
setPadding(float) - Method in class com.mindfusion.diagramming.jlayout.OrthogonalLayoutInfo
Sets a value indicating how much space to leave between nodes in adjacent lanes.
setPadding(float) - Method in class com.mindfusion.diagramming.jlayout.TreeMapLayoutInfo
Sets the distance between adjacent nodes.
setPadding(float) - Method in class com.mindfusion.diagramming.OrthogonalLayout
Sets a value indicating how much space to leave between nodes in adjacent lanes.
setPadding(float) - Method in class com.mindfusion.diagramming.TreeMapLayout
Sets the distance between adjacent nodes.
setPanCursor(Cursor) - Method in class com.mindfusion.diagramming.DiagramView
Sets the cursor shown when panning the diagram view
setParent(Object) - Method in class com.mindfusion.diagramming.components.ComponentBase
For internal use.
setPath(GeneralPath) - Method in class com.mindfusion.diagramming.DrawParams
 
setPatternBrush(Brush) - Method in class com.mindfusion.diagramming.HandlesVisualStyle
Sets a Brush used to draw selection frames for the MoveOnly style.
setPatterns(List<RoutePattern>) - Method in class com.mindfusion.diagramming.PatternRouter
Sets a list of RoutePattern objects representing the routing patterns.
setPen(Pen) - Method in class com.mindfusion.diagramming.components.BorderComponent
Sets the pen used to stroke the border sides.
setPen(Pen) - Method in class com.mindfusion.diagramming.components.ButtonComponent
Sets the border pen of the button when it is in normal state.
setPen(Pen) - Method in class com.mindfusion.diagramming.components.EditComponent
Sets the border pen of the edit component.
setPen(Pen) - Method in class com.mindfusion.diagramming.components.ShapeComponent
Sets the pen used to stroke the outline of the component.
setPen(Pen) - Method in class com.mindfusion.diagramming.DiagramItem
Sets the pen used to draw the item frame lines.
setPen(Pen) - Method in class com.mindfusion.diagramming.DrawParams
 
setPen(Pen) - Method in class com.mindfusion.diagramming.ShapeDecoration
Sets the pen used to paint the frame of the shape.
setPenHovered(Pen) - Method in class com.mindfusion.diagramming.components.ButtonComponent
Sets the border pen of the button when it is in hovered state.
setPenPressed(Pen) - Method in class com.mindfusion.diagramming.components.ButtonComponent
Sets the border pen of the button when it is in pressed state.
setPercentRadius(boolean) - Method in class com.mindfusion.drawing.RadialGradientBrush
 
setPercentX(boolean) - Method in class com.mindfusion.drawing.RadialGradientBrush
 
setPercentX1(boolean) - Method in class com.mindfusion.drawing.GradientBrush
 
setPercentX2(boolean) - Method in class com.mindfusion.drawing.GradientBrush
 
setPercentY(boolean) - Method in class com.mindfusion.drawing.RadialGradientBrush
 
setPercentY1(boolean) - Method in class com.mindfusion.drawing.GradientBrush
 
setPercentY2(boolean) - Method in class com.mindfusion.drawing.GradientBrush
 
setPointerColor(Color) - Method in class com.mindfusion.diagramming.Ruler
Sets the color of mouse pointer's projections.
setPointerCursor(Cursor) - Method in class com.mindfusion.diagramming.DiagramView
Sets the mouse cursor that should be shown when no modification is performed.
setPointerMoved(boolean) - Method in class com.mindfusion.diagramming.InteractionState
Sets a value indicating whether the mouse pointer has moved since the user pressed down the mouse button
setPointerPosition(Point2D) - Method in class com.mindfusion.diagramming.LinkEvent
Sets the current mouse pointer position.
setPointerPosition(Point2D) - Method in class com.mindfusion.diagramming.NodeEvent
Sets the current mouse pointer position.
setPointIndex(int) - Method in class com.mindfusion.diagramming.FreeFormHandle
Sets the index of a point from FreeFormNode.Points collection that is being modified through this handle.
setPointIndex(int) - Method in class com.mindfusion.diagramming.LinkAdjustmentHandle
Sets the index of a link's control point that will be adjusted by this handle.
setPoints(ArrayList<Point2D.Float>) - Method in class com.mindfusion.diagramming.FreeFormNode
Sets the node's outline points.
setPoints(ArrayList<Point2D.Float>) - Method in interface com.mindfusion.diagramming.jlayout.Link
Invoked by some layouting algorithms to update the sequence of points which define the link.
setPoints(PointList) - Method in interface com.mindfusion.diagramming.jlayout.Link
Sets the sequence of points defining this link.
setPolylineRouting(PolylineRouting) - Method in class com.mindfusion.diagramming.RoutingOptions
Sets a value indicating whether the end segments of polyline links should should be oriented orthogonally to node's borders and each other.
setPrecision(double) - Method in class com.mindfusion.diagramming.AnnealLayout
Sets the cost calculations precision.
setPrecision(double) - Method in class com.mindfusion.diagramming.jlayout.AnnealLayoutInfo
Sets the cost calculations precision.
setPreferredDistance(float) - Method in class com.mindfusion.diagramming.PatternRouter
Sets the preferred distance from link's bend points to the link's nodes.
setPrintable(boolean) - Method in class com.mindfusion.diagramming.DiagramItem
Sets a value indicating whether an item will be printed.
setProgress(LayoutProgress) - Method in class com.mindfusion.diagramming.AbstractLayout
Sets the progress callback delegate.
setProjectionColor(Color) - Method in class com.mindfusion.diagramming.Ruler
Sets the color used to paint the projections of the active node on the ruler scales.
setProjectRotatedBounds(boolean) - Method in class com.mindfusion.diagramming.Ruler
Sets whether the projection of nodes rotates with them or not.
setPutEndPointsAtNodeBorders(boolean) - Method in class com.mindfusion.diagramming.OrthogonalRouter
Sets a value indicating whether the end points of a link should be placed at the outlines of the nodes connected by that link.
setQuickMode() - Method in class com.mindfusion.diagramming.RoutingOptions
Sets the routing costs to values that quickly find routes, however with a lower route quality.
setRadius(float) - Method in class com.mindfusion.diagramming.CircularLayout
Sets the radius of the layout circle.
setRadius(float) - Method in class com.mindfusion.diagramming.jlayout.CircularLayoutInfo
Sets the radius of the layout circle.
setRadius(float) - Method in class com.mindfusion.diagramming.RoundRectangleTemplate
 
setRadius(double) - Method in class com.mindfusion.drawing.RadialGradientBrush
 
setRailBrush(Brush) - Method in class com.mindfusion.diagramming.components.RangeSliderRailComponent
Sets the brush used to fill the rail.
setRailBrush(Brush) - Method in class com.mindfusion.diagramming.components.SliderComponent
Sets the background of the slider rail.
setRailBrush(Brush) - Method in class com.mindfusion.diagramming.components.SliderRailComponent
Sets the brush used to fill the rail.
setRailPen(Pen) - Method in class com.mindfusion.diagramming.components.RangeSliderRailComponent
Sets the pen used to draw the rail outline.
setRailPen(Pen) - Method in class com.mindfusion.diagramming.components.SliderComponent
Sets the border pen of the slider rail.
setRailPen(Pen) - Method in class com.mindfusion.diagramming.components.SliderRailComponent
Sets the pen used to draw the rail outline.
setRailThickness(float) - Method in class com.mindfusion.diagramming.components.RangeSliderRailComponent
Sets the rail thickness.
setRailThickness(float) - Method in class com.mindfusion.diagramming.components.SliderRailComponent
Sets the rail thickness.
setRandomize(boolean) - Method in class com.mindfusion.diagramming.AnnealLayout
Sets a value indicating whether the nodes should be placed at random positions when the layout routine starts.
setRandomize(boolean) - Method in class com.mindfusion.diagramming.jlayout.AnnealLayoutInfo
Sets a value indicating whether the nodes should be placed at random positions when the layout routine starts.
setRandomSeed(int) - Method in class com.mindfusion.diagramming.GridLayout
Sets the randomization seed used for generating random node positions.
setRandomSeed(int) - Method in class com.mindfusion.diagramming.jlayout.GridLayoutInfo
 
setRandomSeed(int) - Method in class com.mindfusion.diagramming.jlayout.OrthogonalRouterInfo
Random seed.
setRandomSeed(int) - Method in class com.mindfusion.diagramming.jlayout.SpringLayoutInfo
 
setRandomSeed(int) - Method in class com.mindfusion.diagramming.OrthogonalRouter
Sets the randomization seed to use for generating random node positions.
setRandomSeed(int) - Method in class com.mindfusion.diagramming.SpringLayout
Sets the randomization seed that should be used for generating random node positions.
setRecursiveExpand(boolean) - Method in class com.mindfusion.diagramming.Diagram
Sets whether tree branches should be expanded recursively.
setRefine(boolean) - Method in class com.mindfusion.diagramming.jlayout.OrthogonalLayoutInfo
Gets or sets a value indicating whether to refine the layout.
setRefine(boolean) - Method in class com.mindfusion.diagramming.OrthogonalLayout
Sets a value indicating whether to refine the layout.
setReflectionColor(Color) - Method in class com.mindfusion.diagramming.GlassEffect
Sets the color of the reflection portion of the effect.
setReflexive(DiagramLink) - Method in class com.mindfusion.diagramming.DiagramNode
Invoked to let a node set the shape of a reflexive link connected to it.
setReflexive(DiagramLink) - Method in class com.mindfusion.diagramming.TableNode
Invoked to let a node set the shape of a reflexive link connected to it.
setReflexive(DiagramLink) - Method in class com.mindfusion.diagramming.TreeViewNode
Invoked to let a node set the shape of a reflexive link connected to it.
setRelativePosition(Point2D.Float) - Method in class com.mindfusion.diagramming.ConnectionPoint
Sets the position of this connection point, relative to the associated node's bounding rectangle, expressed in percents.
setRelativeTo(RelativeToLink) - Method in class com.mindfusion.diagramming.LinkLabel
Sets the label's relative positioning.
setRelativeTo(RelativeToNode) - Method in class com.mindfusion.diagramming.NodeLabel
Sets the label's relative positioning.
setRemoveLayerButtonTooltip(String) - Method in class com.mindfusion.diagramming.LayerListView
Sets the tooltip for the 'Remove Layer' button.
setRenderTarget(RenderTarget) - Method in class com.mindfusion.diagramming.RenderOptions
 
setRepresentation(JsonObject) - Method in class com.mindfusion.diagramming.JsonSerializeTagEventArgs
Sets the JsonObject, representing the tag object
setRepulsionFactor(double) - Method in class com.mindfusion.diagramming.jlayout.SpringLayoutInfo
 
setRepulsionFactor(double) - Method in class com.mindfusion.diagramming.SpringLayout
Sets a multiplier value applied to the repulsive force between nodes.
setRestrictItemsToBounds(RestrictToBounds) - Method in class com.mindfusion.diagramming.Diagram
Sets a value indicating whether users are allowed to move items outside the currently define document bounds.
setRetainForm(boolean) - Method in class com.mindfusion.diagramming.DiagramLink
Sets a value indicating whether a link should preserve its original shape while the nodes related to that link are moved around.
setReversedLinks(boolean) - Method in class com.mindfusion.diagramming.TreeLayout
Sets a value indicating which direction of links should be considered the parent-to-child one.
setRight(float) - Method in class com.mindfusion.diagramming.Thickness
 
setRightButtonActions(EnumSet<MouseButtonAction>) - Method in class com.mindfusion.diagramming.DiagramView
Sets what actions are performed via the right mouse button.
setRightToLeft(boolean) - Method in class com.mindfusion.drawing.TextFormat
 
setRightToLeft(boolean) - Method in class com.mindfusion.drawing.TextLayoutOptions
 
setRoot(DiagramNode) - Method in class com.mindfusion.diagramming.AnnealLayout
Sets the diagram node that specifies which connected graph in the diagram should be arranged.
setRoot(DiagramNode) - Method in class com.mindfusion.diagramming.FractalLayout
Sets the tree root.
setRoot(Node) - Method in class com.mindfusion.diagramming.jlayout.FractalLayout
Sets the tree root.
setRoot(DiagramNode) - Method in class com.mindfusion.diagramming.OrthogonalRouter
Sets a node indicating which subgraph of the diagram must be laid out.
setRoot(DiagramNode) - Method in class com.mindfusion.diagramming.TreeLayout
Sets the object which will be used as root of the tree.
setRotateCursor(Cursor) - Method in class com.mindfusion.diagramming.DiagramView
Sets the cursor shown when dragging from the current mouse pointer location would start rotating a box.
setRotatedBounds(Rectangle2D) - Method in class com.mindfusion.diagramming.DrawParams
 
setRotateImage(boolean) - Method in class com.mindfusion.diagramming.ShapeNode
Sets a value indicating whether the image displayed inside a node should rotate together with the node.
setRotateText(boolean) - Method in class com.mindfusion.diagramming.ShapeNode
Sets a value indicating whether the text displayed inside a node should rotate together with the node.
setRotationAngle(float) - Method in class com.mindfusion.diagramming.DiagramNode
Sets the rotation angle of a node.
setRotationHandleBrush(Brush) - Method in class com.mindfusion.diagramming.HandlesVisualStyle
Sets a Brush used to fill the interior of the rotation handle.
setRoundedLinks(boolean) - Method in class com.mindfusion.diagramming.Diagram
Sets if the joins between segments of Polyline and Cascading links should be rounded.
setRoundedLinks(boolean) - Method in class com.mindfusion.diagramming.jlayout.OneWayLayoutInfo
Sets a value indicating whether the layout will smooth link bends.
setRoundedLinks(boolean) - Method in class com.mindfusion.diagramming.OneWayLayout
Sets a value indicating whether the layout should smooth link bends.
setRoundedLinksRadius(float) - Method in class com.mindfusion.diagramming.Diagram
Sets the radius of arc joins of rounded links' segments.
setRouteHeuristics(RouteHeuristics) - Method in class com.mindfusion.diagramming.RoutingOptions
Sets the heuristic function used by the routing algorithm to choose next points in the route.
setRouteLinks(boolean) - Method in class com.mindfusion.diagramming.Diagram
Sets a value indicating whether newly created links will automatically find their way between nodes.
setRouters(List<LinkRouter>) - Method in class com.mindfusion.diagramming.CompositeRouter
Sets a list of router objects forming a chain through which links pass until they are routed successfully.
setRowAnchorPattern(AnchorPattern) - Method in class com.mindfusion.diagramming.TableNode
Sets the default row AnchorPattern.
setRowCount(int) - Method in interface com.mindfusion.diagramming.jlayout.SwimlaneGrid
 
setRowCount(int) - Method in class com.mindfusion.diagramming.LaneGrid
setRowCount(int) - Method in interface com.mindfusion.diagramming.SwimlaneGrid
Sets the number of rows in the swimlane grid.
setRowCount(int) - Method in class com.mindfusion.diagramming.TableNode
Sets the number of rows of this table.
setRowHeight(int, float) - Method in interface com.mindfusion.diagramming.jlayout.SwimlaneGrid
 
setRowHeight(int, float) - Method in class com.mindfusion.diagramming.LaneGrid
setRowHeight(int, float) - Method in interface com.mindfusion.diagramming.SwimlaneGrid
Sets the the height of the specified row in the swimlane grid.
setRowHeight(float) - Method in class com.mindfusion.diagramming.TableNode
Sets the initial height of the rows of this table.
setRowSpan(int) - Method in class com.mindfusion.diagramming.Cell
Sets the number of rows spanned by this cell.
setScale(float) - Method in class com.mindfusion.diagramming.HtmlBuilder
 
setScale(float) - Method in class com.mindfusion.diagramming.RenderOptions
Sets the scale of the printed diagram relatively to the original on-screen size of the diagram.
setScaleColor(Color) - Method in class com.mindfusion.diagramming.Ruler
Sets the color used to paint the color of the ruler scales.
setScaleFactor(float) - Method in class com.mindfusion.diagramming.Overview
Sets a fixed scale factor that should be used when the FitAll mode is disabled.
setScrollable(boolean) - Method in class com.mindfusion.diagramming.ContainerNode
Sets a value indicating whether users are allowed to scroll the contents of this container.
setScrollable(boolean) - Method in class com.mindfusion.diagramming.TableNode
Sets a value indicating whether users are allowed to scroll the table.
setScrollable(boolean) - Method in class com.mindfusion.diagramming.TreeViewNode
Sets a value indicating whether users are allowed to scroll this tree view.
setScrollFirstLine(int) - Method in class com.mindfusion.diagramming.components.EditComponent
Sets the index of the first visible line in the edit component.
setScrollPosition(float) - Method in class com.mindfusion.diagramming.TreeViewNode
Sets the current scroll position.
setScrollStep(float) - Method in class com.mindfusion.diagramming.ZoomControl
Sets the scroll offset added when users click the pan arrows.
setScrollX(float) - Method in class com.mindfusion.diagramming.ContainerNode
Sets the container's horizontal scroll position.
setScrollX(float) - Method in class com.mindfusion.diagramming.DiagramView
Sets the horizontal scroll position.
setScrollX(double) - Method in class com.mindfusion.diagramming.RenderOptions
 
setScrollY(float) - Method in class com.mindfusion.diagramming.ContainerNode
Sets the container's vertical scroll position.
setScrollY(float) - Method in class com.mindfusion.diagramming.DiagramView
Sets the vertical scroll position.
setScrollY(double) - Method in class com.mindfusion.diagramming.RenderOptions
 
setScrollZoneSize(int) - Method in class com.mindfusion.diagramming.DiagramView
Sets the size of the auto scroll zone near the edges of the control.
setSecondObject(Object) - Method in class com.mindfusion.diagramming.jlayout.Pair
Sets the second pair object.
setSegmentCount(int) - Method in class com.mindfusion.diagramming.DiagramLink
Sets the number of segments of this link.
setSegmentPosition(int, float, float) - Method in class com.mindfusion.diagramming.LinkLabel
Positions this label relatively to the specified link segment.
setSelectAfterCreate(boolean) - Method in class com.mindfusion.diagramming.Diagram
Sets a value indicating whether newly created items should be selected automatically.
setSelected(boolean) - Method in class com.mindfusion.diagramming.DiagramItem
Selects or deselects an item.
setSelectedColor(Color) - Method in class com.mindfusion.diagramming.LayerListView
Sets the color with which selected items' background is painted.
setSelectionColor(Color) - Method in class com.mindfusion.diagramming.components.EditComponent
Sets the color of the selection.
setSelectionLength(int) - Method in class com.mindfusion.diagramming.components.EditComponent
Sets the length of the selection in the edit component.
setSelectionOnTop(boolean) - Method in class com.mindfusion.diagramming.Diagram
Sets a value indicating whether selected items should be drawn on top of the non-selected ones.
setSelectionStart(int) - Method in class com.mindfusion.diagramming.components.EditComponent
Sets the start of the selection in the edit component.
setSelfLoopShape(LinkShapeEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when a link becomes a self-loop, giving you a chance to override the default look shape.
setSelfLoopShape(LinkShapeEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when a link becomes a self-loop, giving you a chance to override the default look shape.
setSessionId(long) - Static method in class com.mindfusion.diagramming.GlassPane
 
setSetsDirtyFlag(boolean) - Method in class com.mindfusion.diagramming.Selection
Sets a value indicating whether the diagram's Dirty flag should be set when selection changes.
setShadeColor(Color) - Method in class com.mindfusion.diagramming.AeroEffect
Sets the color of the shade.
setShadow(boolean) - Method in class com.mindfusion.diagramming.DrawParams
 
setShadowBrush(Brush) - Method in class com.mindfusion.diagramming.Diagram
Deprecated.
setShadowBrush(Brush) - Method in class com.mindfusion.diagramming.DiagramItem
Sets the color of the item's shadow.
setShadowBrush(Brush) - Method in class com.mindfusion.diagramming.DiagramItemStyle
Sets the brush used to paint the shadow of the item.
setShadowBrush(Brush) - Method in class com.mindfusion.diagramming.DiagramStyle
Sets the brush used to paint the shadow of the items.
setShadowColor(Color) - Method in class com.mindfusion.diagramming.ZoomControl
Sets the shadow color.
setShadowOffset(float, float) - Method in class com.mindfusion.diagramming.Diagram
Sets the distance at which shadows are offset from the items that cast them.
setShadowOffsetX(float) - Method in class com.mindfusion.diagramming.Diagram
Sets the default horizontal distance between shadows and the items that cast them.
setShadowOffsetX(float) - Method in class com.mindfusion.diagramming.DiagramItem
Sets the horizontal distance between a shadow and the item that casts it.
setShadowOffsetY(float) - Method in class com.mindfusion.diagramming.Diagram
Sets the default vertical distance between shadows and the items that cast them.
setShadowOffsetY(float) - Method in class com.mindfusion.diagramming.DiagramItem
Sets the vertical distance between a shadow and the item that casts it.
setShadowsStyle(ShadowsStyle) - Method in class com.mindfusion.diagramming.Diagram
Sets the style of shadows.
setShape(Shape) - Method in class com.mindfusion.diagramming.components.ShapeComponent
Sets the Shape object defining the outline of the component.
setShape(SimpleShape) - Method in class com.mindfusion.diagramming.ContainerNode
Sets the shape of this container.
setShape(LinkShape) - Method in class com.mindfusion.diagramming.DiagramLink
Sets the shape of a link.
setShape(Shape) - Method in class com.mindfusion.diagramming.ShapeNode
Sets the shape of a node to the specified Shape instance.
setShape(SimpleShape) - Method in class com.mindfusion.diagramming.TableNode
Sets the shape of this table.
setShape(SimpleShape) - Method in class com.mindfusion.diagramming.TreeViewNode
Sets the shape of this node.
setShapeAt(int, Shape) - Method in class com.mindfusion.diagramming.ShapeListBox
Sets the shape at the specified position.
setShapeBrush(Brush) - Method in class com.mindfusion.diagramming.Diagram
Deprecated.
setShapeCustomDraw(CustomDraw) - Method in class com.mindfusion.diagramming.Diagram
Sets whether new nodes should be custom drawn and what type of custom drawing will be performed on them.
setShapeFillColor(Color) - Method in class com.mindfusion.diagramming.ShapeListBox
Sets the fill color of the shapes in the list box.
setShapeFilter(String[]) - Method in class com.mindfusion.diagramming.ShapeListBox
Sets the identifiers of the shapes that should be displayed in the list box.
setShapeHandlesStyle(HandlesStyle) - Method in class com.mindfusion.diagramming.Diagram
Sets the default value for the HandlesStyle property of new shape nodes.
setShapeOrientation(float) - Method in class com.mindfusion.diagramming.Diagram
Sets the default shape definition orientation angle assigned to new nodes.
setShapeOrientation(float) - Method in class com.mindfusion.diagramming.ShapeNode
Sets an orientation angle applied to the shape definition before the shape points are mapped to the node's bounding rectangle.
setShapePen(Pen) - Method in class com.mindfusion.diagramming.Diagram
Deprecated.
setShapes(Shape[]) - Method in class com.mindfusion.diagramming.ShapeLibrary
Sets the shape library shapes.
setShapes(Shape[]) - Method in class com.mindfusion.diagramming.ShapeListBox
Replaces all current shapes with the specified ones.
setShapeText(String) - Method in class com.mindfusion.diagramming.Diagram
Sets the default text that should be assigned to new nodes.
setShift(ModifierKeyAction) - Method in class com.mindfusion.diagramming.ModifierKeyActions
Sets what action is triggered by the SHIFT key.
setShowAnchors(ShowAnchors) - Method in class com.mindfusion.diagramming.Diagram
Sets a value indicating whether anchor points should be shown on screen.
setShowCreateNewTab(boolean) - Method in class com.mindfusion.diagramming.TabbedScrollPane
Sets a value indicating whether to display the 'Create New Tab' button.
setShowDisabledHandles(boolean) - Method in class com.mindfusion.diagramming.Diagram
Sets whether disabled manipulation handles should be displayed.
setShowGrid(boolean) - Method in class com.mindfusion.diagramming.Diagram
Sets a value indicating whether the alignment grid should be displayed.
setShowHandlesOnDrag(boolean) - Method in class com.mindfusion.diagramming.Diagram
Sets whether selection handles of objects under the mouse should be displayed while another object is being modified.
setShowLabel(boolean) - Method in class com.mindfusion.diagramming.ZoomControl
Sets a value indicating whether the label that shows the current zoom level should be visible.
setShowLabels(boolean) - Method in class com.mindfusion.diagramming.NodeListView
Sets a value specifying whether to show text labels along with icons for each list item.
setShowLabels(boolean) - Method in class com.mindfusion.diagramming.ShapeListBox
 
setShowLines(boolean) - Method in class com.mindfusion.diagramming.TreeViewNode
Sets whether to display lines connecting child items to parent items.
setShowScrollbars(boolean) - Method in class com.mindfusion.diagramming.Overview
Sets a value indicating whether the overview control should display scrollbars.
setShowTabCloseButtons(boolean) - Method in class com.mindfusion.diagramming.TabbedScrollPane
Sets a value indicating whether to display a close button for each tab.
setShowTabNavigationButtons(boolean) - Method in class com.mindfusion.diagramming.TabbedScrollPane
Sets a value indicating whether the tab navigation buttons.
setShowTabs(boolean) - Method in class com.mindfusion.diagramming.TabbedScrollPane
Sets a value indicating whether the tabs are visible.
setShowToolTips(boolean) - Method in class com.mindfusion.diagramming.DiagramView
Sets a value indicating whether an item's ToolTip is shown when the mouse hovers over the item.
setShowTooltips(boolean) - Method in class com.mindfusion.diagramming.LayerListView
Sets a value indicating whether to display tooltips.
setSiftingRounds(int) - Method in class com.mindfusion.diagramming.CircularLayout
Sets the number of sifts to perform during the layout.
setSiftingRounds(int) - Method in class com.mindfusion.diagramming.jlayout.CircularLayoutInfo
Sets the number of sifts to perform during the layout.
setSize(Dimension2D) - Method in class com.mindfusion.diagramming.DraggedNode
Set the size of the node.
setSize(double, double) - Method in class com.mindfusion.diagramming.jlayout.XDimension2D.Double
 
setSize(double, double) - Method in class com.mindfusion.diagramming.XDimension2D.Double
 
setSkipDefaultDrawing(boolean) - Method in class com.mindfusion.diagramming.DrawParams
 
setSmallChange(float) - Method in class com.mindfusion.diagramming.ScrollBar
 
setSmallStep(float) - Method in class com.mindfusion.diagramming.components.SpinnerComponent
Sets the amount to add or subtract from the spinner value when the adjustment buttons are clicked or when the up or down arrow keys are pressed while the spinner has focus.
setSnapToAnchor(SnapToAnchor) - Method in class com.mindfusion.diagramming.Diagram
Sets a value indicating when links should snap to anchor points.
setSnapToZoomStep(boolean) - Method in class com.mindfusion.diagramming.ZoomControl
Sets whether the trackbar should snap to ZoomStep values when dragged.
setSpacing(float) - Method in class com.mindfusion.diagramming.components.StackPanel
Sets the distance between adjacent items in the panel.
setSplitGraph(boolean) - Method in class com.mindfusion.diagramming.AnnealLayout
Whether unconnected sub-graphs should be laid out independently from each other.
setSplitGraph(boolean) - Method in class com.mindfusion.diagramming.FlowchartLayout
Sets a value indicating whether unconnected subgraphs should be laid out independently from each other.
setSplitGraph(boolean) - Method in class com.mindfusion.diagramming.OrthogonalRouter
Sets a value indicating whether unconnected subgraphs should be laid out independently from each other.
setSplitLayers(boolean) - Method in class com.mindfusion.diagramming.jlayout.LayeredLayoutInfo
 
setSplitLayers(boolean) - Method in class com.mindfusion.diagramming.LayeredLayout
Sets a value indicating whether layers that are much wider than the other layers should be split.
setSquarify(boolean) - Method in class com.mindfusion.diagramming.jlayout.TreeMapLayoutInfo
Sets a value indicating whether the layout should attempt to keep the dimension ratio of the nodes closer to 1.
setSquarify(boolean) - Method in class com.mindfusion.diagramming.TreeMapLayout
Sets a value indicating whether the layout should attempt to keep the dimension ratio of the nodes closer to 1.
setStages(int) - Method in class com.mindfusion.diagramming.AnnealLayout
Sets how many cooling stages the algorithm should simulate.
setStages(int) - Method in class com.mindfusion.diagramming.jlayout.AnnealLayoutInfo
Sets how many cooling stages the algorithm should simulate.
setStart(Point2D) - Method in class com.mindfusion.drawing.GradientBrush
 
setStartNode(DiagramNode) - Method in class com.mindfusion.diagramming.DecisionLayout
Sets the initial (top-left) node in the arranged diagram.
setStartNode(DiagramNode) - Method in class com.mindfusion.diagramming.GridLayout
Sets the node that should be placed at the upper left corner of the grid.
setStartNode(Node) - Method in class com.mindfusion.diagramming.jlayout.DecisionLayoutInfo
Sets the initial (top-left) node in the arranged diagram.
setStartNode(Node) - Method in class com.mindfusion.diagramming.jlayout.GridLayoutInfo
 
setStartNode(Node) - Method in class com.mindfusion.diagramming.jlayout.LayeredLayoutInfo
 
setStartNode(DiagramNode) - Method in class com.mindfusion.diagramming.LayeredLayout
Sets the node that should be placed in the first layer of the arranged graph.
setStartOrientation(Orientation) - Method in class com.mindfusion.diagramming.jlayout.OrthogonalRouterInfo
com.mindfusion.diagramming.Orientation.
setStartOrientation(Orientation) - Method in class com.mindfusion.diagramming.OrthogonalRouter
Sets the desired orientation of the first segments of routed links.
setStartOrientation(Orientation) - Method in class com.mindfusion.diagramming.RoutingOptions
Sets a value indicating whether routes should start in horizontal or vertical direction.
setStartPoint(Point2D.Float) - Method in class com.mindfusion.diagramming.DiagramLink
Sets the position of the first control point of this link.
setStartValue(float) - Method in class com.mindfusion.diagramming.components.RangeSliderRailComponent
Sets the currently selected start value.
setStartValue(float) - Method in class com.mindfusion.diagramming.components.SliderComponent
Sets the start value of the slider.
setSteps(List<RouteStep>) - Method in class com.mindfusion.diagramming.RoutePattern
Sets the list of RouteStep objects that generate a route.
setStraightenLongLinks(boolean) - Method in class com.mindfusion.diagramming.jlayout.LayeredLayoutInfo
 
setStraightenLongLinks(boolean) - Method in class com.mindfusion.diagramming.LayeredLayout
Sets whether the layout algorithm should strive to straighten links that cross more than one layer of the graph.
setStretch(float) - Method in class com.mindfusion.diagramming.jlayout.SpringLayout
 
setStretchFactor(float) - Method in class com.mindfusion.diagramming.jlayout.TreeLayoutInfo
 
setStretchFactor(float) - Method in class com.mindfusion.diagramming.TreeLayout
Sets a value defining the elliptic factor used with radial layouts.
setStroke(Brush) - Method in class com.mindfusion.diagramming.DiagramItemStyle
Sets the brush used to paint the outline of the item.
setStroke(Brush) - Method in class com.mindfusion.diagramming.DiagramStyle
Sets the brush used to paint the outline of the items.
setStrokeThickness(double) - Method in class com.mindfusion.diagramming.DiagramItemStyle
Sets the thickness of the item's outline, expressed in the current units of measure.
setStrokeThickness(double) - Method in class com.mindfusion.diagramming.DiagramStyle
Sets the thickness of the items' outline, expressed in the current units of measure.
setStyle(DiagramStyle) - Method in class com.mindfusion.diagramming.Diagram
Sets the style associated with the diagram.
setStyle(DiagramItemStyle) - Method in class com.mindfusion.diagramming.DiagramItem
Sets the style associated with the item.
setSurroundingColor(Color) - Method in class com.mindfusion.drawing.RadialGradientBrush
Sets the surrounding color.
setSvgUrl(String) - Method in class com.mindfusion.diagramming.SvgNode
Sets a URL used to load an SVG file into this node.
setSwimlaneGrid(SwimlaneGrid) - Method in class com.mindfusion.diagramming.jlayout.SwimlaneLayoutInfo
Sets the object through which the swimlane grid can be manipulated by the layout.
setSwimlaneGrid(SwimlaneGrid) - Method in class com.mindfusion.diagramming.SwimlaneLayout
Sets the object through which the layout can manipulate the swimlane grid.
setTabAlignment(int) - Method in class com.mindfusion.diagramming.TabbedScrollPane
Sets the tabs alignment.
setTableBrush(Brush) - Method in class com.mindfusion.diagramming.Diagram
Deprecated.
setTableCaption(String) - Method in class com.mindfusion.diagramming.Diagram
Sets the default caption text that should be assigned to new tables.
setTableCaptionHeight(float) - Method in class com.mindfusion.diagramming.Diagram
Sets the default height of the caption area of new tables.
setTableColumnCount(int) - Method in class com.mindfusion.diagramming.Diagram
Sets how many columns should be allocated to new tables.
setTableColumnWidth(float) - Method in class com.mindfusion.diagramming.Diagram
Sets the default width of columns in newly created tables.
setTableConnectionStyle(TableConnectionStyle) - Method in class com.mindfusion.diagramming.Diagram
Sets how users are allowed to link tables to each other - as integral entities, by rows, or both.
setTableCustomDraw(CustomDraw) - Method in class com.mindfusion.diagramming.Diagram
Sets the default type of custom painting applied to new tables.
setTableHandlesStyle(HandlesStyle) - Method in class com.mindfusion.diagramming.Diagram
Sets the style of selection handles that should be assigned to new tables.
setTablePen(Pen) - Method in class com.mindfusion.diagramming.Diagram
Deprecated.
setTableRowCount(int) - Method in class com.mindfusion.diagramming.Diagram
Sets how many rows should be allocated to new tables.
setTableRowHeight(float) - Method in class com.mindfusion.diagramming.Diagram
Sets the default height of rows in newly created tables.
setTableShape(SimpleShape) - Method in class com.mindfusion.diagramming.Diagram
Sets the default value of the Shape property of new tables.
setTablesScrollable(boolean) - Method in class com.mindfusion.diagramming.Diagram
Sets a value indicating whether users are allowed to scroll new tables.
setTag(Object) - Method in class com.mindfusion.diagramming.AnchorPoint
Assigns a custom data object to this anchor point.
setTag(Object) - Method in class com.mindfusion.diagramming.Cell
Assigns user-defined data to a cell.
setTag(Object) - Method in class com.mindfusion.diagramming.Diagram
Associates a custom data with this diagram.
setTag(Object) - Method in class com.mindfusion.diagramming.DiagramItem
Assigns user-defined data to an item.
setTag(Object) - Method in class com.mindfusion.diagramming.Group
Assigns a custom data object to this group.
setTag(Object) - Method in class com.mindfusion.diagramming.JsonSerializeTagEventArgs
Sets the tag object being serialized/deserialized.
setTag(Object) - Method in class com.mindfusion.diagramming.SerializeTagEvent
Sets the tag after deserializing it.
setTag(Object) - Method in class com.mindfusion.diagramming.TreeViewItem
Sets custom data associated with this item.
setTargetView(Object) - Method in class com.mindfusion.diagramming.RenderOptions
 
setTemperature(double) - Method in class com.mindfusion.diagramming.jlayout.AnnealLayoutInfo
Sets the initial temperature of the simulated annealing process.
setTemperatureScale(double) - Method in class com.mindfusion.diagramming.AnnealLayout
Sets how much the simulated temperature is decreased at each stage of the algorithm.
setTemperatureScale(double) - Method in class com.mindfusion.diagramming.jlayout.AnnealLayoutInfo
Sets how much the simulated temperature is decreased at each stage of the algorithm.
setText(String) - Method in class com.mindfusion.diagramming.Cell
Sets the text that should be displayed inside the cell.
setText(String) - Method in class com.mindfusion.diagramming.components.EditComponent
Sets the text of the edit component.
setText(String) - Method in class com.mindfusion.diagramming.components.TextComponent
Sets the text displayed by the component.
setText(String) - Method in class com.mindfusion.diagramming.components.TextLayout
 
setText(String) - Method in class com.mindfusion.diagramming.DiagramLink
Sets the text of the link's label.
setText(String) - Method in class com.mindfusion.diagramming.FreeFormNode
Sets the text label displayed inside this node.
setText(String) - Method in class com.mindfusion.diagramming.ItemLabel
Sets the label's text.
setText(String) - Method in class com.mindfusion.diagramming.ShapeNode
Sets the text label displayed inside this node.
setTextAlignment(Align) - Method in class com.mindfusion.diagramming.components.EditComponent
Sets the horizontal alignment of the text in the edit component.
setTextAntiAlias(SmoothingMode) - Method in class com.mindfusion.diagramming.DiagramView
Sets the current anti-aliasing mode for text.
setTextAntiAlias(SmoothingMode) - Method in class com.mindfusion.diagramming.RenderOptions
 
setTextArea(ElementTemplate[]) - Method in class com.mindfusion.diagramming.Shape
Sets the outline of the text area of this shape.
setTextBrush(Brush) - Method in class com.mindfusion.diagramming.DiagramItem
Sets the brush used to paint texts inside the item.
setTextBrush(Brush) - Method in class com.mindfusion.diagramming.DiagramItemStyle
Sets the brush used to paint texts inside the item.
setTextBrush(Brush) - Method in class com.mindfusion.diagramming.DiagramStyle
Sets the brush used to paint texts inside the items.
setTextColor(Color) - Method in class com.mindfusion.diagramming.Cell
Sets the color used to draw the text of this cell.
setTextColor(Color) - Method in class com.mindfusion.diagramming.components.EditComponent
Sets the color of the text.
setTextColor(Color) - Method in class com.mindfusion.diagramming.components.SpinnerComponent
Sets the color of the spinner's text.
setTextColor(Color) - Method in class com.mindfusion.diagramming.components.TextComponent
Sets the color of the displayed text.
setTextColor(Color) - Method in class com.mindfusion.diagramming.Diagram
Deprecated.
setTextColor(Color) - Method in class com.mindfusion.diagramming.ItemLabel
Sets the color of the label's text.
setTextColor(Color) - Method in class com.mindfusion.diagramming.Ruler
Sets the color used to paint texts in the ruler.
setTextFormat(TextFormat) - Method in class com.mindfusion.diagramming.Cell
Sets a TextFormat object specifying how to format and align the text of this cell.
setTextFormat(TextFormat) - Method in class com.mindfusion.diagramming.components.TextComponent
Sets the formatting of the displayed text.
setTextFormat(TextFormat) - Method in class com.mindfusion.diagramming.Diagram
Sets the default format and alignment of the text of new items.
setTextFormat(TextFormat) - Method in class com.mindfusion.diagramming.ShapeNode
Sets a TextFormat object specifying how to format and align the text of this node.
setTextFormat(TextFormat) - Method in class com.mindfusion.diagramming.TreeViewNode
Sets a TextFormat object specifying how to format and align the text of this node.
setTextPadding(Thickness) - Method in class com.mindfusion.diagramming.Cell
Sets the spacing between the cell's boundaries and its text.
setTextPadding(float) - Method in class com.mindfusion.diagramming.components.EditComponent
Sets the padding of the edit component.
setTextPadding(Thickness) - Method in class com.mindfusion.diagramming.DiagramItem
Sets the spacing between the item boundaries and its text.
setTextStyle(LinkTextStyle) - Method in class com.mindfusion.diagramming.DiagramLink
Sets the link's text placement and orientation.
setTexture(Image) - Method in class com.mindfusion.drawing.TextureBrush
 
setTextWrapping(TextWrapping) - Method in class com.mindfusion.diagramming.components.EditComponent
Sets the wrapping of of the text in the edit component.
setTextWrapping(TextWrapping) - Method in class com.mindfusion.diagramming.components.TextLayout
 
setTheme(Theme) - Method in class com.mindfusion.diagramming.Diagram
Sets the theme associated with the diagram.
setThumbBrush(Brush) - Method in class com.mindfusion.diagramming.components.RangeSliderRailComponent
Sets the brush of the rail's thumbs.
setThumbBrush(Brush) - Method in class com.mindfusion.diagramming.components.SliderRailComponent
Sets the brush of the rail's thumb.
setThumbPen(Pen) - Method in class com.mindfusion.diagramming.components.RangeSliderRailComponent
Sets the border pen of the rail's thumbs.
setThumbPen(Pen) - Method in class com.mindfusion.diagramming.components.SliderRailComponent
Sets the border pen of the rail's thumb.
setTickPosition(TickPosition) - Method in class com.mindfusion.diagramming.ZoomControl
Sets the current tick position of the trackbar.
setTickSize(float) - Method in class com.mindfusion.diagramming.components.RangeSliderRailComponent
Sets the size of the tick in the middle of the rail.
setTimeLimit(long) - Method in class com.mindfusion.diagramming.jlayout.LayeredLayoutInfo
 
setTimeLimit(long) - Method in class com.mindfusion.diagramming.LayeredLayout
Sets a time-out value for the path-finding part of the layered layout algorithm.
setTitle(String) - Method in class com.mindfusion.diagramming.Command
Sets the command title.
setTitle(String) - Method in class com.mindfusion.diagramming.DiagramPage
Sets the page title.
setTitle(String) - Method in class com.mindfusion.diagramming.Layer
Sets a title associated with the layer.
setTitleColor(Color) - Method in class com.mindfusion.diagramming.DiagramPage
Gets the color of the title when the title is displayed.
setToolTip(String) - Method in class com.mindfusion.diagramming.Cell
Sets the tooltip text that should be displayed when the mouse pointer rests for a while over the cell.
setToolTip(String) - Method in class com.mindfusion.diagramming.Diagram
Sets the tooltip text that should be displayed when the mouse hovers over an unoccupied area of the diagram.
setToolTip(String) - Method in class com.mindfusion.diagramming.DiagramItem
Sets the tooltip text that should be displayed when the mouse pointer rests over an item.
setTop(float) - Method in class com.mindfusion.diagramming.Thickness
 
setTopMargin(float) - Method in interface com.mindfusion.diagramming.jlayout.SwimlaneGrid
 
setTopMargin(float) - Method in class com.mindfusion.diagramming.LaneGrid
setTopMargin(float) - Method in interface com.mindfusion.diagramming.SwimlaneGrid
Sets the top margin of the swimlane grid.
setTrackingRectPen(Pen) - Method in class com.mindfusion.diagramming.Overview
Sets the Pen object used to draw the tracking rectangle border.
setTrackPointedItem(boolean) - Method in class com.mindfusion.diagramming.DiagramView
Sets a value indicating whether the control should raise the nodePointerEnter and nodePointerLeave events.
setTransform(AffineTransform) - Method in class com.mindfusion.drawing.GradientBrush
 
setTransform(AffineTransform) - Method in class com.mindfusion.drawing.RadialGradientBrush
 
setTransparent(boolean) - Method in class com.mindfusion.diagramming.ShapeNode
Sets a value indicating whether only the text and image of a node should be drawn on the screen.
setTriggerRerouting(EnumSet<RerouteLinks>) - Method in class com.mindfusion.diagramming.RoutingOptions
Sets a value indicating when JDiagram should look for new link routes.
setTurnCost(float) - Method in class com.mindfusion.diagramming.QuickRouter
Sets a value added to the total cost of a route if it makes a turn.
setTurnCost(short) - Method in class com.mindfusion.diagramming.RoutingOptions
Sets the value added to the total route cost when a link makes a turn.
setType(ButtonComponent.ButtonType) - Method in class com.mindfusion.diagramming.components.ButtonComponent
Sets the type of the button.
setType(SliderComponent.SliderType) - Method in class com.mindfusion.diagramming.components.SliderComponent
Sets the type of this slider component.
setType(GlassEffectType) - Method in class com.mindfusion.diagramming.GlassEffect
Sets the type of the glass effect.
setType(TreeLayoutType) - Method in class com.mindfusion.diagramming.TreeLayout
Sets the layout mode.
setUBendMaxLen(float) - Method in class com.mindfusion.diagramming.QuickRouter
 
setUndoEnabled(boolean) - Method in class com.mindfusion.diagramming.UndoManager
Enables or disabled undo/redo.
setUnit(MeasureUnit) - Method in class com.mindfusion.diagramming.Ruler
Sets the measure units displayed by the ruler.
setUnitsPerMillimeter(float) - Method in class com.mindfusion.diagramming.jlayout.CascadeLayoutInfo
Sets a coefficient representing the ratio between millimeter and the current default units of measure.
setup(String, Graphics2D, Font) - Method in class com.mindfusion.drawing.Text
Assigns new text to the object.
setUsePenAsGlow(boolean) - Method in class com.mindfusion.diagramming.GlassEffect
Sets a value indicating whether the glow portion of the effect should be painted with the Pen color of the respective node.
setValidityChecks(boolean) - Method in class com.mindfusion.diagramming.Diagram
 
setValue(float) - Method in class com.mindfusion.diagramming.components.NumericEditComponent
Sets the value displayed in the edit box.
setValue(float) - Method in class com.mindfusion.diagramming.components.SliderComponent
Sets the value of the slider.
setValue(float) - Method in class com.mindfusion.diagramming.components.SliderRailComponent
Sets the currently selected value.
setValue(float) - Method in class com.mindfusion.diagramming.components.SpinnerComponent
Sets the value displayed in the spinner.
setValue(float) - Method in class com.mindfusion.diagramming.ScrollBar
 
setValue(Object, Object) - Method in class com.mindfusion.diagramming.Style
Sets the value of the specified property.
setValueBrush(Brush) - Method in class com.mindfusion.diagramming.components.RangeSliderRailComponent
Sets the brush used to fill the portion of the rail between StartValue and EndValue.
setVerticalAlign(Align) - Method in class com.mindfusion.diagramming.ItemLabel
Sets label's vertical alignment relative to the pin point.
setVerticalAlign(Align) - Method in class com.mindfusion.drawing.TextFormat
Sets the vertical text alignment.
setVerticalAlignment(int) - Method in class com.mindfusion.diagramming.components.ComponentBase
Sets the vertical alignment of this component relative to its parent.
setVerticalDropAlignment(VerticalAlignment) - Method in class com.mindfusion.diagramming.DiagramView
Sets the vertical placement of nodes created by drag-and-drop operations, relatively to mouse cursor.
setVerticalOffset(float) - Method in class com.mindfusion.diagramming.ItemLabel
Sets the label's vertical offset.
setVerticalPadding(float) - Method in class com.mindfusion.diagramming.DecisionLayout
Sets the vertical distance between adjacent nodes.
setVerticalPadding(float) - Method in class com.mindfusion.diagramming.jlayout.DecisionLayoutInfo
Sets the vertical distance between adjacent nodes.
setVerticalResizeCursor(Cursor) - Method in class com.mindfusion.diagramming.DiagramView
Sets the cursor shown when dragging from the current mouse pointer location would start resizing an item vertically.
setVerticalScaleAlignment(int) - Method in class com.mindfusion.diagramming.Ruler
Sets the alignment of the vertical scale.
setVerticalScaleVisible(boolean) - Method in class com.mindfusion.diagramming.Ruler
Sets a value specifying whether the vertval scale is visible.
setVgap(int) - Method in class com.mindfusion.diagramming.VerticalFlowLayout
Sets the vertical gap between components and between the components and the borders of the Container.
setView(DiagramView) - Method in class com.mindfusion.diagramming.ZoomControl
Sets the DiagramView object controlled by this ZoomControl.
setVisible(boolean) - Method in class com.mindfusion.diagramming.components.ComponentBase
Sets a value indicating whether the component is visible.
setVisible(boolean) - Method in class com.mindfusion.diagramming.ContainerNode
Sets a value indicating whether the container is visible.
setVisible(boolean) - Method in class com.mindfusion.diagramming.ControlNode
Sets a value indicating whether the node is visible.
setVisible(boolean) - Method in class com.mindfusion.diagramming.DiagramItem
Sets a value indicating whether an item is visible.
setVisible(boolean) - Method in class com.mindfusion.diagramming.DiagramLink
Specifies whether the link should be drawn on the screen.
setVisible(boolean) - Method in class com.mindfusion.diagramming.Group
Shows or hides all items in the group.
setVisible(boolean) - Method in class com.mindfusion.diagramming.Layer
Sets a value indicating whether the layer is visible.
setVisibleButtonTooltip(String) - Method in class com.mindfusion.diagramming.LayerListView
Gets the tooltip for the 'Visible' button in each item.
setVisibleRect(Rectangle2D) - Method in class com.mindfusion.diagramming.RenderOptions
 
setWeight(float) - Method in class com.mindfusion.diagramming.DiagramItem
Sets a weight value used in layout and path-finding algorithms.
setWidth(float) - Method in class com.mindfusion.diagramming.Column
Sets the width of this column and all cells inside it.
setWidth(float) - Method in class com.mindfusion.diagramming.components.ComponentBase
Sets the explicit width of this component.
setWidth(float) - Method in class com.mindfusion.diagramming.ElementTemplate
 
setWidth(T, double) - Static method in class com.mindfusion.diagramming.Utilities
 
setWidth(double) - Method in class com.mindfusion.drawing.Pen
Sets what the width of the lines drawn with this pen should be.
setWidthHeightRatio(float) - Method in class com.mindfusion.diagramming.AnnealLayout
Sets what width / height ratio the layout area should have.
setWidthHeightRatio(double) - Method in class com.mindfusion.diagramming.jlayout.AnnealLayoutInfo
Sets what width / height ratio the layout area should have.
setWrapAtCharacter(boolean) - Method in class com.mindfusion.drawing.TextFormat
Sets a value indicating whether text can be wrapped to a new line at an arbitrary character, or only after a whole word.
setWrapAtCharacter(boolean) - Method in class com.mindfusion.drawing.TextLayoutOptions
 
setWrapOverflowingSingleWordLines(boolean) - Method in class com.mindfusion.drawing.TextFormat
Sets whether a single-word line should wrap when overflowing.
setWrapOverflowingSingleWordLines(boolean) - Method in class com.mindfusion.drawing.TextLayoutOptions
 
setX(float) - Method in class com.mindfusion.diagramming.AnchorPoint
Sets the X position of the anchor point.
setX(float) - Method in class com.mindfusion.diagramming.ShapeFormulaParam
Sets the horizontal position of the control point.
setX(T, double) - Static method in class com.mindfusion.diagramming.Utilities
 
setX(T, double) - Static method in class com.mindfusion.diagramming.Utilities
 
setX(double) - Method in class com.mindfusion.drawing.RadialGradientBrush
Sets the relative x-coordinate of the center point.
setXGap(float) - Method in class com.mindfusion.diagramming.GridLayout
Sets a value indicating how much horizontal space should be left between the document boundaries and the graph.
setXGap(float) - Method in class com.mindfusion.diagramming.jlayout.GridLayoutInfo
 
setXGap(float) - Method in class com.mindfusion.diagramming.jlayout.TreeLayoutInfo
 
setXGap(float) - Method in class com.mindfusion.diagramming.LayeredLayout
Sets a value indicating how much horizontal space should be left between the document boundaries and the graph.
setXGap(float) - Method in class com.mindfusion.diagramming.TreeLayout
Sets a value indicating how much horizontal space to leave between the document boundaries and the tree.
setXmlClipboard(boolean) - Method in class com.mindfusion.diagramming.DiagramView
Sets a value that specifies whether XML serialization will be used when saving/loading the selection to/from clipboard.
setXUnit(UnitType) - Method in class com.mindfusion.diagramming.AnchorPoint
Sets whether the point's X position is specified as percentage of node's size or fixed offset from the node's left side.
setY(float) - Method in class com.mindfusion.diagramming.AnchorPoint
Sets the Y position of the anchor point.
setY(float) - Method in class com.mindfusion.diagramming.ShapeFormulaParam
Sets the vertical position of the control point.
setY(T, double) - Static method in class com.mindfusion.diagramming.Utilities
 
setY(T, double) - Static method in class com.mindfusion.diagramming.Utilities
 
setY(double) - Method in class com.mindfusion.drawing.RadialGradientBrush
Sets the relative y-coordinate of the center point.
setYGap(float) - Method in class com.mindfusion.diagramming.GridLayout
Sets a value indicating how much vertical space should be left between the document boundaries and the graph.
setYGap(float) - Method in class com.mindfusion.diagramming.jlayout.GridLayoutInfo
 
setYGap(float) - Method in class com.mindfusion.diagramming.jlayout.TreeLayoutInfo
 
setYGap(float) - Method in class com.mindfusion.diagramming.LayeredLayout
Sets a value indicating how much vertical space should be left between the document boundaries and the graph.
setYGap(float) - Method in class com.mindfusion.diagramming.TreeLayout
Sets a value indicating how much vertical space to leave between the document boundaries and the tree.
setYUnit(UnitType) - Method in class com.mindfusion.diagramming.AnchorPoint
Sets whether the point's Y position is specified as percentage of node's size or fixed offset from the node's top side.
setZIndex(int) - Method in class com.mindfusion.diagramming.DiagramItem
Sets the position of an item within the diagram's Z order.
setZIndex(int) - Method in class com.mindfusion.diagramming.Layer
Sets the z-index of the layer.
setZoomFactor(float) - Method in class com.mindfusion.diagramming.DiagramView
Sets the zoom level.
setZoomFactor(float, boolean) - Method in class com.mindfusion.diagramming.ZoomControl
 
setZoomFactor(float) - Method in class com.mindfusion.diagramming.ZoomControl
Sets current zoom level.
setZoomStep(float) - Method in class com.mindfusion.diagramming.ZoomControl
Sets the amount by which to change zoom level when + and - buttons are clicked.
shadowBrush(Brush) - Method in class com.mindfusion.diagramming.builders.CompositeNodeBuilder
Sets the color of the item's shadow.
shadowBrush(Color) - Method in class com.mindfusion.diagramming.builders.CompositeNodeBuilder
 
shadowBrush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.CompositeNodeBuilder
 
shadowBrush(Brush) - Method in class com.mindfusion.diagramming.builders.CompositeNodeStyleBuilder
Sets the brush used to paint the shadow of the item.
shadowBrush(Color) - Method in class com.mindfusion.diagramming.builders.CompositeNodeStyleBuilder
 
shadowBrush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.CompositeNodeStyleBuilder
 
shadowBrush(Brush) - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
Sets the color of the item's shadow.
shadowBrush(Color) - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
 
shadowBrush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
 
shadowBrush(Brush) - Method in class com.mindfusion.diagramming.builders.ContainerNodeStyleBuilder
Sets the brush used to paint the shadow of the item.
shadowBrush(Color) - Method in class com.mindfusion.diagramming.builders.ContainerNodeStyleBuilder
 
shadowBrush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.ContainerNodeStyleBuilder
 
shadowBrush(Brush) - Method in class com.mindfusion.diagramming.builders.ControlNodeBuilder
Sets the color of the item's shadow.
shadowBrush(Color) - Method in class com.mindfusion.diagramming.builders.ControlNodeBuilder
 
shadowBrush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.ControlNodeBuilder
 
shadowBrush(Brush) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the brush of items shadows.
shadowBrush(Color) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
 
shadowBrush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
 
shadowBrush(Brush) - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
Sets the color of the item's shadow.
shadowBrush(Color) - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
 
shadowBrush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
 
shadowBrush(Brush) - Method in class com.mindfusion.diagramming.builders.DiagramLinkStyleBuilder
Sets the brush used to paint the shadow of the item.
shadowBrush(Color) - Method in class com.mindfusion.diagramming.builders.DiagramLinkStyleBuilder
 
shadowBrush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.DiagramLinkStyleBuilder
 
shadowBrush(Brush) - Method in class com.mindfusion.diagramming.builders.FreeFormNodeBuilder
Sets the color of the item's shadow.
shadowBrush(Color) - Method in class com.mindfusion.diagramming.builders.FreeFormNodeBuilder
 
shadowBrush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.FreeFormNodeBuilder
 
shadowBrush(Brush) - Method in class com.mindfusion.diagramming.builders.FreeFormNodeStyleBuilder
Sets the brush used to paint the shadow of the item.
shadowBrush(Color) - Method in class com.mindfusion.diagramming.builders.FreeFormNodeStyleBuilder
 
shadowBrush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.FreeFormNodeStyleBuilder
 
shadowBrush(Brush) - Method in class com.mindfusion.diagramming.builders.ShapeNodeBuilder
Sets the color of the item's shadow.
shadowBrush(Color) - Method in class com.mindfusion.diagramming.builders.ShapeNodeBuilder
 
shadowBrush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.ShapeNodeBuilder
 
shadowBrush(Brush) - Method in class com.mindfusion.diagramming.builders.ShapeNodeStyleBuilder
Sets the brush used to paint the shadow of the item.
shadowBrush(Color) - Method in class com.mindfusion.diagramming.builders.ShapeNodeStyleBuilder
 
shadowBrush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.ShapeNodeStyleBuilder
 
shadowBrush(Brush) - Method in class com.mindfusion.diagramming.builders.SvgNodeBuilder
Sets the color of the item's shadow.
shadowBrush(Color) - Method in class com.mindfusion.diagramming.builders.SvgNodeBuilder
 
shadowBrush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.SvgNodeBuilder
 
shadowBrush(Brush) - Method in class com.mindfusion.diagramming.builders.SvgNodeStyleBuilder
Sets the brush used to paint the shadow of the item.
shadowBrush(Color) - Method in class com.mindfusion.diagramming.builders.SvgNodeStyleBuilder
 
shadowBrush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.SvgNodeStyleBuilder
 
shadowBrush(Brush) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
Sets the color of the item's shadow.
shadowBrush(Color) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
 
shadowBrush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
 
shadowBrush(Brush) - Method in class com.mindfusion.diagramming.builders.TableNodeStyleBuilder
Sets the brush used to paint the shadow of the item.
shadowBrush(Color) - Method in class com.mindfusion.diagramming.builders.TableNodeStyleBuilder
 
shadowBrush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.TableNodeStyleBuilder
 
shadowBrush(Brush) - Method in class com.mindfusion.diagramming.builders.TreeViewNodeBuilder
Sets the color of the item's shadow.
shadowBrush(Color) - Method in class com.mindfusion.diagramming.builders.TreeViewNodeBuilder
 
shadowBrush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.TreeViewNodeBuilder
 
shadowBrush(Brush) - Method in class com.mindfusion.diagramming.builders.TreeViewNodeStyleBuilder
Sets the brush used to paint the shadow of the item.
shadowBrush(Color) - Method in class com.mindfusion.diagramming.builders.TreeViewNodeStyleBuilder
 
shadowBrush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.TreeViewNodeStyleBuilder
 
shadowOffsetX(float) - Method in class com.mindfusion.diagramming.builders.CompositeNodeBuilder
Sets the horizontal distance between a shadow and the item that casts it.
shadowOffsetX(float) - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
Sets the horizontal distance between a shadow and the item that casts it.
shadowOffsetX(float) - Method in class com.mindfusion.diagramming.builders.ControlNodeBuilder
Sets the horizontal distance between a shadow and the item that casts it.
shadowOffsetX(float) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the default horizontal distance between shadows and the items that cast them.
shadowOffsetX(float) - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
Sets the horizontal distance between a shadow and the item that casts it.
shadowOffsetX(float) - Method in class com.mindfusion.diagramming.builders.FreeFormNodeBuilder
Sets the horizontal distance between a shadow and the item that casts it.
shadowOffsetX(float) - Method in class com.mindfusion.diagramming.builders.ShapeNodeBuilder
Sets the horizontal distance between a shadow and the item that casts it.
shadowOffsetX(float) - Method in class com.mindfusion.diagramming.builders.SvgNodeBuilder
Sets the horizontal distance between a shadow and the item that casts it.
shadowOffsetX(float) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
Sets the horizontal distance between a shadow and the item that casts it.
shadowOffsetX(float) - Method in class com.mindfusion.diagramming.builders.TreeViewNodeBuilder
Sets the horizontal distance between a shadow and the item that casts it.
shadowOffsetY(float) - Method in class com.mindfusion.diagramming.builders.CompositeNodeBuilder
Sets the vertical distance between a shadow and the item that casts it.
shadowOffsetY(float) - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
Sets the vertical distance between a shadow and the item that casts it.
shadowOffsetY(float) - Method in class com.mindfusion.diagramming.builders.ControlNodeBuilder
Sets the vertical distance between a shadow and the item that casts it.
shadowOffsetY(float) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the default vertical distance between shadows and the items that cast them.
shadowOffsetY(float) - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
Sets the vertical distance between a shadow and the item that casts it.
shadowOffsetY(float) - Method in class com.mindfusion.diagramming.builders.FreeFormNodeBuilder
Sets the vertical distance between a shadow and the item that casts it.
shadowOffsetY(float) - Method in class com.mindfusion.diagramming.builders.ShapeNodeBuilder
Sets the vertical distance between a shadow and the item that casts it.
shadowOffsetY(float) - Method in class com.mindfusion.diagramming.builders.SvgNodeBuilder
Sets the vertical distance between a shadow and the item that casts it.
shadowOffsetY(float) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
Sets the vertical distance between a shadow and the item that casts it.
shadowOffsetY(float) - Method in class com.mindfusion.diagramming.builders.TreeViewNodeBuilder
Sets the vertical distance between a shadow and the item that casts it.
shadowsStyle(ShadowsStyle) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the style of shadows.
ShadowsStyle - Enum in com.mindfusion.diagramming
The members of this enumeration specify how JDiagram should draw the shadows of items.
shape(SimpleShape) - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
Sets the shape of this container.
shape(LinkShape) - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
Sets the shape of a link.
shape(Shape) - Method in class com.mindfusion.diagramming.builders.ShapeNodeBuilder
Sets the shape of a node to the specified Shape instance.
shape(Shape) - Method in class com.mindfusion.diagramming.builders.SvgNodeBuilder
Sets the shape of a node to the specified Shape instance.
shape(SimpleShape) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
Sets the shape of this table.
shape(SimpleShape) - Method in class com.mindfusion.diagramming.builders.TreeViewNodeBuilder
Sets the shape of this node.
shape - Variable in class com.mindfusion.diagramming.ContainerNodeProperties
 
Shape - Class in com.mindfusion.diagramming
A Shape object describes a shape consisting of a series of straight lines, arcs and Bezier curves.
Shape(ElementTemplate[], int, String) - Constructor for class com.mindfusion.diagramming.Shape
Initializes a new Shape instance by setting its outline, fill rule and shape identifier.
Shape(ElementTemplate[], ElementTemplate[], ElementTemplate[], int, String) - Constructor for class com.mindfusion.diagramming.Shape
Initializes a new Shape instance by setting its outline, decorations, text area, fill rule and shape identifier.
Shape(ElementTemplate[], ElementTemplate[], ElementTemplate[], int, String, ShapeDecoration[]) - Constructor for class com.mindfusion.diagramming.Shape
 
Shape(short[], String) - Constructor for class com.mindfusion.diagramming.Shape
Initializes a new instance of the Shape class with the specified outline and id.
shapeBrush(Brush) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the default brush that should be assigned to new nodes.
shapeBrush(Color) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
 
shapeBrush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
 
ShapeComponent - Class in com.mindfusion.diagramming.components
Represents components which can display geometric shapes.
ShapeComponent() - Constructor for class com.mindfusion.diagramming.components.ShapeComponent
Initializes a new instance of the ShapeComponent class.
ShapeConverter - Class in com.mindfusion.diagramming
Converts strings to Shape.
ShapeConverter() - Constructor for class com.mindfusion.diagramming.ShapeConverter
 
shapeCustomDraw(CustomDraw) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets whether new nodes should be custom drawn and what type of custom drawing will be performed on them.
ShapeData - Class in com.mindfusion.diagramming
 
ShapeData(int) - Constructor for class com.mindfusion.diagramming.ShapeData
 
ShapeDecoration - Class in com.mindfusion.diagramming
That class contained an array of shape template elements that define shape decorations.
ShapeDecoration(ElementTemplate[], Brush, int, Pen) - Constructor for class com.mindfusion.diagramming.ShapeDecoration
Initializes a new instance of the ShapeDecoration class with the specified outline, brush, pen and rule.
ShapeEvent - Class in com.mindfusion.diagramming
 
ShapeEvent(Object, Shape, int, String) - Constructor for class com.mindfusion.diagramming.ShapeEvent
Initializes a new ShapeEvent instance.
ShapeEvent(Object, Shape, int) - Constructor for class com.mindfusion.diagramming.ShapeEvent
 
ShapeEvent(Object, Shape) - Constructor for class com.mindfusion.diagramming.ShapeEvent
Initializes a new instance of the ShapeEvent class.
ShapeFormulaParam - Class in com.mindfusion.diagramming
Represents the position of a ShapeControlPoint, passed as parameter to shape formulas.
ShapeFormulaParam() - Constructor for class com.mindfusion.diagramming.ShapeFormulaParam
Initializes a new instance of the ShapeFormulaParam class.
ShapeFormulaParam(float, float) - Constructor for class com.mindfusion.diagramming.ShapeFormulaParam
Initializes a new instance of the ShapeFormulaParam class.
shapeHandlesStyle(HandlesStyle) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the style of selection handles that should be assigned to new nodes.
ShapeLibrary - Class in com.mindfusion.diagramming
The ShapeLibrary class represents a collection of shape definitions stored together.
ShapeLibrary(Shape[]) - Constructor for class com.mindfusion.diagramming.ShapeLibrary
 
ShapeList - Class in com.mindfusion.diagramming
A strongly-typed list of Shape objects.
ShapeList() - Constructor for class com.mindfusion.diagramming.ShapeList
 
ShapeList(Collection<Shape>) - Constructor for class com.mindfusion.diagramming.ShapeList
 
ShapeList(Shape[]) - Constructor for class com.mindfusion.diagramming.ShapeList
 
ShapeListBox - Class in com.mindfusion.diagramming
The ShapeListBox control displays a set of shapes defined via the Shape class.
ShapeListBox() - Constructor for class com.mindfusion.diagramming.ShapeListBox
Initializes a new instance of the ShapeListBox class.
ShapeListBoxListener - Interface in com.mindfusion.diagramming
Defines signatures for shape select, rename and delete events in ShapeListBox
ShapeNode - Class in com.mindfusion.diagramming
ShapeNode objects represent nodes in graphs, tree, process diagrams, etc.
ShapeNode() - Constructor for class com.mindfusion.diagramming.ShapeNode
Initializes a new instance of the ShapeNode class.
ShapeNode(Diagram) - Constructor for class com.mindfusion.diagramming.ShapeNode
Initializes a new ShapeNode instance by setting its properties to the default values specified in the diagram.
ShapeNode(ShapeNode) - Constructor for class com.mindfusion.diagramming.ShapeNode
Initializes a new ShapeNode instance by copying the attribute values from the specified prototype node.
ShapeNodeBuilder - Class in com.mindfusion.diagramming.builders
A class used to initialize ShapeNode objects.
ShapeNodeBuilder() - Constructor for class com.mindfusion.diagramming.builders.ShapeNodeBuilder
Initializes a new instance of the ShapeNodeBuilder class.
ShapeNodeBuilder(ShapeNode) - Constructor for class com.mindfusion.diagramming.builders.ShapeNodeBuilder
Initializes a new instance of the ShapeNodeBuilder class.
ShapeNodeList - Class in com.mindfusion.diagramming
A strongly-typed list of ShapeNode objects.
ShapeNodeList() - Constructor for class com.mindfusion.diagramming.ShapeNodeList
 
ShapeNodeProperties - Class in com.mindfusion.diagramming
Stores the values of ShapeNode properties during undo / redo operations.
ShapeNodeProperties() - Constructor for class com.mindfusion.diagramming.ShapeNodeProperties
 
ShapeNodeState - Class in com.mindfusion.diagramming
 
ShapeNodeState(ShapeNode) - Constructor for class com.mindfusion.diagramming.ShapeNodeState
 
ShapeNodeStyle - Class in com.mindfusion.diagramming
Represents a reusable set of properties that define the appearance of shape nodes.
ShapeNodeStyle() - Constructor for class com.mindfusion.diagramming.ShapeNodeStyle
Initializes a new instance of the ShapeNodeStyle class.
ShapeNodeStyleBuilder - Class in com.mindfusion.diagramming.builders
A class used to initialize ShapeNodeStyle objects.
ShapeNodeStyleBuilder() - Constructor for class com.mindfusion.diagramming.builders.ShapeNodeStyleBuilder
Initializes a new instance of the ShapeNodeStyleBuilder class.
ShapeNodeStyleBuilder(ShapeNodeStyle) - Constructor for class com.mindfusion.diagramming.builders.ShapeNodeStyleBuilder
Initializes a new instance of the ShapeNodeStyleBuilder class.
shapeOrientation(float) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the default shape definition orientation angle assigned to new nodes.
shapeOrientation(float) - Method in class com.mindfusion.diagramming.builders.ShapeNodeBuilder
Sets an orientation angle applied to the shape definition before the shape points are mapped to the node's bounding rectangle.
shapeOrientation(float) - Method in class com.mindfusion.diagramming.builders.SvgNodeBuilder
Sets an orientation angle applied to the shape definition before the shape points are mapped to the node's bounding rectangle.
shapePen(Pen) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the default pen that should be assigned to new nodes.
shapeRemoved(Shape, int) - Method in interface com.mindfusion.diagramming.ShapeListBoxListener
Raised when the user removes a Shape from the ListBox.
shapeRenamed(Shape, int, String) - Method in interface com.mindfusion.diagramming.ShapeListBoxListener
Raised when the user renames a Shape in the ListBox.
shapeSelected(Shape, int) - Method in interface com.mindfusion.diagramming.ShapeListBoxListener
Called when the user selects a Shape in the ListBox.
shapeText(String) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the default text that should be assigned to new nodes.
shouldRender() - Method in class com.mindfusion.diagramming.DiagramItem
Determines whether the item should be rendered in the current context
shouldRenderAnchors(RenderOptions) - Method in class com.mindfusion.diagramming.DiagramNode
Determines whether the node should render its anchor points.
showAnchors(ShowAnchors) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets a value indicating whether anchor points should be shown on screen.
ShowAnchors - Enum in com.mindfusion.diagramming
The members of this enumeration specify whether JDiagram should display marks at the anchor points positions.
showDisabledHandles(boolean) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets whether disabled manipulation handles should be displayed.
showGrid(boolean) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets a value indicating whether the alignment grid should be displayed.
showHandlesOnDrag(boolean) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets whether selection handles of objects under the mouse should be displayed while another object is being modified.
showLines(boolean) - Method in class com.mindfusion.diagramming.builders.TreeViewNodeBuilder
Sets whether to display lines connecting child items to parent items.
Sienna - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFA0522D.
Sienna - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFA0522D.
Sienna - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the Sienna color.
siftingRounds(int) - Method in class com.mindfusion.diagramming.builders.CircularLayoutBuilder
Sets the number of sifts to perform during the layout.
Silver - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFC0C0C0.
Silver - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFC0C0C0.
Silver - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the Silver color.
SimplePanel - Class in com.mindfusion.diagramming.components
A container which arranges its items so that they fill all available space.
SimplePanel() - Constructor for class com.mindfusion.diagramming.components.SimplePanel
Initializes a new instance of the SimplePanel class.
SimpleShape - Enum in com.mindfusion.diagramming
The members of this enumeration specify the shape of a node's outline.
size() - Method in class com.mindfusion.diagramming.BaseList
Returns the number of elements in this list.
size() - Method in class com.mindfusion.diagramming.jlayout.BaseList
 
size() - Method in class com.mindfusion.diagramming.ReadOnlyList
 
size() - Method in class com.mindfusion.diagramming.Selection
Returns the number of selected items.
size() - Method in class com.mindfusion.diagramming.ShapeList
 
SkyBlue - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FF87CEEB.
SkyBlue - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FF87CEEB.
SkyBlue - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the SkyBlue color.
Slash - Static variable in class com.mindfusion.diagramming.ArrowHeads
Display a slash.
SlateBlue - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FF6A5ACD.
SlateBlue - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FF6A5ACD.
SlateBlue - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the SlateBlue color.
SlateGray - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FF708090.
SlateGray - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FF708090.
SlateGray - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the SlateGray color.
SliderAdapter - Class in com.mindfusion.diagramming.components
Provides empty implementations for the methods defined in the SliderListener interface.
SliderAdapter() - Constructor for class com.mindfusion.diagramming.components.SliderAdapter
 
SliderComponent - Class in com.mindfusion.diagramming.components
Represents a slider component, which allows users to select a single value or a range of values.
SliderComponent() - Constructor for class com.mindfusion.diagramming.components.SliderComponent
Initializes a new instance of the SliderComponent class.
SliderComponent.SliderType - Enum in com.mindfusion.diagramming.components
Specifies the type of a slider component.
SliderListener - Interface in com.mindfusion.diagramming.components
Defines the events that can be raised by SliderComponent.
SliderRailAdapter - Class in com.mindfusion.diagramming.components
Provides empty implementations for the methods defined in the SliderRailListener interface.
SliderRailAdapter() - Constructor for class com.mindfusion.diagramming.components.SliderRailAdapter
 
SliderRailComponent - Class in com.mindfusion.diagramming.components
Represents a slider rail component.
SliderRailComponent() - Constructor for class com.mindfusion.diagramming.components.SliderRailComponent
Initializes a new instance of the SliderRailComponent class.
SliderRailListener - Interface in com.mindfusion.diagramming.components
Defines the events that can be raised by SliderRailComponent.
SmoothingMode - Enum in com.mindfusion.diagramming
Specifies whether smoothing (antialiasing) is applied
snapToAnchor(SnapToAnchor) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets a value indicating when links should snap to anchor points.
SnapToAnchor - Enum in com.mindfusion.diagramming
The members of this enumeration specify when a link should be aligned to a node's anchor point.
Snow - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFFFFAFA.
Snow - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFFFFAFA.
Snow - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the Snow color.
Solid - Static variable in class com.mindfusion.drawing.DashStyle
 
SolidBrush - Class in com.mindfusion.drawing
Represents a brush that paints the interior of objects with a single color.
SolidBrush(Color) - Constructor for class com.mindfusion.drawing.SolidBrush
Initializes a new instance of the SolidBrush class.
SolidBrush(String) - Constructor for class com.mindfusion.drawing.SolidBrush
Initializes a new instance of the SolidBrush class.
SolidBrush() - Constructor for class com.mindfusion.drawing.SolidBrush
Initializes a new instance of the SolidBrush class.
SortOrder - Class in com.mindfusion.diagramming.jlayout
 
SortOrder() - Constructor for class com.mindfusion.diagramming.jlayout.SortOrder
 
SpinnerComponent - Class in com.mindfusion.diagramming.components
Represents a spin edit component.
SpinnerComponent() - Constructor for class com.mindfusion.diagramming.components.SpinnerComponent
Initializes a new instance of the SpinnerComponent class.
SpinnerComponentListener - Interface in com.mindfusion.diagramming.components
Defines the events that can be raised by SpinnerComponent.
split(Graph, GraphBuilder) - Static method in class com.mindfusion.diagramming.jlayout.GraphSplitter
Divides the supplied graph to its connected subgraphs.
splitGraph(boolean) - Method in class com.mindfusion.diagramming.builders.AnnealLayoutBuilder
Whether unconnected sub-graphs should be laid out independently from each other.
splitGraph(boolean) - Method in class com.mindfusion.diagramming.builders.FlowchartLayoutBuilder
Sets a value indicating whether unconnected subgraphs should be laid out independently from each other.
splitLayers(boolean) - Method in class com.mindfusion.diagramming.builders.LayeredLayoutBuilder
Sets a value indicating whether layers that are much wider than the other layers should be split.
SpringGreen - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FF00FF7F.
SpringGreen - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FF00FF7F.
SpringGreen - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the SpringGreen color.
SpringLayout - Class in com.mindfusion.diagramming.jlayout
 
SpringLayout() - Constructor for class com.mindfusion.diagramming.jlayout.SpringLayout
 
SpringLayout - Class in com.mindfusion.diagramming
Implements the Spring-Embedder graph layout algorithm.
SpringLayout() - Constructor for class com.mindfusion.diagramming.SpringLayout
Initializes a new instance of the SpringLayout class.
SpringLayout(int, float, boolean) - Constructor for class com.mindfusion.diagramming.SpringLayout
Initializes a new instance of the SpringLayout class.
SpringLayout(int, float, boolean, boolean) - Constructor for class com.mindfusion.diagramming.SpringLayout
Initializes a new instance of the SpringLayout class.
SpringLayoutBuilder - Class in com.mindfusion.diagramming.builders
A class used to initialize SpringLayout objects.
SpringLayoutBuilder() - Constructor for class com.mindfusion.diagramming.builders.SpringLayoutBuilder
Initializes a new instance of the SpringLayoutBuilder class.
SpringLayoutBuilder(SpringLayout) - Constructor for class com.mindfusion.diagramming.builders.SpringLayoutBuilder
Initializes a new instance of the SpringLayoutBuilder class.
SpringLayoutInfo - Class in com.mindfusion.diagramming.jlayout
 
SpringLayoutInfo() - Constructor for class com.mindfusion.diagramming.jlayout.SpringLayoutInfo
 
SpringLayoutInfo(int, float, boolean, boolean) - Constructor for class com.mindfusion.diagramming.jlayout.SpringLayoutInfo
 
SpringLayoutTraits - Enum in com.mindfusion.diagramming.jlayout
Indicates item traits specific to SpringLayout.
squarify(boolean) - Method in class com.mindfusion.diagramming.builders.TreeMapLayoutBuilder
Sets a value indicating whether the layout should attempt to keep the dimension ratio of the nodes closer to 1.
StackPanel - Class in com.mindfusion.diagramming.components
Represents a container which arranges its children either vertically or horizontally.
StackPanel() - Constructor for class com.mindfusion.diagramming.components.StackPanel
Initializes a new instance of the StackPanel class.
stages(int) - Method in class com.mindfusion.diagramming.builders.AnnealLayoutBuilder
Sets how many cooling stages the algorithm should simulate.
start - Variable in class com.mindfusion.diagramming.jlayout.RouteDescriptor
 
startComposite(String) - Method in class com.mindfusion.diagramming.UndoManager
Starts recording a composite undo/redo command.
startComposite(String, boolean) - Method in class com.mindfusion.diagramming.UndoManager
Starts recording a composite undo/redo command.
startCreate(Point2D) - Method in class com.mindfusion.diagramming.DiagramItem
Invoked once when the user starts drawing a new item interactively.
startCreate(Point2D) - Method in class com.mindfusion.diagramming.DiagramLink
startCreate(Point2D) - Method in class com.mindfusion.diagramming.DiagramNode
startCreate(Point2D) - Method in class com.mindfusion.diagramming.FreeFormNode
startCreate(Point2D) - Method in class com.mindfusion.diagramming.Selection
 
startDraw(Point2D, MouseEvent) - Method in class com.mindfusion.diagramming.BehaviorBase
 
startDraw(Point2D, MouseEvent) - Method in class com.mindfusion.diagramming.DrawLinksBehavior
 
startDraw(Point2D, MouseEvent) - Method in class com.mindfusion.diagramming.DrawNodesBehavior
 
startDraw(Point2D, MouseEvent) - Method in class com.mindfusion.diagramming.LinkNodesBehavior
 
startDraw(Point2D, MouseEvent) - Method in class com.mindfusion.diagramming.ModifyBehavior
 
startDraw(Point2D, MouseEvent) - Method in class com.mindfusion.diagramming.MoveNodesBehavior
 
startDraw(Point2D, MouseEvent) - Method in class com.mindfusion.diagramming.PanBehavior
 
startDraw(Point2D, MouseEvent) - Method in class com.mindfusion.diagramming.SelectOnlyBehavior
BehaviorBase.startDraw override.
startDraw(Point2D, MouseEvent) - Method in class com.mindfusion.diagramming.ZoomBehavior
 
startDrawCommon(Point2D, MouseEvent) - Method in class com.mindfusion.diagramming.BehaviorBase
 
startDrawCommon(Point2D, MouseEvent) - Method in class com.mindfusion.diagramming.PanBehavior
 
startDrawCommon(Point2D, MouseEvent) - Method in class com.mindfusion.diagramming.SelectOnlyBehavior
BehaviorBase.startDrawCommon override.
startDrawCommon(Point2D, MouseEvent) - Method in class com.mindfusion.diagramming.ZoomBehavior
 
startInlineEdit() - Method in class com.mindfusion.diagramming.ShapeListBox
Initiates inline editing of shape id.
startInteraction(InteractionState, Point2D.Float) - Method in class com.mindfusion.diagramming.DiagramView
Starts the specified interactive operation.
startModify(Point2D, AdjustmentHandle, InteractionState) - Method in class com.mindfusion.diagramming.DiagramItem
Invoked when the user starts modifying this item interactively.
startModify(Point2D, AdjustmentHandle, InteractionState) - Method in class com.mindfusion.diagramming.DiagramLink
startModify(Point2D, AdjustmentHandle, InteractionState) - Method in class com.mindfusion.diagramming.DiagramNode
startModify(Point2D, AdjustmentHandle, InteractionState) - Method in class com.mindfusion.diagramming.FreeFormNode
startModify(Point2D, AdjustmentHandle, InteractionState) - Method in class com.mindfusion.diagramming.Selection
 
startNode(DiagramNode) - Method in class com.mindfusion.diagramming.builders.DecisionLayoutBuilder
Sets the initial (top-left) node in the arranged diagram.
startNode(DiagramNode) - Method in class com.mindfusion.diagramming.builders.GridLayoutBuilder
Sets the node that should be placed at the upper left corner of the grid.
startNode(DiagramNode) - Method in class com.mindfusion.diagramming.builders.LayeredLayoutBuilder
Sets the node that should be placed in the first layer of the arranged graph.
startPoint(Point2D.Float) - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
Sets the position of the first control point of this link.
startValueChanged(Object, ValueChangedEventArgs) - Method in class com.mindfusion.diagramming.components.SliderAdapter
 
startValueChanged(Object, ValueChangedEventArgs<Float>) - Method in interface com.mindfusion.diagramming.components.SliderListener
Raised when the selected start value has been changed interactively.
SteelBlue - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FF4682B4.
SteelBlue - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FF4682B4.
SteelBlue - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the SteelBlue color.
straightenLongLinks(boolean) - Method in class com.mindfusion.diagramming.builders.LayeredLayoutBuilder
Sets whether the layout algorithm should strive to straighten links that cross more than one layer of the graph.
Stretch - Static variable in class com.mindfusion.diagramming.components.HorizontalAlignment
 
Stretch - Static variable in class com.mindfusion.diagramming.components.VerticalAlignment
 
STRETCH - Static variable in class com.mindfusion.diagramming.VerticalFlowLayout
This value indicates that the components should be stretched horizontally.
stretchFactor(float) - Method in class com.mindfusion.diagramming.builders.TreeLayoutBuilder
Sets a value defining the elliptic factor used with radial layouts.
stroke(Brush) - Method in class com.mindfusion.diagramming.builders.CompositeNodeStyleBuilder
Sets the brush used to paint the outline of the item.
stroke(Color) - Method in class com.mindfusion.diagramming.builders.CompositeNodeStyleBuilder
 
stroke(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.CompositeNodeStyleBuilder
 
stroke(Brush) - Method in class com.mindfusion.diagramming.builders.ContainerNodeStyleBuilder
Sets the brush used to paint the outline of the item.
stroke(Color) - Method in class com.mindfusion.diagramming.builders.ContainerNodeStyleBuilder
 
stroke(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.ContainerNodeStyleBuilder
 
stroke(Brush) - Method in class com.mindfusion.diagramming.builders.DiagramLinkStyleBuilder
Sets the brush used to paint the outline of the item.
stroke(Color) - Method in class com.mindfusion.diagramming.builders.DiagramLinkStyleBuilder
 
stroke(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.DiagramLinkStyleBuilder
 
stroke(Brush) - Method in class com.mindfusion.diagramming.builders.FreeFormNodeStyleBuilder
Sets the brush used to paint the outline of the item.
stroke(Color) - Method in class com.mindfusion.diagramming.builders.FreeFormNodeStyleBuilder
 
stroke(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.FreeFormNodeStyleBuilder
 
stroke(Brush) - Method in class com.mindfusion.diagramming.builders.ShapeNodeStyleBuilder
Sets the brush used to paint the outline of the item.
stroke(Color) - Method in class com.mindfusion.diagramming.builders.ShapeNodeStyleBuilder
 
stroke(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.ShapeNodeStyleBuilder
 
stroke(Brush) - Method in class com.mindfusion.diagramming.builders.SvgNodeStyleBuilder
Sets the brush used to paint the outline of the item.
stroke(Color) - Method in class com.mindfusion.diagramming.builders.SvgNodeStyleBuilder
 
stroke(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.SvgNodeStyleBuilder
 
stroke(Brush) - Method in class com.mindfusion.diagramming.builders.TableNodeStyleBuilder
Sets the brush used to paint the outline of the item.
stroke(Color) - Method in class com.mindfusion.diagramming.builders.TableNodeStyleBuilder
 
stroke(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.TableNodeStyleBuilder
 
stroke(Brush) - Method in class com.mindfusion.diagramming.builders.TreeViewNodeStyleBuilder
Sets the brush used to paint the outline of the item.
stroke(Color) - Method in class com.mindfusion.diagramming.builders.TreeViewNodeStyleBuilder
 
stroke(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.TreeViewNodeStyleBuilder
 
strokeThickness(double) - Method in class com.mindfusion.diagramming.builders.CompositeNodeStyleBuilder
Sets the thickness of the item's outline, expressed in the current units of measure.
strokeThickness(double) - Method in class com.mindfusion.diagramming.builders.ContainerNodeStyleBuilder
Sets the thickness of the item's outline, expressed in the current units of measure.
strokeThickness(double) - Method in class com.mindfusion.diagramming.builders.DiagramLinkStyleBuilder
Sets the thickness of the item's outline, expressed in the current units of measure.
strokeThickness(double) - Method in class com.mindfusion.diagramming.builders.FreeFormNodeStyleBuilder
Sets the thickness of the item's outline, expressed in the current units of measure.
strokeThickness(double) - Method in class com.mindfusion.diagramming.builders.ShapeNodeStyleBuilder
Sets the thickness of the item's outline, expressed in the current units of measure.
strokeThickness(double) - Method in class com.mindfusion.diagramming.builders.SvgNodeStyleBuilder
Sets the thickness of the item's outline, expressed in the current units of measure.
strokeThickness(double) - Method in class com.mindfusion.diagramming.builders.TableNodeStyleBuilder
Sets the thickness of the item's outline, expressed in the current units of measure.
strokeThickness(double) - Method in class com.mindfusion.diagramming.builders.TreeViewNodeStyleBuilder
Sets the thickness of the item's outline, expressed in the current units of measure.
style(DiagramItemStyle) - Method in class com.mindfusion.diagramming.builders.CompositeNodeBuilder
Sets the style associated with the item.
style(DiagramItemStyle) - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
Sets the style associated with the item.
style(DiagramItemStyle) - Method in class com.mindfusion.diagramming.builders.ControlNodeBuilder
Sets the style associated with the item.
style(DiagramStyle) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the style associated with the diagram.
style(DiagramItemStyle) - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
Sets the style associated with the item.
style(DiagramItemStyle) - Method in class com.mindfusion.diagramming.builders.FreeFormNodeBuilder
Sets the style associated with the item.
style(DiagramItemStyle) - Method in class com.mindfusion.diagramming.builders.ShapeNodeBuilder
Sets the style associated with the item.
style(DiagramItemStyle) - Method in class com.mindfusion.diagramming.builders.SvgNodeBuilder
Sets the style associated with the item.
style(DiagramItemStyle) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
Sets the style associated with the item.
style(DiagramItemStyle) - Method in class com.mindfusion.diagramming.builders.TreeViewNodeBuilder
Sets the style associated with the item.
Style - Class in com.mindfusion.diagramming
Represents an unordered dynamic collection of properties that can be identified by name.
Style() - Constructor for class com.mindfusion.diagramming.Style
Initializes a new instance of the Style class.
StyledText - Class in com.mindfusion.drawing
Represents a text which can, but not necessarily would, contain formatting tags.
StyledText() - Constructor for class com.mindfusion.drawing.StyledText
Builds new styled text object.
subordinateGroup - Variable in class com.mindfusion.diagramming.DiagramItem
 
subtract(Point, Point) - Static method in class com.mindfusion.diagramming.Utilities
Subtract the coordinates of one point from the coordinates of another
supportClipping() - Method in class com.mindfusion.diagramming.Folder
Manipulator.SupportClipping override.
supportsPenWidth0() - Method in interface com.mindfusion.drawing.GraphicsEx
 
suspendLinkRouter() - Method in class com.mindfusion.diagramming.Diagram
Called when the control starts a batch update operation that might affect many links.
suspendRepaint() - Method in class com.mindfusion.diagramming.DiagramView
Stops repainting the control.
suspendRepaint() - Method in class com.mindfusion.diagramming.Overview
Stops repainting the control.
suspendRepaint() - Method in class com.mindfusion.diagramming.ShapeListBox
Stops repainting the control.
SvgNode - Class in com.mindfusion.diagramming
Represents nodes that can render SVG drawings.
SvgNode() - Constructor for class com.mindfusion.diagramming.SvgNode
Initializes a new instance of the SvgNode class.
SvgNode(Diagram) - Constructor for class com.mindfusion.diagramming.SvgNode
Initializes a new instance of the SvgNode class with default values supplied form the specified Diagram.
SvgNode(SvgNode) - Constructor for class com.mindfusion.diagramming.SvgNode
Initializes a new instance of the SvgNode class using the specified node as a prototype.
SvgNodeBuilder - Class in com.mindfusion.diagramming.builders
A class used to initialize SvgNode objects.
SvgNodeBuilder() - Constructor for class com.mindfusion.diagramming.builders.SvgNodeBuilder
Initializes a new instance of the SvgNodeBuilder class.
SvgNodeBuilder(SvgNode) - Constructor for class com.mindfusion.diagramming.builders.SvgNodeBuilder
Initializes a new instance of the SvgNodeBuilder class.
SvgNodeProperties - Class in com.mindfusion.diagramming
Stores the values of SvgNode properties during undo / redo operations.
SvgNodeProperties() - Constructor for class com.mindfusion.diagramming.SvgNodeProperties
 
SvgNodeStyle - Class in com.mindfusion.diagramming
Represents a reusable set of properties that define the appearance of SVG nodes.
SvgNodeStyle() - Constructor for class com.mindfusion.diagramming.SvgNodeStyle
Initializes a new instance of the SvgNodeStyle class.
SvgNodeStyleBuilder - Class in com.mindfusion.diagramming.builders
A class used to initialize SvgNodeStyle objects.
SvgNodeStyleBuilder() - Constructor for class com.mindfusion.diagramming.builders.SvgNodeStyleBuilder
Initializes a new instance of the SvgNodeStyleBuilder class.
SvgNodeStyleBuilder(SvgNodeStyle) - Constructor for class com.mindfusion.diagramming.builders.SvgNodeStyleBuilder
Initializes a new instance of the SvgNodeStyleBuilder class.
svgUrl(String) - Method in class com.mindfusion.diagramming.builders.SvgNodeBuilder
 
swimlaneGrid(SwimlaneGrid) - Method in class com.mindfusion.diagramming.builders.SwimlaneLayoutBuilder
Sets the object through which the layout can manipulate the swimlane grid.
SwimlaneGrid - Interface in com.mindfusion.diagramming.jlayout
 
SwimlaneGrid - Interface in com.mindfusion.diagramming
Represents an object which can be used by a SwimlaneLayout to adjust the corresponding swimlane grid.
SwimlaneLayout - Class in com.mindfusion.diagramming.jlayout
Performs layered layout on a graph.
SwimlaneLayout() - Constructor for class com.mindfusion.diagramming.jlayout.SwimlaneLayout
Initializes a new instance of the SwimlaneLayout class.
SwimlaneLayout - Class in com.mindfusion.diagramming
Implements an algorithm which arranges nodes in lanes.
SwimlaneLayout() - Constructor for class com.mindfusion.diagramming.SwimlaneLayout
Initializes a new instance of the SwimlaneLayout class with the default settings.
SwimlaneLayoutBuilder - Class in com.mindfusion.diagramming.builders
A class used to initialize SwimlaneLayout objects.
SwimlaneLayoutBuilder() - Constructor for class com.mindfusion.diagramming.builders.SwimlaneLayoutBuilder
Initializes a new instance of the SwimlaneLayoutBuilder class.
SwimlaneLayoutBuilder(SwimlaneLayout) - Constructor for class com.mindfusion.diagramming.builders.SwimlaneLayoutBuilder
Initializes a new instance of the SwimlaneLayoutBuilder class.
SwimlaneLayoutInfo - Class in com.mindfusion.diagramming.jlayout
Contains settings for the SwimlaneLayout class.
SwimlaneLayoutInfo() - Constructor for class com.mindfusion.diagramming.jlayout.SwimlaneLayoutInfo
Initializes a new instance of the SwimlaneLayoutInfo class.
SwimlaneLayoutTraits - Enum in com.mindfusion.diagramming.jlayout
Indicates item traits specific to swimlane layouts.

T

TabbedScrollPane - Class in com.mindfusion.diagramming
Represents a DiagramView that can display DiagramDocument objects.
TabbedScrollPane() - Constructor for class com.mindfusion.diagramming.TabbedScrollPane
Initializes a new instance of the TabbedScrollPane class.
TabbedScrollPane(DocumentView) - Constructor for class com.mindfusion.diagramming.TabbedScrollPane
Initializes a new instance of the TabbedScrollPane class with the specified DocumentView as a view.
TabbedScrollPaneAdapter - Class in com.mindfusion.diagramming
Provides empty implementations for the methods defined in the TabbedScrollPaneListener interface.
TabbedScrollPaneAdapter() - Constructor for class com.mindfusion.diagramming.TabbedScrollPaneAdapter
 
TabbedScrollPaneListener - Interface in com.mindfusion.diagramming
Defines the events that can be raised by TabbedScrollPane.
tableBrush(Brush) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the default brush that should be assigned to new links.
tableBrush(Color) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
 
tableBrush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
 
tableCaption(String) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the default caption text that should be assigned to new tables.
tableCaptionHeight(float) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the default height of the caption area of new tables.
tableColumnCount(int) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets how many columns should be allocated to new tables.
tableColumnResized(CellEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when the user finishes resizing a column in a table.
tableColumnResized(CellEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when the user finishes resizing a column in a table.
tableColumnResizing(CellValidationEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when the user resizes a column in a table interactively.
tableColumnResizing(CellValidationEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when the user resizes a column in a table interactively.
tableColumnWidth(float) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the default width of columns in newly created tables.
tableConnectionStyle(TableConnectionStyle) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets how users are allowed to link tables to each other - as integral entities, by rows, or both.
TableConnectionStyle - Enum in com.mindfusion.diagramming
The members of this enumeration specify whether links drawn by users are connected to tables rows, to tables as integral nodes, or both.
tableCustomDraw(CustomDraw) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the default type of custom painting applied to new tables.
tableHandlesStyle(HandlesStyle) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the style of selection handles that should be assigned to new tables.
TableNode - Class in com.mindfusion.diagramming
Tables are diagram nodes that can contain multiple cells and can be related to other nodes through their rows.
TableNode() - Constructor for class com.mindfusion.diagramming.TableNode
Initializes a new instance of the TableNode class.
TableNode(Diagram) - Constructor for class com.mindfusion.diagramming.TableNode
Initializes a new instance of the TableNode class by setting is properties to the default values set in the specified diagram.
TableNode(TableNode) - Constructor for class com.mindfusion.diagramming.TableNode
Initializes a new instance of the TableNode class by copying the attributes of the specified prototype table.
TableNodeBuilder - Class in com.mindfusion.diagramming.builders
A class used to initialize TableNode objects.
TableNodeBuilder() - Constructor for class com.mindfusion.diagramming.builders.TableNodeBuilder
Initializes a new instance of the TableNodeBuilder class.
TableNodeBuilder(TableNode) - Constructor for class com.mindfusion.diagramming.builders.TableNodeBuilder
Initializes a new instance of the TableNodeBuilder class.
TableNodeProperties - Class in com.mindfusion.diagramming
Stores the values of TableNode properties during undo / redo operations.
TableNodeProperties() - Constructor for class com.mindfusion.diagramming.TableNodeProperties
 
TableNodeStyle - Class in com.mindfusion.diagramming
Represents a reusable set of properties that define the appearance of table nodes.
TableNodeStyle() - Constructor for class com.mindfusion.diagramming.TableNodeStyle
Initializes a new instance of the TableNodeStyle class.
TableNodeStyleBuilder - Class in com.mindfusion.diagramming.builders
A class used to initialize TableNodeStyle objects.
TableNodeStyleBuilder() - Constructor for class com.mindfusion.diagramming.builders.TableNodeStyleBuilder
Initializes a new instance of the TableNodeStyleBuilder class.
TableNodeStyleBuilder(TableNodeStyle) - Constructor for class com.mindfusion.diagramming.builders.TableNodeStyleBuilder
Initializes a new instance of the TableNodeStyleBuilder class.
tablePen(Pen) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the default pen that should be assigned to new tables.
tableRowCount(int) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets how many rows should be allocated to new tables.
tableRowHeight(float) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the default height of rows in newly created tables.
tableRowResized(CellEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when the user finishes resizing a row in a table.
tableRowResized(CellEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when the user finishes resizing a row in a table.
tableRowResizing(CellValidationEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when the user resizes a row in a table interactively.
tableRowResizing(CellValidationEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when the user resizes a row in a table interactively.
tableSectionCollapsed(RowEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Called when a table section is collapsed
tableSectionCollapsed(RowEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Called when a table section is collapsed
tableSectionExpanded(RowEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Called when a table section is expanded
tableSectionExpanded(RowEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Called when a table section is expanded
TableSectionExpander - Class in com.mindfusion.diagramming
 
TableSectionExpander(DiagramItem, int) - Constructor for class com.mindfusion.diagramming.TableSectionExpander
 
tableShape(SimpleShape) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the default style of tables.
tablesScrollable(boolean) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets a value indicating whether users are allowed to scroll new tables.
tag(Object) - Method in class com.mindfusion.diagramming.builders.CompositeNodeBuilder
Assigns user-defined data to an item.
tag(Object) - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
Assigns user-defined data to an item.
tag(Object) - Method in class com.mindfusion.diagramming.builders.ControlNodeBuilder
Assigns user-defined data to an item.
tag(Object) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Associates a custom data with this diagram.
tag(Object) - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
Assigns user-defined data to an item.
tag(Object) - Method in class com.mindfusion.diagramming.builders.FreeFormNodeBuilder
Assigns user-defined data to an item.
tag(Object) - Method in class com.mindfusion.diagramming.builders.ShapeNodeBuilder
Assigns user-defined data to an item.
tag(Object) - Method in class com.mindfusion.diagramming.builders.SvgNodeBuilder
Assigns user-defined data to an item.
tag(Object) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
Assigns user-defined data to an item.
tag(Object) - Method in class com.mindfusion.diagramming.builders.TreeViewNodeBuilder
Assigns user-defined data to an item.
Tan - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFD2B48C.
Tan - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFD2B48C.
Tan - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the Tan color.
Teal - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FF008080.
Teal - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FF008080.
Teal - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the Teal color.
temperatureScale(double) - Method in class com.mindfusion.diagramming.builders.AnnealLayoutBuilder
Sets how much the simulated temperature is decreased at each stage of the algorithm.
Tetragon - Static variable in class com.mindfusion.diagramming.ArrowHeads
Display a tetragon.
text(String) - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
Sets the text of the link's label.
text(String) - Method in class com.mindfusion.diagramming.builders.FreeFormNodeBuilder
Sets the text label displayed inside this node.
text(String) - Method in class com.mindfusion.diagramming.builders.ShapeNodeBuilder
Sets the text label displayed inside this node.
text(String) - Method in class com.mindfusion.diagramming.builders.SvgNodeBuilder
Sets the text label displayed inside this node.
Text - Class in com.mindfusion.drawing
Defines base implementation for immutable text objects.
Text() - Constructor for class com.mindfusion.drawing.Text
 
TextAlignment - Enum in com.mindfusion.drawing
Specifies the alignment of text on the drawing surface.
textBrush(Brush) - Method in class com.mindfusion.diagramming.builders.CompositeNodeBuilder
Sets the brush used to paint texts inside the item.
textBrush(Color) - Method in class com.mindfusion.diagramming.builders.CompositeNodeBuilder
 
textBrush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.CompositeNodeBuilder
 
textBrush(Brush) - Method in class com.mindfusion.diagramming.builders.CompositeNodeStyleBuilder
Sets the brush used to paint texts inside the item.
textBrush(Color) - Method in class com.mindfusion.diagramming.builders.CompositeNodeStyleBuilder
 
textBrush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.CompositeNodeStyleBuilder
 
textBrush(Brush) - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
Sets the brush used to paint texts inside the item.
textBrush(Color) - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
 
textBrush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
 
textBrush(Brush) - Method in class com.mindfusion.diagramming.builders.ContainerNodeStyleBuilder
Sets the brush used to paint texts inside the item.
textBrush(Color) - Method in class com.mindfusion.diagramming.builders.ContainerNodeStyleBuilder
 
textBrush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.ContainerNodeStyleBuilder
 
textBrush(Brush) - Method in class com.mindfusion.diagramming.builders.ControlNodeBuilder
Sets the brush used to paint texts inside the item.
textBrush(Color) - Method in class com.mindfusion.diagramming.builders.ControlNodeBuilder
 
textBrush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.ControlNodeBuilder
 
textBrush(Brush) - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
Sets the brush used to paint texts inside the item.
textBrush(Color) - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
 
textBrush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
 
textBrush(Brush) - Method in class com.mindfusion.diagramming.builders.DiagramLinkStyleBuilder
Sets the brush used to paint texts inside the item.
textBrush(Color) - Method in class com.mindfusion.diagramming.builders.DiagramLinkStyleBuilder
 
textBrush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.DiagramLinkStyleBuilder
 
textBrush(Brush) - Method in class com.mindfusion.diagramming.builders.FreeFormNodeBuilder
Sets the brush used to paint texts inside the item.
textBrush(Color) - Method in class com.mindfusion.diagramming.builders.FreeFormNodeBuilder
 
textBrush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.FreeFormNodeBuilder
 
textBrush(Brush) - Method in class com.mindfusion.diagramming.builders.FreeFormNodeStyleBuilder
Sets the brush used to paint texts inside the item.
textBrush(Color) - Method in class com.mindfusion.diagramming.builders.FreeFormNodeStyleBuilder
 
textBrush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.FreeFormNodeStyleBuilder
 
textBrush(Brush) - Method in class com.mindfusion.diagramming.builders.ShapeNodeBuilder
Sets the brush used to paint texts inside the item.
textBrush(Color) - Method in class com.mindfusion.diagramming.builders.ShapeNodeBuilder
 
textBrush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.ShapeNodeBuilder
 
textBrush(Brush) - Method in class com.mindfusion.diagramming.builders.ShapeNodeStyleBuilder
Sets the brush used to paint texts inside the item.
textBrush(Color) - Method in class com.mindfusion.diagramming.builders.ShapeNodeStyleBuilder
 
textBrush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.ShapeNodeStyleBuilder
 
textBrush(Brush) - Method in class com.mindfusion.diagramming.builders.SvgNodeBuilder
Sets the brush used to paint texts inside the item.
textBrush(Color) - Method in class com.mindfusion.diagramming.builders.SvgNodeBuilder
 
textBrush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.SvgNodeBuilder
 
textBrush(Brush) - Method in class com.mindfusion.diagramming.builders.SvgNodeStyleBuilder
Sets the brush used to paint texts inside the item.
textBrush(Color) - Method in class com.mindfusion.diagramming.builders.SvgNodeStyleBuilder
 
textBrush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.SvgNodeStyleBuilder
 
textBrush(Brush) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
Sets the brush used to paint texts inside the item.
textBrush(Color) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
 
textBrush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
 
textBrush(Brush) - Method in class com.mindfusion.diagramming.builders.TableNodeStyleBuilder
Sets the brush used to paint texts inside the item.
textBrush(Color) - Method in class com.mindfusion.diagramming.builders.TableNodeStyleBuilder
 
textBrush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.TableNodeStyleBuilder
 
textBrush(Brush) - Method in class com.mindfusion.diagramming.builders.TreeViewNodeBuilder
Sets the brush used to paint texts inside the item.
textBrush(Color) - Method in class com.mindfusion.diagramming.builders.TreeViewNodeBuilder
 
textBrush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.TreeViewNodeBuilder
 
textBrush(Brush) - Method in class com.mindfusion.diagramming.builders.TreeViewNodeStyleBuilder
Sets the brush used to paint texts inside the item.
textBrush(Color) - Method in class com.mindfusion.diagramming.builders.TreeViewNodeStyleBuilder
 
textBrush(Color, Color, int) - Method in class com.mindfusion.diagramming.builders.TreeViewNodeStyleBuilder
 
textChanged(Object, ComponentTextEvent) - Method in class com.mindfusion.diagramming.components.EditComponentAdapter
Raised when the text is changed.
textChanged(Object, ComponentTextEvent) - Method in interface com.mindfusion.diagramming.components.EditComponentListener
Raised when the text is changed.
textChanging(Object, ComponentTextValidationEvent) - Method in class com.mindfusion.diagramming.components.EditComponentAdapter
Raised when the text is about to be changed.
textChanging(Object, ComponentTextValidationEvent) - Method in interface com.mindfusion.diagramming.components.EditComponentListener
Raised when the text is about to be changed.
textColor(Color) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the default text color that should be assigned to new items.
TextComponent - Class in com.mindfusion.diagramming.components
Represents a component displaying static unformatted text.
TextComponent() - Constructor for class com.mindfusion.diagramming.components.TextComponent
Initializes a new instance of the TextComponent class.
textFormat(TextFormat) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the default format and alignment of the text of new items.
textFormat(TextFormat) - Method in class com.mindfusion.diagramming.builders.ShapeNodeBuilder
Sets a TextFormat object specifying how to format and align the text of this node.
textFormat(TextFormat) - Method in class com.mindfusion.diagramming.builders.SvgNodeBuilder
Sets a TextFormat object specifying how to format and align the text of this node.
textFormat(TextFormat) - Method in class com.mindfusion.diagramming.builders.TreeViewNodeBuilder
Sets a TextFormat object specifying how to format and align the text of this node.
TextFormat - Class in com.mindfusion.drawing
Specifies the format and alignment of text.
TextFormat() - Constructor for class com.mindfusion.drawing.TextFormat
Initializes a new instance of the TextFormat class.
TextFormat(Align, Align) - Constructor for class com.mindfusion.drawing.TextFormat
Initializes a new instance of the TextFormat class.
TextLayout - Class in com.mindfusion.diagramming.components
Encapsulates the layouting information for the text in edit components.
TextLayout(Graphics2D, Font) - Constructor for class com.mindfusion.diagramming.components.TextLayout
Initializes a new instance of the TextLayout class.
TextLayout - Class in com.mindfusion.drawing
Layouts text in the interior of various shapes.
TextLayout() - Constructor for class com.mindfusion.drawing.TextLayout
 
TextLayoutOptions - Class in com.mindfusion.drawing
Contains options for text layout.
TextLayoutOptions() - Constructor for class com.mindfusion.drawing.TextLayoutOptions
 
textPadding(Thickness) - Method in class com.mindfusion.diagramming.builders.CompositeNodeBuilder
Sets the spacing between the item boundaries and its text.
textPadding(Thickness) - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
Sets the spacing between the item boundaries and its text.
textPadding(Thickness) - Method in class com.mindfusion.diagramming.builders.ControlNodeBuilder
Sets the spacing between the item boundaries and its text.
textPadding(Thickness) - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
Sets the spacing between the item boundaries and its text.
textPadding(Thickness) - Method in class com.mindfusion.diagramming.builders.FreeFormNodeBuilder
Sets the spacing between the item boundaries and its text.
textPadding(Thickness) - Method in class com.mindfusion.diagramming.builders.ShapeNodeBuilder
Sets the spacing between the item boundaries and its text.
textPadding(Thickness) - Method in class com.mindfusion.diagramming.builders.SvgNodeBuilder
Sets the spacing between the item boundaries and its text.
textPadding(Thickness) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
Sets the spacing between the item boundaries and its text.
textPadding(Thickness) - Method in class com.mindfusion.diagramming.builders.TreeViewNodeBuilder
Sets the spacing between the item boundaries and its text.
textPadding - Variable in class com.mindfusion.diagramming.DiagramItemProperties
 
TextRenderer - Class in com.mindfusion.diagramming
 
TextRenderer() - Constructor for class com.mindfusion.diagramming.TextRenderer
 
textStyle(LinkTextStyle) - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
Sets the alignment of the link's label.
TextureBrush - Class in com.mindfusion.drawing
Represents a brush that fills the interiors of objects with a texture pattern.
TextureBrush() - Constructor for class com.mindfusion.drawing.TextureBrush
Initializes a new TextureBrush instance.
TextureBrush(Image) - Constructor for class com.mindfusion.drawing.TextureBrush
Initializes a new TextureBrush instance with the specified pattern.
TextWrapping - Enum in com.mindfusion.diagramming.components
Specifies the type of text wrapping.
theme(Theme) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the theme associated with the diagram.
Theme - Class in com.mindfusion.diagramming
Represents a set of Style objects for different diagram item types.
Theme() - Constructor for class com.mindfusion.diagramming.Theme
Initializes a new instance of the Theme class.
ThemeListener - Interface in com.mindfusion.diagramming
Defines the events that can be raised by the Theme class.
Thickness - Class in com.mindfusion.diagramming
Describes the thickness of a rectangular frame.
Thickness() - Constructor for class com.mindfusion.diagramming.Thickness
 
Thickness(float) - Constructor for class com.mindfusion.diagramming.Thickness
 
Thickness(float, float, float, float) - Constructor for class com.mindfusion.diagramming.Thickness
 
Thickness(Thickness) - Constructor for class com.mindfusion.diagramming.Thickness
 
Thistle - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFD8BFD8.
Thistle - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFD8BFD8.
Thistle - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the Thistle color.
ThumbComponent - Class in com.mindfusion.diagramming.components
Represents a thumb subcomponent in slider or similar components.
ThumbComponent() - Constructor for class com.mindfusion.diagramming.components.ThumbComponent
Initializes a new instance of the ThumbComponent class.
ThumbComponentAdapter - Class in com.mindfusion.diagramming.components
Provides empty implementations for the methods defined in the ThumbComponentListener interface.
ThumbComponentAdapter() - Constructor for class com.mindfusion.diagramming.components.ThumbComponentAdapter
 
ThumbComponentListener - Interface in com.mindfusion.diagramming.components
Defines the events that can be raised by ThumbComponent.
ThumbDragEventArgs - Class in com.mindfusion.diagramming.components
Provides data to the handlers of the ThumbComponent.Dragged event.
ThumbDragEventArgs(double) - Constructor for class com.mindfusion.diagramming.components.ThumbDragEventArgs
Initializes a new instance of the ThumbDragEventArgs class.
TickPosition - Enum in com.mindfusion.diagramming
The members of this enumeration specify the position of trackbar ticks.
timeLimit(long) - Method in class com.mindfusion.diagramming.builders.LayeredLayoutBuilder
Sets a time-out value for the path-finding part of the layered layout algorithm.
toBoolean(String) - Static method in class com.mindfusion.diagramming.Converter
 
toByte(String) - Static method in class com.mindfusion.diagramming.Converter
 
toChar(String) - Static method in class com.mindfusion.diagramming.Converter
 
toColor(String) - Static method in class com.mindfusion.diagramming.Converter
 
toColor() - Method in class com.mindfusion.drawing.Brush
Returns a single color approximation of the brush.
toColor() - Method in class com.mindfusion.drawing.GradientBrush
 
toColor() - Method in class com.mindfusion.drawing.HatchBrush
 
toColor() - Method in class com.mindfusion.drawing.Pen
 
toColor() - Method in class com.mindfusion.drawing.RadialGradientBrush
Returns a single color approximation of the brush.
toColor() - Method in class com.mindfusion.drawing.SolidBrush
 
toColor() - Method in class com.mindfusion.drawing.TextureBrush
Returns a single color approximation of the brush.
toDocument(Point2D.Float) - Method in class com.mindfusion.diagramming.components.ComponentBase
Converts a point from local to document coordinates.
toDOM(Document) - Method in class com.mindfusion.diagramming.ArcTemplate
 
toDOM(Document) - Method in class com.mindfusion.diagramming.BezierTemplate
 
toDOM(Document, ElementTemplate[], String) - Static method in class com.mindfusion.diagramming.ElementTemplate
 
toDOM(Document) - Method in class com.mindfusion.diagramming.ElementTemplate
 
toDOM(Document) - Method in class com.mindfusion.diagramming.LineTemplate
 
toDOM(Document) - Method in class com.mindfusion.diagramming.RoundRectangleTemplate
 
toDOM(Shape[], Document) - Static method in class com.mindfusion.diagramming.Shape
 
toDOM(Document) - Method in class com.mindfusion.diagramming.Shape
 
toDOM(ShapeDecoration, Document) - Static method in class com.mindfusion.diagramming.ShapeDecoration
 
toDOM(Document) - Method in class com.mindfusion.diagramming.ShapeLibrary
Converts the ShapeLibrary to a DOM element.
toDouble(String) - Static method in class com.mindfusion.diagramming.Converter
 
toggle(DiagramItem) - Method in class com.mindfusion.diagramming.Selection
Toggles the selection state of the specified item.
toImage(String) - Static method in class com.mindfusion.diagramming.Converter
 
toInt(EnumSet<NodeHandleType>) - Static method in class com.mindfusion.diagramming.AdjustmentHandles
 
toInt(String) - Static method in class com.mindfusion.diagramming.Converter
 
toInt(String, int) - Static method in class com.mindfusion.diagramming.Converter
 
toInt(EnumSet<FontStyle>) - Static method in enum com.mindfusion.drawing.FontStyle
 
toJson(DiagramView) - Static method in class com.mindfusion.diagramming.DiagramView
Serializes the DiagramView's data to JSON.
toLocal(Point2D) - Method in class com.mindfusion.diagramming.components.ComponentBase
Converts a point from document to local coordinates.
toLong(String) - Static method in class com.mindfusion.diagramming.Converter
 
Tomato - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFFF6347.
Tomato - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFFF6347.
Tomato - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the Tomato color.
toolTip(String) - Method in class com.mindfusion.diagramming.builders.CompositeNodeBuilder
Sets the tooltip text that should be displayed when the mouse pointer rests over an item.
toolTip(String) - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
Sets the tooltip text that should be displayed when the mouse pointer rests over an item.
toolTip(String) - Method in class com.mindfusion.diagramming.builders.ControlNodeBuilder
Sets the tooltip text that should be displayed when the mouse pointer rests over an item.
toolTip(String) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
Sets the tooltip text that should be displayed when the mouse hovers over an unoccupied area of the diagram.
toolTip(String) - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
Sets the tooltip text that should be displayed when the mouse pointer rests over an item.
toolTip(String) - Method in class com.mindfusion.diagramming.builders.FreeFormNodeBuilder
Sets the tooltip text that should be displayed when the mouse pointer rests over an item.
toolTip(String) - Method in class com.mindfusion.diagramming.builders.ShapeNodeBuilder
Sets the tooltip text that should be displayed when the mouse pointer rests over an item.
toolTip(String) - Method in class com.mindfusion.diagramming.builders.SvgNodeBuilder
Sets the tooltip text that should be displayed when the mouse pointer rests over an item.
toolTip(String) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
Sets the tooltip text that should be displayed when the mouse pointer rests over an item.
toolTip(String) - Method in class com.mindfusion.diagramming.builders.TreeViewNodeBuilder
Sets the tooltip text that should be displayed when the mouse pointer rests over an item.
Top - Static variable in class com.mindfusion.diagramming.components.VerticalAlignment
 
TOP - Static variable in class com.mindfusion.diagramming.VerticalFlowLayout
This value indicates that each row of components should be top-justified.
toParent(ComponentBase, Point2D.Float) - Method in class com.mindfusion.diagramming.components.ComponentBase
Converts a point from local coordinates to the specified parent's coordinates.
TopHandles - Static variable in class com.mindfusion.diagramming.AdjustmentHandles
The top-left, top-center and top-right handles are enabled.
TopologicalLayout - Class in com.mindfusion.diagramming.jlayout
 
TopologicalLayout() - Constructor for class com.mindfusion.diagramming.jlayout.TopologicalLayout
 
TopologicalLayout - Class in com.mindfusion.diagramming
Implements a circular graph layout algorithm.
TopologicalLayout() - Constructor for class com.mindfusion.diagramming.TopologicalLayout
Initializes a new instance of the CircularLayout class with the default settings.
TopologicalLayoutBuilder - Class in com.mindfusion.diagramming.builders
A class used to initialize TopologicalLayout objects.
TopologicalLayoutBuilder() - Constructor for class com.mindfusion.diagramming.builders.TopologicalLayoutBuilder
Initializes a new instance of the TopologicalLayoutBuilder class.
TopologicalLayoutBuilder(TopologicalLayout) - Constructor for class com.mindfusion.diagramming.builders.TopologicalLayoutBuilder
Initializes a new instance of the TopologicalLayoutBuilder class.
TopologicalLayoutInfo - Class in com.mindfusion.diagramming.jlayout
 
TopologicalLayoutInfo() - Constructor for class com.mindfusion.diagramming.jlayout.TopologicalLayoutInfo
 
toShort(String) - Static method in class com.mindfusion.diagramming.Converter
 
toSingle(String) - Static method in class com.mindfusion.diagramming.Converter
 
toString() - Method in class com.mindfusion.diagramming.ContainerChildEvent
Returns the identifier of this ContainerNode
toString() - Method in class com.mindfusion.diagramming.jlayout.TransparentGraphNode
 
toString() - Method in class com.mindfusion.diagramming.MeasureUnit
Object.toString() override.
toString() - Method in class com.mindfusion.diagramming.VerticalFlowLayout
Returns a string representation of this VerticalFlowLayout object and its values.
totalLines() - Method in class com.mindfusion.drawing.TextLayout
 
transformsPenWidth() - Method in interface com.mindfusion.drawing.GraphicsEx
 
translate(T, double, double) - Static method in class com.mindfusion.diagramming.Utilities
 
translateTransform(double, double) - Method in class com.mindfusion.drawing.AwtGraphics
 
translateX(T, double) - Static method in class com.mindfusion.diagramming.Utilities
 
translateX(T, double) - Static method in class com.mindfusion.diagramming.Utilities
 
translateY(T, double) - Static method in class com.mindfusion.diagramming.Utilities
 
translateY(T, double) - Static method in class com.mindfusion.diagramming.Utilities
 
TransparencyOpaque - Static variable in class com.mindfusion.drawing.ImagePainter
 
transparent(boolean) - Method in class com.mindfusion.diagramming.builders.ShapeNodeBuilder
Sets a value indicating whether only the text and image of a node should be drawn on the screen.
transparent(boolean) - Method in class com.mindfusion.diagramming.builders.SvgNodeBuilder
Sets a value indicating whether only the text and image of a node should be drawn on the screen.
Transparent - Static variable in class com.mindfusion.drawing.Brushes
Represents a fully transparent brush.
Transparent - Static variable in class com.mindfusion.drawing.Colors
Represents a fully transparent color.
Transparent - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the Transparent color.
TransparentGraphNode - Class in com.mindfusion.diagramming.jlayout
A GraphNode wrapper which when checked for equality with another TransparentGraphNode returns true if its GraphNode.getNode() is equal to the target TransparentGraphNode's GraphNode.getNode().
TransparentGraphNode(GraphNode) - Constructor for class com.mindfusion.diagramming.jlayout.TransparentGraphNode
 
treeCollapsed(NodeEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when a user collapses a tree branch by clicking the [-] button of a expandable node.
treeCollapsed(NodeEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when a user collapses a tree branch by clicking the [-] button of a expandable node.
treeExpanded(NodeEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when a user expands a tree branch by clicking the [+] button of a expandable node.
treeExpanded(NodeEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when a user expands a tree branch by clicking the [+] button of a expandable node.
TreeItemList - Class in com.mindfusion.diagramming
 
TreeItemList() - Constructor for class com.mindfusion.diagramming.TreeItemList
 
treeItemTextEdited(EditTreeItemTextEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when the user edits the text of a TreeViewItem.
treeItemTextEdited(EditTreeItemTextEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when the user edits the text of a TreeViewItem.
TreeLayout - Class in com.mindfusion.diagramming
This class can be used to arrange tree-like graphs automatically.
TreeLayout() - Constructor for class com.mindfusion.diagramming.TreeLayout
Initializes a new instance of the TreeLayout class.
TreeLayout(DiagramNode) - Constructor for class com.mindfusion.diagramming.TreeLayout
Initializes a new instance of the TreeLayout class, specifying which node to use as a tree root.
TreeLayout(TreeLayoutType) - Constructor for class com.mindfusion.diagramming.TreeLayout
Initializes a new instance of the TreeLayout class, specifying the layout mode.
TreeLayout(DiagramNode, TreeLayoutType) - Constructor for class com.mindfusion.diagramming.TreeLayout
Initializes a new instance of the TreeLayout class, specifying the root node and layout mode.
TreeLayout(DiagramNode, TreeLayoutType, boolean, TreeLayoutLinkType, TreeLayoutDirection, float, float, boolean, float, float) - Constructor for class com.mindfusion.diagramming.TreeLayout
Initializes a new instance of the TreeLayout class.
TreeLayout(DiagramNode, TreeLayoutType, boolean, TreeLayoutLinkType, TreeLayoutDirection, float, float, boolean, float, float, boolean) - Constructor for class com.mindfusion.diagramming.TreeLayout
Initializes a new instance of the TreeLayout class.
TreeLayoutBalance - Enum in com.mindfusion.diagramming.jlayout
Specifies how to order child nodes in order to produce layouts with custom balance.
TreeLayoutBalance - Enum in com.mindfusion.diagramming
Specifies how to order child nodes in order to produce tree layouts with custom balance.
TreeLayoutBuilder - Class in com.mindfusion.diagramming.builders
A class used to initialize TreeLayout objects.
TreeLayoutBuilder() - Constructor for class com.mindfusion.diagramming.builders.TreeLayoutBuilder
Initializes a new instance of the TreeLayoutBuilder class.
TreeLayoutBuilder(TreeLayout) - Constructor for class com.mindfusion.diagramming.builders.TreeLayoutBuilder
Initializes a new instance of the TreeLayoutBuilder class.
TreeLayoutDirection - Enum in com.mindfusion.diagramming.jlayout
The members of this enumeration specify the overall direction of the layouts produced by the TreeLayout class.
TreeLayoutInfo - Class in com.mindfusion.diagramming.jlayout
 
TreeLayoutInfo() - Constructor for class com.mindfusion.diagramming.jlayout.TreeLayoutInfo
 
TreeLayoutInfo(TreeLayoutDirection, float, float, boolean, float, float) - Constructor for class com.mindfusion.diagramming.jlayout.TreeLayoutInfo
 
TreeLayoutLinkType - Enum in com.mindfusion.diagramming
The members of this enumeration specify what style to assign to the links processed by TreeLayout.
TreeLayoutTraits - Enum in com.mindfusion.diagramming.jlayout
Indicates item traits specific to tree layouts.
TreeLayoutType - Enum in com.mindfusion.diagramming
The members of this enumeration specify what the shape of a tree arranged by the TreeLayout class should be.
TreeLevels - Class in com.mindfusion.diagramming.jlayout
 
TreeLevels() - Constructor for class com.mindfusion.diagramming.jlayout.TreeLevels
 
TreeMapLayout - Class in com.mindfusion.diagramming.jlayout
Performs tree map layout on a graph.
TreeMapLayout() - Constructor for class com.mindfusion.diagramming.jlayout.TreeMapLayout
Initializes a new instance of the TreeMapLayout class.
TreeMapLayout - Class in com.mindfusion.diagramming
Implements a tree map layout algorithm.
TreeMapLayout() - Constructor for class com.mindfusion.diagramming.TreeMapLayout
Initializes a new instance of the TreeMapLayout class with the default settings.
TreeMapLayoutBuilder - Class in com.mindfusion.diagramming.builders
A class used to initialize TreeMapLayout objects.
TreeMapLayoutBuilder() - Constructor for class com.mindfusion.diagramming.builders.TreeMapLayoutBuilder
Initializes a new instance of the TreeMapLayoutBuilder class.
TreeMapLayoutBuilder(TreeMapLayout) - Constructor for class com.mindfusion.diagramming.builders.TreeMapLayoutBuilder
Initializes a new instance of the TreeMapLayoutBuilder class.
TreeMapLayoutInfo - Class in com.mindfusion.diagramming.jlayout
Contains settings for the TreeMapLayout class.
TreeMapLayoutInfo() - Constructor for class com.mindfusion.diagramming.jlayout.TreeMapLayoutInfo
Initializes a new instance of the TreeMapLayoutInfo class.
TreeMapLayoutTraits - Enum in com.mindfusion.diagramming.jlayout
Indicates item traits specific to tree map layouts.
TreeViewConnectionPoint - Class in com.mindfusion.diagramming
 
TreeViewConnectionPoint() - Constructor for class com.mindfusion.diagramming.TreeViewConnectionPoint
Initializes a new instance of the TreeViewConnectionPoint class.
TreeViewConnectionPoint(TreeViewNode, DiagramLink, boolean, TreeViewItem) - Constructor for class com.mindfusion.diagramming.TreeViewConnectionPoint
Initializes a new instance of the TreeViewConnectionPoint class.
TreeViewConnectionStyle - Enum in com.mindfusion.diagramming
The members of this enumeration specify the possible ways to connect links to TreeViewNodes.
TreeViewItem - Class in com.mindfusion.diagramming
Represents a constituent item of the hierarchy displayed inside a TreeViewNode.
TreeViewItem() - Constructor for class com.mindfusion.diagramming.TreeViewItem
Initializes a new instance of the TreeViewItem class.
TreeViewItem(String) - Constructor for class com.mindfusion.diagramming.TreeViewItem
Initializes a new instance of the TreeViewItem class.
TreeViewItem(TreeViewItem) - Constructor for class com.mindfusion.diagramming.TreeViewItem
Initializes a new instance of the TreeViewItem class using the specified item as a prototype.
TreeViewNode - Class in com.mindfusion.diagramming
 
TreeViewNode() - Constructor for class com.mindfusion.diagramming.TreeViewNode
Initializes a new instance of the TreeViewNode class.
TreeViewNode(Diagram) - Constructor for class com.mindfusion.diagramming.TreeViewNode
Initializes a new instance of the TreeViewNode class.
TreeViewNode(TreeViewNode) - Constructor for class com.mindfusion.diagramming.TreeViewNode
Initializes a new instance of the TreeViewNode class using the specified node as a prototype.
TreeViewNodeBuilder - Class in com.mindfusion.diagramming.builders
A class used to initialize TreeViewNode objects.
TreeViewNodeBuilder() - Constructor for class com.mindfusion.diagramming.builders.TreeViewNodeBuilder
Initializes a new instance of the TreeViewNodeBuilder class.
TreeViewNodeBuilder(TreeViewNode) - Constructor for class com.mindfusion.diagramming.builders.TreeViewNodeBuilder
Initializes a new instance of the TreeViewNodeBuilder class.
TreeViewNodeStyle - Class in com.mindfusion.diagramming
Represents a reusable set of properties that define the appearance of tree view nodes.
TreeViewNodeStyle() - Constructor for class com.mindfusion.diagramming.TreeViewNodeStyle
Initializes a new instance of the TreeViewNodeStyle class.
TreeViewNodeStyleBuilder - Class in com.mindfusion.diagramming.builders
A class used to initialize TreeViewNodeStyle objects.
TreeViewNodeStyleBuilder() - Constructor for class com.mindfusion.diagramming.builders.TreeViewNodeStyleBuilder
Initializes a new instance of the TreeViewNodeStyleBuilder class.
TreeViewNodeStyleBuilder(TreeViewNodeStyle) - Constructor for class com.mindfusion.diagramming.builders.TreeViewNodeStyleBuilder
Initializes a new instance of the TreeViewNodeStyleBuilder class.
Triangle - Static variable in class com.mindfusion.diagramming.ArrowHeads
Display a triangle.
TriangularLayout - Class in com.mindfusion.diagramming.jlayout
Performs triangular layout on simple, connected graphs.
TriangularLayout() - Constructor for class com.mindfusion.diagramming.jlayout.TriangularLayout
Initializes a new instance of the TriangularLayout class.
TriangularLayout - Class in com.mindfusion.diagramming
Performs triangular layout on simple, connected graphs.
TriangularLayout() - Constructor for class com.mindfusion.diagramming.TriangularLayout
Initializes a new instance of the TriangularLayout class.
TriangularLayoutBuilder - Class in com.mindfusion.diagramming.builders
A class used to initialize TriangularLayout objects.
TriangularLayoutBuilder() - Constructor for class com.mindfusion.diagramming.builders.TriangularLayoutBuilder
Initializes a new instance of the TriangularLayoutBuilder class.
TriangularLayoutBuilder(TriangularLayout) - Constructor for class com.mindfusion.diagramming.builders.TriangularLayoutBuilder
Initializes a new instance of the TriangularLayoutBuilder class.
TriangularLayoutInfo - Class in com.mindfusion.diagramming.jlayout
Contains settings for the TriangularLayout class.
TriangularLayoutInfo() - Constructor for class com.mindfusion.diagramming.jlayout.TriangularLayoutInfo
Initializes a new instance of the TriangularLayoutInfo class.
Turquoise - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FF40E0D0.
Turquoise - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FF40E0D0.
Turquoise - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the Turquoise color.
type(TreeLayoutType) - Method in class com.mindfusion.diagramming.builders.TreeLayoutBuilder
Sets the layout mode.
TypeResolver - Interface in com.mindfusion.diagramming.components
Resolves types by their names.

U

undo() - Method in class com.mindfusion.diagramming.AddGroupCmd
This method is called by the UndoManager when undoing actions.
undo() - Method in class com.mindfusion.diagramming.AddItemCmd
This method is called by the UndoManager when undoing actions.
undo() - Method in class com.mindfusion.diagramming.AddToContainerCmd
Undoes the command.
undo() - Method in class com.mindfusion.diagramming.ChangeItemCmd
This method is called by the UndoManager when undoing actions.
undo() - Method in class com.mindfusion.diagramming.Command
This method is called by the UndoManager when undoing actions.
undo() - Method in class com.mindfusion.diagramming.CompositeCmd
This method is called by the UndoManager when undoing actions.
undo() - Method in class com.mindfusion.diagramming.EditTextCmd
Undoes the command.
undo() - Method in class com.mindfusion.diagramming.ExpandHeaderRowCmd
This method is called by the UndoManager when undoing actions.
undo() - Method in class com.mindfusion.diagramming.ExpandItemCmd
This method is called by the UndoManager when undoing actions.
undo() - Method in class com.mindfusion.diagramming.ExpandTreeViewItemCmd
Command.undo() override.
undo() - Method in class com.mindfusion.diagramming.FoldContainerCmd
Undoes the command.
undo() - Method in class com.mindfusion.diagramming.GroupAttachCmd
This method is called by the UndoManager when undoing actions.
undo() - Method in class com.mindfusion.diagramming.GroupDetachCmd
This method is called by the UndoManager when undoing actions.
undo() - Method in class com.mindfusion.diagramming.ModifyItemCmd
This method is called by the UndoManager when undoing actions.
undo() - Method in class com.mindfusion.diagramming.RedimTableCmd
This method is called by the UndoManager when undoing actions.
undo() - Method in class com.mindfusion.diagramming.RemoveFromContainerCmd
Undoes the command.
undo() - Method in class com.mindfusion.diagramming.RemoveGroupCmd
This method is called by the UndoManager when undoing actions.
undo() - Method in class com.mindfusion.diagramming.RemoveItemCmd
This method is called by the UndoManager when undoing actions.
undo() - Method in class com.mindfusion.diagramming.ResizeTableColumnCmd
Undoes the command.
undo() - Method in class com.mindfusion.diagramming.ResizeTableRowCmd
Undoes the command.
undo() - Method in class com.mindfusion.diagramming.ScrollContainerCmd
Command.undo override.
undo() - Method in class com.mindfusion.diagramming.ScrollTableCmd
This method is called by the UndoManager when undoing actions.
undo() - Method in class com.mindfusion.diagramming.ScrollTreeViewCmd
Command.undo override.
undo() - Method in class com.mindfusion.diagramming.UndoManager
Undoes the previous action in the undo/redo queue.
UndoEvent - Class in com.mindfusion.diagramming
Contains the arguments passed to the ActionRecorded, ActionUndone and ActionRedone event handlers.
UndoEvent(Object, Command) - Constructor for class com.mindfusion.diagramming.UndoEvent
Initializes a new instance of the UndoEvent class.
UndoManager - Class in com.mindfusion.diagramming
Implements undo/redo functionality in JDiagram.
UndoValidationEvent - Class in com.mindfusion.diagramming
Contains the arguments passed to the ActionRecording event handlers.
UndoValidationEvent(Object, Command) - Constructor for class com.mindfusion.diagramming.UndoValidationEvent
Initializes a new instance of the UndoValidationEvent class.
unionNonEmptyRects(Rectangle2D, Rectangle2D) - Static method in class com.mindfusion.diagramming.Utilities
 
unitsPerInch() - Method in enum com.mindfusion.drawing.GraphicsUnit
 
UnitType - Enum in com.mindfusion.diagramming
Defines values that indicate whether point positions are specified as percentage, or in absolute units relative to the node's top-left corner.
unregisterStyle(Class<?>) - Method in class com.mindfusion.diagramming.Theme
Unregisters the Style object associated with the specified type.
unsetValue(Object) - Method in class com.mindfusion.diagramming.Style
Clears the value of the specified property.
unzip(byte[]) - Static method in class com.mindfusion.diagramming.Utilities
 
update(int, int) - Method in interface com.mindfusion.diagramming.LayoutProgress
 
update() - Method in class com.mindfusion.diagramming.Overview
Causes the control to recalculate all its internals and repaint its client area.
updateBounds() - Method in class com.mindfusion.diagramming.ContainerNode
Updates the container bounds to fit its contents.
updateBounds(boolean) - Method in class com.mindfusion.diagramming.ContainerNode
Updates the container bounds to fit its contents.
updateCreate(Point2D) - Method in class com.mindfusion.diagramming.DiagramItem
Invoked during interactive creation of this item.
updateCreate(Point2D) - Method in class com.mindfusion.diagramming.DiagramLink
updateCreate(Point2D) - Method in class com.mindfusion.diagramming.DiagramNode
updateCreate(Point2D) - Method in class com.mindfusion.diagramming.FreeFormNode
updateCreate(Point2D) - Method in class com.mindfusion.diagramming.Selection
 
updateFromPoint(Point2D) - Method in class com.mindfusion.diagramming.ConnectionPoint
Updates the connection state according to the specified point, without changing the related node.
updateFromPoint(Point2D) - Method in class com.mindfusion.diagramming.TreeViewConnectionPoint
Updates the connection stated according to the specified point, without changing the related node.
updateFromPoints() - Method in class com.mindfusion.diagramming.DiagramLink
Updates a link after its control point positions are changed programmatically.
updateFromPoints(boolean) - Method in class com.mindfusion.diagramming.DiagramLink
Updates the link's internal state after the link's control points have been changed.
updateFromPoints() - Method in class com.mindfusion.diagramming.FreeFormNode
Updates the node's internal state after its points have changed.
updateLinkPositions() - Method in class com.mindfusion.diagramming.DiagramNode
 
updateModify(Point2D, InteractionState) - Method in class com.mindfusion.diagramming.DiagramItem
Invoked during interactive modification of this item.
updateModify(Point2D, InteractionState) - Method in class com.mindfusion.diagramming.DiagramLink
updateModify(Point2D, InteractionState) - Method in class com.mindfusion.diagramming.DiagramNode
updateModify(Point2D, InteractionState) - Method in class com.mindfusion.diagramming.FreeFormNode
updateModify(Point2D, InteractionState) - Method in class com.mindfusion.diagramming.Selection
 
updateModify(Point2D, InteractionState) - Method in class com.mindfusion.diagramming.ShapeNode
 
updatePoints() - Method in interface com.mindfusion.diagramming.jlayout.Link
Invoked to update the link after its point sequence has been changed.
updateRuntimeIndices() - Method in class com.mindfusion.diagramming.Diagram
Assigns consecutive values to the RuntimeIndex property of items.
updateScrollPosition(float, boolean) - Method in class com.mindfusion.diagramming.ContainerNode
 
updateScrollPosition(float, boolean) - Method in class com.mindfusion.diagramming.TreeViewNode
 
Utilities - Class in com.mindfusion.diagramming
 
Utilities() - Constructor for class com.mindfusion.diagramming.Utilities
 

V

validateAnchorPoint(LinkValidationEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
A validation event that lets you approve or reject connecting a link to an anchor point.
validateAnchorPoint(LinkValidationEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
A validation event that lets you approve or reject connecting a link to an anchor point.
validated(Object, ComponentEvent) - Method in interface com.mindfusion.diagramming.components.ComponentEventListener
Raised after validating event confirms the change.
validateValue(Object, ValueChangingEventArgs<Float>) - Method in interface com.mindfusion.diagramming.components.NumericEditComponentListener
Raised when the value inside the component needs to be validated.
validating(Object, ComponentValidationEvent) - Method in interface com.mindfusion.diagramming.components.ComponentValidationEventListener
Raised when the component is about to lose input focus in order to validate it.
ValidationEvent - Class in com.mindfusion.diagramming
Contains information passed to the validation events defined in DiagramListener.
ValidationEvent(Object) - Constructor for class com.mindfusion.diagramming.ValidationEvent
Initializes a new ValidationEvent instance.
validityChecks(boolean) - Method in class com.mindfusion.diagramming.builders.DiagramBuilder
 
valueChanged(Object, ValueChangedEventArgs<Float>) - Method in interface com.mindfusion.diagramming.components.NumericEditComponentListener
Raised when the component's value has changed.
valueChanged(Object, ValueChangedEventArgs) - Method in class com.mindfusion.diagramming.components.SliderRailAdapter
 
valueChanged(Object, ValueChangedEventArgs<Float>) - Method in interface com.mindfusion.diagramming.components.SliderRailListener
 
valueChanged(Object, ValueChangedEventArgs<Float>) - Method in interface com.mindfusion.diagramming.components.SpinnerComponentListener
 
ValueChangedEventArgs<T> - Class in com.mindfusion.diagramming.components
Provides data for value change event handlers.
ValueChangedEventArgs() - Constructor for class com.mindfusion.diagramming.components.ValueChangedEventArgs
Initializes a new instance of the ValueChangedEventArgs class.
ValueChangedEventArgs(T, T) - Constructor for class com.mindfusion.diagramming.components.ValueChangedEventArgs
Initializes a new instance of the ValueChangedEventArgs class.
ValueChangingEventArgs<T> - Class in com.mindfusion.diagramming.components
Provides data for value validation event handlers.
ValueChangingEventArgs() - Constructor for class com.mindfusion.diagramming.components.ValueChangingEventArgs
Initializes a new instance of the ValueChangingEventArgs class.
ValueChangingEventArgs(T, T) - Constructor for class com.mindfusion.diagramming.components.ValueChangingEventArgs
Initializes a new instance of the ValueChangingEventArgs class.
valueOf(String) - Static method in enum com.mindfusion.diagramming.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.Anchoring
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.AttachToLink
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.AttachToNode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.AutoResize
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.Behavior
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.BranchIndicator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.CellFrameStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.ColumnStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.components.ButtonComponent.ButtonState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.components.ButtonComponent.ButtonType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.components.SliderComponent.SliderType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.components.TextWrapping
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.CursorHint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.CustomDraw
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.DelKeyAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.DirectionConstraint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.EffectPhase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.ExpandButtonAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.ExpandButtonPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.FitSize
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.GlassEffectType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.Granularity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.GridStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.GroupRotation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.HandlesStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.HitTestPriority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.HyperLinkStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.ImageAlign
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.jlayout.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.jlayout.FlowLayoutTraits
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.jlayout.HierarchicalLayoutTraits
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.jlayout.LayeredLayoutTraits
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.jlayout.SpringLayoutTraits
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.jlayout.SwimlaneLayoutTraits
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.jlayout.TreeLayoutBalance
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.jlayout.TreeLayoutDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.jlayout.TreeLayoutTraits
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.jlayout.TreeMapLayoutTraits
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.LayeredLayoutLinkType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.LinkCrossings
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.LinkShape
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.LinkTextStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.MarkStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.ModificationStart
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.ModifierKeyAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.MouseButtonAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.MouseInputMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.MultipleGraphsPlacement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.NodeHandleType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.Orientation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.PolylineRouting
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.Relationship
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.RelativeToLink
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.RelativeToNode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.RenderTarget
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.RerouteLinks
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.RestrictToBounds
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.RouteStepKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.SaveToStringFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.SelectionStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.ShadowsStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.ShowAnchors
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.SimpleShape
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.SmoothingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.SnapToAnchor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.TableConnectionStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.TickPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.TreeLayoutBalance
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.TreeLayoutLinkType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.TreeLayoutType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.TreeViewConnectionStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.UnitType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.drawing.Align
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.drawing.CombineMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.drawing.FillMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.drawing.FontStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.drawing.GraphicsUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.drawing.HatchStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.drawing.ImageAlignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.drawing.TextAlignment
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.mindfusion.diagramming.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.Anchoring
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.AttachToLink
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.AttachToNode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.AutoResize
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.Behavior
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.BranchIndicator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.CellFrameStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.ColumnStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.components.ButtonComponent.ButtonState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.components.ButtonComponent.ButtonType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.components.SliderComponent.SliderType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.components.TextWrapping
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.CursorHint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.CustomDraw
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.DelKeyAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.DirectionConstraint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.EffectPhase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.ExpandButtonAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.ExpandButtonPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.FitSize
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.GlassEffectType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.Granularity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.GridStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.GroupRotation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.HandlesStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.HitTestPriority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.HyperLinkStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.ImageAlign
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.jlayout.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.jlayout.FlowLayoutTraits
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.jlayout.HierarchicalLayoutTraits
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.jlayout.LayeredLayoutTraits
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.jlayout.SpringLayoutTraits
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.jlayout.SwimlaneLayoutTraits
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.jlayout.TreeLayoutBalance
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.jlayout.TreeLayoutDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.jlayout.TreeLayoutTraits
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.jlayout.TreeMapLayoutTraits
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.LayeredLayoutLinkType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.LinkCrossings
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.LinkShape
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.LinkTextStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.MarkStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.ModificationStart
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.ModifierKeyAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.MouseButtonAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.MouseInputMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.MultipleGraphsPlacement
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.NodeHandleType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.Orientation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.PolylineRouting
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.Relationship
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.RelativeToLink
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.RelativeToNode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.RenderTarget
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.RerouteLinks
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.RestrictToBounds
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.RouteStepKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.SaveToStringFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.SelectionStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.ShadowsStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.ShowAnchors
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.SimpleShape
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.SmoothingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.SnapToAnchor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.TableConnectionStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.TickPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.TreeLayoutBalance
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.TreeLayoutLinkType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.TreeLayoutType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.TreeViewConnectionStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.UnitType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.drawing.Align
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.drawing.CombineMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.drawing.FillMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.drawing.FontStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.drawing.GraphicsUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.drawing.HatchStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.drawing.ImageAlignment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.drawing.TextAlignment
Returns an array containing the constants of this enum type, in the order they are declared.
VerticalAlignment - Class in com.mindfusion.diagramming.components
Contains static constants that specify the vertical alignment of a component relative to its allocated space.
VerticalAlignment() - Constructor for class com.mindfusion.diagramming.components.VerticalAlignment
 
VerticalFlowLayout - Class in com.mindfusion.diagramming
A version of FlowLayout which arranges its components vertically.
VerticalFlowLayout() - Constructor for class com.mindfusion.diagramming.VerticalFlowLayout
Initializes a new instance of the VerticalFlowLayout class with a centered alignment and a default 5-unit horizontal and vertical gap.
VerticalFlowLayout(int) - Constructor for class com.mindfusion.diagramming.VerticalFlowLayout
Initializes a new instance of the VerticalFlowLayout class with the specified alignment and a default 5-unit horizontal and vertical gap.
VerticalFlowLayout(int, int, int) - Constructor for class com.mindfusion.diagramming.VerticalFlowLayout
Initializes a new instance of the VerticalFlowLayout class with the indicated alignment and the indicated horizontal and vertical gaps.
VerticalFlowLayout(int, int, int, int) - Constructor for class com.mindfusion.diagramming.VerticalFlowLayout
Initializes a new instance of the VerticalFlowLayout class.
verticalPadding(float) - Method in class com.mindfusion.diagramming.builders.DecisionLayoutBuilder
Sets the vertical distance between adjacent nodes.
viewportChanged() - Method in class com.mindfusion.diagramming.DiagramAdapter
 
viewportChanged() - Method in interface com.mindfusion.diagramming.DiagramListener
 
viewRemoved(ValidationEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when a DiagramView is detached from this diagram.
viewRemoved(ValidationEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when a DiagramView is detached from this diagram.
Violet - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFEE82EE.
Violet - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFEE82EE.
Violet - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the Violet color.
visible(boolean) - Method in class com.mindfusion.diagramming.builders.CompositeNodeBuilder
Sets a value indicating whether an item is visible.
visible(boolean) - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
Sets a value indicating whether the container is visible.
visible(boolean) - Method in class com.mindfusion.diagramming.builders.ControlNodeBuilder
Sets a value indicating whether the node is visible.
visible(boolean) - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
Specifies whether the link should be drawn on the screen.
visible(boolean) - Method in class com.mindfusion.diagramming.builders.FreeFormNodeBuilder
Sets a value indicating whether an item is visible.
visible(boolean) - Method in class com.mindfusion.diagramming.builders.ShapeNodeBuilder
Sets a value indicating whether an item is visible.
visible(boolean) - Method in class com.mindfusion.diagramming.builders.SvgNodeBuilder
Sets a value indicating whether an item is visible.
visible(boolean) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
Sets a value indicating whether an item is visible.
visible(boolean) - Method in class com.mindfusion.diagramming.builders.TreeViewNodeBuilder
Sets a value indicating whether an item is visible.

W

weight(float) - Method in class com.mindfusion.diagramming.builders.CompositeNodeBuilder
Sets a weight value used in layout and path-finding algorithms.
weight(float) - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
Sets a weight value used in layout and path-finding algorithms.
weight(float) - Method in class com.mindfusion.diagramming.builders.ControlNodeBuilder
Sets a weight value used in layout and path-finding algorithms.
weight(float) - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
Sets a weight value used in layout and path-finding algorithms.
weight(float) - Method in class com.mindfusion.diagramming.builders.FreeFormNodeBuilder
Sets a weight value used in layout and path-finding algorithms.
weight(float) - Method in class com.mindfusion.diagramming.builders.ShapeNodeBuilder
Sets a weight value used in layout and path-finding algorithms.
weight(float) - Method in class com.mindfusion.diagramming.builders.SvgNodeBuilder
Sets a weight value used in layout and path-finding algorithms.
weight(float) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
Sets a weight value used in layout and path-finding algorithms.
weight(float) - Method in class com.mindfusion.diagramming.builders.TreeViewNodeBuilder
Sets a weight value used in layout and path-finding algorithms.
Wheat - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFF5DEB3.
Wheat - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFF5DEB3.
Wheat - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the Wheat color.
White - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFFFFFFF.
White - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFFFFFFF.
White - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the White color.
WhiteSmoke - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFF5F5F5.
WhiteSmoke - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFF5F5F5.
WhiteSmoke - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the WhiteSmoke color.
width - Variable in class com.mindfusion.diagramming.jlayout.XDimension2D.Double
 
width - Variable in class com.mindfusion.diagramming.XDimension2D.Double
 
widthHeightRatio(float) - Method in class com.mindfusion.diagramming.builders.AnnealLayoutBuilder
Sets what width / height ratio the layout area should have.
windowChanged() - Method in class com.mindfusion.diagramming.PrintPreview
 
with() - Static method in class com.mindfusion.diagramming.AnnealLayout
Returns an AnnealLayoutBuilder object used to configure and create new AnnealLayout instances.
with() - Static method in class com.mindfusion.diagramming.CascadeLayout
Returns a CascadeLayoutBuilder object used to configure and create new CascadeLayout instances.
with() - Static method in class com.mindfusion.diagramming.CircularLayout
Returns a CircularLayoutBuilder object used to configure and create new CircularLayout instances.
with() - Static method in class com.mindfusion.diagramming.CompositeNode
Returns a CompositeNodeBuilder object used to configure and create new CompositeNode instances.
with() - Static method in class com.mindfusion.diagramming.CompositeNodeStyle
Returns a CompositeNodeStyleBuilder object used to configure and create new CompositeNodeStyle instances.
with() - Static method in class com.mindfusion.diagramming.ContainerNode
Returns a ContainerNodeBuilder object used to configure and create new ContainerNode instances.
with() - Static method in class com.mindfusion.diagramming.ContainerNodeStyle
Returns a ContainerNodeStyleBuilder object used to configure and create new ContainerNodeStyle instances.
with() - Static method in class com.mindfusion.diagramming.ControlNode
Returns a ControlNodeBuilder object used to configure and create new ControlNode instances.
with() - Static method in class com.mindfusion.diagramming.DecisionLayout
Returns a DecisionLayoutBuilder object used to configure and create new DecisionLayout instances.
with() - Static method in class com.mindfusion.diagramming.Diagram
Returns a DiagramBuilder object used to configure and create new Diagram instances.
with() - Static method in class com.mindfusion.diagramming.DiagramLink
Returns a DiagramLinkBuilder object used to configure and create new DiagramLink instances.
with() - Static method in class com.mindfusion.diagramming.DiagramLinkStyle
Returns a DiagramLinkStyleBuilder object used to configure and create new DiagramLinkStyle instances.
with() - Static method in class com.mindfusion.diagramming.FlowchartLayout
Returns a FlowchartLayoutBuilder object used to configure and create new FlowchartLayout instances.
with() - Static method in class com.mindfusion.diagramming.FractalLayout
Returns a FractalLayoutBuilder object used to configure and create new FractalLayout instances.
with() - Static method in class com.mindfusion.diagramming.FreeFormNode
Returns a FreeFormNodeBuilder object used to configure and create new FreeFormNode instances.
with() - Static method in class com.mindfusion.diagramming.FreeFormNodeStyle
Returns a FreeFormNodeStyleBuilder object used to configure and create new FreeFormNodeStyle instances.
with() - Static method in class com.mindfusion.diagramming.GridLayout
Returns a GridLayoutBuilder object used to configure and create new GridLayout instances.
with() - Static method in class com.mindfusion.diagramming.HierarchicalLayout
Returns a HierarchicalLayoutBuilder object used to configure and create new HierarchicalLayout instances.
with() - Static method in class com.mindfusion.diagramming.LayeredLayout
Returns a LayeredLayoutBuilder object used to configure and create new LayeredLayout instances.
with() - Static method in class com.mindfusion.diagramming.OneWayLayout
Returns an OneWayLayoutBuilder object used to configure and create new OneWayLayout instances.
with() - Static method in class com.mindfusion.diagramming.OrthogonalLayout
Returns an OrthogonalLayoutBuilder object used to configure and create new OrthogonalLayout instances.
with() - Static method in class com.mindfusion.diagramming.ShapeNode
Returns a ShapeNodeBuilder object used to configure and create new ShapeNode instances.
with() - Static method in class com.mindfusion.diagramming.ShapeNodeStyle
Returns a ShapeNodeStyleBuilder object used to configure and create new ShapeNodeStyle instances.
with() - Static method in class com.mindfusion.diagramming.SpringLayout
Returns a SpringLayoutBuilder object used to configure and create new SpringLayout instances.
with() - Static method in class com.mindfusion.diagramming.SvgNodeStyle
Returns a SvgNodeStyleBuilder object used to configure and create new SvgNodeStyle instances.
with() - Static method in class com.mindfusion.diagramming.SwimlaneLayout
Returns a SwimlaneLayoutBuilder object used to configure and create new SwimlaneLayout instances.
with() - Static method in class com.mindfusion.diagramming.TableNode
Returns a TableNodeBuilder object used to configure and create new TableNode instances.
with() - Static method in class com.mindfusion.diagramming.TableNodeStyle
Returns a TableNodeStyleBuilder object used to configure and create new TableNodeStyle instances.
with() - Static method in class com.mindfusion.diagramming.TopologicalLayout
Returns a TopologicalLayoutBuilder object used to configure and create new TopologicalLayout instances.
with() - Static method in class com.mindfusion.diagramming.TreeLayout
Returns a TreeLayoutBuilder object used to configure and create new TreeLayout instances.
with() - Static method in class com.mindfusion.diagramming.TreeMapLayout
Returns a TreeMapLayoutBuilder object used to configure and create new TreeMapLayout instances.
with() - Static method in class com.mindfusion.diagramming.TreeViewNode
Returns a TreeViewNodeBuilder object used to configure and create new TreeViewNode instances.
with() - Static method in class com.mindfusion.diagramming.TreeViewNodeStyle
Returns a TreeViewNodeStyleBuilder object used to configure and create new TreeViewNodeStyle instances.
with() - Static method in class com.mindfusion.diagramming.TriangularLayout
Returns a TriangularLayoutBuilder object used to configure and create new TriangularLayout instances.
withSvg() - Static method in class com.mindfusion.diagramming.SvgNode
Returns an SvgNodeBuilder object used to configure and create new SvgNode instances.
WpfPoint - Static variable in class com.mindfusion.diagramming.MeasureUnit
Specifies device-independent pixels (1/96 inch) as the unit of measure.
writeAnchorPattern(AnchorPattern) - Method in class com.mindfusion.diagramming.JsonPersistContext
Writes an AnchorPattern object.
writeAnchorPattern(ObjectOutput, AnchorPattern) - Static method in class com.mindfusion.diagramming.Serialization
 
writeAnchorPattern(AnchorPattern, String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
Writes the specified anchor pattern.
writeBool(boolean, String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
Writes a boolean value with the specified name.
writeBrush(Brush, String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
writeByte(byte, String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
Write a byte value with the specified name.
writeChar(char, String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
Write a char value with the specified name.
writeColor(Color, String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
writeColorArray(Color[], String, String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
writeComposite(JsonObject, CompositeNode) - Method in class com.mindfusion.diagramming.JsonPersistContext
Writes the properties of a CompositeNode, which are marked with the AutoJson attribute.
writeDouble(double, String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
Writes a double value with the specified name.
writeEffect(NodeEffect) - Method in class com.mindfusion.diagramming.JsonPersistContext
Writes a NodeEffect object.
writeEffect(NodeEffect, String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
Writes a reference to the specified effect.
writeEnum(int, String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
writeExternal(ObjectOutput) - Method in class com.mindfusion.diagramming.AeroEffect
writeExternal(ObjectOutput) - Method in class com.mindfusion.diagramming.AnchorPattern
 
writeExternal(ObjectOutput) - Method in class com.mindfusion.diagramming.AnchorPoint
 
writeExternal(ObjectOutput) - Method in class com.mindfusion.diagramming.BaseList
Saves the list's contents.
writeExternal(ObjectOutput) - Method in class com.mindfusion.diagramming.Cell
Implements Externalizable.
writeExternal(ObjectOutput) - Method in class com.mindfusion.diagramming.Column
Implements Externalizable.
writeExternal(ObjectOutput) - Method in class com.mindfusion.diagramming.components.BorderComponent
Implements Externalizable
writeExternal(ObjectOutput) - Method in class com.mindfusion.diagramming.components.ButtonComponent
ComponentBase.writeExternal override.
writeExternal(ObjectOutput) - Method in class com.mindfusion.diagramming.components.CheckBoxComponent
ComponentBase.writeExternal override.
writeExternal(ObjectOutput) - Method in class com.mindfusion.diagramming.components.ComponentBase
Implements Externalizable
writeExternal(ObjectOutput) - Method in class com.mindfusion.diagramming.components.ContainerComponent
ComponentBase.writeExternal override.
writeExternal(ObjectOutput) - Method in class com.mindfusion.diagramming.components.ContentComponent
ComponentBase.writeExternal override.
writeExternal(ObjectOutput) - Method in class com.mindfusion.diagramming.components.EditComponent
ComponentBase.writeExternal override.
writeExternal(ObjectOutput) - Method in class com.mindfusion.diagramming.components.GridPanel
ContainerComponent.writeExternal override.
writeExternal(ObjectOutput) - Method in class com.mindfusion.diagramming.components.ImageComponent
ComponentBase.writeExternal override.
writeExternal(ObjectOutput) - Method in class com.mindfusion.diagramming.components.NumericEditComponent
EditComponent.writeExternal override.
writeExternal(ObjectOutput) - Method in class com.mindfusion.diagramming.components.ShapeComponent
ComponentBase.writeExternal override.
writeExternal(ObjectOutput) - Method in class com.mindfusion.diagramming.components.SliderComponent
ContentComponent.writeExternal override.
writeExternal(ObjectOutput) - Method in class com.mindfusion.diagramming.components.SpinnerComponent
ContentComponent.writeExternal override.
writeExternal(ObjectOutput) - Method in class com.mindfusion.diagramming.components.StackPanel
ContainerComponent.writeExternal override.
writeExternal(ObjectOutput) - Method in class com.mindfusion.diagramming.components.TextComponent
ComponentBase.writeExternal override.
writeExternal(ObjectOutput) - Method in class com.mindfusion.diagramming.CompositeNode
Implements Externalizable
writeExternal(ObjectOutput) - Method in class com.mindfusion.diagramming.ConnectionPoint
Serializes the connection point data.
writeExternal(ObjectOutput) - Method in class com.mindfusion.diagramming.ContainerNode
Implements Externalizable.
writeExternal(ObjectOutput) - Method in class com.mindfusion.diagramming.ControlNode
Implements Externalizable.
writeExternal(ObjectOutput) - Method in class com.mindfusion.diagramming.DiagramItem
Implements Externalizable.
writeExternal(ObjectOutput) - Method in class com.mindfusion.diagramming.DiagramLink
Implements Externalizable.
writeExternal(ObjectOutput) - Method in class com.mindfusion.diagramming.DiagramNode
Implements Externalizable.
writeExternal(ObjectOutput) - Method in class com.mindfusion.diagramming.FreeFormNode
DiagramNode.writeExternal override.
writeExternal(ObjectOutput) - Method in class com.mindfusion.diagramming.GlassEffect
writeExternal(ObjectOutput) - Method in class com.mindfusion.diagramming.Group
Implements Externalizable.
writeExternal(ObjectOutput) - Method in class com.mindfusion.diagramming.HandlesVisualStyle
 
writeExternal(ObjectOutput) - Method in class com.mindfusion.diagramming.Layer
Implements Externalizable.
writeExternal(ObjectOutput) - Method in class com.mindfusion.diagramming.LinkLabel
Saves the label into the specified binary stream.
writeExternal(ObjectOutput) - Method in class com.mindfusion.diagramming.NodeConstraints
Implements Externalizable.
writeExternal(ObjectOutput) - Method in class com.mindfusion.diagramming.NodeEffect
Externalizable.writeExternal(java.io.ObjectOutput) implementation.
writeExternal(ObjectOutput) - Method in class com.mindfusion.diagramming.NodeLabel
Saves the label into the specified binary stream.
writeExternal(ObjectOutput) - Method in class com.mindfusion.diagramming.Row
Implements Externalizable.
writeExternal(ObjectOutput) - Method in class com.mindfusion.diagramming.Selection
Implements Externalizable.
writeExternal(ObjectOutput) - Method in class com.mindfusion.diagramming.ShapeNode
Implements Externalizable.
writeExternal(ObjectOutput) - Method in class com.mindfusion.diagramming.Style
Externalizable.writeExternal(java.io.ObjectOutput) implementation.
writeExternal(ObjectOutput) - Method in class com.mindfusion.diagramming.SvgNode
Serializes the object to the specified writer.
writeExternal(ObjectOutput) - Method in class com.mindfusion.diagramming.TableNode
Implements Externalizable.
writeExternal(ObjectOutput) - Method in class com.mindfusion.diagramming.Theme
Externalizable.writeExternal(java.io.ObjectOutput) implementation.
writeExternal(ObjectOutput) - Method in class com.mindfusion.diagramming.Thickness
 
writeExternal(ObjectOutput) - Method in class com.mindfusion.diagramming.TreeViewConnectionPoint
 
writeExternal(ObjectOutput) - Method in class com.mindfusion.diagramming.TreeViewItem
Implements Externalizable.
writeExternal(ObjectOutput) - Method in class com.mindfusion.diagramming.TreeViewNode
Implements Externalizable.
writeExternal(ObjectOutput) - Method in class com.mindfusion.diagramming.XDimension2D.Double
 
writeExternal(ObjectOutput) - Method in class com.mindfusion.drawing.DashStyle
Implements Externalizable.
writeExternal(ObjectOutput) - Method in class com.mindfusion.drawing.ExternalizableImage
 
writeExternal(ObjectOutput) - Method in class com.mindfusion.drawing.GradientBrush
Implements Externalizable.
writeExternal(ObjectOutput) - Method in class com.mindfusion.drawing.HatchBrush
Implements Externalizable.
writeExternal(ObjectOutput) - Method in class com.mindfusion.drawing.Pen
Implements Externalizable.
writeExternal(ObjectOutput) - Method in class com.mindfusion.drawing.PointList
 
writeExternal(ObjectOutput) - Method in class com.mindfusion.drawing.RadialGradientBrush
Implements Externalizable.
writeExternal(ObjectOutput) - Method in class com.mindfusion.drawing.SolidBrush
Implements Externalizable.
writeExternal(ObjectOutput) - Method in class com.mindfusion.drawing.TextureBrush
Implements Externalizable.
writeFloat(float, String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
Writes a float value with the specified name.
writeFloatArray(float[], String, String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
writeFont(Font) - Method in class com.mindfusion.diagramming.JsonPersistContext
 
writeFont(Font, String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
writeFont(Font, String, Element, GraphicsUnit) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
writeGroup(Group, String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
writeImage(Image, String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
writeInt(int, String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
Writes an integer value with the specified name.
writeItemId(DiagramItem) - Method in class com.mindfusion.diagramming.JsonPersistContext
Writes a reference to the specified item.
writeItemReference(DiagramItem, String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
Writes a reference to the specified item with the specified name.
writeItemType(Class) - Method in class com.mindfusion.diagramming.JsonPersistContext
Writes an item type.
writeLong(long, String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
Writes a long value with the specified name.
writePen(Pen, String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
writePoint(ObjectOutput, Point2D) - Static method in class com.mindfusion.diagramming.Serialization
 
writePointCollection(PointList, String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
writePointCoordinates(List<Point2D.Float>, String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
writePointF(Point2D, String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
Writes a Point2D with the specified name.
writeRect(ObjectOutput, Rectangle2D) - Static method in class com.mindfusion.diagramming.Serialization
 
writeRectangleF(Rectangle2D, String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
Writes a Rectangle2D with the specified name.
writeShape(Shape) - Method in class com.mindfusion.diagramming.JsonPersistContext
Writes a Shape object.
writeShape(ObjectOutput, Shape) - Static method in class com.mindfusion.diagramming.Serialization
 
writeShape(Shape, String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
Writes the specified shape with the specified name.
writeShort(short, String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
Writes a short value with the specified name.
writeSizeF(Dimension2D, String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
Writes a Dimension2D with the specified name.
writeString(String, String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
Writes a string value with the specified name.
writeStringFormat(TextFormat, String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
writeStringToFile(String, String) - Static method in class com.mindfusion.diagramming.Utilities
 
writeStyle(Style) - Method in class com.mindfusion.diagramming.JsonPersistContext
Writes a Style object.
writeStyle(Style, String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
Writes a reference to the specified style.
writeSvg(SvgContent) - Method in class com.mindfusion.diagramming.JsonPersistContext
 
writeSvg(SvgContent, String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
Writes a reference to the specified SVG.
writeTag(Object, Object, String) - Method in class com.mindfusion.diagramming.JsonPersistContext
Writes the specified tag of the specified object.
writeTag(ObjectOutput, Object) - Static method in class com.mindfusion.diagramming.Serialization
 
writeTag(Object, Object, String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
writeTextFormat(ObjectOutput, TextFormat) - Static method in class com.mindfusion.diagramming.Serialization
 
writeTheme(Theme) - Method in class com.mindfusion.diagramming.JsonPersistContext
Writes a Theme object.
writeTheme(Theme, String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
Writes the specified Theme object.
writeThickness(Thickness) - Method in class com.mindfusion.diagramming.JsonPersistContext
Writes a Thickness object.
writeThickness(Thickness, String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
writeTraits(Hashtable<Object, Object>, String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
 

X

XBoundsComparer - Class in com.mindfusion.diagramming.jlayout
 
XBoundsComparer() - Constructor for class com.mindfusion.diagramming.jlayout.XBoundsComparer
 
XBoundsComparer(int) - Constructor for class com.mindfusion.diagramming.jlayout.XBoundsComparer
 
XDimension2D - Class in com.mindfusion.diagramming.jlayout
 
XDimension2D() - Constructor for class com.mindfusion.diagramming.jlayout.XDimension2D
 
XDimension2D - Class in com.mindfusion.diagramming
 
XDimension2D() - Constructor for class com.mindfusion.diagramming.XDimension2D
 
XDimension2D.Double - Class in com.mindfusion.diagramming.jlayout
 
XDimension2D.Double - Class in com.mindfusion.diagramming
 
xGap(float) - Method in class com.mindfusion.diagramming.builders.GridLayoutBuilder
Sets a value indicating how much horizontal space should be left between the document boundaries and the graph.
xGap(float) - Method in class com.mindfusion.diagramming.builders.LayeredLayoutBuilder
Sets a value indicating how much horizontal space should be left between the document boundaries and the graph.
xGap(float) - Method in class com.mindfusion.diagramming.builders.TreeLayoutBuilder
Sets a value indicating how much horizontal space to leave between the document boundaries and the tree.
XmlElementNameAnnotation - Annotation Type in com.mindfusion.diagramming
Specifies a string to be used as a XML element name of a type during XML serialization.
XmlException - Exception in com.mindfusion.diagramming
 
XmlException(Throwable) - Constructor for exception com.mindfusion.diagramming.XmlException
 
XmlException(String) - Constructor for exception com.mindfusion.diagramming.XmlException
 
XmlLoader - Class in com.mindfusion.diagramming.components
Provides methods for loading component hierarchies from XML.
XmlLoaderException - Exception in com.mindfusion.diagramming.components
An exception raised when a XmlLoader fails to parse XML content.
XmlLoaderException() - Constructor for exception com.mindfusion.diagramming.components.XmlLoaderException
Overloaded.
XmlLoaderException(String) - Constructor for exception com.mindfusion.diagramming.components.XmlLoaderException
Overloaded.
XmlPersistContext - Class in com.mindfusion.diagramming
Contains methods that can help you serialize and deserialize MindFusion.Diagramming items to and from XML documents.
XmlPersistContext(Diagram, Document) - Constructor for class com.mindfusion.diagramming.XmlPersistContext
Initializes a new instance of the XmlPersistContext class.
XmlPersistContext(Diagram, Document, int) - Constructor for class com.mindfusion.diagramming.XmlPersistContext
Initializes a new instance of the XmlPersistContext class.
XmlReaderException - Exception in com.mindfusion.diagramming
An exception thrown by XmlReader if it cannot parse an input file.
XmlReaderException(Throwable) - Constructor for exception com.mindfusion.diagramming.XmlReaderException
Initializes a new XmlReaderException instance.
XmlReaderListener - Interface in com.mindfusion.diagramming
Defines events that let you load custom tag data from XML files.

Y

Yellow - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FFFFFF00.
Yellow - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FFFFFF00.
Yellow - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the Yellow color.
YellowGreen - Static variable in class com.mindfusion.drawing.Brushes
Represents a brush that has an ARGB value of #FF9ACD32.
YellowGreen - Static variable in class com.mindfusion.drawing.Colors
Represents a color that has an ARGB value of #FF9ACD32.
YellowGreen - Static variable in class com.mindfusion.drawing.Pens
Represents a pen with the YellowGreen color.
yGap(float) - Method in class com.mindfusion.diagramming.builders.GridLayoutBuilder
Sets a value indicating how much vertical space should be left between the document boundaries and the graph.
yGap(float) - Method in class com.mindfusion.diagramming.builders.LayeredLayoutBuilder
Sets a value indicating how much vertical space should be left between the document boundaries and the graph.
yGap(float) - Method in class com.mindfusion.diagramming.builders.TreeLayoutBuilder
Sets a value indicating how much vertical space to leave between the document boundaries and the tree.

Z

zBottom(boolean) - Method in class com.mindfusion.diagramming.DiagramItem
Moves an item to the bottom of the Z order.
zIndex(int) - Method in class com.mindfusion.diagramming.builders.CompositeNodeBuilder
Sets the position of an item within the diagram's Z order.
zIndex(int) - Method in class com.mindfusion.diagramming.builders.ContainerNodeBuilder
Sets the position of an item within the diagram's Z order.
zIndex(int) - Method in class com.mindfusion.diagramming.builders.ControlNodeBuilder
Sets the position of an item within the diagram's Z order.
zIndex(int) - Method in class com.mindfusion.diagramming.builders.DiagramLinkBuilder
Sets the position of an item within the diagram's Z order.
zIndex(int) - Method in class com.mindfusion.diagramming.builders.FreeFormNodeBuilder
Sets the position of an item within the diagram's Z order.
zIndex(int) - Method in class com.mindfusion.diagramming.builders.ShapeNodeBuilder
Sets the position of an item within the diagram's Z order.
zIndex(int) - Method in class com.mindfusion.diagramming.builders.SvgNodeBuilder
Sets the position of an item within the diagram's Z order.
zIndex(int) - Method in class com.mindfusion.diagramming.builders.TableNodeBuilder
Sets the position of an item within the diagram's Z order.
zIndex(int) - Method in class com.mindfusion.diagramming.builders.TreeViewNodeBuilder
Sets the position of an item within the diagram's Z order.
zLevelDown(boolean) - Method in class com.mindfusion.diagramming.DiagramItem
Moves an item down in the Z order.
zLevelUp(boolean) - Method in class com.mindfusion.diagramming.DiagramItem
Moves an item up in the Z order.
ZoomBehavior - Class in com.mindfusion.diagramming
Implements the Zoom behavior.
ZoomBehavior(DiagramView) - Constructor for class com.mindfusion.diagramming.ZoomBehavior
Initializes a new instance of the ZoomBehavior class.
ZoomControl - Class in com.mindfusion.diagramming
ZoomControl lets users zoom and pan a target DiagramView interactively.
ZoomControl() - Constructor for class com.mindfusion.diagramming.ZoomControl
Initializes a new instance of the ZoomControl class.
ZoomDisplay(double, JCheckBoxMenuItem) - Method in class com.mindfusion.diagramming.PrintPreview
 
zoomToFit() - Method in class com.mindfusion.diagramming.DiagramView
Zooms the diagram so that all its contents becomes visible.
zoomToFit(Rectangle2D) - Method in class com.mindfusion.diagramming.DiagramView
Zooms and scrolls the diagram so that the specified rectangular area becomes visible.
zoomToRect(Rectangle2D, boolean) - Method in class com.mindfusion.diagramming.DiagramView
Zooms and scrolls the view to fit the specified document rectangle in the viewport.
zoomToRect(Rectangle2D) - Method in class com.mindfusion.diagramming.DiagramView
Zooms and scrolls the view to fit the specified document rectangle in the viewport.
zTop(boolean) - Method in class com.mindfusion.diagramming.DiagramItem
Moves an item to the top of the Z order.
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 
Skip navigation links