Skip navigation links
A B C D E F G H I L M N O P Q R S T U V W X Y Z 

A

Absolute - Static variable in class com.mindfusion.diagramming.components.LengthType
Indicates that the specified size is expressed as an absolute value.
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.
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.
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
Raised when the diagram's active layer has changed.
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(Header) - Method in class com.mindfusion.diagramming.lanes.HeaderList
 
add(int, Header) - Method in class com.mindfusion.diagramming.lanes.HeaderList
 
add(T, PointF) - Static method in class com.mindfusion.diagramming.Utilities
Add (translate) the coordinates of one point with the coordinates of another
add(T, float, float) - Static method in class com.mindfusion.diagramming.Utilities
 
AddChild - Interface in com.mindfusion.diagramming.components
 
addChild(Object) - Method in interface com.mindfusion.diagramming.components.AddChild
 
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.
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
 
addGridListener(GridListener) - Method in class com.mindfusion.diagramming.lanes.Grid
 
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.
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.DummyConnectionPoint
 
addLinkToNode() - Method in class com.mindfusion.diagramming.TableConnectionPoint
 
addLinkToNode() - Method in class com.mindfusion.diagramming.TreeViewConnectionPoint
ConnectionPoint.addLinkToNode override.
addMenuItem(int, MenuItemListener) - Method in class com.mindfusion.diagramming.RadialMenu
Adds a new item showing specified resource image.
addMenuItem(String, MenuItemListener) - Method in class com.mindfusion.diagramming.RadialMenu
Adds a new item showing specified base64-encoded image.
addMenuItemListener(MenuItemListener) - Method in class com.mindfusion.diagramming.RadialMenuItem
Registers listener so that it will receive events when users select a menu item.
addNode(DiagramNode) - Method in class com.mindfusion.diagramming.NodeListView
Adds a new node at the end of the list view.
addNode(DiagramNode, String) - Method in class com.mindfusion.diagramming.NodeListView
Adds a new node at the end of the list view.
addNodes(List<DiagramNode>) - Method in class com.mindfusion.diagramming.NodeListView
Adds the specified nodes at the end of the list view.
addNodes(DiagramNode[], String[]) - Method in class com.mindfusion.diagramming.NodeListView
Adds the specified nodes at the end of the list view.
addNodes(List<DiagramNode>, String[]) - Method in class com.mindfusion.diagramming.NodeListView
Adds the specified nodes at the end of the list view.
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
 
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.
addStyleListener(StyleListener) - Method in class com.mindfusion.diagramming.lanes.Style
 
addSubCmd(Command) - Method in class com.mindfusion.diagramming.Command
Adds a command object to a compound command.
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(Path) - Method in class com.mindfusion.drawing.CardinalSpline
 
addToRepaintRect(RectF) - 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
 
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 semi-transparency 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.
Align - Enum in com.mindfusion.diagramming
The members of this enumeration specify how text should be aligned to the text layout rectangle.
alignPointToGrid(PointF) - Method in class com.mindfusion.diagramming.Diagram
Aligns a point to the alignment grid.
All - Static variable in class com.mindfusion.diagramming.AdjustmentHandles
All handles are enabled.
allowAddChildren - Variable in class com.mindfusion.diagramming.ContainerNodeProperties
 
allowCreate(PointF, 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(PointF, InteractionState) - Method in class com.mindfusion.diagramming.DiagramLink
allowCreate(PointF, InteractionState) - Method in class com.mindfusion.diagramming.DiagramNode
allowCreate(PointF, InteractionState) - Method in class com.mindfusion.diagramming.FreeFormNode
allowCreate(PointF, InteractionState) - Method in class com.mindfusion.diagramming.Selection
 
allowIncomingLinks - Variable in class com.mindfusion.diagramming.DiagramNode
 
allowModify(PointF, 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(PointF, InteractionState) - Method in class com.mindfusion.diagramming.DiagramLink
 
allowModify(PointF, InteractionState) - Method in class com.mindfusion.diagramming.DiagramNode
 
allowModify(PointF, InteractionState) - Method in class com.mindfusion.diagramming.Selection
 
allowModifyImpl(PointF, InteractionState) - Method in class com.mindfusion.diagramming.DiagramNode
 
allowOutgoingLinks - Variable in class com.mindfusion.diagramming.DiagramNode
 
allowRemoveChildren - Variable in class com.mindfusion.diagramming.ContainerNodeProperties
 
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.
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 - 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.
AnnealLayoutInfo - Class in com.mindfusion.diagramming.jlayout
 
AnnealLayoutInfo() - Constructor for class com.mindfusion.diagramming.jlayout.AnnealLayoutInfo
 
appearanceChanged() - Method in class com.mindfusion.diagramming.lanes.GridAdapter
 
appearanceChanged() - Method in interface com.mindfusion.diagramming.lanes.GridListener
Raised when the appearance of any of the underlying cells or headers has changed (including when the size of the underlying headers or cells has changed).
apply(Paint) - Method in enum com.mindfusion.diagramming.SmoothingMode
 
applyEffects(ComponentBase, Object, EffectPhase) - Method in interface com.mindfusion.diagramming.components.ComponentHost
 
applyEffects(ComponentBase, Object, EffectPhase) - Method in class com.mindfusion.diagramming.CompositeNode
 
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
 
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.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, 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(RectF, Canvas) - 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(RectF, Canvas) - Method in class com.mindfusion.diagramming.components.ContainerComponent
ComponentBase.arrangeComponents override.
arrangeComponents(RectF, Canvas) - Method in class com.mindfusion.diagramming.components.ContentComponent
ComponentBase.arrangeComponents override.
arrangeComponents(RectF, Canvas) - Method in class com.mindfusion.diagramming.components.GridPanel
ContainerComponent.arrangeComponents override.
arrangeComponents(RectF, Canvas) - Method in class com.mindfusion.diagramming.components.SimplePanel
ContainerComponent.arrangeComponents override.
arrangeComponents(RectF, Canvas) - Method in class com.mindfusion.diagramming.components.StackPanel
ContainerComponent.arrangeComponents override.
arrangeComponents(RectF, Canvas) - 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
 
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
 
Attachment - Class in com.mindfusion.diagramming
 
Attachment() - Constructor for class com.mindfusion.diagramming.Attachment
 
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.
Auto - Static variable in class com.mindfusion.diagramming.components.LengthType
Indicates that the size is automatically calculated based on content.
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.
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
 

B

BackSlash - Static variable in class com.mindfusion.diagramming.ArrowHeads
Display a back slash.
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
 
BaseList(int) - Constructor for class com.mindfusion.diagramming.BaseList
 
BaseList(Collection<E>) - Constructor for class com.mindfusion.diagramming.BaseList
 
BaseList(boolean) - Constructor for class com.mindfusion.diagramming.BaseList
 
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
 
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, PointF) - Method in class com.mindfusion.diagramming.DiagramView
 
beginEdit(DiagramItem, InplaceEditable, PointF) - 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.
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.
BLACK - Static variable in class com.mindfusion.drawing.Color
 
black - Static variable in class com.mindfusion.drawing.Color
 
BLUE - Static variable in class com.mindfusion.drawing.Color
 
blue - Static variable in class com.mindfusion.drawing.Color
 
BorderComponent - Class in com.mindfusion.diagramming.components
 
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
Indicates that the component should be bottom-aligned.
BottomHandles - Static variable in class com.mindfusion.diagramming.AdjustmentHandles
The bottom-left, bottom-center and bottom-right handles are enabled.
bounds - Variable in class com.mindfusion.diagramming.DiagramNode
 
BowArrow - Static variable in class com.mindfusion.diagramming.ArrowHeads
Display a bow arrow.
bringIntoView(DiagramItem) - Method in class com.mindfusion.diagramming.DiagramView
Scrolls the viewport so that the specified item will be visible.
brush - Variable in class com.mindfusion.diagramming.DiagramItem
 
Brush - Class in com.mindfusion.drawing
A Brush specifies how the interior of a diagram element should be filled.
Brush() - Constructor for class com.mindfusion.drawing.Brush
 
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
ByRef<T> - Class in com.mindfusion.diagramming.jlayout
Allows using "by reference" value type parameters.
ByRef() - Constructor for class com.mindfusion.diagramming.jlayout.ByRef
Initializes a new ByRef instance.
ByRef(T) - Constructor for class com.mindfusion.diagramming.jlayout.ByRef
Initializes a new ByRef instance.
byteToHex(int) - Static method in class com.mindfusion.diagramming.Converter
 

C

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.
calculateIntersections() - Method in class com.mindfusion.diagramming.DummyConnectionPoint
 
calculateIntersections() - Method in class com.mindfusion.diagramming.TableConnectionPoint
 
cancelDrag() - Method in class com.mindfusion.diagramming.BehaviorBase
Invoked when the operation should be cancelled.
cancelDrag() - Method in class com.mindfusion.diagramming.DiagramView
 
cancelDrag() - Method in class com.mindfusion.diagramming.Interaction
Invoked when the operation should be cancelled.
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
 
canMoveLink(PointF) - Method in class com.mindfusion.diagramming.ConnectionPoint
Checks whether the specified point, expressed in document coordinates, is a valid location for this connection point.
canMoveLink(PointF) - Method in class com.mindfusion.diagramming.DummyConnectionPoint
 
canvasToDoc(Rect) - Method in class com.mindfusion.diagramming.DiagramView
 
caption - Variable in class com.mindfusion.diagramming.ContainerNodeProperties
 
captionBackBrush - Variable in class com.mindfusion.diagramming.ContainerNodeProperties
 
captionColor - Variable in class com.mindfusion.diagramming.ContainerNodeProperties
 
captionFormat - Variable in class com.mindfusion.diagramming.ContainerNodeProperties
 
captionHeight - Variable in class com.mindfusion.diagramming.ContainerNodeProperties
 
CardinalSpline - Class in com.mindfusion.drawing
 
CardinalSpline(List<PointF>) - Constructor for class com.mindfusion.drawing.CardinalSpline
 
CardinalSpline(List<PointF>, PointF, PointF) - Constructor for class com.mindfusion.drawing.CardinalSpline
 
cartesianToPolar(PointF, PointF, ByRef<Float>, ByRef<Float>) - Static method in class com.mindfusion.diagramming.jlayout.NodeOrderComparer
 
cartesianToPolar(PointF, PointF, PointF) - 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.
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.
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.
cellBoundsChanged(CellBoundsEvent) - Method in class com.mindfusion.diagramming.lanes.GridAdapter
 
cellBoundsChanged(CellBoundsEvent) - Method in interface com.mindfusion.diagramming.lanes.GridListener
Raised when the bounding rectangle of a cell has been changed.
CellBoundsEvent - Class in com.mindfusion.diagramming.lanes
 
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.
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, PointF, int) - Constructor for class com.mindfusion.diagramming.CellEvent
Initializes a new CellEvent instance.
CellFrameStyle - Enum in com.mindfusion.diagramming
The members of this enumeration specify the style of the frame lines of tables' cells.
cellFromPoint(PointF, 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
 
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, PointF, int, int) - Constructor for class com.mindfusion.diagramming.CellValidationEvent
 
Center - Static variable in class com.mindfusion.diagramming.components.HorizontalAlignment
Indicates that the component should be centered.
Center - Static variable in class com.mindfusion.diagramming.components.VerticalAlignment
Indicates that the component should be centered.
CenterTreeLayout - Class in com.mindfusion.diagramming.jlayout
 
CenterTreeLayout() - Constructor for class com.mindfusion.diagramming.jlayout.CenterTreeLayout
 
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.
checkIntersect(PointF, RectF, float) - Static method in class com.mindfusion.diagramming.Utilities
 
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.
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.lanes.HeaderList
 
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.
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.
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.Attachment
 
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.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.lanes.HeaderList
 
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.PointD
 
clone() - Method in class com.mindfusion.diagramming.PointList
 
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
 
clone() - Method in class com.mindfusion.diagramming.ShapeNodeList
 
clone() - Method in class com.mindfusion.diagramming.TextFormat
Creates a copy of this TextFormat.
clone() - Method in class com.mindfusion.diagramming.TreeItemList
 
clone() - Method in class com.mindfusion.diagramming.TreeViewItem
Creates a copy of this item.
clone(PointF) - Static method in class com.mindfusion.diagramming.Utilities
 
clone(Point) - Static method in class com.mindfusion.diagramming.Utilities
 
clone(RectF) - Static method in class com.mindfusion.diagramming.Utilities
 
clone() - Method in class com.mindfusion.drawing.Brush
Creates a copy of this brush.
clone() - Method in class com.mindfusion.drawing.Color
 
clone() - Method in class com.mindfusion.drawing.DashStyle
Creates a copy of the DashStyle.
clone() - Method in class com.mindfusion.drawing.Dimension
 
clone() - Method in class com.mindfusion.drawing.GradientBrush
Creates a clone of the brush.
clone() - Method in class com.mindfusion.drawing.HatchBrush
Clones this brush.
clone() - Method in class com.mindfusion.drawing.Pen
Creates a copy of this pen.
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.TextureBrush
Clones the brush.
Color - Class in com.mindfusion.drawing
 
Color() - Constructor for class com.mindfusion.drawing.Color
 
Color(int) - Constructor for class com.mindfusion.drawing.Color
 
Color(int, int, int, int) - Constructor for class com.mindfusion.drawing.Color
 
Color(int, int, int) - Constructor for class com.mindfusion.drawing.Color
 
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.
columnHeaderAdded(Header) - Method in class com.mindfusion.diagramming.lanes.Grid
Handles the HeaderAdded event on the master column header.
columnHeaderHeightChanged(Header, float) - Method in class com.mindfusion.diagramming.lanes.Grid
 
columnHeaderRemoved(Header) - Method in class com.mindfusion.diagramming.lanes.Grid
 
columnHeaderSizeChanged() - Method in class com.mindfusion.diagramming.lanes.Grid
 
columnHeaderWidthChanged(Header, float) - Method in class com.mindfusion.diagramming.lanes.Grid
 
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.
com.mindfusion.diagramming - package com.mindfusion.diagramming
 
com.mindfusion.diagramming.components - package com.mindfusion.diagramming.components
 
com.mindfusion.diagramming.jlayout - package com.mindfusion.diagramming.jlayout
 
com.mindfusion.diagramming.lanes - package com.mindfusion.diagramming.lanes
 
com.mindfusion.drawing - package com.mindfusion.drawing
 
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
 
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(PointF) - Method in class com.mindfusion.diagramming.DiagramItem
Invoked when the user finishes drawing this item.
completeCreate(PointF) - Method in class com.mindfusion.diagramming.DiagramLink
completeCreate(PointF) - Method in class com.mindfusion.diagramming.DiagramNode
completeCreate(PointF) - Method in class com.mindfusion.diagramming.FreeFormNode
completeCreate(PointF) - Method in class com.mindfusion.diagramming.Selection
 
completeModify(PointF, InteractionState) - Method in class com.mindfusion.diagramming.DiagramItem
Invoked when the item modification has been completed.
completeModify(PointF, InteractionState) - Method in class com.mindfusion.diagramming.DiagramLink
 
completeModify(PointF, InteractionState) - Method in class com.mindfusion.diagramming.DiagramNode
 
completeModify(PointF, InteractionState) - Method in class com.mindfusion.diagramming.Selection
 
ComponentBase - Class in com.mindfusion.diagramming.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
 
ComponentEvent(ComponentBase) - Constructor for class com.mindfusion.diagramming.components.ComponentEvent
 
ComponentEventListener - Interface in com.mindfusion.diagramming.components
 
ComponentFinder - Class in com.mindfusion.diagramming.components
 
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
 
ComponentHitTester(PointF) - Constructor for class com.mindfusion.diagramming.components.ComponentHitTester
 
ComponentHost - Interface in com.mindfusion.diagramming.components
 
ComponentMouseEvent - Class in com.mindfusion.diagramming.components
 
ComponentMouseEvent(ComponentBase, Point) - Constructor for class com.mindfusion.diagramming.components.ComponentMouseEvent
 
ComponentMouseEventListener - Interface in com.mindfusion.diagramming.components
 
ComponentPostLoader - Class in com.mindfusion.diagramming.components
 
ComponentPostLoader() - Constructor for class com.mindfusion.diagramming.components.ComponentPostLoader
 
ComponentValidationEvent - Class in com.mindfusion.diagramming.components
 
ComponentValidationEvent(ComponentBase) - Constructor for class com.mindfusion.diagramming.components.ComponentValidationEvent
 
ComponentValidationEventListener - Interface in com.mindfusion.diagramming.components
 
ComponentVisitor - Interface in com.mindfusion.diagramming.components
 
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.
CompositeNodeStyle - Class in com.mindfusion.diagramming
Represents a reusable set of properties that define the appearance of composite nodes.
CompositeNodeStyle() - Constructor for class com.mindfusion.diagramming.CompositeNodeStyle
Initializes a new instance of the CompositeNodeStyle class.
computeHorizontalScrollRange() - Method in class com.mindfusion.diagramming.DiagramView
 
computeVerticalScrollRange() - Method in class com.mindfusion.diagramming.DiagramView
 
concat(String, Object...) - Static method in class com.mindfusion.diagramming.Utilities
Joins array elements using the specified delimiter.
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.
constraintsInfringed() - Method in class com.mindfusion.diagramming.DiagramNode
 
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
 
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.
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.
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.
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(Header) - Method in class com.mindfusion.diagramming.lanes.HeaderList
 
containsComponent(ComponentBase) - Method in class com.mindfusion.diagramming.CompositeNode
Checks whether the specified component is contained in this node.
containsPoint(PointF) - Method in class com.mindfusion.diagramming.DiagramItem
Checks whether this item contains the specified point.
containsPoint(PointF) - Method in class com.mindfusion.diagramming.DiagramLink
containsPoint(PointF) - Method in class com.mindfusion.diagramming.DiagramNode
containsPoint(PointF, float) - Method in class com.mindfusion.diagramming.DiagramNode
Tests whether the specified point is inside this node or within the specified distance from its outlines.
containsPoint(PointF) - Method in class com.mindfusion.diagramming.DummyNode
 
containsPoint(PointF) - Method in class com.mindfusion.diagramming.FreeFormNode
containsPoint(PointF, float) - Method in class com.mindfusion.diagramming.FreeFormNode
containsPoint(PointF) - Method in class com.mindfusion.diagramming.Selection
DiagramItem.containsPoint override.
containsPoint(PointF, float) - Method in class com.mindfusion.diagramming.ShapeNode
DiagramNode.containsPoint override.
containsPoint(PointF) - 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.
ContentComponent - Class in com.mindfusion.diagramming.components
 
ContentComponent() - Constructor for class com.mindfusion.diagramming.components.ContentComponent
Initializes a new instance of the ContentComponent class.
contextMenuOpening(RadialMenuEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Raised when a context menu is opening after a long press.
contextMenuOpening(RadialMenuEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Raised when a context menu is opening after a long press.
convert(float, GraphicsUnit, GraphicsUnit) - Static method in class com.mindfusion.diagramming.Utilities
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
 
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.
cornerRadius - Variable in class com.mindfusion.diagramming.ContainerNodeProperties
 
create() - Method in interface com.mindfusion.diagramming.jlayout.GraphBuilder
Creates new empty graph.
createConnectionPoint(DiagramLink, PointF, boolean) - Method in class com.mindfusion.diagramming.DiagramNode
 
createConnectionPoint(DiagramLink, PointF, boolean) - Method in class com.mindfusion.diagramming.DummyNode
 
createConnectionPoint(DiagramLink, PointF, boolean) - Method in class com.mindfusion.diagramming.ShapeNode
 
createConnectionPoint(DiagramLink, PointF, boolean) - Method in class com.mindfusion.diagramming.TableNode
 
createConnectionPoint(DiagramLink, PointF, boolean) - Method in class com.mindfusion.diagramming.TreeViewNode
createContainerNode(float, float, float, float) - 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(PointF, Dimension) - 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(RectF) - 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(float, float, float, float, 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(PointF, Dimension, 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(RectF, 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.
createCustomStyle() - Static method in class com.mindfusion.drawing.DashStyle
 
createDashDotDotStyle() - Static method in class com.mindfusion.drawing.DashStyle
 
createDashDotStyle() - Static method in class com.mindfusion.drawing.DashStyle
 
createDashStyle() - Static method in class com.mindfusion.drawing.DashStyle
Creates a DashStyle object with period appropriate for the GraphicsUnit
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, PointF) - 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(PointF, 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(PointF, PointF) - 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.
createDotStyle() - Static method in class com.mindfusion.drawing.DashStyle
 
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(Bitmap.Config) - Method in class com.mindfusion.diagramming.Diagram
Creates a bitmap image representing the diagram contents.
createImageHtml(String, String, String, String, String, Context) - 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.
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
 
createMeasurePaint(float) - Method in class com.mindfusion.drawing.Font
 
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(RectF, float) - Method in class com.mindfusion.diagramming.components.BorderComponent
ComponentBase.createOutlinePath override
createOutlinePath(RectF, float) - Method in class com.mindfusion.diagramming.components.ComponentBase
For internal use.
createOutlinePath(RectF, float) - Method in class com.mindfusion.diagramming.components.ShapeComponent
ComponentBase.createOutlinePath override.
createPaint(RectF) - Method in class com.mindfusion.drawing.Brush
Creates android.graphics.Paint object corresponding to this brush.
createPaint() - Method in class com.mindfusion.drawing.Font
 
createPaint(RectF) - Method in class com.mindfusion.drawing.GradientBrush
 
createPaint(RectF) - Method in class com.mindfusion.drawing.HatchBrush
Brush.createPaint override.
createPaint() - Method in class com.mindfusion.drawing.Pen
 
createPaint(RectF) - Method in class com.mindfusion.drawing.RadialGradientBrush
 
createPaint(RectF) - Method in class com.mindfusion.drawing.SolidBrush
 
createPaint(RectF) - Method in class com.mindfusion.drawing.TextureBrush
 
createProperties() - Method in class com.mindfusion.diagramming.ContainerNode
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.TableNode
createProperties() - Method in class com.mindfusion.diagramming.TreeViewNode
Creates an item property set corresponding to the type of this diagram item.
createRouteDescriptor() - Method in class com.mindfusion.diagramming.DiagramLink
 
createRouteDescriptor() - Method in interface com.mindfusion.diagramming.jlayout.Routable
 
createShapeNode(float, float, float, float) - 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(PointF, Dimension) - 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(RectF) - 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(float, float, float, float, 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(PointF, Dimension, 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(RectF, 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.
createSolidStyle() - Static method in class com.mindfusion.drawing.DashStyle
 
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(Canvas, String, Font) - Method in class com.mindfusion.diagramming.Diagram
 
createTableNode(float, float, float, float) - 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(PointF, Dimension) - 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(RectF) - 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(float, float, float, float, 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(PointF, Dimension, 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(RectF, 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.
createTreeViewNode(float, float, float, float) - 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(PointF, Dimension) - 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(RectF) - 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.
currentCursor - Variable in class com.mindfusion.diagramming.BehaviorBase
 
Cursor - Class in com.mindfusion.diagramming
 
Cursor() - Constructor for class com.mindfusion.diagramming.Cursor
 
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 - 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.
cycleDetected - Variable in class com.mindfusion.diagramming.DiagramItem
 
cycleProtect - Variable in class com.mindfusion.diagramming.DiagramItem
 

D

DARK_GRAY - Static variable in class com.mindfusion.drawing.Color
 
Dash - Static variable in class com.mindfusion.drawing.DashStyle
A predefined dash pattern.
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 Pen.
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.
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.
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.
decode(String) - Static method in class com.mindfusion.drawing.Color
 
decode(String) - Static method in class com.mindfusion.drawing.Font
 
DefaultFlow - Static variable in class com.mindfusion.diagramming.ArrowHeads
"Default flow" in BPMN diagrams.
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.
densityMultiplier - Static variable in class com.mindfusion.diagramming.DiagramView
 
deriveFont(float) - Method in class com.mindfusion.drawing.Font
 
deriveFont(int, float) - Method in class com.mindfusion.drawing.Font
 
Descending - Static variable in class com.mindfusion.diagramming.jlayout.SortOrder
 
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.
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(Rect) - 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(Canvas, Rect) - 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.
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, PointF, int) - Constructor for class com.mindfusion.diagramming.DiagramEvent
Initializes a new DiagramEvent instance.
DiagramEvent(Object, Canvas, RectF, RectF) - 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, PointF) - 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, PointF, 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, PointF, PointF) - 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.
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.
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.
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(Context) - Constructor for class com.mindfusion.diagramming.DiagramView
Initializes a new instance of the DiagramView class.
DiagramView(Context, AttributeSet) - Constructor for class com.mindfusion.diagramming.DiagramView
 
Dimension - Class in com.mindfusion.drawing
 
Dimension(float, float) - Constructor for class com.mindfusion.drawing.Dimension
 
Dimension() - Constructor for class com.mindfusion.drawing.Dimension
 
Dimension(double, double) - Constructor for class com.mindfusion.drawing.Dimension
 
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.
disableInteractionBuffer() - Method in class com.mindfusion.diagramming.DiagramView
 
DisableRotation - Static variable in class com.mindfusion.diagramming.AdjustmentHandles
All handles except rotation one are enabled.
distance(PointF, PointF) - Static method in class com.mindfusion.diagramming.Utilities
 
distance(PointF, PointD) - 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.
distToLineSegment(PointF, PointF, PointF) - Static method in class com.mindfusion.diagramming.Utilities
Calculates distance from the specified point to the specified line segment.
distToRectPoint(PointF, RectF) - 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(PointF, 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(RectF) - Method in class com.mindfusion.diagramming.DiagramView
Transforms points from the document coordinate space to the device coordinate space.
docToDevice(PointF) - Method in class com.mindfusion.diagramming.DiagramView
Transforms points from the document coordinate space to the device coordinate space.
docToDevice(Canvas, RectF) - Static method in class com.mindfusion.diagramming.Utilities
 
DocumentView - Class in com.mindfusion.diagramming
Represents an extended DiagramView for DiagramDocument objects.
DocumentView(Context) - Constructor for class com.mindfusion.diagramming.DocumentView
Initializes a new instance of the DocumentView class.
Dot - Static variable in class com.mindfusion.drawing.DashStyle
 
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.
draw(Canvas, RenderOptions) - Method in class com.mindfusion.diagramming.components.BorderComponent
ContentComponent.draw override
draw(Canvas, RenderOptions) - Method in class com.mindfusion.diagramming.components.ComponentBase
Renders the component in the specified Canvas.
draw(Canvas, RenderOptions) - Method in class com.mindfusion.diagramming.components.ContainerComponent
ComponentBase.draw override.
draw(Canvas, RenderOptions) - Method in class com.mindfusion.diagramming.components.ContentComponent
ComponentBase.draw override.
draw(Canvas, RenderOptions) - Method in class com.mindfusion.diagramming.components.ImageComponent
ComponentBase.draw override.
draw(Canvas, RenderOptions) - Method in class com.mindfusion.diagramming.components.ShapeComponent
ComponentBase.draw override.
draw(Canvas, RenderOptions) - Method in class com.mindfusion.diagramming.components.TextComponent
ComponentBase.draw override.
draw(Canvas, RenderOptions, RectF) - Method in class com.mindfusion.diagramming.Diagram
Renders the diagram on the specified Canvas object.
draw(Canvas, RenderOptions) - Method in class com.mindfusion.diagramming.DiagramItem
Draws this item on the specified Canvas surface.
draw(Canvas, RenderOptions) - Method in class com.mindfusion.diagramming.DiagramLink
draw(Canvas, RenderOptions) - Method in class com.mindfusion.diagramming.DiagramNode
draw(Canvas, RenderOptions) - Method in class com.mindfusion.diagramming.DummyNode
 
draw(Canvas) - Method in class com.mindfusion.diagramming.Folder
Manipulator.Draw override.
draw(Canvas, RenderOptions) - Method in class com.mindfusion.diagramming.FreeFormNode
draw(Canvas, RenderOptions) - Method in class com.mindfusion.diagramming.LinkLabel
Draws this label on the specified Canvas surface.
draw(Canvas, RenderOptions) - Method in class com.mindfusion.diagramming.Selection
 
draw(Canvas, Brush, Pen, boolean) - Method in class com.mindfusion.diagramming.Shape
Draws this shape on the specified Canvas drawing surface.
draw(Canvas, double) - Method in class com.mindfusion.diagramming.ShapeDecoration
 
draw(Canvas, Paint) - Method in class com.mindfusion.drawing.CardinalSpline
 
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(Canvas) - 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, Canvas, PointF, DiagramNode, AnchorPattern, int) - Constructor for class com.mindfusion.diagramming.DrawAnchorPointEvent
Initializes a new instance of the DrawAnchorPointEvent class.
drawArrowhead(Canvas, Pen, Brush, Shape, PointF, PointF, PointF, float, 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, Canvas, TableNode, int, int, RectF) - 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(Canvas, Bitmap, RectF, ImageAlign, Diagram) - Static method in class com.mindfusion.diagramming.Utilities
 
drawImage(Canvas, Bitmap, RectF, ImageAlign, Diagram, double, PointF) - Static method in class com.mindfusion.diagramming.Utilities
 
DrawItemEvent - Class in com.mindfusion.diagramming
Contains information passed to the custom-draw events defined in DiagramListener.
DrawItemEvent(Object, Canvas, DiagramItem) - Constructor for class com.mindfusion.diagramming.DrawItemEvent
Initializes a new DrawItemEvent instance.
drawLayer(Canvas, RectF, int, RenderOptions) - Method in class com.mindfusion.diagramming.Diagram
Renders all items of a layer to the specified graphics.
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, Canvas, 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(Canvas, RenderOptions) - Method in class com.mindfusion.diagramming.CompositeNode
Draws the node on the specified Graphics2D surface.
drawLocal(Canvas, RenderOptions) - Method in class com.mindfusion.diagramming.ContainerNode
Draws the container on the specified Graphics2D surface.
drawLocal(Canvas, RenderOptions) - Method in class com.mindfusion.diagramming.DiagramNode
Override in a derived class to provide implementation specific drawing for the node.
drawLocal(Canvas, RenderOptions) - Method in class com.mindfusion.diagramming.ShapeNode
 
drawLocal(Canvas, RenderOptions) - Method in class com.mindfusion.diagramming.TableNode
 
drawLocal(Canvas, 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, Canvas, DiagramNode, boolean, RectF) - 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
 
drawShadow(Canvas, RenderOptions) - Method in class com.mindfusion.diagramming.DiagramItem
Draws the item's shadow on the specified Canvas surface.
drawShadow(Canvas, RenderOptions) - Method in class com.mindfusion.diagramming.DiagramLink
drawShadow(Canvas, RenderOptions) - Method in class com.mindfusion.diagramming.DiagramNode
drawShadow(Canvas, RenderOptions) - Method in class com.mindfusion.diagramming.DummyNode
 
drawShadow(Canvas, RenderOptions) - Method in class com.mindfusion.diagramming.FreeFormNode
drawShadow(Canvas, RenderOptions) - Method in class com.mindfusion.diagramming.Selection
 
drawShadowLocal(Canvas, RenderOptions) - Method in class com.mindfusion.diagramming.CompositeNode
Draws the shadow of this node on the specified Graphics2D surface.
drawShadowLocal(Canvas, 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(Canvas, RenderOptions) - Method in class com.mindfusion.diagramming.ShapeNode
 
drawShadowLocal(Canvas, RenderOptions) - Method in class com.mindfusion.diagramming.TableNode
DiagramItem#drawShadowLocal override.
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, Canvas, Font, Brush, RectF, TextFormat) - Method in class com.mindfusion.diagramming.Diagram
 
drawStyledText(Canvas, String, Font, RectF, 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(String, Canvas, Font, RectF, Brush, RenderOptions) - Method in class com.mindfusion.diagramming.TextFormat
 
drawText(Canvas, String, RectF, Font, Align, float) - Static method in class com.mindfusion.diagramming.TextRenderer
Draws the specified text with specified attributes.
drawText(Canvas, String, RectF, Font, Align, float, Paint) - Static method in class com.mindfusion.diagramming.TextRenderer
Draws the specified text with specified attributes.
drawTextObject(Canvas, Object, Font, RectF, 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.
DummyConnectionPoint - Class in com.mindfusion.diagramming
 
DummyConnectionPoint(DiagramLink, boolean, PointF) - Constructor for class com.mindfusion.diagramming.DummyConnectionPoint
 
DummyConnectionPoint() - Constructor for class com.mindfusion.diagramming.DummyConnectionPoint
 
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
 

E

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.
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
 
emptyRectangle - Static variable in class com.mindfusion.diagramming.components.ComponentBase
 
enabledHandles - Variable in class com.mindfusion.diagramming.DiagramNode
 
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
 
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
 
equals(Object) - Method in class com.mindfusion.diagramming.jlayout.Pair
Object.equals override.
equals(Object) - Method in class com.mindfusion.diagramming.jlayout.TransparentGraphNode
 
equals(TextFormat) - Method in class com.mindfusion.diagramming.TextFormat
 
evaluate(Point, Point) - Method in class com.mindfusion.diagramming.jlayout.RouteHeuristics
 
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.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.
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 - Enum in com.mindfusion.diagramming
The members of this enumeration specify possible locations for expand/collapse buttons.
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.
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.diagramming
Typed enumeration corresponding to .NET enum FillMode
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.
findColumn(String) - Method in class com.mindfusion.diagramming.lanes.Grid
Returns the first column header matching the specified caption.
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.
findRow(String) - Method in class com.mindfusion.diagramming.lanes.Grid
Finds the first row whose header caption matches the specified string.
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.
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.
Fixed - Static variable in class com.mindfusion.diagramming.lanes.ResizeType
 
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
 
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.
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.
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.
Font - Class in com.mindfusion.drawing
 
Font() - Constructor for class com.mindfusion.drawing.Font
 
Font(String, int, float) - Constructor for class com.mindfusion.drawing.Font
 
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.
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.
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.
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(Path.FillType) - Static method in enum com.mindfusion.diagramming.FillMode
 
fromId(String) - Static method in class com.mindfusion.diagramming.AnchorPattern
Returns the AnchorPattern object that has the specified identifier.
fromId(String) - Static method in class com.mindfusion.diagramming.Shape
Returns the shape that has the specified identifier.
fromImage(Bitmap) - 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.GraphicsUnit
 
fromInt(int) - Static method in enum com.mindfusion.drawing.HatchStyle
 
fromLong(long) - Static method in class com.mindfusion.diagramming.Converter
 
fromRect(RectF) - Static method in class com.mindfusion.drawing.Dimension
 
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
 
fromXYWH(float, float, float, float) - Static method in class com.mindfusion.diagramming.Utilities
 

G

generalPathCode() - Method in enum com.mindfusion.diagramming.FillMode
 
get(int) - Method in class com.mindfusion.diagramming.BaseList
Gets the element at the specified position in this list.
get(int) - Method in class com.mindfusion.diagramming.jlayout.BaseList
 
get() - Method in class com.mindfusion.diagramming.jlayout.ByRef
Gets the parameter value.
get(Header, Header) - Method in class com.mindfusion.diagramming.lanes.Grid
Gets the cell or the cluster of cells corresponding to the specified row and column.
get(int, int) - Method in class com.mindfusion.diagramming.lanes.Grid
 
get(int) - Method in class com.mindfusion.diagramming.lanes.HeaderList
 
getAction() - Method in class com.mindfusion.diagramming.InteractionState
Gets a value indicating what action is currently being performed.
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.
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.
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.
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.
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.
getAllowRemoveChildren() - Method in class com.mindfusion.diagramming.ContainerNode
Gets a value indicating whether child nodes can be removed interactively from this container.
getAllowResizeHeaders() - Method in class com.mindfusion.diagramming.lanes.Grid
Gets a value indicating whether users can resize the headers of the grid interactively.
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.
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.
getAlpha() - Method in class com.mindfusion.drawing.Color
 
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 default anchor pattern for nodes that use this shape.
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, PointF) - Method in class com.mindfusion.diagramming.ConnectionPoint
Returns the point from the node's associated anchor pattern (if any) with the specified index.
getAnchorPos(int) - Method in class com.mindfusion.diagramming.TableConnectionPoint
 
getAnchorPos(int, PointF) - Method in class com.mindfusion.diagramming.TableConnectionPoint
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
 
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.diagramming.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.
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.
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 pointer 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 should automatically align to the border of the nearest node while the user moves them.
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.TextComponent
Gets the brush used to fill the background of the component.
getBackgroundBrush() - Method in class com.mindfusion.diagramming.lanes.Style
 
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.
getBlue() - Method in class com.mindfusion.drawing.Color
 
getBottom() - Method in class com.mindfusion.diagramming.Thickness
Gets the width of the bottom side of the frame.
getBottomBorderPen() - Method in class com.mindfusion.diagramming.lanes.Style
 
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.RadialMenu
Gets the menu bounding rectangle.
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
 
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.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.LinkLabel
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.drawing.Pen
Gets the color of this pen.
getBrushBounds() - Method in class com.mindfusion.diagramming.DrawParams
 
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.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.RadialMenuEvent
Gets a flag indicating whether showing the menu should be cancelled.
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 prevrent the user from completing the operation.
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.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() - Method in class com.mindfusion.diagramming.lanes.CellBoundsEvent
Gets the cell which has been resized.
getCell(int, int) - Method in class com.mindfusion.diagramming.TableNode
Gets the cell at the specified row and column.
getCellBounds(ICell) - Method in class com.mindfusion.diagramming.lanes.Grid
Returns the bounding rectangle of the specified cell.
getCellColumn(ICell) - Method in class com.mindfusion.diagramming.lanes.Grid
Returns the column index of the specified cell.
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.
getCellFromPoint(PointF, RectF) - Method in class com.mindfusion.diagramming.lanes.Grid
Gets the cell located at the specified point.
getCellRow(ICell) - Method in class com.mindfusion.diagramming.lanes.Grid
Returns the row index of the specified cell.
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.
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.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
 
getClipboard(ComponentBase, Class<?>) - Method in interface com.mindfusion.diagramming.components.ComponentHost
 
getClipboard(ComponentBase, Class<?>) - Method in class com.mindfusion.diagramming.CompositeNode
 
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
 
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.
getColumn(int) - Method in class com.mindfusion.diagramming.lanes.Grid
Returns the column header with the specified index from the bottommost column header level.
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 class com.mindfusion.diagramming.lanes.Grid
Gets the number of columns in the grid.
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.
getColumnHeaderBounds() - Method in class com.mindfusion.diagramming.lanes.Grid
Returns the bounding rectangle of all column headers.
getColumnHeaders() - Method in class com.mindfusion.diagramming.lanes.Grid
Gets the collection with the topmost column headers.
getColumnHeadersHeights() - Method in class com.mindfusion.diagramming.lanes.Grid
Gets an array with float values specifying the heights of individual column levels.
getColumnIndex(Header) - Method in class com.mindfusion.diagramming.lanes.Grid
Returns the 0-based index of the specified column.
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(PointF) - 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.FoldContainerCmd
Gets the table associated with the command.
getContainer() - Method in class com.mindfusion.diagramming.RemoveFromContainerCmd
Gets the group associated with the command.
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.
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.SerializeTagEvent
 
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.diagramming.PointList
 
getCornerRadius() - Method in class com.mindfusion.diagramming.ContainerNode
Gets the radius of node's corner arcs when its Shape is set to RoundedRectangle.
getCostGrid() - Method in interface com.mindfusion.diagramming.jlayout.RoutingGrid
Returns the grid of costs assigned to diagram locations.
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.
getCurrentRow() - Method in class com.mindfusion.diagramming.TableNode
Gets the index of the current scroll row.
getCursor(PointF) - Method in class com.mindfusion.diagramming.components.ComponentBase
Gets the cursor to display when the mouse is at the specified position.
getCustomBehavior() - Method in class com.mindfusion.diagramming.DiagramView
Gets custom behavior object specifying how the control responds to user interaction.
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.
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.
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.
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() - Method in class com.mindfusion.diagramming.RadialMenu
Gets the data object associated with this menu.
getData(int) - Method in class com.mindfusion.diagramming.ShapeData
 
getDecorations() - Method in class com.mindfusion.diagramming.Shape
Gets a list of all decorations of this shape.
getDefaultItem() - Method in class com.mindfusion.diagramming.RadialMenu
Gets the item selected by default when the menu opens.
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.
getDefaultNodeSize() - Method in class com.mindfusion.diagramming.NodeView
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.
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(Dimension, Canvas) - 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(Dimension, Canvas) - Method in class com.mindfusion.diagramming.components.ContentComponent
ComponentBase.getDesiredSize override.
getDesiredSize(Dimension, Canvas) - Method in class com.mindfusion.diagramming.components.GridPanel
ContainerComponent.getDesiredSize override.
getDesiredSize(Dimension, Canvas) - Method in class com.mindfusion.diagramming.components.ImageComponent
ComponentBase.getDesiredSize override.
getDesiredSize(Dimension, Canvas) - Method in class com.mindfusion.diagramming.components.SimplePanel
ContainerComponent.getDesiredSize override.
getDesiredSize(Dimension, Canvas) - Method in class com.mindfusion.diagramming.components.StackPanel
ContainerComponent.getDesiredSize override.
getDesiredSize(Dimension, Canvas) - Method in class com.mindfusion.diagramming.components.TextComponent
ComponentBase.getDesiredSize override.
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.
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.
getDiagram() - Method in class com.mindfusion.diagramming.BehaviorBase
 
getDiagram() - Method in class com.mindfusion.diagramming.DiagramView
Gets the diagram displayed by this view.
getDiagram() - Method in class com.mindfusion.diagramming.InteractionState
Gets the current Diagram instance.
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.
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.
getDisplayName() - Method in class com.mindfusion.diagramming.Shape
 
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.
getDocScrollX() - Method in class com.mindfusion.diagramming.DiagramView
Gets the horizontal scroll position.
getDocScrollY() - Method in class com.mindfusion.diagramming.DiagramView
Gets the vertical scroll position.
getDocument() - Method in class com.mindfusion.diagramming.CommandContext
 
getDocument() - Method in class com.mindfusion.diagramming.DocumentView
Gets the displayed diagram document.
getDocumentBounds() - Method in class com.mindfusion.diagramming.components.ComponentBase
For internal use.
getDocumentName() - Method in class com.mindfusion.diagramming.RenderOptions
Gets the document name.
getDontOptimizeLongRoutes() - Method in class com.mindfusion.diagramming.RoutingOptions
Gets a value indicating whether the algorithm should spend time to optimize long routes.
getDragThreshold() - Method in class com.mindfusion.diagramming.DiagramView
Gets the minimum distance the pointer should be dragged, measured in pixels, that would cause a drag event instead of click.
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, PointF) - Method in class com.mindfusion.diagramming.Cell
Implements InplaceEditable.getEditRect.
getEditRect(DiagramItem, PointF) - Method in class com.mindfusion.diagramming.ContainerNode
Implements InplaceEditable.getEditRect.
getEditRect(DiagramItem, PointF) - Method in class com.mindfusion.diagramming.DiagramLink
 
getEditRect(DiagramItem, PointF) - Method in class com.mindfusion.diagramming.FreeFormNode
Implements InplaceEditable.getEditRect.
getEditRect(DiagramItem, PointF) - Method in interface com.mindfusion.diagramming.InplaceEditable
Gets the location where the edit control should be displayed.
getEditRect(DiagramItem, PointF) - Method in class com.mindfusion.diagramming.LinkLabel
Implements InplaceEditable.getEditRect.
getEditRect(DiagramItem, PointF) - Method in class com.mindfusion.diagramming.ShapeNode
Implements InplaceEditable.getEditRect.
getEditRect(DiagramItem, PointF) - Method in class com.mindfusion.diagramming.TableNode
Implements InplaceEditable.getEditRect.
getEditRect(DiagramItem, PointF) - Method in class com.mindfusion.diagramming.TreeViewItem
Implements InplaceEditable.getEditRect.
getEditRect(DiagramItem, PointF) - Method in class com.mindfusion.diagramming.TreeViewNode
Implements InplaceEditable.getEditRect.
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.
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.
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.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.
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.lanes.Grid
Gets a value indicating whether the text of the lane headers can contain formatting tags, such as <b>.
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.LinkLabel
Gets whether the text should wrap to multiple lines.
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.
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.DummyConnectionPoint
 
getEndPoint() - Method in class com.mindfusion.diagramming.TableConnectionPoint
 
getEndPoint() - Method in class com.mindfusion.diagramming.TreeViewConnectionPoint
ConnectionPoint.getEndPoint override.
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.
getExImage(Bitmap) - 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.
getFamily() - Method in class com.mindfusion.drawing.Font
 
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.
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
 
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.
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
 
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.LinkLabel
Gets the font of the link's label 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.
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.
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 font unit of the item text.
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
 
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.
getFromClipboard(Context) - Method in class com.mindfusion.diagramming.HoneycombClipboardProvider
 
getFromClipboard(Context) - Method in class com.mindfusion.diagramming.LegacyClipboardProvider
 
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.DiagramEvent
Gets a Canvas object whose methods should be used to draw the custom graphics.
getGraphics() - Method in class com.mindfusion.diagramming.DrawAnchorPointEvent
Gets a Canvas object whose methods should be used to draw the anchor point mark.
getGraphics() - Method in class com.mindfusion.diagramming.DrawCellEvent
A Canvas object 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 a Canvas object whose methods should be used to draw the link.
getGraphics() - Method in class com.mindfusion.diagramming.DrawNodeEvent
Gets a Canvas object whose methods should be used to draw the node.
getGraphics() - Method in class com.mindfusion.diagramming.DrawParams
 
getGraphOrientation() - Method in class com.mindfusion.diagramming.jlayout.OrthogonalRouterInfo
Orientation.
getGreen() - Method in class com.mindfusion.drawing.Color
 
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.
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.
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.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.lanes.HeaderEvent
Gets the header related to the event.
getHeader() - Method in class com.mindfusion.diagramming.Row
Gets a value indicating whether this row is the header of a section of rows.
getHeaderBounds(Header, boolean) - Method in class com.mindfusion.diagramming.lanes.Grid
Returns the bounding rectangle of the specified header.
getHeaderFormat() - Method in class com.mindfusion.diagramming.RenderOptions
Gets the page header format string.
getHeaderFromPoint(PointF, RectF) - Method in class com.mindfusion.diagramming.lanes.Grid
Gets the Header that is located at the specified point.
getHeaderFromPoint(PointF, RectF, PointF) - Method in class com.mindfusion.diagramming.lanes.Grid
Gets the Header that is located at the specified point.
getHeaderLevel(Header) - Method in class com.mindfusion.diagramming.lanes.Grid
Gets the level of the specified header.
getheadersOnTop() - Method in class com.mindfusion.diagramming.lanes.Grid
Gets a value indicating whether lane headers appear at the top of the z-order above all other items.
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.components.GridRow
Gets the height of the row.
getHeight() - Method in class com.mindfusion.diagramming.lanes.Header
 
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.
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(RectF, 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.
getHookHeaders() - Method in class com.mindfusion.diagramming.lanes.Grid
Gets a value indicating whether headers will be anchored to the corresponding side (that is, the column header anchored to the top side and the row header anchored to the left side).
getHorizontalAlign() - Method in class com.mindfusion.diagramming.LinkLabel
Gets the horizontal alignment of the text within the label's layout rectangle.
getHorizontalAlign() - Method in class com.mindfusion.diagramming.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.
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.
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.NodeView
Gets the horizontal and vertical margins around the nodes.
getIconSize() - Method in class com.mindfusion.diagramming.NodeListView
Gets the size of the nodes displayed in the view.
getIconSize() - Method in class com.mindfusion.diagramming.NodeView
Gets the size of the nodes displayed in the view.
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.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.ImageComponent
Gets the displayed image.
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
 
getImageLocation() - Method in class com.mindfusion.diagramming.Shape
Get the image location.
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.
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.LinkLabel
Gets the index of the segment or control point this label is relative to.
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.DummyConnectionPoint
 
getInitialPoint() - Method in class com.mindfusion.diagramming.ShapeConnectionPoint
 
getInitialPoint() - Method in class com.mindfusion.diagramming.TableConnectionPoint
 
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.
getInnerOutlineColor() - Method in class com.mindfusion.diagramming.AeroEffect
Gets the color of the inner outline.
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.
getIntersection(PointF, PointF) - 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(PointF, PointF) - Method in class com.mindfusion.diagramming.DummyConnectionPoint
 
getIntersection(PointF, PointF) - Method in class com.mindfusion.diagramming.DummyNode
 
getIntersection(PointF, PointF) - Method in class com.mindfusion.diagramming.TableConnectionPoint
 
getIntersection(PointF, PointF) - 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.Manipulator
 
getItem() - Method in class com.mindfusion.diagramming.ModifyItemCmd
Gets a reference to the modified item.
getItem() - Method in class com.mindfusion.diagramming.RadialMenuEvent
Gets the diagram item for which the menu is being opened.
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(PointF, boolean) - Method in class com.mindfusion.diagramming.Diagram
Returns the top-most item that contains the specified point.
getItemAt(PointF, boolean, boolean) - Method in class com.mindfusion.diagramming.Diagram
Returns the top-most item that contains the specified point.
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.Path
Gets a list of all nodes and links in the path.
getItems() - Method in class com.mindfusion.diagramming.RadialMenu
Gets a list of RadialMenuItem objects contained in this menu.
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.LayeredLayout
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.
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.
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.
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.
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.LinkLabel
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
Gets the width of the left side of the frame.
getLeftBorderPen() - Method in class com.mindfusion.diagramming.lanes.Style
 
getLeftMargin() - Method in class com.mindfusion.diagramming.lanes.Grid
Gets the offset of the lane grid from the left side of the document bounds.
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.
getLevelDistance() - Method in class com.mindfusion.diagramming.HierarchicalLayout
Gets the distance between adjecent levels in the hierarchical layout.
getLevelDistance() - Method in class com.mindfusion.diagramming.jlayout.HierarchicalLayoutInfo
Gets the distance between adjecent 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.
getLineJoin() - Method in class com.mindfusion.drawing.Pen
 
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
 
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(PointF, float) - Method in class com.mindfusion.diagramming.Diagram
Returns the top-most link that passes near the specified point.
getLinkAt(PointF, double, boolean) - Method in class com.mindfusion.diagramming.Diagram
Returns the top-most link that passes near the specified point.
getLinkAt(PointF, double, boolean, boolean) - Method in class com.mindfusion.diagramming.Diagram
Returns the top-most link that passes near the specified point.
getLinkAt(PointF, 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.
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(PointF) - 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.
getLinksToMove() - Method in class com.mindfusion.diagramming.Group
 
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(RectF) - 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.
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.LinkLabel
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.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.
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.
getMaxWidth() - Method in class com.mindfusion.diagramming.LinkLabel
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.
getMeasureUnit() - Method in class com.mindfusion.diagramming.Diagram
Gets the current unit of measure.
getMeasureUnit() - Method in class com.mindfusion.diagramming.DiagramItem
 
getMenu() - Method in class com.mindfusion.diagramming.RadialMenuEvent
Gets the context menu about to be shown.
getMenuItem() - Method in class com.mindfusion.diagramming.MenuItemEvent
Gets the menu item related to this event.
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.
getMinHeaderSize() - Method in class com.mindfusion.diagramming.lanes.Grid
 
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
 
getMinimumSize() - Method in class com.mindfusion.diagramming.ContainerNode
Gets the minimum size of the container.
getMinimumZoomSize() - Method in class com.mindfusion.diagramming.DiagramView
Gets the minimum size in pixels that the control lets users zoom to using a pinch gesture.
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.
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.
getMouseButton() - Method in class com.mindfusion.diagramming.CellEvent
Gets the mouse mouseButton 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.
getMousePosition() - Method in class com.mindfusion.diagramming.components.ComponentMouseEvent
 
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.drawing.Font
 
getNearestNode(PointF, 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.
getNewAnchorIndex() - Method in class com.mindfusion.diagramming.AnchorPointEvent
 
getNewBounds() - Method in class com.mindfusion.diagramming.lanes.CellBoundsEvent
Gets the new bounding rectangle of the cell.
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
 
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
 
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.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.DummyConnectionPoint
 
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.NodeView
Gets the diagram node shown in the view.
getNode() - Method in class com.mindfusion.diagramming.RemoveFromContainerCmd
Gets the item associated with the command.
getNodeAt(PointF) - Method in class com.mindfusion.diagramming.Diagram
Returns the top-most node that contains the specified point.
getNodeAt(PointF, float) - Method in class com.mindfusion.diagramming.Diagram
Returns the top-most node that contains the specified point.
getNodeAt(PointF, boolean, boolean) - Method in class com.mindfusion.diagramming.Diagram
Returns the top-most node that contains the specified point.
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.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.
getNodeRect(boolean) - Method in class com.mindfusion.diagramming.DummyConnectionPoint
 
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(PointF) - 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.diagramming.TextFormat
Gets a value indicating whether automatic text wrapping is disabled.
getObstacle() - Method in class com.mindfusion.diagramming.DiagramNode
Gets a value indicating whether the link routing algorithm should consider this node an obstacle.
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
 
getOldBounds() - Method in class com.mindfusion.diagramming.lanes.CellBoundsEvent
Gets the old bounding rectangle of the cell.
getOldName() - Method in class com.mindfusion.diagramming.ShapeEvent
 
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
 
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
 
getOpacity() - Method in class com.mindfusion.diagramming.AeroEffect
Gets the opacity to apply to the node's background.
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.
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.
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.
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.
getParent() - Method in class com.mindfusion.diagramming.components.ComponentBase
Raises the Validating event.
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.
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.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.
getPixelSize() - Method in class com.mindfusion.diagramming.Diagram
 
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.
getPointerMoved() - Method in class com.mindfusion.diagramming.InteractionState
Gets a value indicating whether the touch position has changed since the user touched the screen.
getPointerPosition() - Method in class com.mindfusion.diagramming.CellEvent
Gets the pointer position.
getPointerPosition() - Method in class com.mindfusion.diagramming.DiagramEvent
Gets the pointer position.
getPointerPosition() - Method in class com.mindfusion.diagramming.HitTestEvent
Gets the current pointer position, expressed in document coordinates.
getPointerPosition() - Method in class com.mindfusion.diagramming.LinkEvent
Gets the current pointer position.
getPointerPosition() - Method in class com.mindfusion.diagramming.NodeEvent
Gets the current 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.
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.
getPrintable() - Method in class com.mindfusion.diagramming.DiagramItem
Gets a value indicating whether an item will be printed.
getProgress() - Method in class com.mindfusion.diagramming.AbstractLayout
Gets the progress callback delegate.
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
 
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.
getRed() - Method in class com.mindfusion.drawing.Color
 
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.
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.
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.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
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.
getResizeType() - Method in class com.mindfusion.diagramming.lanes.Header
 
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(RectF) - Method in class com.mindfusion.diagramming.CompositeNode
Creates a java.awt.Shape object specifying the node shape for a specified bounding rectangle.
getRgnInRect(RectF, 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
Gets the width of the right side of the frame.
getRightBorderPen() - Method in class com.mindfusion.diagramming.lanes.Style
 
getRightToLeft() - Method in class com.mindfusion.diagramming.TextFormat
 
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.
getRotatedBounds(RectF, PointF, 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.
getRotateTitle() - Method in class com.mindfusion.diagramming.lanes.Header
 
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.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.
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.
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(int) - Method in class com.mindfusion.diagramming.lanes.Grid
Returns the row header with the specified index from the bottommost row header level.
getRow() - Method in class com.mindfusion.diagramming.TableConnectionPoint
 
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 class com.mindfusion.diagramming.lanes.Grid
Gets the number of rows in the grid.
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.
getRowHeaderBounds() - Method in class com.mindfusion.diagramming.lanes.Grid
Returns the bounding rectangle of all row headers.
getRowHeaders() - Method in class com.mindfusion.diagramming.lanes.Grid
Gets the collection with the leftmost row headers.
getRowHeadersWidths() - Method in class com.mindfusion.diagramming.lanes.Grid
Gets an array with float values specifying the widths of individual row levels.
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(Header) - Method in class com.mindfusion.diagramming.lanes.Grid
Returns the 0-based index of the specified row.
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.
getScreenResolution() - Static method in class com.mindfusion.diagramming.Utilities
Returns the screen resolution in dots-per-inch.
getScrollable() - Method in class com.mindfusion.diagramming.TableNode
Gets a value indicating whether users are allowed to scroll the table.
getScrollPosition() - Method in class com.mindfusion.diagramming.TreeViewNode
Gets the current scroll position.
getScrollX() - Method in class com.mindfusion.diagramming.RenderOptions
 
getScrollY() - Method in class com.mindfusion.diagramming.RenderOptions
 
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.
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.
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.
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.
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.
getShapeBrush() - Method in class com.mindfusion.diagramming.Diagram
Deprecated.
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.
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.
getShapeText() - Method in class com.mindfusion.diagramming.Diagram
Gets the default text assigned to new nodes.
getShowAnchors() - Method in class com.mindfusion.diagramming.Diagram
Gets a value indicating whether anchor points should be shown on screen.
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 pointer are displayed while another object is being modified.
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.
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(RectF) - Static method in class com.mindfusion.diagramming.Utilities
 
getSize() - Method in class com.mindfusion.drawing.Font
 
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.
getSmartPolylineEnds() - Method in class com.mindfusion.diagramming.RoutingOptions
Gets a value indicating whether the end segments of polyline links should be oriented orthogonally to the node bounds.
getSnapToAnchor() - Method in class com.mindfusion.diagramming.Diagram
Gets a value indicating when links should snap to anchor points.
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.
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.
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.
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.
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.
getStyle() - Method in class com.mindfusion.diagramming.lanes.Header
 
getStyle() - Method in interface com.mindfusion.diagramming.lanes.ICell
 
getStyle() - Method in class com.mindfusion.drawing.Font
 
getSubCommands() - Method in class com.mindfusion.diagramming.Command
Gets a collection of all command objects contained within the composite one.
getSubHeaders() - Method in class com.mindfusion.diagramming.lanes.Header
 
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.
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.
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.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.
getTable() - Method in class com.mindfusion.diagramming.TableConnectionPoint
 
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.
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.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.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.TextComponent
Gets the text displayed by the component.
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 interface com.mindfusion.diagramming.lanes.ICell
 
getText() - Method in class com.mindfusion.diagramming.LinkLabel
Gets the label's text.
getText() - Method in class com.mindfusion.diagramming.ShapeNode
Gets the text displayed inside this node.
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.TextComponent
Gets the color of the displayed text.
getTextColor() - Method in class com.mindfusion.diagramming.Diagram
Deprecated.
getTextColor() - Method in interface com.mindfusion.diagramming.lanes.ICell
 
getTextColor() - Method in class com.mindfusion.diagramming.LinkLabel
Gets the color of the link's label text.
getTextFont() - Method in interface com.mindfusion.diagramming.lanes.ICell
 
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 interface com.mindfusion.diagramming.lanes.ICell
 
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 boundaries and its text.
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
 
getTextToEdit() - Method in class com.mindfusion.diagramming.FreeFormNode
Implements InplaceEditable.getTextToEdit.
getTextToEdit() - Method in interface com.mindfusion.diagramming.InplaceEditable
Gets the current text content of this item.
getTextToEdit() - Method in class com.mindfusion.diagramming.LinkLabel
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
 
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.
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.lanes.Header
 
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.
getTitleColor() - Method in class com.mindfusion.diagramming.lanes.Header
 
getTitleFont() - Method in class com.mindfusion.diagramming.lanes.Header
 
getTitleFormat() - Method in class com.mindfusion.diagramming.lanes.Header
 
getToolTip() - Method in class com.mindfusion.diagramming.Cell
Gets the tooltip text that is displayed when the 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 pointer rests over an item.
getTop() - Method in class com.mindfusion.diagramming.Thickness
Gets the width of the top side of the frame.
getTopBorderPen() - Method in class com.mindfusion.diagramming.lanes.Style
 
getTopLeftAreaStyle() - Method in class com.mindfusion.diagramming.lanes.Grid
Gets the style of the area above all row headers and to the left of all column headers.
getTopLeftAreaText() - Method in class com.mindfusion.diagramming.lanes.Grid
Gets the text displayed in the top left area.
getTopLeftAreaTextColor() - Method in class com.mindfusion.diagramming.lanes.Grid
Gets the color of the text displayed in the top left area.
getTopLeftAreaTextFont() - Method in class com.mindfusion.diagramming.lanes.Grid
Gets the font used to display text in the top left area.
getTopLeftAreaTextFormat() - Method in class com.mindfusion.diagramming.lanes.Grid
Gets the format of the text displayed in the top left area.
getTopMargin() - Method in class com.mindfusion.diagramming.lanes.Grid
Gets the offset of the lane grid from the top side of the document bounds.
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.
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.Length
Gets how the length value is interpreted.
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.
getTypeface() - Method in class com.mindfusion.drawing.Font
 
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.
getUnitsPerMillimeter() - Method in class com.mindfusion.diagramming.jlayout.CascadeLayoutInfo
Gets a coefficient representing the ratio between millimeter and the current default units of measure.
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.
getValue() - Method in class com.mindfusion.diagramming.components.Length
Gets the length value.
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.GraphicsUnit
 
getValue() - Method in enum com.mindfusion.drawing.HatchStyle
 
getVerticalAlign() - Method in class com.mindfusion.diagramming.LinkLabel
Gets the vertical alignment of the text relatively to the label's position.
getVerticalAlign() - Method in class com.mindfusion.diagramming.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.
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.
getViewport() - Method in class com.mindfusion.diagramming.DiagramView
 
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.
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
 
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.components.GridColumn
Gets the width of this column.
getWidth() - Method in class com.mindfusion.diagramming.ElementTemplate
 
getWidth() - Method in class com.mindfusion.diagramming.lanes.Header
 
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.diagramming.TextFormat
Gets a value indicating whether text can be wrapped to a new line at an arbitrary character, or only after a whole word.
getX() - Method in class com.mindfusion.diagramming.AnchorPoint
Gets the X position of the anchor point.
getX() - Method in class com.mindfusion.diagramming.ShapeFormulaParam
 
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
 
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
 
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.
getZoomPivot() - Method in class com.mindfusion.diagramming.DiagramView
Gets the pivot point of pinch-zoom gestures.
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.
gotFocus(Object, ComponentEvent) - Method in interface com.mindfusion.diagramming.components.ComponentEventListener
 
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() - 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.Color
 
gray - Static variable in class com.mindfusion.drawing.Color
 
GREEN - Static variable in class com.mindfusion.drawing.Color
 
green - Static variable in class com.mindfusion.drawing.Color
 
Grid - Static variable in class com.mindfusion.diagramming.jlayout.BaseLayout
Use GridLayout to arrange nodes.
Grid - Class in com.mindfusion.diagramming.lanes
 
Grid(Diagram) - Constructor for class com.mindfusion.diagramming.lanes.Grid
 
Grid() - Constructor for class com.mindfusion.diagramming.lanes.Grid
Used internally to implement serialization functionality.
GridAdapter - Class in com.mindfusion.diagramming.lanes
 
GridAdapter() - Constructor for class com.mindfusion.diagramming.lanes.GridAdapter
 
GridColumn - Class in com.mindfusion.diagramming.components
Represents a column in a grid.
GridColumn() - Constructor for class com.mindfusion.diagramming.components.GridColumn
Initializes a new instance of the GridColumn class.
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
 
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
 
GridListener - Interface in com.mindfusion.diagramming.lanes
 
GridPanel - Class in com.mindfusion.diagramming.components
 
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
 
GridRow - Class in com.mindfusion.diagramming.components
Represents a row in a grid.
GridRow() - Constructor for class com.mindfusion.diagramming.components.GridRow
Initializes a new instance of the GridRow class.
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(Diagram) - Constructor for class com.mindfusion.diagramming.Group
Initializes a new instance of the Group class.
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.

H

handlePointerMove(PointF) - Method in class com.mindfusion.diagramming.Diagram
Propagates touch input to interested manipulators.
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
 
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(HatchBrush) - Constructor for class com.mindfusion.drawing.HatchBrush
Initializes a new HatchBrush instance.
HatchStyle - Enum in com.mindfusion.drawing
Represents hatch patterns corresponding to GDI+ HatchBrush objects.
Header - Class in com.mindfusion.diagramming.lanes
 
Header() - Constructor for class com.mindfusion.diagramming.lanes.Header
 
Header(String) - Constructor for class com.mindfusion.diagramming.lanes.Header
 
headerAdded(HeaderEvent) - Method in class com.mindfusion.diagramming.lanes.GridAdapter
 
headerAdded(HeaderEvent) - Method in interface com.mindfusion.diagramming.lanes.GridListener
Raised when a header has been inserted to the grid either interactively or through a call to the InsertBefore or InsertAfter methods.
HeaderEvent - Class in com.mindfusion.diagramming.lanes
 
HeaderList - Class in com.mindfusion.diagramming.lanes
 
HeaderList() - Constructor for class com.mindfusion.diagramming.lanes.HeaderList
 
headerResized(HeaderResizeEvent) - Method in class com.mindfusion.diagramming.lanes.GridAdapter
 
headerResized(HeaderResizeEvent) - Method in interface com.mindfusion.diagramming.lanes.GridListener
Raised when the user finished resizing a header.
HeaderResizeEvent - Class in com.mindfusion.diagramming.lanes
 
headerSizeChanged() - Method in class com.mindfusion.diagramming.lanes.Grid
 
headerStartResizing(HeaderResizeEvent) - Method in class com.mindfusion.diagramming.lanes.GridAdapter
 
headerStartResizing(HeaderResizeEvent) - Method in interface com.mindfusion.diagramming.lanes.GridListener
Raises when the user starts resizing a header.
height - Variable in class com.mindfusion.drawing.Dimension
 
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.
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 - Variable in class com.mindfusion.diagramming.ContainerNodeProperties
 
hitTest(PointF) - 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.
HitTestEvent - Class in com.mindfusion.diagramming
Contains the arguments passed to custom hit-testing event handlers.
HitTestEvent(Object, DiagramItem, PointF) - Constructor for class com.mindfusion.diagramming.HitTestEvent
Initializes a new instance of the HitTestEvent class.
hitTestHandle(PointF) - Method in class com.mindfusion.diagramming.ContainerNode
hitTestHandle(PointF) - Method in class com.mindfusion.diagramming.DiagramItem
Determines whether a selection handle of this item is located at the specified point.
hitTestHandle(PointF) - Method in class com.mindfusion.diagramming.DiagramLink
hitTestHandle(PointF) - Method in class com.mindfusion.diagramming.DiagramNode
hitTestHandle(PointF) - Method in class com.mindfusion.diagramming.DummyNode
DiagramNode#HitTestHandle override.
hitTestHandle(PointF) - Method in class com.mindfusion.diagramming.FreeFormNode
hitTestHandle(PointF) - Method in class com.mindfusion.diagramming.Selection
HitTestPriority - Enum in com.mindfusion.diagramming
The members of this enumeration specify the order of item hit testing.
HoneycombClipboardProvider - Class in com.mindfusion.diagramming
 
HoneycombClipboardProvider() - Constructor for class com.mindfusion.diagramming.HoneycombClipboardProvider
 
Horizontal - Static variable in class com.mindfusion.diagramming.components.Orientation
Indicates horizontal orientation.
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
 
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.
HyperLinkStyle - Enum in com.mindfusion.diagramming
Specifies how various export components should treat the HyperLink property of items.

I

ICell - Interface in com.mindfusion.diagramming.lanes
 
IItemFactory - Interface in com.mindfusion.diagramming
Defines an interface for constructing objects from their XML elements.
ImageAlign - Enum in com.mindfusion.diagramming
The members of this enumeration specify the position and size of the image displayed inside a node.
ImageComponent - Class in com.mindfusion.diagramming.components
 
ImageComponent() - Constructor for class com.mindfusion.diagramming.components.ImageComponent
Initializes a new instance of the ImageComponent class.
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.
incomingLinks - Variable in class com.mindfusion.diagramming.DiagramNode
 
indexOf(Header) - Method in class com.mindfusion.diagramming.lanes.HeaderList
 
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.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.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(RectF, double) - Method in class com.mindfusion.diagramming.Shape
 
initData(int, double[]) - Method in class com.mindfusion.diagramming.ShapeData
 
initializeLink(LinkEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
 
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.
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, View) - Constructor for class com.mindfusion.diagramming.InPlaceEditEvent
Initializes a new instance of the LeaveInplaceEditEvent class.
insertAfter(Header) - Method in class com.mindfusion.diagramming.lanes.Grid
Inserts a new header after the specified header and returns a reference to it.
insertColumn(int) - Method in class com.mindfusion.diagramming.TableNode
Inserts a new column at the specified position.
insertNode(int, DiagramNode, String) - Method in class com.mindfusion.diagramming.NodeListView
Inserts the node at the specified position.
insertNode(int, DiagramNode) - 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 pointer 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.
intersects(DiagramNode) - Method in class com.mindfusion.diagramming.DiagramLink
Determines whether a link intersects the specified node.
intersects(RectF) - Method in interface com.mindfusion.diagramming.jlayout.Link
 
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(RectF) - Method in interface com.mindfusion.diagramming.components.ComponentHost
 
invalidate() - Method in class com.mindfusion.diagramming.CompositeNode
 
invalidate(RectF) - Method in class com.mindfusion.diagramming.CompositeNode
 
invalidated() - Method in class com.mindfusion.diagramming.lanes.GridAdapter
 
invalidated() - Method in interface com.mindfusion.diagramming.lanes.GridListener
 
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
 
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
 
isBold() - Method in class com.mindfusion.drawing.Font
 
isColumnHeader() - Method in class com.mindfusion.diagramming.lanes.Header
 
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.
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.
isEllipse() - Method in class com.mindfusion.diagramming.Shape
Gets a value indicating whether this shape is elliptic.
IsHorizontal() - Method in class com.mindfusion.diagramming.lanes.HeaderResizeEvent
Gets a value indicating whether the user resizes the header horizontally.
isItalic() - Method in class com.mindfusion.drawing.Font
 
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.
isPropertySet(Object) - Method in class com.mindfusion.diagramming.Style
Checks whether the specified property has a value.
isRowHeader() - Method in class com.mindfusion.diagramming.lanes.Header
 
isVertical() - Method in class com.mindfusion.diagramming.lanes.HeaderResizeEvent
Gets a value indicating whether the user resizes the header vertically.
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(PointF) - 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.
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

L

labelFromPoint(PointF) - Method in class com.mindfusion.diagramming.DiagramLink
Returns the label whose layout rectangle contains the specified point.
lagrangeInterpolation(boolean, PointD, PointD, PointF, ByRef<Double>) - Static method in class com.mindfusion.diagramming.jlayout.LinkOperations
 
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.
last() - Method in class com.mindfusion.diagramming.BaseList
Gets the last element of this list.
LatestFormat - Static variable in class com.mindfusion.diagramming.XmlPersistContext
 
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
 
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.
LayeredLayoutInfo - Class in com.mindfusion.diagramming.jlayout
 
LayeredLayoutInfo() - Constructor for class com.mindfusion.diagramming.jlayout.LayeredLayoutInfo
 
LayeredLayoutInfo(Orientation, float, float, Dimension) - 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.
Layout - Class in com.mindfusion.diagramming.jlayout
 
Layout() - Constructor for class com.mindfusion.diagramming.jlayout.Layout
 
Layout - Interface in com.mindfusion.diagramming
 
layout(DiagramLink) - Method in interface com.mindfusion.diagramming.LayoutLink
 
layout(DiagramNode, RectF) - Method in interface com.mindfusion.diagramming.LayoutNode
 
LayoutLink - Interface in com.mindfusion.diagramming
Defines a callback method called for links during 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
Indicates that the component should be left-aligned.
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.
LeftHandles - Static variable in class com.mindfusion.diagramming.AdjustmentHandles
The top-left, middle-left and bottom-left handles are enabled.
LegacyClipboardProvider - Class in com.mindfusion.diagramming
 
LegacyClipboardProvider() - Constructor for class com.mindfusion.diagramming.LegacyClipboardProvider
 
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
 
Length - Class in com.mindfusion.diagramming.components
Represents size or distance.
Length() - Constructor for class com.mindfusion.diagramming.components.Length
Initializes a new instance of the Length class.
Length(float) - Constructor for class com.mindfusion.diagramming.components.Length
Initializes a new instance of the Length class.
Length(float, int) - Constructor for class com.mindfusion.diagramming.components.Length
Initializes a new instance of the Length class.
LengthType - Class in com.mindfusion.diagramming.components
Specifies how a Length will be interpreted.
LengthType() - Constructor for class com.mindfusion.diagramming.components.LengthType
 
LIGHT_GRAY - Static variable in class com.mindfusion.drawing.Color
 
lightGray - Static variable in class com.mindfusion.drawing.Color
 
lineIntersect(PointF, PointF, PointF, PointF, PointD) - Static method in class com.mindfusion.diagramming.Utilities
Calculates the intersection point of endless lines (pA, pB) and (pC, pD)
lineIntersectHorizontal(double, PointF, PointF) - 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, PointF, PointF) - 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.
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.
linkChanges(DiagramNode, PointF) - 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, PointF) - Method in class com.mindfusion.diagramming.DummyConnectionPoint
 
linkChanges(DiagramNode, PointF) - Method in class com.mindfusion.diagramming.TableConnectionPoint
 
linkChanges(DiagramNode, PointF) - 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 - Enum in com.mindfusion.diagramming
The members of this enumeration specify how the points where links cross should be drawn on the screen.
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.
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, PointF, int) - Constructor for class com.mindfusion.diagramming.LinkEvent
Initializes a new instance of the LinkEvent class.
LinkEvent(Object, DiagramLink, int, PointF) - 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.
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.
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
 
linkPointerEnter(LinkEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Called when the pointer enters a link.
linkPointerEnter(LinkEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Called when the pointer enters a link.
linkPointerLeave(LinkEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Called when the pointer leaves a link.
linkPointerLeave(LinkEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Called when the 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 - Interface in com.mindfusion.diagramming
Defines methods that should be implemented by a link-router component.
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 - 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.
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.
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.
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.
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 - 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.
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, PointF, int, DiagramNode, int, int) - Constructor for class com.mindfusion.diagramming.LinkValidationEvent
 
LinkValidationEvent(Object, DiagramLink, RectF) - 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, Context) - 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, Context, 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, Context, 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, Context) - 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, Context, 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, Context, 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, Context) - 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, Context, 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, Context, 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.
loadFrom(String, Context) - Method in class com.mindfusion.diagramming.Diagram
Loads the diagram contents from a file.
loadFrom(InputStream) - Method in class com.mindfusion.diagramming.Diagram
Loads the diagram contents from a stream.
loadFrom(ObjectInputStream) - Method in class com.mindfusion.diagramming.Diagram
 
loadFrom(String, Context) - Method in class com.mindfusion.diagramming.DiagramView
Loads the diagram contents from a file.
loadFrom(InputStream) - Method in class com.mindfusion.diagramming.DiagramView
Loads the diagram contents from a stream.
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.
loadFromString(String) - Method in class com.mindfusion.diagramming.Diagram
Loads the diagram contents from a 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.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.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.ShapeComponent
ComponentBase.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(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.lanes.Grid
Deserializes the lane grid from the specified Element using the specified context.
loadFromXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.lanes.Header
Loads the header from the specified Element using the specified context.
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
 
loadFromXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.Row
 
loadFromXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.ShapeFormulaParam
 
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.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.
lostFocus(Object, ComponentEvent) - Method in interface com.mindfusion.diagramming.components.ComponentEventListener
 

M

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 - Variable in class com.mindfusion.diagramming.ContainerNodeProperties
 
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.
masterGroup - Variable in class com.mindfusion.diagramming.DiagramNode
 
match(ComponentBase, Object) - Method in interface com.mindfusion.diagramming.components.ComponentFinder.Predicate
 
measureString(String, Font) - Method in class com.mindfusion.diagramming.Diagram
Measures a text taking into consideration the current affine transform of the diagram.
measureText(String, float, Font) - Static method in class com.mindfusion.diagramming.TextRenderer
Returns the size of the specified string when render with specified font.
MenuItemEvent - Class in com.mindfusion.diagramming
Contains the arguments passed to handlers of menu item -related events.
MenuItemEvent(RadialMenuItem) - Constructor for class com.mindfusion.diagramming.MenuItemEvent
Initializes a new instance of the MenuItemEvent class.
MenuItemListener - Interface in com.mindfusion.diagramming
Defines events raised by menu items.
mergeUndoRecords(int, String) - Method in class com.mindfusion.diagramming.CommandHistory
Merges several undo records into a single composite record.
middlePoint(PointF, PointF) - Static method in class com.mindfusion.diagramming.jlayout.PointOperations
 
minDistToRect(PointF, RectF) - Static method in class com.mindfusion.diagramming.Utilities
 
minimumSize - Variable in class com.mindfusion.diagramming.ContainerNodeProperties
 
ModificationStart - Enum in com.mindfusion.diagramming
The members of this enumeration specify how users can start modifying an item.
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.
mouseClicked(Object, ComponentMouseEvent) - Method in interface com.mindfusion.diagramming.components.ComponentMouseEventListener
 
mouseMove(Object, ComponentMouseEvent) - Method in interface com.mindfusion.diagramming.components.ComponentMouseEventListener
 
Move - Static variable in class com.mindfusion.diagramming.AdjustmentHandles
The movement handle is enabled.
move(float, float) - 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.
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.
needsPointerMessages(PointF) - Method in class com.mindfusion.diagramming.Manipulator
Returns whether the manipulator object needs to track touch events.
needsPointerMessages(PointF) - Method in class com.mindfusion.diagramming.ScrollBar
Returns whether the manipulator object needs to track pointer events.
newPointDouble(PointF) - Static method in class com.mindfusion.diagramming.Utilities
 
newPointDouble(float, float) - Static method in class com.mindfusion.diagramming.Utilities
 
newPointF(PointF) - Static method in class com.mindfusion.diagramming.Utilities
 
newPointF(float, float) - Static method in class com.mindfusion.diagramming.Utilities
 
newPointFloat() - Static method in class com.mindfusion.diagramming.Utilities
 
newPointFloat(PointF) - Static method in class com.mindfusion.diagramming.Utilities
 
newPointFloat(float, float) - Static method in class com.mindfusion.diagramming.Utilities
 
newRectangleDouble(float, float, float, float) - Static method in class com.mindfusion.diagramming.Utilities
 
newRectangleDouble(RectF) - Static method in class com.mindfusion.diagramming.Utilities
 
newRectangleFloat(float, float, float, float) - Static method in class com.mindfusion.diagramming.Utilities
 
newRectangleFloat(RectF) - Static method in class com.mindfusion.diagramming.Utilities
 
newRectF(float, float, float, float) - 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.
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, PointF, NodeHandleType) - Constructor for class com.mindfusion.diagramming.NodeEvent
Initializes a new instance of the NodeEvent class.
NodeEvent(Object, DiagramNode, int, PointF) - 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.
NodeList - Class in com.mindfusion.diagramming.jlayout
 
NodeList() - Constructor for class com.mindfusion.diagramming.jlayout.NodeList
 
NodeListView - Class in com.mindfusion.diagramming
Represents a list control containing DiagramNode objects.
NodeListView(Context) - Constructor for class com.mindfusion.diagramming.NodeListView
Initializes a new instance of NodeListView class.
NodeListView(Context, AttributeSet) - Constructor for class com.mindfusion.diagramming.NodeListView
Initializes a new instance of NodeListView class.
NodeListView(Context, AttributeSet, int) - Constructor for class com.mindfusion.diagramming.NodeListView
Initializes a new instance of NodeListView class.
NodeListView.LabelPosition - Enum in com.mindfusion.diagramming
LabelPosition constants
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 pointer enters a node.
nodePointerEnter(NodeEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Called when the pointer enters a node.
nodePointerLeave(NodeEvent) - Method in class com.mindfusion.diagramming.DiagramAdapter
Called when the pointer leaves a node.
nodePointerLeave(NodeEvent) - Method in interface com.mindfusion.diagramming.DiagramListener
Called when the pointer leaves a node.
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.
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.
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.
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, PointF, NodeHandleType) - Constructor for class com.mindfusion.diagramming.NodeValidationEvent
 
NodeValidationEvent(Object, DiagramNode, RectF) - Constructor for class com.mindfusion.diagramming.NodeValidationEvent
 
NodeView - Class in com.mindfusion.diagramming
Renders a single element of a NodeListView.
NodeView(Context) - Constructor for class com.mindfusion.diagramming.NodeView
Initializes a new instance of NodeView class
NodeView(Context, AttributeSet, int) - Constructor for class com.mindfusion.diagramming.NodeView
Initializes a new instance of NodeView class
NodeView(Context, AttributeSet) - Constructor for class com.mindfusion.diagramming.NodeView
Initializes a new instance of NodeView class
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(RectF) - Static method in class com.mindfusion.diagramming.Utilities
 
notifyParent - Variable in class com.mindfusion.diagramming.BaseList
 
NotifyPropertyChanged - Interface in com.mindfusion.diagramming
 

O

obstacle - Variable in class com.mindfusion.diagramming.DiagramNode
 
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.ShapeNode
onAddedToParent() - Method in class com.mindfusion.diagramming.components.ComponentBase
Invoked when the component is added to a parent component.
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, PointF) - Method in class com.mindfusion.diagramming.DiagramItem
Invoked when the user clicks this item.
onClick(int, PointF) - Method in class com.mindfusion.diagramming.TreeViewNode
onContextChanged() - Method in class com.mindfusion.diagramming.components.ComponentBase
 
onDoubleClick(int, PointF) - 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.
onDraw(Canvas) - Method in class com.mindfusion.diagramming.DiagramView
 
onDraw(Canvas) - Method in class com.mindfusion.diagramming.NodeView
 
onDraw(Canvas) - Method in class com.mindfusion.diagramming.RadialMenu
ViewGroup.onDraw override.
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.
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.
onKeyPress(char) - Method in class com.mindfusion.diagramming.components.ComponentBase
Called when a character key is pressed when this component has the input focus.
onLayout(boolean, int, int, int, int) - Method in class com.mindfusion.diagramming.DiagramView
 
onLayout(boolean, int, int, int, int) - Method in class com.mindfusion.diagramming.RadialMenu
ViewGroup.onLayout override.
onLayout(boolean, int, int, int, int) - Method in class com.mindfusion.diagramming.RadialMenuItem
ViewGroup.onLayout override.
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.
onMeasure(int, int) - Method in class com.mindfusion.diagramming.DiagramView
 
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.
onModify(PointF, int) - Method in class com.mindfusion.diagramming.DiagramLink
Called when an item is modified
onModify(PointF, NodeHandleType) - Method in class com.mindfusion.diagramming.DiagramNode
Called when an item is modified
onMouseDown(PointF) - Method in class com.mindfusion.diagramming.components.ComponentBase
Called when the left mouse button is pressed while the pointer is over this component.
onMouseMove(PointF) - Method in class com.mindfusion.diagramming.components.ComponentBase
Called when the mouse is moved while this component tracks the mouse events.
onMouseUp(PointF) - Method in class com.mindfusion.diagramming.components.ComponentBase
Called when the left mouse button is released while this component tracks the mouse events.
onPointerDown(PointF) - Method in class com.mindfusion.diagramming.Manipulator
Called when there is a touch detected over this manipulator.
onPointerDown(PointF) - Method in class com.mindfusion.diagramming.ScrollBar
Manipulator.onPointerDown override.
onPointerMove(PointF) - Method in class com.mindfusion.diagramming.Manipulator
Called when the touch moves while this manipulator tracks pointer events.
onPointerMove(PointF) - Method in class com.mindfusion.diagramming.ScrollBar
Manipulator.onPointerMove override.
onPointerUp(PointF) - Method in class com.mindfusion.diagramming.Manipulator
Called when the touch is released while this manipulator tracks pointer events.
onPointerUp(PointF) - Method in class com.mindfusion.diagramming.ScrollBar
Manipulator.onPointerUp override.
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.
onRestoreInstanceState(Parcelable) - Method in class com.mindfusion.diagramming.DiagramView
View.onRestoreInstanceState override.
onRotationAngleChanged() - Method in class com.mindfusion.diagramming.DiagramNode
 
onRotationAngleChanged() - Method in class com.mindfusion.diagramming.ShapeNode
onSaveInstanceState() - Method in class com.mindfusion.diagramming.DiagramView
View.onSaveInstanceState override.
onSizeChanged(int, int, int, int) - Method in class com.mindfusion.diagramming.DiagramView
 
onStyleChanged() - Method in class com.mindfusion.diagramming.DiagramItem
Invoked when the associated style or theme have changed.
onTouchEvent(MotionEvent) - Method in class com.mindfusion.diagramming.DiagramView
 
onTouchEvent(MotionEvent) - Method in class com.mindfusion.diagramming.RadialMenu
ViewGroup.onTouchEvent override.
onTouchUp(MenuItemEvent) - Method in interface com.mindfusion.diagramming.MenuItemListener
Raised when users touch the menu item.
onUnitChanged() - Method in class com.mindfusion.diagramming.components.ComponentBase
Invoked when the measure unit of the document containing the component has changed.
onUpdateBounds() - Method in class com.mindfusion.diagramming.CompositeNode
DiagramNode.onUpdateBounds override
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
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.TreeViewNode
Called when the Diagram's ZoomFactor changes.
Orientation - Class in com.mindfusion.diagramming.components
Contains static constants that specify a general orientation.
Orientation() - Constructor for class com.mindfusion.diagramming.components.Orientation
 
Orientation - Enum in com.mindfusion.diagramming.jlayout
 
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.
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.
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, Dimension, 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
 

P

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.
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.
parentConstraintsInfringed() - Method in class com.mindfusion.diagramming.DiagramNode
 
parse(String, PointF) - Static method in class com.mindfusion.diagramming.Utilities
Parses space separated numbers into PointF
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.
pen - Variable in class com.mindfusion.diagramming.DiagramItem
 
Pen - Class in com.mindfusion.drawing
Pen objects are used to draw the borders and decoration lines of boxes, the frame lines of tables and cells and the segments of links.
Pen() - Constructor for class com.mindfusion.drawing.Pen
Initializes a new Pen instance.
Pen(float, Color) - Constructor for class com.mindfusion.drawing.Pen
Initializes a new Pen instance.
Pen(float, Brush) - Constructor for class com.mindfusion.drawing.Pen
Initializes a new Pen instance.
Pen(float, Color, DashStyle) - Constructor for class com.mindfusion.drawing.Pen
Initializes a new Pen instance.
Pentagon - Static variable in class com.mindfusion.diagramming.ArrowHeads
Display a pentagon.
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<PointF>) - Static method in class com.mindfusion.diagramming.Utilities
 
PointD - Class in com.mindfusion.diagramming
 
PointD(double, double) - Constructor for class com.mindfusion.diagramming.PointD
 
PointD(PointF) - Constructor for class com.mindfusion.diagramming.PointD
 
PointD() - Constructor for class com.mindfusion.diagramming.PointD
 
PointerArrow - Static variable in class com.mindfusion.diagramming.ArrowHeads
Display a pointer arrow.
pointerDown(Point, MotionEvent) - Method in class com.mindfusion.diagramming.BehaviorBase
Invoked in response to system pointer down events.
pointerDown(MotionEvent) - Method in class com.mindfusion.diagramming.DiagramView
 
pointerDown(Point, MotionEvent) - Method in class com.mindfusion.diagramming.Interaction
Invoked in response to system pointer down events.
pointerDown(Point, MotionEvent) - Method in class com.mindfusion.diagramming.PanBehavior
 
pointerMove(Point, MotionEvent) - Method in class com.mindfusion.diagramming.BehaviorBase
Invoked when the pointer moves.
pointerMove(MotionEvent) - Method in class com.mindfusion.diagramming.DiagramView
 
pointerMove(Point, MotionEvent) - Method in class com.mindfusion.diagramming.Interaction
Invoked when the pointer moves.
pointerMove(Point, MotionEvent) - Method in class com.mindfusion.diagramming.PanBehavior
 
pointerOver(Point, MotionEvent) - Method in class com.mindfusion.diagramming.Interaction
Invoked in response to system pointer over events.
pointerUp(Point, MotionEvent) - Method in class com.mindfusion.diagramming.BehaviorBase
Invoked in response to system pointer up events.
pointerUp(MotionEvent) - Method in class com.mindfusion.diagramming.DiagramView
 
pointerUp(Point, MotionEvent) - Method in class com.mindfusion.diagramming.Interaction
Invoked in response to system pointer up events.
pointerUp(Point, MotionEvent) - Method in class com.mindfusion.diagramming.PanBehavior
 
PointList - Class in com.mindfusion.diagramming.jlayout
 
PointList() - Constructor for class com.mindfusion.diagramming.jlayout.PointList
 
PointList - Class in com.mindfusion.diagramming
A strongly-typed list of PointF objects.
PointList(int) - Constructor for class com.mindfusion.diagramming.PointList
 
PointList(List<PointF>) - Constructor for class com.mindfusion.diagramming.PointList
 
PointList(PointF[]) - Constructor for class com.mindfusion.diagramming.PointList
 
PointList() - Constructor for class com.mindfusion.diagramming.PointList
 
PointOperations - Class in com.mindfusion.diagramming.jlayout
 
PointOperations() - Constructor for class com.mindfusion.diagramming.jlayout.PointOperations
 
pointToComponent(PointF) - Method in class com.mindfusion.diagramming.CompositeNode
For internal use.
polarToCartesian(PointF, double, double, PointF) - Static method in class com.mindfusion.diagramming.Utilities
 
process(Link) - Method in interface com.mindfusion.diagramming.jlayout.ProcessLink
 
ProcessLink - Interface in com.mindfusion.diagramming.jlayout
 
Proportional - Static variable in class com.mindfusion.diagramming.lanes.ResizeType
 
ptEnd - Variable in class com.mindfusion.diagramming.DiagramItem
 
ptInManipulator(PointF) - Method in class com.mindfusion.diagramming.Folder
Manipulator.PtInManipulator override.
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
 
putExpandable(boolean) - Method in class com.mindfusion.diagramming.DiagramNode
 
putInClipboard(Context, String) - Method in class com.mindfusion.diagramming.HoneycombClipboardProvider
 
putInClipboard(Context, String) - Method in class com.mindfusion.diagramming.LegacyClipboardProvider
 
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
Represents a radial gradient brush.
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() - Constructor for class com.mindfusion.drawing.RadialGradientBrush
Initializes a new instance of the RadialGradientBrush class.
RadialMenu - Class in com.mindfusion.diagramming
A menu control that shows command icons in circular layout around touch position.
RadialMenu(DiagramView, Object) - Constructor for class com.mindfusion.diagramming.RadialMenu
Initializes a new instance of the RadialMenu class.
RadialMenuEvent - Class in com.mindfusion.diagramming
Contains the arguments passed to handlers of contextMenuOpening event.
RadialMenuEvent(RadialMenu, DiagramItem) - Constructor for class com.mindfusion.diagramming.RadialMenuEvent
Initializes a new instance of the RadialMenuEvent class.
RadialMenuItem - Class in com.mindfusion.diagramming
Represents a menu item inside RadialMenu.
RadialMenuItem(Context, int) - Constructor for class com.mindfusion.diagramming.RadialMenuItem
Initializes a new instance of the RadialMenuItem class.
RadialTreeLayout - Class in com.mindfusion.diagramming.jlayout
 
RadialTreeLayout() - Constructor for class com.mindfusion.diagramming.jlayout.RadialTreeLayout
 
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
 
raiseAppearanceChanged() - Method in class com.mindfusion.diagramming.lanes.Grid
 
raiseCellBoundsChanged(CellBoundsEvent) - Method in class com.mindfusion.diagramming.lanes.Grid
 
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
 
raiseClicked(DiagramItem, PointF, int) - Method in class com.mindfusion.diagramming.Diagram
Raises the appropriate Clicked event.
raiseClicked(int, PointF) - Method in class com.mindfusion.diagramming.Diagram
raiseDeleting(DiagramItem) - Method in class com.mindfusion.diagramming.Diagram
Raises the appropriate Deleting event.
raiseDoubleClicked(DiagramItem, PointF, int) - Method in class com.mindfusion.diagramming.Diagram
Raises the appropriate DoubleClicked event.
raiseDoubleClicked(int, PointF) - Method in class com.mindfusion.diagramming.Diagram
raiseHeaderAdded(Header) - Method in class com.mindfusion.diagramming.lanes.Grid
 
raiseHeaderResized(Header, boolean, boolean) - Method in class com.mindfusion.diagramming.lanes.Grid
 
raiseHeaderStartResizing(Header, boolean, boolean) - Method in class com.mindfusion.diagramming.lanes.Grid
 
raiseLinkTextEdited(DiagramLink, String, String) - 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) - Method in class com.mindfusion.diagramming.Diagram
raiseNodeTextEditing(DiagramNode) - 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
 
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.
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
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
 
readDouble(String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
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, E, Class<E>) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
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
Implements Externalizable.
readExternal(ObjectInput) - Method in class com.mindfusion.diagramming.Attachment
 
readExternal(ObjectInput) - Method in class com.mindfusion.diagramming.BaseList
 
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.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.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.ShapeComponent
ComponentBase.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.DiagramItem
 
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.DummyConnectionPoint
 
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.lanes.Grid
 
readExternal(ObjectInput) - Method in class com.mindfusion.diagramming.lanes.Header
 
readExternal(ObjectInput) - Method in class com.mindfusion.diagramming.lanes.Style
 
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.PointList
 
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.TableConnectionPoint
 
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
Implements Externalizable.
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.drawing.Color
 
readExternal(ObjectInput) - Method in class com.mindfusion.drawing.DashStyle
Implements Externalizable.
readExternal(ObjectInput) - Method in class com.mindfusion.drawing.Dimension
 
readExternal(ObjectInput) - Method in class com.mindfusion.drawing.ExternalizableImage
 
readExternal(ObjectInput) - Method in class com.mindfusion.drawing.Font
 
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.RadialGradientBrush
Implements Externalizable.
readExternal(ObjectInput) - Method in class com.mindfusion.drawing.SolidBrush
Implements Externalizable.
readExternal(ObjectInput) - Method in class com.mindfusion.drawing.TextureBrush
Implements Externalizable.
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(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
 
readInt(String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
readInt(String, Element, int) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
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
 
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(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, Dimension) - 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(String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
Reads a Style object with the specified name.
readTag(ObjectInput) - Static method in class com.mindfusion.diagramming.Serialization
 
readTag(Object, String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
readTextFormat(ObjectInput) - Static method in class com.mindfusion.diagramming.Serialization
 
readTheme(String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
Reads a Theme object with the specified name.
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.
rectFromPoints() - Method in class com.mindfusion.diagramming.DiagramNode
 
RED - Static variable in class com.mindfusion.drawing.Color
 
red - Static variable in class com.mindfusion.drawing.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.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.
refresh() - Method in class com.mindfusion.diagramming.ScrollBar
 
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.
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.
Relative - Static variable in class com.mindfusion.diagramming.components.LengthType
Indicates that the size is specifies relatively to the other sizes and the amount of the available space.
RelativeToLink - Enum in com.mindfusion.diagramming
The members of this enumeration specify how the link labels are positioned.
remove(int) - Method in class com.mindfusion.diagramming.BaseList
 
remove(Object) - Method in class com.mindfusion.diagramming.BaseList
 
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
 
remove(Header) - Method in class com.mindfusion.diagramming.lanes.HeaderList
 
remove(int) - Method in class com.mindfusion.diagramming.lanes.HeaderList
 
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
 
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.
removeGridListener(GridListener) - Method in class com.mindfusion.diagramming.lanes.Grid
 
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.
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.DummyConnectionPoint
 
removeLinkFromNode() - Method in class com.mindfusion.diagramming.TableConnectionPoint
 
removeLinkFromNode() - Method in class com.mindfusion.diagramming.TreeViewConnectionPoint
ConnectionPoint.removeLinkFromNode override.
removeMenuItemListener(MenuItemListener) - Method in class com.mindfusion.diagramming.RadialMenuItem
Unregisters listener so that it will no longer receive events.
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.
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
 
removePropertyChangeListener(PropertyChangeListener) - Method in class com.mindfusion.diagramming.Style
 
removeRange(int, int) - Method in class com.mindfusion.diagramming.BaseList
 
removeRange(int, int) - Method in class com.mindfusion.diagramming.jlayout.BaseList
 
removeStyleListener(StyleListener) - Method in class com.mindfusion.diagramming.lanes.Style
 
removeThemeListener(ThemeListener) - Method in class com.mindfusion.diagramming.Theme
Unregisters listener so that it will no longer receive theme events.
renderFirst(Canvas, RectF) - Method in class com.mindfusion.diagramming.lanes.Grid
Invoked in order to render the grid before any other diagram items are drawn.
renderLast(Canvas, RectF) - Method in class com.mindfusion.diagramming.lanes.Grid
Invoked in order to render the grid after all other diagram items are drawn.
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, RectF, DrawTextHint) - Method in class com.mindfusion.diagramming.Cell
Styled text rendering callback.
renderText(String, RectF, DrawTextHint) - Method in class com.mindfusion.diagramming.ShapeNode
 
renderText(String, RectF, DrawTextHint) - Method in class com.mindfusion.diagramming.TableNode
 
renderText(String, RectF, DrawTextHint) - Method in class com.mindfusion.diagramming.TreeViewItem
 
renderText(String, RectF, DrawTextHint) - Method in class com.mindfusion.diagramming.TreeViewNode
 
repaint(RectF) - Method in class com.mindfusion.diagramming.Diagram
Repaints the specified region of the diagram.
repaint(Object, RectF) - 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(RectF) - 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(RectF) - 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, RectF, boolean) - Constructor for class com.mindfusion.diagramming.RepaintEvent
Initializes a new instance of the RepaintEvent class
RepaintEvent(Object, RectF) - Constructor for class com.mindfusion.diagramming.RepaintEvent
 
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.
resize(float, float) - Method in class com.mindfusion.diagramming.DiagramNode
Sets the size of a node.
resize(T, float, float) - 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.
resizeColumnHeaderHeights(int, float) - Method in class com.mindfusion.diagramming.lanes.Grid
This method is for internal use only.
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.
resizeRowHeaderWidths(int, float) - Method in class com.mindfusion.diagramming.lanes.Grid
This method is for internal use only.
resizeToFitImage(Bitmap) - 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.
ResizeType - Class in com.mindfusion.diagramming.lanes
 
ResizeType() - Constructor for class com.mindfusion.diagramming.lanes.ResizeType
 
restoreProperties(DiagramItemProperties) - Method in class com.mindfusion.diagramming.ContainerNode
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.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
 
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.
Resume(boolean) - Method in class com.mindfusion.diagramming.GridRouter
Implements ILinkRouter.Resume.
Resume(boolean) - Method in interface com.mindfusion.diagramming.LinkRouter
Called when the control ends a batch update operation that might affect many links.
Resume(boolean) - Method in class com.mindfusion.diagramming.QuickRouter
resumeRepaint() - Method in class com.mindfusion.diagramming.DiagramView
Resumes repainting the control after a DiagramView.suspendRepaint() call.
Reversed - Static variable in class com.mindfusion.diagramming.ArrowHeads
Reversed arrowhead.
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
Indicates that the component should be right-aligned.
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.
RightHandles - Static variable in class com.mindfusion.diagramming.AdjustmentHandles
The top-right, bottom-right and middle-right handles are enabled.
Rotate - Static variable in class com.mindfusion.diagramming.AdjustmentHandles
The rotation handle is enabled.
rotateAround(double, double, double) - Method in class com.mindfusion.diagramming.PointD
 
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() - 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) - Method in class com.mindfusion.diagramming.GridRouter
Implements ILinkRouter.RouteLink.
RouteLink(DiagramLink) - Method in interface com.mindfusion.diagramming.LinkRouter
Called when a single link must be routed.
RouteLink(DiagramLink) - Method in class com.mindfusion.diagramming.QuickRouter
RouteLinks(DiagramLinkList) - Method in class com.mindfusion.diagramming.GridRouter
Implements ILinkRouter.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.QuickRouter
Router - Class in com.mindfusion.diagramming.jlayout
 
Router() - Constructor for class com.mindfusion.diagramming.jlayout.Router
 
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.
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.
rowHeaderAdded(Header) - Method in class com.mindfusion.diagramming.lanes.Grid
 
rowHeaderHeightChanged(Header, float) - Method in class com.mindfusion.diagramming.lanes.Grid
 
rowHeaderRemoved(Header) - Method in class com.mindfusion.diagramming.lanes.Grid
 
rowHeaderWidthChanged(Header, float) - Method in class com.mindfusion.diagramming.lanes.Grid
 
RowList - Class in com.mindfusion.diagramming
A strongly-typed list of Row objects.
RowList() - Constructor for class com.mindfusion.diagramming.RowList
 

S

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.
sameNode(ConnectionPoint) - Method in class com.mindfusion.diagramming.DummyConnectionPoint
 
sameNode(ConnectionPoint) - Method in class com.mindfusion.diagramming.TableConnectionPoint
 
saveComponents(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.components.ContainerComponent
For internal use.
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.DummyConnectionPoint
 
saveEndRelative() - Method in class com.mindfusion.diagramming.ShapeConnectionPoint
 
saveEndRelative() - Method in class com.mindfusion.diagramming.TableConnectionPoint
 
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.
saveProperties(DiagramItemProperties) - Method in class com.mindfusion.diagramming.ContainerNode
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.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(String, Context) - Method in class com.mindfusion.diagramming.Diagram
Saves the diagram contents into a file.
saveTo(OutputStream) - Method in class com.mindfusion.diagramming.Diagram
Saves the diagram contents into a stream.
saveTo(ObjectOutputStream) - Method in class com.mindfusion.diagramming.Diagram
 
saveTo(String, Context) - Method in class com.mindfusion.diagramming.DiagramView
Saves the diagram contents into a file.
saveTo(OutputStream) - Method in class com.mindfusion.diagramming.DiagramView
Saves the diagram contents into a stream.
saveTo(String) - Method in class com.mindfusion.diagramming.ShapeLibrary
Saves the shape library to the specified file.
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.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
Loads the theme from 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.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.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.ShapeComponent
ComponentBase.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(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.lanes.Grid
Serializes the lane grid to the specified XmlElement using the specified context.
saveToXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.lanes.Header
Saves the header to the specified XmlElement using the specified context.
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
 
saveToXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.Row
 
saveToXml(Element, XmlPersistContext) - Method in class com.mindfusion.diagramming.ShapeFormulaParam
 
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.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.
ScrollBar - Class in com.mindfusion.diagramming
 
ScrollBar(TreeViewNode, boolean) - Constructor for class com.mindfusion.diagramming.ScrollBar
 
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
 
Selection - Class in com.mindfusion.diagramming
Represents a selection of multiple items.
Selection(Diagram) - Constructor for class com.mindfusion.diagramming.Selection
 
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, PointF, 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.
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, PointF, 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.
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.
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) - Method in class com.mindfusion.diagramming.jlayout.ByRef
Sets the parameter value.
set(int, Header) - Method in class com.mindfusion.diagramming.lanes.HeaderList
 
set(double, double) - Method in class com.mindfusion.diagramming.PointD
 
set(PointF) - Method in class com.mindfusion.diagramming.PointD
 
set(PointD) - Method in class com.mindfusion.diagramming.PointD
 
set(PointF, float, float) - Static method in class com.mindfusion.diagramming.Utilities
 
set(Point, float, float) - Static method in class com.mindfusion.diagramming.Utilities
 
set(T, float, float, float, float) - Static method in class com.mindfusion.diagramming.Utilities
 
set(T, float, float) - Static method in class com.mindfusion.diagramming.Utilities
 
set(T, RectF) - Static method in class com.mindfusion.diagramming.Utilities
 
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.
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.
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.
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.
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.
setAllowRemoveChildren(boolean) - Method in class com.mindfusion.diagramming.ContainerNode
Sets a value indicating whether child nodes can be removed interactively from this container.
setAllowResizeHeaders(boolean) - Method in class com.mindfusion.diagramming.lanes.Grid
Sets a value indicating whether users can resize the headers of the grid interactively.
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.
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.
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 default anchor pattern for nodes that use this shape.
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.
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.
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 pointer 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 automatically align to the border of the nearest node while the user moves them.
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.TextComponent
Sets the brush used to fill the background of the component.
setBackgroundBrush(Brush) - Method in class com.mindfusion.diagramming.lanes.Style
 
setBackgroundColor(int) - Method in class com.mindfusion.diagramming.NodeListView
 
setBackgroundColor(Color) - Method in class com.mindfusion.drawing.HatchBrush
Sets the color of spaces between the hatch lines drawn by this brush.
setBackgroundImage(Bitmap) - Method in class com.mindfusion.diagramming.Diagram
Sets the background image.
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.
setBottom(float) - Method in class com.mindfusion.diagramming.Thickness
Sets the width of the bottom side of the frame.
setBottomBorderPen(Pen) - Method in class com.mindfusion.diagramming.lanes.Style
 
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(RectF) - Method in class com.mindfusion.diagramming.components.ComponentBase
Sets the calculated bounds of this component relative to its parent.
setBounds(RectF) - Method in class com.mindfusion.diagramming.Diagram
Sets the bounds of the scrollable area of the diagram.
setBounds(RectF, boolean, boolean) - Method in class com.mindfusion.diagramming.DiagramNode
Sets the location and size of this node.
setBounds(RectF) - 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(RectF) - Method in interface com.mindfusion.diagramming.jlayout.Node
 
setBounds(RectF, boolean) - Method in interface com.mindfusion.diagramming.jlayout.Node
 
setBounds(RectF) - Method in class com.mindfusion.diagramming.ShapeData
 
setBoundsDirect(RectF) - 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.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.LinkLabel
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.drawing.Pen
Gets the color of this pen.
setBrushBounds(RectF) - Method in class com.mindfusion.diagramming.DrawParams
 
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.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.RadialMenuEvent
Sets a flag indicating whether showing the menu should be cancelled.
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 prevrent the user from completing the operation
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.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(Bitmap) - 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.
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(PointF) - 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.
setClipboard(ComponentBase, Object) - Method in interface com.mindfusion.diagramming.components.ComponentHost
 
setClipboard(ComponentBase, Object) - Method in class com.mindfusion.diagramming.CompositeNode
 
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
 
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 class com.mindfusion.diagramming.lanes.Grid
Sets the number of columns in the grid.
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.
setColumnHeadersHeights(float[]) - Method in class com.mindfusion.diagramming.lanes.Grid
Sets an array with float values specifying the heights of individual column levels.
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.
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(Dimension) - 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.
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.
setCornerRadius(float) - Method in class com.mindfusion.diagramming.ContainerNode
Sets the radius of node's corner arcs when its Shape is set to RoundedRectangle.
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.
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 user interaction.
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.
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.
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.
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
 
setDefaultItem(RadialMenuItem) - Method in class com.mindfusion.diagramming.RadialMenu
Sets the item selected by default when the menu opens.
setDefaultMode() - Method in class com.mindfusion.diagramming.RoutingOptions
Sets the routing cost parameters to their default values.
setDefaultNodeSize(Dimension) - Method in class com.mindfusion.diagramming.NodeListView
Sets the default size with which nodes dragged onto a diagram will be created.
setDefaultNodeSize(Dimension) - Method in class com.mindfusion.diagramming.NodeView
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.
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.
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.
setDiagram(Diagram) - Method in class com.mindfusion.diagramming.DiagramView
Sets the diagram displayed by this view.
setDiagramDirty() - Method in class com.mindfusion.diagramming.DiagramItem
Marks the diagram as changed.
setDiagramView(DiagramView) - Method in class com.mindfusion.diagramming.NodeListView
Sets the target view for drag-and-drop operations.
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.
setDisplayName(String) - Method in class com.mindfusion.diagramming.Shape
 
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.
setDividerColor(int) - Method in class com.mindfusion.diagramming.NodeListView
Sets the divider color.
setDocScrollX(float) - Method in class com.mindfusion.diagramming.DiagramView
Sets the horizontal scroll position.
setDocScrollY(float) - Method in class com.mindfusion.diagramming.DiagramView
Sets the vertical scroll position.
setDocument(DiagramDocument) - Method in class com.mindfusion.diagramming.DocumentView
Sets the displayed diagram document.
setDocumentName(String) - Method in class com.mindfusion.diagramming.RenderOptions
Sets the document name.
setDontOptimizeLongRoutes(boolean) - Method in class com.mindfusion.diagramming.RoutingOptions
Sets a value indicating whether the algorithm should spend time to optimize long routes.
setDragThreshold(int) - Method in class com.mindfusion.diagramming.DiagramView
Sets the minimum distance the pointer should be dragged, measured in pixels, that would cause a drag event instead of click.
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.
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
 
setEditedText(String) - Method in class com.mindfusion.diagramming.FreeFormNode
Implements InplaceEditable.setEditedText.
setEditedText(String) - Method in interface com.mindfusion.diagramming.InplaceEditable
Sets the new text content of this item.
setEditedText(String) - Method in class com.mindfusion.diagramming.LinkLabel
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.
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.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.
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.lanes.Grid
Sets a value indicating whether the text of the lane headers can contain formatting tags, such as <b>.
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.LinkLabel
Sets whether the text should wrap to multiple lines.
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(PointF) - Method in class com.mindfusion.diagramming.DiagramLink
Sets the position of the last control point of this link.
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.
setFillMode(Path.FillType) - 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.
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
 
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(Dimension) - Method in class com.mindfusion.diagramming.Diagram
Sets the size of folded containers.
setFoldedSize(Dimension) - Method in class com.mindfusion.diagramming.ContainerNode
Sets the size of the container when folded.
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
 
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.LinkLabel
Sets the font of the link's label.
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.
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 font unit of the item text.
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
 
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(Canvas) - 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.
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 or 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.
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.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(Header) - Method in class com.mindfusion.diagramming.lanes.HeaderEvent
Sets the header related to the event.
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.
setHeaderFormat(String) - Method in class com.mindfusion.diagramming.RenderOptions
Sets the page header format string.
setHeadersOnTop(boolean) - Method in class com.mindfusion.diagramming.lanes.Grid
Sets a value indicating whether lane headers appear at the top of the z-order above all other items.
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(Length) - Method in class com.mindfusion.diagramming.components.GridRow
Sets the height of the row.
setHeight(float) - Method in class com.mindfusion.diagramming.lanes.Header
 
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(RectF, float) - Static method in class com.mindfusion.diagramming.Utilities
 
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.
setHookHeaders(boolean) - Method in class com.mindfusion.diagramming.lanes.Grid
Sets a value indicating whether headers will be anchored to the corresponding side (that is, the column header anchored to the top side and the row header anchored to the left side).
setHorizontalAlign(Align) - Method in class com.mindfusion.diagramming.LinkLabel
Sets the horizontal alignment of the text within the label's layout rectangle.
setHorizontalAlign(Align) - Method in class com.mindfusion.diagramming.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.
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.
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(Bitmap) - 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.NodeView
Sets the horizontal and vertical margins around the nodes.
setIconSize(Dimension) - Method in class com.mindfusion.diagramming.NodeListView
Sets the size of the nodes displayed in the view.
setIconSize(Dimension) - Method in class com.mindfusion.diagramming.NodeView
Sets the size of the nodes displayed in the view.
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(Bitmap) - Method in class com.mindfusion.diagramming.Cell
Sets the image that should be displayed inside the cell.
setImage(Bitmap) - Method in class com.mindfusion.diagramming.components.ImageComponent
Sets the displayed image.
setImage(Bitmap) - Method in class com.mindfusion.diagramming.Shape
Sets an image that should be displayed by default in all instances of this shape.
setImage(Bitmap) - Method in class com.mindfusion.diagramming.ShapeNode
Sets the image that should be displayed inside the node.
setImage(Bitmap) - Method in class com.mindfusion.diagramming.TableNode
Sets the image that should be displayed inside this table.
setImage(Bitmap) - 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
ComponentBase.onMouseDown override.
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
 
setImageHeight(int) - Method in class com.mindfusion.diagramming.RadialMenuItem
Sets the height of this item's icon.
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.
setImageRectangle(RectF) - Method in class com.mindfusion.diagramming.Shape
Sets the location of the shape image relatively to the bounding rectangles of boxes of this shape.
setImageWidth(int) - Method in class com.mindfusion.diagramming.RadialMenuItem
Sets the width of this item's icon.
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.LinkLabel
Sets the index of the segment or control point this label is relative to.
setInitialTemperature(double) - Method in class com.mindfusion.diagramming.AnnealLayout
Sets the initial temperature of the simulated annealing process.
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(RectF) - Method in class com.mindfusion.diagramming.RepaintEvent
Sets the rectangular area in the diagram document that should be repainted.
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.
setItem(InplaceEditable) - Method in class com.mindfusion.diagramming.InPlaceEditEvent
Sets the InplaceEditable instance.
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.LayeredLayout
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.
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.
setLabelPosition(NodeListView.LabelPosition) - Method in class com.mindfusion.diagramming.NodeListView
Sets the text position if there is a text to be displayed for the node.
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.
setLargeChange(float) - Method in class com.mindfusion.diagramming.ScrollBar
 
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(RectF) - Method in class com.mindfusion.diagramming.AnnealLayout
Sets the size of the layout area.
setLayoutArea(RectF) - Method in class com.mindfusion.diagramming.jlayout.AnnealLayoutInfo
Sets the size of the layout area.
setLayoutArea(RectF) - Method in class com.mindfusion.diagramming.jlayout.TreeMapLayoutInfo
Sets the rectangle in which the layout will try to arrange the nodes.
setLayoutArea(RectF) - 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
Sets the width of the left side of the frame.
setLeftBorderPen(Pen) - Method in class com.mindfusion.diagramming.lanes.Style
 
setLeftMargin(float) - Method in interface com.mindfusion.diagramming.jlayout.SwimlaneGrid
 
setLeftMargin(float) - Method in class com.mindfusion.diagramming.LaneGrid
setLeftMargin(float) - Method in class com.mindfusion.diagramming.lanes.Grid
Sets the offset of the lane grid from the left side of the document bounds.
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.
setLevelDistance(float) - Method in class com.mindfusion.diagramming.HierarchicalLayout
Sets the distance between adjecent levels in the hierarchical layout.
setLevelDistance(float) - Method in class com.mindfusion.diagramming.jlayout.HierarchicalLayoutInfo
Sets the distance between adjecent 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.
setLineJoin(int) - Method in class com.mindfusion.drawing.Pen
 
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.
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(short) - 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(PointF, RectF) - 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.
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.LinkLabel
Sets the text margins size.
setMargins(Dimension) - 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(Dimension) - 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(Dimension) - 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(Dimension) - 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(Dimension) - 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(Dimension) - 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(Dimension) - 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(Dimension) - 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(Dimension) - 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.ScrollBar
 
setMaxWidth(float) - Method in class com.mindfusion.diagramming.LinkLabel
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.
setMeasureUnit(GraphicsUnit) - Method in class com.mindfusion.diagramming.Diagram
Sets in what units JDiagram should measure lengths and sizes.
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.
setMinHeaderSize(float) - Method in class com.mindfusion.diagramming.lanes.Grid
 
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.ScrollBar
 
setMinimumSize(Dimension) - Method in class com.mindfusion.diagramming.ContainerNode
Sets the minimum size of the container.
setMinimumZoomSize(int) - Method in class com.mindfusion.diagramming.DiagramView
Sets the minimum size in pixels that the control lets users zoom to using a pinch gesture.
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.
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.
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.
setNode(DiagramNode) - Method in class com.mindfusion.diagramming.NodeView
Sets the diagram node to be shown in the view.
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.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.diagramming.TextFormat
Enables or disables automatic text wrapping.
setObstacle(boolean) - Method in class com.mindfusion.diagramming.DiagramNode
Sets a value indicating whether the link routing algorithm should consider this node an obstacle.
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.
setOpacity(float) - Method in class com.mindfusion.diagramming.AeroEffect
Sets the opacity to apply to the node's background.
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(int) - 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(RectF) - 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.
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.
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.
setParent(Object) - Method in class com.mindfusion.diagramming.components.ComponentBase
For internal use.
setParent(Diagram) - Method in class com.mindfusion.diagramming.lanes.Grid
 
setPath(Path) - 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.
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.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.
setPointerMoved(boolean) - Method in class com.mindfusion.diagramming.InteractionState
Sets a value indicating whether the touch position has changed since the user touched the screen.
setPointerPosition(PointF) - Method in class com.mindfusion.diagramming.LinkEvent
Sets the current pointer position.
setPointerPosition(PointF) - Method in class com.mindfusion.diagramming.NodeEvent
Sets the current 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<PointF>) - Method in class com.mindfusion.diagramming.FreeFormNode
Sets the node's outline points.
setPoints(ArrayList<PointF>) - 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.
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.
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.
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
 
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(PointF) - 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.
setRenderTarget(RenderTarget) - Method in class com.mindfusion.diagramming.RenderOptions
 
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.
setResizeType(int) - Method in class com.mindfusion.diagramming.lanes.Header
 
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
Sets the width of the right side of the frame.
setRightBorderPen(Pen) - Method in class com.mindfusion.diagramming.lanes.Style
 
setRightToLeft(boolean) - Method in class com.mindfusion.diagramming.TextFormat
 
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.
setRotatedBounds(RectF) - 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.
setRotateTitle(boolean) - Method in class com.mindfusion.diagramming.lanes.Header
 
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.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.
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.
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 class com.mindfusion.diagramming.lanes.Grid
Sets the number of rows in the grid.
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.
setRowHeadersWidths(float[]) - Method in class com.mindfusion.diagramming.lanes.Grid
Sets an array with float values specifying the widths of individual row levels.
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.
setScrollable(boolean) - Method in class com.mindfusion.diagramming.TableNode
Sets a value indicating whether users are allowed to scroll the table.
setScrollPosition(float) - Method in class com.mindfusion.diagramming.TreeViewNode
Sets the current scroll position.
setScrollX(double) - Method in class com.mindfusion.diagramming.RenderOptions
 
setScrollY(double) - Method in class com.mindfusion.diagramming.RenderOptions
 
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.
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.
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.
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.
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.
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.
setShapeText(String) - Method in class com.mindfusion.diagramming.Diagram
Sets the default text that should be assigned to new nodes.
setShowAnchors(ShowAnchors) - Method in class com.mindfusion.diagramming.Diagram
Sets a value indicating whether anchor points should be shown on screen.
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 pointer should be displayed while another object is being modified.
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.
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(double, double) - Method in class com.mindfusion.drawing.Dimension
 
setSkipDefaultDrawing(boolean) - Method in class com.mindfusion.diagramming.DrawParams
 
setSmallChange(float) - Method in class com.mindfusion.diagramming.ScrollBar
 
setSmartPolylineEnds(boolean) - Method in class com.mindfusion.diagramming.RoutingOptions
Sets a value indicating whether the end segments of polyline links should be oriented orthogonally to the node bounds.
setSnapToAnchor(SnapToAnchor) - Method in class com.mindfusion.diagramming.Diagram
Sets a value indicating when links should snap to anchor points.
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.
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(PointF) - Method in class com.mindfusion.diagramming.DiagramLink
Sets the position of the first control point of this link.
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.
setStyle(Style) - Method in class com.mindfusion.diagramming.lanes.Header
 
setStyle(Style) - Method in interface com.mindfusion.diagramming.lanes.ICell
 
setSurroundingColor(Color) - Method in class com.mindfusion.drawing.RadialGradientBrush
Sets the surrounding color.
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.
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.
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.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.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.TextComponent
Sets the text displayed by the component.
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 interface com.mindfusion.diagramming.lanes.ICell
 
setText(String) - Method in class com.mindfusion.diagramming.LinkLabel
Sets the label's text.
setText(String) - Method in class com.mindfusion.diagramming.ShapeNode
Sets the text label displayed inside this node.
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.TextComponent
Sets the color of the displayed text.
setTextColor(Color) - Method in class com.mindfusion.diagramming.Diagram
Deprecated.
setTextColor(Color) - Method in interface com.mindfusion.diagramming.lanes.ICell
 
setTextColor(Color) - Method in class com.mindfusion.diagramming.LinkLabel
Sets the color of the link's label.
setTextFont(Font) - Method in interface com.mindfusion.diagramming.lanes.ICell
 
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 interface com.mindfusion.diagramming.lanes.ICell
 
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 boundaries and its text.
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(Bitmap) - Method in class com.mindfusion.drawing.TextureBrush
 
setTheme(Theme) - Method in class com.mindfusion.diagramming.Diagram
Sets the theme associated with the diagram.
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.lanes.Header
 
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.
setTitleColor(Color) - Method in class com.mindfusion.diagramming.lanes.Header
 
setTitleFont(Font) - Method in class com.mindfusion.diagramming.lanes.Header
 
setTitleFormat(TextFormat) - Method in class com.mindfusion.diagramming.lanes.Header
 
setToolTip(String) - Method in class com.mindfusion.diagramming.Cell
Sets the tooltip text that should be displayed when the 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 pointer 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 pointer rests over an item.
setTop(float) - Method in class com.mindfusion.diagramming.Thickness
Sets the width of the top side of the frame.
setTopBorderPen(Pen) - Method in class com.mindfusion.diagramming.lanes.Style
 
setTopLeftAreaStyle(Style) - Method in class com.mindfusion.diagramming.lanes.Grid
Sets the style of the area above all row headers and to the left of all column headers.
setTopLeftAreaText(String) - Method in class com.mindfusion.diagramming.lanes.Grid
Sets the text displayed in the top left area.
setTopLeftAreaTextColor(Color) - Method in class com.mindfusion.diagramming.lanes.Grid
Sets the color of the text displayed in the top left area.
setTopLeftAreaTextFont(Font) - Method in class com.mindfusion.diagramming.lanes.Grid
Sets the font used to display text in the top left area.
setTopLeftAreaTextFormat(TextFormat) - Method in class com.mindfusion.diagramming.lanes.Grid
Sets the format of the text displayed in the top left area.
setTopMargin(float) - Method in interface com.mindfusion.diagramming.jlayout.SwimlaneGrid
 
setTopMargin(float) - Method in class com.mindfusion.diagramming.LaneGrid
setTopMargin(float) - Method in class com.mindfusion.diagramming.lanes.Grid
Sets the offset of the lane grid from the top side of the document bounds.
setTopMargin(float) - Method in interface com.mindfusion.diagramming.SwimlaneGrid
Sets the top margin of the swimlane grid.
setTrackPointedItem(boolean) - Method in class com.mindfusion.diagramming.DiagramView
Sets a value indicating whether the control should raise the nodePointerEnter and nodePointerLeave events.
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(int) - Method in class com.mindfusion.diagramming.components.Length
Sets how the length value is interpreted.
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.
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.
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.
setValue(float) - Method in class com.mindfusion.diagramming.components.Length
Sets the length value.
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.
setVerticalAlign(Align) - Method in class com.mindfusion.diagramming.LinkLabel
Sets the vertical alignment of the text relatively to the label's position.
setVerticalAlign(Align) - Method in class com.mindfusion.diagramming.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.
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.
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.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.
setVisibleRect(RectF) - 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(Length) - Method in class com.mindfusion.diagramming.components.GridColumn
Sets the width of this column.
setWidth(float) - Method in class com.mindfusion.diagramming.ElementTemplate
 
setWidth(float) - Method in class com.mindfusion.diagramming.lanes.Header
 
setWidth(RectF, float) - Static method in class com.mindfusion.diagramming.Utilities
 
setWidth(float) - 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.diagramming.TextFormat
Sets a value indicating whether text can be wrapped to a new line at an arbitrary character, or only after a whole word.
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
 
setX(PointF, float) - Static method in class com.mindfusion.diagramming.Utilities
 
setX(RectF, float) - Static method in class com.mindfusion.diagramming.Utilities
 
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
 
setY(PointF, float) - Static method in class com.mindfusion.diagramming.Utilities
 
setY(RectF, float) - Static method in class com.mindfusion.diagramming.Utilities
 
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.
setZoomPivot(ZoomPivot) - Method in class com.mindfusion.diagramming.DiagramView
Sets the pivot point of pinch-zoom gestures.
ShadowsStyle - Enum in com.mindfusion.diagramming
The members of this enumeration specify how JDiagram should draw the shadows of items.
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[], Path.FillType, 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[], Path.FillType, 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[], Path.FillType, 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.
ShapeComponent - Class in com.mindfusion.diagramming.components
 
ShapeComponent() - Constructor for class com.mindfusion.diagramming.components.ShapeComponent
Initializes a new instance of the ShapeComponent class.
ShapeConnectionPoint - Class in com.mindfusion.diagramming
 
ShapeConnectionPoint(ShapeNode, DiagramLink, boolean) - Constructor for class com.mindfusion.diagramming.ShapeConnectionPoint
 
ShapeConnectionPoint() - Constructor for class com.mindfusion.diagramming.ShapeConnectionPoint
 
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, Path.FillType, 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
 
ShapeFormulaParam() - Constructor for class com.mindfusion.diagramming.ShapeFormulaParam
 
ShapeFormulaParam(float, float) - Constructor for class com.mindfusion.diagramming.ShapeFormulaParam
 
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
 
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.
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.
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 - Enum in com.mindfusion.diagramming
The members of this enumeration specify whether JDiagram should display marks at the anchor points positions.
SimplePanel - Class in com.mindfusion.diagramming.components
 
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
 
size() - Method in class com.mindfusion.diagramming.jlayout.BaseList
 
size() - Method in class com.mindfusion.diagramming.Selection
Returns the number of selected items.
size() - Method in class com.mindfusion.diagramming.ShapeList
 
Slash - Static variable in class com.mindfusion.diagramming.ArrowHeads
Display a slash.
SmoothingMode - Enum in com.mindfusion.diagramming
Specifies whether smoothing (anti-aliasing) is applied
SnapToAnchor - Enum in com.mindfusion.diagramming
The members of this enumeration specify when a link should be aligned to a node's anchor point.
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 SolidBrush instance.
SolidBrush() - Constructor for class com.mindfusion.drawing.SolidBrush
Initializes a new SolidBrush instance.
SortOrder - Class in com.mindfusion.diagramming.jlayout
 
SortOrder() - Constructor for class com.mindfusion.diagramming.jlayout.SortOrder
 
split(Graph, GraphBuilder) - Static method in class com.mindfusion.diagramming.jlayout.GraphSplitter
Divides the supplied graph to its connected subgraphs.
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.
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.
StackPanel - Class in com.mindfusion.diagramming.components
 
StackPanel() - Constructor for class com.mindfusion.diagramming.components.StackPanel
Initializes a new instance of the StackPanel class.
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(PointF) - Method in class com.mindfusion.diagramming.DiagramItem
Invoked once when the user starts drawing a new item interactively.
startCreate(PointF) - Method in class com.mindfusion.diagramming.DiagramLink
startCreate(PointF) - Method in class com.mindfusion.diagramming.DiagramNode
startCreate(PointF) - Method in class com.mindfusion.diagramming.FreeFormNode
startCreate(PointF) - Method in class com.mindfusion.diagramming.Selection
 
startDraw(PointF, MotionEvent) - Method in class com.mindfusion.diagramming.BehaviorBase
 
startDraw(PointF, MotionEvent) - Method in class com.mindfusion.diagramming.DrawLinksBehavior
 
startDraw(PointF, MotionEvent) - Method in class com.mindfusion.diagramming.DrawNodesBehavior
 
startDraw(PointF, MotionEvent) - Method in class com.mindfusion.diagramming.LinkNodesBehavior
 
startDraw(PointF, MotionEvent) - Method in class com.mindfusion.diagramming.ModifyBehavior
 
startDraw(PointF, MotionEvent) - Method in class com.mindfusion.diagramming.MoveNodesBehavior
 
startDraw(PointF, MotionEvent) - Method in class com.mindfusion.diagramming.PanBehavior
 
startDraw(PointF, MotionEvent) - Method in class com.mindfusion.diagramming.SelectOnlyBehavior
BehaviorBase.startDraw override.
startDrawCommon(PointF, MotionEvent) - Method in class com.mindfusion.diagramming.BehaviorBase
 
startDrawCommon(PointF, MotionEvent) - Method in class com.mindfusion.diagramming.PanBehavior
 
startDrawCommon(PointF, MotionEvent) - Method in class com.mindfusion.diagramming.SelectOnlyBehavior
BehaviorBase.startDrawCommon override.
startInteraction(InteractionState, PointF) - Method in class com.mindfusion.diagramming.DiagramView
Starts the specified interactive operation.
startModify(PointF, AdjustmentHandle, InteractionState) - Method in class com.mindfusion.diagramming.DiagramItem
Invoked when the user starts modifying this item interactively.
startModify(PointF, AdjustmentHandle, InteractionState) - Method in class com.mindfusion.diagramming.DiagramLink
startModify(PointF, AdjustmentHandle, InteractionState) - Method in class com.mindfusion.diagramming.DiagramNode
startModify(PointF, AdjustmentHandle, InteractionState) - Method in class com.mindfusion.diagramming.FreeFormNode
startModify(PointF, AdjustmentHandle, InteractionState) - Method in class com.mindfusion.diagramming.Selection
 
Stretch - Static variable in class com.mindfusion.diagramming.components.HorizontalAlignment
Indicates that the component should be stretched horizontally.
Stretch - Static variable in class com.mindfusion.diagramming.components.VerticalAlignment
Indicates that the component should be stretched vertically.
Style - Class in com.mindfusion.diagramming.lanes
 
Style() - Constructor for class com.mindfusion.diagramming.lanes.Style
 
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.
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.
supportsAutoScroll() - Method in class com.mindfusion.diagramming.Interaction
 
supportsAutoScroll() - Method in class com.mindfusion.diagramming.PanBehavior
 
supportsPenWidth0() - Method in interface com.mindfusion.drawing.GraphicsEx
 
Suspend() - Method in class com.mindfusion.diagramming.GridRouter
Implements ILinkRouter.Suspend.
Suspend() - Method in interface com.mindfusion.diagramming.LinkRouter
Called when the control starts a batch update operation that might affect many links.
Suspend() - Method in class com.mindfusion.diagramming.QuickRouter
suspendRepaint() - Method in class com.mindfusion.diagramming.DiagramView
Stops repainting the control automatically after changes of property values.
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.
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

TableConnectionPoint - Class in com.mindfusion.diagramming
 
TableConnectionPoint(TableNode, DiagramLink, boolean, int) - Constructor for class com.mindfusion.diagramming.TableConnectionPoint
 
TableConnectionPoint() - Constructor for class com.mindfusion.diagramming.TableConnectionPoint
 
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.
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.
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.
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) - Constructor for class com.mindfusion.diagramming.TableSectionExpander
 
Tetragon - Static variable in class com.mindfusion.diagramming.ArrowHeads
Display a tetragon.
TextComponent - Class in com.mindfusion.diagramming.components
 
TextComponent() - Constructor for class com.mindfusion.diagramming.components.TextComponent
Initializes a new instance of the TextComponent class.
TextFormat - Class in com.mindfusion.diagramming
Specifies the format and alignment of text within a diagram item.
TextFormat(Align, Align) - Constructor for class com.mindfusion.diagramming.TextFormat
Initializes a new TextFormat instance.
textPadding - Variable in class com.mindfusion.diagramming.DiagramItemProperties
 
TextRenderer - Class in com.mindfusion.diagramming
Provides methods for measuring and drawing text.
TextRenderer() - Constructor for class com.mindfusion.diagramming.TextRenderer
 
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(Bitmap) - Constructor for class com.mindfusion.drawing.TextureBrush
Initializes a new TextureBrush instance with the specified pattern.
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
 
Thickness - Class in com.mindfusion.diagramming
Describes the thickness of a rectangular frame.
Thickness() - Constructor for class com.mindfusion.diagramming.Thickness
Initializes a new instance of the Thickness class.
Thickness(float) - Constructor for class com.mindfusion.diagramming.Thickness
Initializes a new instance of the Thickness class.
Thickness(float, float, float, float) - Constructor for class com.mindfusion.diagramming.Thickness
Initializes a new instance of the Thickness class.
Thickness(Thickness) - Constructor for class com.mindfusion.diagramming.Thickness
Initializes a new instance of the Thickness class.
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.Pen
 
toDocument(PointF) - 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
 
toLocal(PointF) - 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
 
Top - Static variable in class com.mindfusion.diagramming.components.VerticalAlignment
Indicates that the component should be top-aligned.
toParent(ComponentBase, PointF) - 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.
toPointF() - Method in class com.mindfusion.diagramming.PointD
 
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.
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.components.Length
Object.toString override.
toString() - Method in class com.mindfusion.diagramming.ContainerChildEvent
Returns the identifier of this ContainerNode
toString() - Method in class com.mindfusion.diagramming.jlayout.TransparentGraphNode
 
transformsPenWidth() - Method in interface com.mindfusion.drawing.GraphicsEx
 
translate(T, float, float) - Static method in class com.mindfusion.diagramming.Utilities
 
translateX(T, float) - Static method in class com.mindfusion.diagramming.Utilities
 
translateX(T, float) - Static method in class com.mindfusion.diagramming.Utilities
 
translateY(T, float) - Static method in class com.mindfusion.diagramming.Utilities
 
translateY(T, float) - Static method in class com.mindfusion.diagramming.Utilities
 
transparent - Static variable in class com.mindfusion.drawing.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.
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.
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.
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.
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.
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.

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.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.
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
 
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(PointF) - Method in class com.mindfusion.diagramming.DiagramItem
Invoked during interactive creation of this item.
updateCreate(PointF) - Method in class com.mindfusion.diagramming.DiagramLink
updateCreate(PointF) - Method in class com.mindfusion.diagramming.DiagramNode
updateCreate(PointF) - Method in class com.mindfusion.diagramming.FreeFormNode
updateCreate(PointF) - Method in class com.mindfusion.diagramming.Selection
 
updateFromPoint(PointF) - Method in class com.mindfusion.diagramming.ConnectionPoint
Updates the connection state according to the specified point, without changing the related node.
updateFromPoint(PointF) - Method in class com.mindfusion.diagramming.TableConnectionPoint
 
updateFromPoint(PointF) - 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(PointF, InteractionState) - Method in class com.mindfusion.diagramming.DiagramItem
Invoked during interactive modification of this item.
updateModify(PointF, InteractionState) - Method in class com.mindfusion.diagramming.DiagramLink
updateModify(PointF, InteractionState) - Method in class com.mindfusion.diagramming.DiagramNode
updateModify(PointF, InteractionState) - Method in class com.mindfusion.diagramming.FreeFormNode
updateModify(PointF, InteractionState) - Method in class com.mindfusion.diagramming.Selection
 
updateModify(PointF, InteractionState) - Method in class com.mindfusion.diagramming.ShapeNode
 
updatePaint(Paint) - Method in class com.mindfusion.drawing.Font
 
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.
updateShaderScale(GraphicsUnit, float) - Static method in class com.mindfusion.drawing.HatchBrush
 
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
 
validating(Object, ComponentValidationEvent) - Method in interface com.mindfusion.diagramming.components.ComponentValidationEventListener
 
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.
value() - Method in class com.mindfusion.drawing.Color
 
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.Align
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.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.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.FillMode
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.Orientation
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.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.NodeListView.LabelPosition
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.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.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.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.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.diagramming.VisualizationPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.mindfusion.diagramming.ZoomPivot
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.
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.Align
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.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.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.FillMode
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.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.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.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.NodeListView.LabelPosition
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.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.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.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.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.diagramming.VisualizationPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.mindfusion.diagramming.ZoomPivot
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.
Vertical - Static variable in class com.mindfusion.diagramming.components.Orientation
Indicates vertical orientation.
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
 
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.
VisualizationPosition - Enum in com.mindfusion.diagramming
 

W

WHITE - Static variable in class com.mindfusion.drawing.Color
 
white - Static variable in class com.mindfusion.drawing.Color
 
width - Variable in class com.mindfusion.drawing.Dimension
 
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.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.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.
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
 
writeDouble(double, String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
Writes a double value with the specified name.
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
Implements Externalizable.
writeExternal(ObjectOutput) - Method in class com.mindfusion.diagramming.Attachment
 
writeExternal(ObjectOutput) - Method in class com.mindfusion.diagramming.BaseList
 
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.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.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.ShapeComponent
ComponentBase.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.DiagramItem
 
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.DummyConnectionPoint
 
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.lanes.Grid
 
writeExternal(ObjectOutput) - Method in class com.mindfusion.diagramming.lanes.Header
 
writeExternal(ObjectOutput) - Method in class com.mindfusion.diagramming.lanes.Style
 
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.PointList
 
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.TableConnectionPoint
 
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
Implements Externalizable.
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.drawing.Color
 
writeExternal(ObjectOutput) - Method in class com.mindfusion.drawing.DashStyle
Implements Externalizable.
writeExternal(ObjectOutput) - Method in class com.mindfusion.drawing.Dimension
 
writeExternal(ObjectOutput) - Method in class com.mindfusion.drawing.ExternalizableImage
 
writeExternal(ObjectOutput) - Method in class com.mindfusion.drawing.Font
 
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.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, 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(Bitmap, 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.
writeItemReference(DiagramItem, String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
Writes a reference to the specified item with the specified name.
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, PointF) - Static method in class com.mindfusion.diagramming.Serialization
 
writePointCollection(PointList, String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
writePointCoordinates(List<PointF>, String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
 
writePointF(PointF, String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
Writes a PointF with the specified name.
writeRect(ObjectOutput, RectF) - Static method in class com.mindfusion.diagramming.Serialization
 
writeRectangleF(RectF, String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
Writes a RectF with the specified name.
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(Dimension, 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
 
writeStyle(Style, String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
Writes a reference to the specified style.
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, String, Element) - Method in class com.mindfusion.diagramming.XmlPersistContext
Writes the specified Theme 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

x - Variable in class com.mindfusion.diagramming.PointD
 
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
 
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
 
XmlLoaderException - Exception in com.mindfusion.diagramming.components
 
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.

Y

y - Variable in class com.mindfusion.diagramming.PointD
 
YELLOW - Static variable in class com.mindfusion.drawing.Color
 

Z

zBottom(boolean) - Method in class com.mindfusion.diagramming.DiagramItem
Moves an item to the bottom of the 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.
ZoomPivot - Enum in com.mindfusion.diagramming
Indicates the scale pivot point of pinch-zoom gestures.
zoomToFit() - Method in class com.mindfusion.diagramming.DiagramView
Zooms the diagram so that all its contents becomes visible.
zoomToFit(RectF) - Method in class com.mindfusion.diagramming.DiagramView
Zooms and scrolls the diagram so that the specified rectangular area becomes visible.
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 L M N O P Q R S T U V W X Y Z 
Skip navigation links