Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Commit

Permalink
3.9.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgraph committed Jun 22, 2018
1 parent aaf9662 commit f4ec51f
Show file tree
Hide file tree
Showing 656 changed files with 5,159 additions and 4,852 deletions.
6 changes: 3 additions & 3 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ index.html
java/
javascript/debug/
javascript/devel/
javascript/examples/*
javascript/examples/
javascript/index.html
javascript/src/
javascript/src/js/
mxgraph-dotnet.*suo
php/
pom.xml
target
target
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
22-JUN-2018: 3.9.7

- Adds mxCylinder.getCylinderSize
- Adds mxConstants.STYLE_ANCHOR_POINT_DIRECTION
- Fixes mxGraphicsCanvas2D rotated text with HTML_SCALE [Java]
- Adds webkit-print-color-adjust in mxPrintPreview
- Adds mxConstants.STYLE_BACKGROUND_OUTLINE

31-MAY-2018: 3.9.6

- Adds mxConnectionHandler.isCellEnabled
Expand Down
2 changes: 1 addition & 1 deletion docs/js-api/files/handler/mxEdgeSegmentHandler-js.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">

<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>/home/gaudenz/project/mxgraph2/build/mxgraph/javascript/src/src/js/handler/mxEdgeSegmentHandler.js</title><link rel="stylesheet" type="text/css" href="../../styles/main.css"><script language=JavaScript src="../../javascript/main.js"></script><script language=JavaScript src="../../javascript/prettify.js"></script><script language=JavaScript src="../../javascript/searchdata.js"></script></head><body class="ContentPage" onLoad="NDOnLoad();prettyPrint();"><script language=JavaScript><!--
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>/home/david/project/mxgraph2/build/mxgraph/javascript/src/src/js/handler/mxEdgeSegmentHandler.js</title><link rel="stylesheet" type="text/css" href="../../styles/main.css"><script language=JavaScript src="../../javascript/main.js"></script><script language=JavaScript src="../../javascript/prettify.js"></script><script language=JavaScript src="../../javascript/searchdata.js"></script></head><body class="ContentPage" onLoad="NDOnLoad();prettyPrint();"><script language=JavaScript><!--
if (browserType) {document.write("<div class=" + browserType + ">");if (browserVer) {document.write("<div class=" + browserVer + ">"); }}// --></script>

<!-- Generated by Natural Docs, version 1.51 -->
Expand Down
2 changes: 1 addition & 1 deletion docs/js-api/files/index-txt.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/js-api/files/mxClient-js.html

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion docs/js-api/files/shape/mxCylinder-js.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@



<div id=Content><div class="CClass"><div class=CTopic id=MainTopic><h1 class=CTitle><a name="mxCylinder"></a>mxCylinder</h1><div class=CBody><p>Extends <a href="mxShape-js.html#mxShape" class=LClass id=link7 onMouseOver="ShowTip(event, 'tt1', 'link7')" onMouseOut="HideTip('tt1')">mxShape</a> to implement an cylinder shape.&nbsp; If a custom shape with one filled area and an overlay path is needed, then this shape&rsquo;s <a href="#mxCylinder.redrawPath" class=LFunction id=link8 onMouseOver="ShowTip(event, 'tt6', 'link8')" onMouseOut="HideTip('tt6')">redrawPath</a> should be overridden.&nbsp; This shape is registered under <a href="../util/mxConstants-js.html#mxConstants.SHAPE_CYLINDER" class=LVariable id=link9 onMouseOver="ShowTip(event, 'tt7', 'link9')" onMouseOut="HideTip('tt7')">mxConstants.SHAPE_CYLINDER</a> in <a href="../view/mxCellRenderer-js.html#mxCellRenderer" class=LClass id=link10 onMouseOver="ShowTip(event, 'tt8', 'link10')" onMouseOut="HideTip('tt8')">mxCellRenderer</a>.</p><!--START_ND_SUMMARY--><div class=Summary><div class=STitle>Summary</div><div class=SBorder><table border=0 cellspacing=0 cellpadding=0 class=STable><tr class="SMain"><td class=SEntry><a href="#mxCylinder" >mxCylinder</a></td><td class=SDescription>Extends <a href="mxShape-js.html#mxShape" class=LClass id=link1 onMouseOver="ShowTip(event, 'tt1', 'link1')" onMouseOut="HideTip('tt1')">mxShape</a> to implement an cylinder shape. </td></tr><tr class="SGroup SIndent1"><td class=SEntry><a href="#mxCylinder.Functions" >Functions</a></td><td class=SDescription></td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#mxCylinder.mxCylinder" id=link2 onMouseOver="ShowTip(event, 'tt2', 'link2')" onMouseOut="HideTip('tt2')">mxCylinder</a></td><td class=SDescription>Constructs a new cylinder shape.</td></tr><tr class="SGroup SIndent1"><td class=SEntry><a href="#mxCylinder.Variables" >Variables</a></td><td class=SDescription></td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxCylinder.maxHeight" id=link3 onMouseOver="ShowTip(event, 'tt3', 'link3')" onMouseOut="HideTip('tt3')">maxHeight</a></td><td class=SDescription>Defines the maximum height of the top and bottom part of the cylinder shape.</td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxCylinder.svgStrokeTolerance" id=link4 onMouseOver="ShowTip(event, 'tt4', 'link4')" onMouseOut="HideTip('tt4')">svgStrokeTolerance</a></td><td class=SDescription>Sets stroke tolerance to 0 for SVG.</td></tr><tr class="SGroup SIndent1"><td class=SEntry><a href="#mxCylinder.Functions" >Functions</a></td><td class=SDescription></td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#mxCylinder.paintVertexShape" id=link5 onMouseOver="ShowTip(event, 'tt5', 'link5')" onMouseOut="HideTip('tt5')">paintVertexShape</a></td><td class=SDescription>Redirects to redrawPath for subclasses to work.</td></tr><tr class="SFunction SIndent2"><td class=SEntry><a href="#mxCylinder.redrawPath" id=link6 onMouseOver="ShowTip(event, 'tt6', 'link6')" onMouseOut="HideTip('tt6')">redrawPath</a></td><td class=SDescription>Draws the path for this shape.</td></tr></table></div></div><!--END_ND_SUMMARY--></div></div></div>
<div id=Content><div class="CClass"><div class=CTopic id=MainTopic><h1 class=CTitle><a name="mxCylinder"></a>mxCylinder</h1><div class=CBody><p>Extends <a href="mxShape-js.html#mxShape" class=LClass id=link7 onMouseOver="ShowTip(event, 'tt1', 'link7')" onMouseOut="HideTip('tt1')">mxShape</a> to implement an cylinder shape.&nbsp; If a custom shape with one filled area and an overlay path is needed, then this shape&rsquo;s <a href="#mxCylinder.redrawPath" class=LFunction id=link8 onMouseOver="ShowTip(event, 'tt6', 'link8')" onMouseOut="HideTip('tt6')">redrawPath</a> should be overridden.&nbsp; This shape is registered under <a href="../util/mxConstants-js.html#mxConstants.SHAPE_CYLINDER" class=LVariable id=link9 onMouseOver="ShowTip(event, 'tt7', 'link9')" onMouseOut="HideTip('tt7')">mxConstants.SHAPE_CYLINDER</a> in <a href="../view/mxCellRenderer-js.html#mxCellRenderer" class=LClass id=link10 onMouseOver="ShowTip(event, 'tt8', 'link10')" onMouseOut="HideTip('tt8')">mxCellRenderer</a>.</p><!--START_ND_SUMMARY--><div class=Summary><div class=STitle>Summary</div><div class=SBorder><table border=0 cellspacing=0 cellpadding=0 class=STable><tr class="SMain"><td class=SEntry><a href="#mxCylinder" >mxCylinder</a></td><td class=SDescription>Extends <a href="mxShape-js.html#mxShape" class=LClass id=link1 onMouseOver="ShowTip(event, 'tt1', 'link1')" onMouseOut="HideTip('tt1')">mxShape</a> to implement an cylinder shape. </td></tr><tr class="SGroup SIndent1"><td class=SEntry><a href="#mxCylinder.Functions" >Functions</a></td><td class=SDescription></td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#mxCylinder.mxCylinder" id=link2 onMouseOver="ShowTip(event, 'tt2', 'link2')" onMouseOut="HideTip('tt2')">mxCylinder</a></td><td class=SDescription>Constructs a new cylinder shape.</td></tr><tr class="SGroup SIndent1"><td class=SEntry><a href="#mxCylinder.Variables" >Variables</a></td><td class=SDescription></td></tr><tr class="SVariable SIndent2 SMarked"><td class=SEntry><a href="#mxCylinder.maxHeight" id=link3 onMouseOver="ShowTip(event, 'tt3', 'link3')" onMouseOut="HideTip('tt3')">maxHeight</a></td><td class=SDescription>Defines the maximum height of the top and bottom part of the cylinder shape.</td></tr><tr class="SVariable SIndent2"><td class=SEntry><a href="#mxCylinder.svgStrokeTolerance" id=link4 onMouseOver="ShowTip(event, 'tt4', 'link4')" onMouseOut="HideTip('tt4')">svgStrokeTolerance</a></td><td class=SDescription>Sets stroke tolerance to 0 for SVG.</td></tr><tr class="SGroup SIndent1"><td class=SEntry><a href="#mxCylinder.Functions" >Functions</a></td><td class=SDescription></td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#mxCylinder.paintVertexShape" id=link5 onMouseOver="ShowTip(event, 'tt5', 'link5')" onMouseOut="HideTip('tt5')">paintVertexShape</a></td><td class=SDescription>Redirects to redrawPath for subclasses to work.</td></tr><tr class="SFunction SIndent2"><td class=SEntry><a href="#mxCylinder.redrawPath" >redrawPath</a></td><td class=SDescription>Draws the path for this shape.</td></tr><tr class="SFunction SIndent2 SMarked"><td class=SEntry><a href="#mxCylinder.redrawPath" id=link6 onMouseOver="ShowTip(event, 'tt6', 'link6')" onMouseOut="HideTip('tt6')">redrawPath</a></td><td class=SDescription>Draws the path for this shape.</td></tr></table></div></div><!--END_ND_SUMMARY--></div></div></div>

<div class="CGroup"><div class=CTopic><h3 class=CTitle><a name="mxCylinder.Functions"></a>Functions</h3></div></div>

Expand All @@ -27,6 +27,8 @@

<div class="CFunction"><div class=CTopic><h3 class=CTitle><a name="mxCylinder.paintVertexShape"></a>paintVertexShape</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxCylinder.prototype.paintVertexShape = function(</td><td class="PParameter prettyprint " nowrap>c,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>x,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>y,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>w,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>h</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote><p>Redirects to redrawPath for subclasses to work.</p></div></div></div>

<div class="CFunction"><div class=CTopic><h3 class=CTitle><a name="mxCylinder.redrawPath"></a>redrawPath</h3><div class=CBody><p>Draws the path for this shape.</p></div></div></div>

<div class="CFunction"><div class=CTopic><h3 class=CTitle><a name="mxCylinder.redrawPath"></a>redrawPath</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class="Prototype"><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class="PBeforeParameters prettyprint "nowrap>mxCylinder.prototype.redrawPath = function(</td><td class="PParameter prettyprint " nowrap>c,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>x,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>y,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>w,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>h,</td></tr><tr><td></td><td class="PParameter prettyprint " nowrap>isForeground</td><td class="PAfterParameters prettyprint "nowrap>)</td></tr></table></td></tr></table></blockquote><p>Draws the path for this shape.</p></div></div></div>

</div><!--Content-->
Expand Down
6 changes: 3 additions & 3 deletions docs/js-api/files/shape/mxStencil-js.html

Large diffs are not rendered by default.

148 changes: 76 additions & 72 deletions docs/js-api/files/util/mxConstants-js.html

Large diffs are not rendered by default.

Loading

0 comments on commit f4ec51f

Please sign in to comment.