Skip to content

Commit

Permalink
1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Sarris committed Jul 6, 2015
1 parent 5ebe7e5 commit dd08c6e
Show file tree
Hide file tree
Showing 93 changed files with 3,566 additions and 2,859 deletions.
6 changes: 3 additions & 3 deletions api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -970,7 +970,7 @@ <h2>Collection Classes</h2>
<div id="contentBody">
<!-- ============================== header ================================= -->
<div id="header" class="fineprint">
<b>GoJS</b>&reg; Diagramming Components<br/>version 1.5.0 for JavaScript/HTML<br/>by <a href="http://www.nwoods.com/">Northwoods Software&reg;</a>
<b>GoJS</b>&reg; Diagramming Components<br/>version 1.5.1 for JavaScript/HTML<br/>by <a href="http://www.nwoods.com/">Northwoods Software&reg;</a>
</div>
<h1 class="classTitle">GoJS Class Index</h1>
<span class="hideshowall"><span class="nodetails"><button id="buttonShow">Show Details</button></span><span class="details"><button id="buttonHide">Show Summaries</button></span></span>
Expand Down Expand Up @@ -1093,9 +1093,9 @@ <h1 class="classTitle">GoJS Class Index</h1>

<div><h2><a href="symbols/RelinkingTool.html" class="linkConstructor">RelinkingTool</a></h2>The RelinkingTool allows the user to reconnect an existing <a href="symbols/Link.html" class="linkConstructor">Link</a>if the <a href="symbols/Link.html#relinkableTo" class="linkProperty">Link.relinkableTo</a> and/or <a href="symbols/Link.html#relinkableFrom" class="linkProperty">Link.relinkableFrom</a> properties are true.<span class="nodetails" id="xRelinkingTool"><a onclick="hst('RelinkingTool')"> More...</a></span> <span class="details" id="RelinkingTool"><p class="boxread">For a general discussion of validation, see <a href="../../intro/validation.html">Introduction to Validation</a>.<p>By default an instance of this tool is installed as a mouse-down tool in the<a href="symbols/Diagram.html#toolManager" class="linkProperty">Diagram.toolManager</a> as the <a href="symbols/ToolManager.html#relinkingTool" class="linkProperty">ToolManager.relinkingTool</a>.<p>This tool makes use of two <a href="symbols/Adornment.html" class="linkConstructor">Adornment</a>s,each including a relink handle (potentially one for each end of the link),shown when a link is selected.<p>This tool conducts a transaction while the tool is active.A successful relinking will result in a "LinkRelinked" <a href="symbols/DiagramEvent.html" class="linkConstructor">DiagramEvent</a> and a "Relinking" transaction.</div>

<div><h2><a href="symbols/ResizingTool.html" class="linkConstructor">ResizingTool</a></h2>The ResizingTool is used to interactively change the size of a <a href="symbols/GraphObject.html" class="linkConstructor">GraphObject</a>in the selected <a href="symbols/Part.html" class="linkConstructor">Part</a> or <a href="symbols/Node.html" class="linkConstructor">Node</a> by setting its <a href="symbols/GraphObject.html#desiredSize" class="linkProperty">GraphObject.desiredSize</a> property.<span class="nodetails" id="xResizingTool"><a onclick="hst('ResizingTool')"> More...</a></span> <span class="details" id="ResizingTool">You may want to save the size to the model by using a TwoWay <a href="symbols/Binding.html" class="linkConstructor">Binding</a> on the "desiredSize" propertyof the GraphObject that is named by <a href="symbols/Part.html#resizeObjectName" class="linkProperty">Part.resizeObjectName</a>.This tool does not operate on <a href="symbols/Link.html" class="linkConstructor">Link</a>s.<p>You can limit the permitted minimum and maximum dimensions by setting#minSize and #maxSize.The resizing will also respect the <a href="symbols/GraphObject.html#minSize" class="linkProperty">GraphObject.minSize</a> and<a href="symbols/GraphObject.html#maxSize" class="linkProperty">GraphObject.maxSize</a> properties.Width or height values that are NaN do not constrain the resizing.<p>You can also limit the width and/or height to be multiples of a particular size bysetting <a href="symbols/Part.html#resizeCellSize" class="linkProperty">Part.resizeCellSize</a>.If either or both of these values are NaN, as they are by default,it will get the values from this tool's #cellSize.<p>If either or both of the width and height are still NaN,and if <a href="symbols/DraggingTool.html#isGridSnapEnabled" class="linkProperty">DraggingTool.isGridSnapEnabled</a> is true,it will use the <a href="symbols/DraggingTool.html#gridSnapCellSize" class="linkProperty">DraggingTool.gridSnapCellSize</a>.Finally it will consider the <a href="symbols/Diagram.html#grid" class="linkProperty">Diagram.grid</a>'s <a href="symbols/Panel.html#gridCellSize" class="linkProperty">Panel.gridCellSize</a>if #isGridSnapEnabled is true.<p>This tool makes use of an <a href="symbols/Adornment.html" class="linkConstructor">Adornment</a>, shown when the <a href="symbols/Part.html" class="linkConstructor">Part</a> or <a href="symbols/Node.html" class="linkConstructor">Node</a> is selected,that includes some number of resize handles.The resize handles are normally copies of <a href="symbols/ResizingTool.html#handleArchetype" class="linkProperty">ResizingTool.handleArchetype</a>,unless you specify a custom resize Adornment by setting <a href="symbols/Part.html#resizeAdornmentTemplate" class="linkProperty">Part.resizeAdornmentTemplate</a>.<p>This tool conducts a transaction while the tool is active.A successful resizing will result in a "PartResized" <a href="symbols/DiagramEvent.html" class="linkConstructor">DiagramEvent</a> and a "Resizing" transaction.</div>
<div><h2><a href="symbols/ResizingTool.html" class="linkConstructor">ResizingTool</a></h2>The ResizingTool is used to interactively change the size of a <a href="symbols/GraphObject.html" class="linkConstructor">GraphObject</a>in the selected <a href="symbols/Part.html" class="linkConstructor">Part</a> or <a href="symbols/Node.html" class="linkConstructor">Node</a> by setting its <a href="symbols/GraphObject.html#desiredSize" class="linkProperty">GraphObject.desiredSize</a> property.<span class="nodetails" id="xResizingTool"><a onclick="hst('ResizingTool')"> More...</a></span> <span class="details" id="ResizingTool">You may want to save the size to the model by using a TwoWay <a href="symbols/Binding.html" class="linkConstructor">Binding</a> on the "desiredSize" propertyof the GraphObject that is named by <a href="symbols/Part.html#resizeObjectName" class="linkProperty">Part.resizeObjectName</a>.This tool does not operate on <a href="symbols/Link.html" class="linkConstructor">Link</a>s.<p>You can limit the permitted minimum and maximum dimensions by setting#minSize and #maxSize.The resizing will also respect the <a href="symbols/GraphObject.html#minSize" class="linkProperty">GraphObject.minSize</a> and<a href="symbols/GraphObject.html#maxSize" class="linkProperty">GraphObject.maxSize</a> properties.Width or height values that are NaN do not constrain the resizing.<p>You can also limit the width and/or height to be multiples of a particular size bysetting <a href="symbols/Part.html#resizeCellSize" class="linkProperty">Part.resizeCellSize</a>.If either or both of these values are NaN, as they are by default,it will get the values from this tool's #cellSize.<p>If either or both of the width and height are still NaN,and if <a href="symbols/DraggingTool.html#isGridSnapEnabled" class="linkProperty">DraggingTool.isGridSnapEnabled</a> is true,it will use the <a href="symbols/DraggingTool.html#gridSnapCellSize" class="linkProperty">DraggingTool.gridSnapCellSize</a>.Finally it will consider the <a href="symbols/Diagram.html#grid" class="linkProperty">Diagram.grid</a>'s <a href="symbols/Panel.html#gridCellSize" class="linkProperty">Panel.gridCellSize</a>if #isGridSnapEnabled is true.<p>Pressing the Shift key or resizing a <a href="symbols/Shape.html" class="linkConstructor">Shape</a> with a <a href="symbols/Shape.html#geometryStretch" class="linkProperty">Shape.geometryStretch</a> of<a href="symbols/GraphObject.html#Uniform" class="linkConstant">GraphObject.Uniform</a> or <a href="symbols/GraphObject.html#UniformToFill" class="linkConstant">GraphObject.UniformToFill</a> will maintain the aspect ratio during the resize.<p>This tool makes use of an <a href="symbols/Adornment.html" class="linkConstructor">Adornment</a>, shown when the <a href="symbols/Part.html" class="linkConstructor">Part</a> or <a href="symbols/Node.html" class="linkConstructor">Node</a> is selected,that includes some number of resize handles.The resize handles are normally copies of <a href="symbols/ResizingTool.html#handleArchetype" class="linkProperty">ResizingTool.handleArchetype</a>,unless you specify a custom resize Adornment by setting <a href="symbols/Part.html#resizeAdornmentTemplate" class="linkProperty">Part.resizeAdornmentTemplate</a>.<p>This tool conducts a transaction while the tool is active.A successful resizing will result in a "PartResized" <a href="symbols/DiagramEvent.html" class="linkConstructor">DiagramEvent</a> and a "Resizing" transaction.</div>

<div><h2><a href="symbols/RotatingTool.html" class="linkConstructor">RotatingTool</a></h2>The RotatingTool is used to interactively change the <a href="symbols/GraphObject.html#angle" class="linkProperty">GraphObject.angle</a> of a <a href="symbols/GraphObject.html" class="linkConstructor">GraphObject</a>by setting its <a href="symbols/GraphObject.html#angle" class="linkProperty">GraphObject.angle</a> property.<span class="nodetails" id="xRotatingTool"><a onclick="hst('RotatingTool')"> More...</a></span> <span class="details" id="RotatingTool">You may want to save the angle to the model by using a TwoWay <a href="symbols/Binding.html" class="linkConstructor">Binding</a> on the "angle" propertyof the GraphObject that is named by <a href="symbols/Part.html#rotateObjectName" class="linkProperty">Part.rotateObjectName</a>.<p>This tool allows the user to rotate the <a href="symbols/Part.html#rotateObject" class="linkProperty">Part.rotateObject</a> of the selected <a href="symbols/Part.html" class="linkConstructor">Part</a>.Normally this works with <a href="symbols/Part.html" class="linkConstructor">Part</a>s or <a href="symbols/Node.html" class="linkConstructor">Node</a>s; it does not make sense for <a href="symbols/Link.html" class="linkConstructor">Link</a>s.The <a href="symbols/Part.html" class="linkConstructor">Part</a> must be <a href="symbols/Part.html#rotatable" class="linkProperty">Part.rotatable</a>, which is false by default.<p>You can limit the permitted angles by setting #snapAngleMultiple and #snapAngleEpsilon.For example, if you want to permit only angles that are multiples of 90 degrees,set #snapAngleMultiple to 90 and #snapAngleEpsilon to 45.<p>This tool makes use of an <a href="symbols/Adornment.html" class="linkConstructor">Adornment</a> that includes a rotation handle.It is shown when the selected <a href="symbols/Part.html" class="linkConstructor">Part</a> is <a href="symbols/Part.html#rotatable" class="linkProperty">Part.rotatable</a>.The rotate handle is normally a copy of <a href="symbols/RotatingTool.html#handleArchetype" class="linkProperty">RotatingTool.handleArchetype</a>.unless you specify a custom rotate Adornment by setting <a href="symbols/Part.html#rotateAdornmentTemplate" class="linkProperty">Part.rotateAdornmentTemplate</a>.<p>This tool conducts a transaction while the tool is active.A successful rotation will result in a "PartRotated" <a href="symbols/DiagramEvent.html" class="linkConstructor">DiagramEvent</a> and a "Rotating" transaction.</div>
<div><h2><a href="symbols/RotatingTool.html" class="linkConstructor">RotatingTool</a></h2>The RotatingTool is used to interactively change the <a href="symbols/GraphObject.html#angle" class="linkProperty">GraphObject.angle</a> of a <a href="symbols/GraphObject.html" class="linkConstructor">GraphObject</a>by setting its <a href="symbols/GraphObject.html#angle" class="linkProperty">GraphObject.angle</a> property.<span class="nodetails" id="xRotatingTool"><a onclick="hst('RotatingTool')"> More...</a></span> <span class="details" id="RotatingTool">You may want to save the angle to the model by using a TwoWay <a href="symbols/Binding.html" class="linkConstructor">Binding</a> on the "angle" propertyof the GraphObject that is named by <a href="symbols/Part.html#rotateObjectName" class="linkProperty">Part.rotateObjectName</a>.<p>This tool allows the user to rotate the <a href="symbols/Part.html#rotateObject" class="linkProperty">Part.rotateObject</a> of the selected <a href="symbols/Part.html" class="linkConstructor">Part</a>.Normally this works with <a href="symbols/Part.html" class="linkConstructor">Part</a>s or <a href="symbols/Node.html" class="linkConstructor">Node</a>s; it does not make sense for <a href="symbols/Link.html" class="linkConstructor">Link</a>s.The <a href="symbols/Part.html" class="linkConstructor">Part</a> must be <a href="symbols/Part.html#rotatable" class="linkProperty">Part.rotatable</a>, which is false by default.<p>You can limit the permitted angles by setting #snapAngleMultiple and #snapAngleEpsilon.For example, if you want to permit only angles that are multiples of 90 degrees,set #snapAngleMultiple to 90 and #snapAngleEpsilon to 45. Pressing the Shift key ignores these properties.<p>This tool makes use of an <a href="symbols/Adornment.html" class="linkConstructor">Adornment</a> that includes a rotation handle.It is shown when the selected <a href="symbols/Part.html" class="linkConstructor">Part</a> is <a href="symbols/Part.html#rotatable" class="linkProperty">Part.rotatable</a>.The rotate handle is normally a copy of <a href="symbols/RotatingTool.html#handleArchetype" class="linkProperty">RotatingTool.handleArchetype</a>.unless you specify a custom rotate Adornment by setting <a href="symbols/Part.html#rotateAdornmentTemplate" class="linkProperty">Part.rotateAdornmentTemplate</a>.<p>This tool conducts a transaction while the tool is active.A successful rotation will result in a "PartRotated" <a href="symbols/DiagramEvent.html" class="linkConstructor">DiagramEvent</a> and a "Rotating" transaction.</div>

<div><h2><a href="symbols/RowColumnDefinition.html" class="linkConstructor">RowColumnDefinition</a></h2>The RowColumnDefinition class describes constraints on a row or a columnin a <a href="symbols/Panel.html" class="linkConstructor">Panel</a> of type <a href="symbols/Panel.html#Table" class="linkConstant">Panel.Table</a>.<span class="nodetails" id="xRowColumnDefinition"><a onclick="hst('RowColumnDefinition')"> More...</a></span> <span class="details" id="RowColumnDefinition">It also provides information about the actual layout after theTable Panel has been arranged.</div>

Expand Down
2 changes: 1 addition & 1 deletion api/symbols/ActionTool.html
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,7 @@ <h2>Collection Classes</h2>
<div id="contentBody">
<!-- ============================== header ================================= -->
<div id="header" class="fineprint">
<b>GoJS</b>&reg; Diagramming Components<br/>version 1.5.0 for JavaScript/HTML<br/>by <a href="http://www.nwoods.com/">Northwoods Software&reg;</a>
<b>GoJS</b>&reg; Diagramming Components<br/>version 1.5.1 for JavaScript/HTML<br/>by <a href="http://www.nwoods.com/">Northwoods Software&reg;</a>
</div>

<!-- ============================== class title ============================ -->
Expand Down
2 changes: 1 addition & 1 deletion api/symbols/Adornment.html
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,7 @@ <h2>Collection Classes</h2>
<div id="contentBody">
<!-- ============================== header ================================= -->
<div id="header" class="fineprint">
<b>GoJS</b>&reg; Diagramming Components<br/>version 1.5.0 for JavaScript/HTML<br/>by <a href="http://www.nwoods.com/">Northwoods Software&reg;</a>
<b>GoJS</b>&reg; Diagramming Components<br/>version 1.5.1 for JavaScript/HTML<br/>by <a href="http://www.nwoods.com/">Northwoods Software&reg;</a>
</div>

<!-- ============================== class title ============================ -->
Expand Down
2 changes: 1 addition & 1 deletion api/symbols/AnimationManager.html
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,7 @@ <h2>Collection Classes</h2>
<div id="contentBody">
<!-- ============================== header ================================= -->
<div id="header" class="fineprint">
<b>GoJS</b>&reg; Diagramming Components<br/>version 1.5.0 for JavaScript/HTML<br/>by <a href="http://www.nwoods.com/">Northwoods Software&reg;</a>
<b>GoJS</b>&reg; Diagramming Components<br/>version 1.5.1 for JavaScript/HTML<br/>by <a href="http://www.nwoods.com/">Northwoods Software&reg;</a>
</div>

<!-- ============================== class title ============================ -->
Expand Down
2 changes: 1 addition & 1 deletion api/symbols/Binding.html
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,7 @@ <h2>Collection Classes</h2>
<div id="contentBody">
<!-- ============================== header ================================= -->
<div id="header" class="fineprint">
<b>GoJS</b>&reg; Diagramming Components<br/>version 1.5.0 for JavaScript/HTML<br/>by <a href="http://www.nwoods.com/">Northwoods Software&reg;</a>
<b>GoJS</b>&reg; Diagramming Components<br/>version 1.5.1 for JavaScript/HTML<br/>by <a href="http://www.nwoods.com/">Northwoods Software&reg;</a>
</div>

<!-- ============================== class title ============================ -->
Expand Down
2 changes: 1 addition & 1 deletion api/symbols/Brush.html
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,7 @@ <h2>Collection Classes</h2>
<div id="contentBody">
<!-- ============================== header ================================= -->
<div id="header" class="fineprint">
<b>GoJS</b>&reg; Diagramming Components<br/>version 1.5.0 for JavaScript/HTML<br/>by <a href="http://www.nwoods.com/">Northwoods Software&reg;</a>
<b>GoJS</b>&reg; Diagramming Components<br/>version 1.5.1 for JavaScript/HTML<br/>by <a href="http://www.nwoods.com/">Northwoods Software&reg;</a>
</div>

<!-- ============================== class title ============================ -->
Expand Down
2 changes: 1 addition & 1 deletion api/symbols/ChangedEvent.html
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,7 @@ <h2>Collection Classes</h2>
<div id="contentBody">
<!-- ============================== header ================================= -->
<div id="header" class="fineprint">
<b>GoJS</b>&reg; Diagramming Components<br/>version 1.5.0 for JavaScript/HTML<br/>by <a href="http://www.nwoods.com/">Northwoods Software&reg;</a>
<b>GoJS</b>&reg; Diagramming Components<br/>version 1.5.1 for JavaScript/HTML<br/>by <a href="http://www.nwoods.com/">Northwoods Software&reg;</a>
</div>

<!-- ============================== class title ============================ -->
Expand Down
2 changes: 1 addition & 1 deletion api/symbols/CircularEdge.html
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,7 @@ <h2>Collection Classes</h2>
<div id="contentBody">
<!-- ============================== header ================================= -->
<div id="header" class="fineprint">
<b>GoJS</b>&reg; Diagramming Components<br/>version 1.5.0 for JavaScript/HTML<br/>by <a href="http://www.nwoods.com/">Northwoods Software&reg;</a>
<b>GoJS</b>&reg; Diagramming Components<br/>version 1.5.1 for JavaScript/HTML<br/>by <a href="http://www.nwoods.com/">Northwoods Software&reg;</a>
</div>

<!-- ============================== class title ============================ -->
Expand Down
2 changes: 1 addition & 1 deletion api/symbols/CircularLayout.html
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,7 @@ <h2>Collection Classes</h2>
<div id="contentBody">
<!-- ============================== header ================================= -->
<div id="header" class="fineprint">
<b>GoJS</b>&reg; Diagramming Components<br/>version 1.5.0 for JavaScript/HTML<br/>by <a href="http://www.nwoods.com/">Northwoods Software&reg;</a>
<b>GoJS</b>&reg; Diagramming Components<br/>version 1.5.1 for JavaScript/HTML<br/>by <a href="http://www.nwoods.com/">Northwoods Software&reg;</a>
</div>

<!-- ============================== class title ============================ -->
Expand Down
2 changes: 1 addition & 1 deletion api/symbols/CircularVertex.html
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,7 @@ <h2>Collection Classes</h2>
<div id="contentBody">
<!-- ============================== header ================================= -->
<div id="header" class="fineprint">
<b>GoJS</b>&reg; Diagramming Components<br/>version 1.5.0 for JavaScript/HTML<br/>by <a href="http://www.nwoods.com/">Northwoods Software&reg;</a>
<b>GoJS</b>&reg; Diagramming Components<br/>version 1.5.1 for JavaScript/HTML<br/>by <a href="http://www.nwoods.com/">Northwoods Software&reg;</a>
</div>

<!-- ============================== class title ============================ -->
Expand Down
Loading

0 comments on commit dd08c6e

Please sign in to comment.