2012-05-21 20:32:26 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
2017-06-27 11:43:19 +00:00
< html > < head > < meta http-equiv = "Content-Type" content = "text/html; charset=UTF-8" > < title > mxHtmlCanvas< / 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 > < ! - -
2012-05-21 20:32:26 +00:00
if (browserType) {document.write("< div class = " + browserType + " > ");if (browserVer) {document.write("< div class = " + browserVer + " > "); }}// -->< / script >
2017-06-27 11:43:19 +00:00
<!-- Generated by Natural Docs, version 1.51 -->
2012-05-21 20:32:26 +00:00
<!-- http://www.naturaldocs.org -->
<!-- saved from url=(0026)http://www.naturaldocs.org -->
< div id = Content > < div class = "CClass" > < div class = CTopic id = MainTopic > < h1 class = CTitle > < a name = "mxHtmlCanvas" > < / a > mxHtmlCanvas< / h1 > < div class = CBody > < p > Canvas for drawing graphs using HTML.< / 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 = "#mxHtmlCanvas" > mxHtmlCanvas< / a > < / td > < td class = SDescription > Canvas for drawing graphs using HTML.< / td > < / tr > < tr class = "SGroup SIndent1" > < td class = SEntry > < a href = "#mxHtmlCanvas.Variables" > Variables< / a > < / td > < td class = SDescription > < / td > < / tr > < tr class = "SVariable SIndent2 SMarked" > < td class = SEntry > < a href = "#mxHtmlCanvas.html" id = link1 onMouseOver = "ShowTip(event, 'tt1', 'link1')" onMouseOut = "HideTip('tt1')" > html< / a > < / td > < td class = SDescription > Holds the html markup.< / td > < / tr > < tr class = "SGroup SIndent1" > < td class = SEntry > < a href = "#mxHtmlCanvas.Functions" > Functions< / a > < / td > < td class = SDescription > < / td > < / tr > < tr class = "SFunction SIndent2 SMarked" > < td class = SEntry > < a href = "#mxHtmlCanvas.mxGdCanvas" > mxGdCanvas< / a > < / td > < td class = SDescription > Constructs a new GD canvas. < / td > < / tr > < tr class = "SFunction SIndent2" > < td class = SEntry > < a href = "#mxHtmlCanvas.getHtml" id = link2 onMouseOver = "ShowTip(event, 'tt2', 'link2')" onMouseOut = "HideTip('tt2')" > getHtml< / a > < / td > < td class = SDescription > Gets the HTML that represents the canvas.< / td > < / tr > < tr class = "SFunction SIndent2 SMarked" > < td class = SEntry > < a href = "#mxHtmlCanvas.out" id = link3 onMouseOver = "ShowTip(event, 'tt3', 'link3')" onMouseOut = "HideTip('tt3')" > out< / a > < / td > < td class = SDescription > Adds the specified string to the output.< / td > < / tr > < tr class = "SFunction SIndent2" > < td class = SEntry > < a href = "#mxHtmlCanvas.drawLine" id = link4 onMouseOver = "ShowTip(event, 'tt4', 'link4')" onMouseOut = "HideTip('tt4')" > drawLine< / a > < / td > < td class = SDescription > Draws the specified line.< / td > < / tr > < tr class = "SFunction SIndent2 SMarked" > < td class = SEntry > < a href = "#mxHtmlCanvas.drawShape" id = link5 onMouseOver = "ShowTip(event, 'tt5', 'link5')" onMouseOut = "HideTip('tt5')" > drawShape< / a > < / td > < td class = SDescription > Draws the specified shape.< / td > < / tr > < tr class = "SFunction SIndent2" > < td class = SEntry > < a href = "#mxHtmlCanvas.drawImage" id = link6 onMouseOver = "ShowTip(event, 'tt6', 'link6')" onMouseOut = "HideTip('tt6')" > drawImage< / a > < / td > < td class = SDescription > Draws the specified image.< / td > < / tr > < tr class = "SFunction SIndent2 SMarked" > < td class = SEntry > < a href = "#mxHtmlCanvas.drawText" id = link7 onMouseOver = "ShowTip(event, 'tt7', 'link7')" onMouseOut = "HideTip('tt7')" > drawText< / a > < / td > < td class = SDescription > Draws the specified text.< / td > < / tr > < tr class = "SFunction SIndent2" > < td class = SEntry > < a href = "#mxHtmlCanvas.destroy" id = link8 onMouseOver = "ShowTip(event, 'tt8', 'link8')" onMouseOut = "HideTip('tt8')" > destroy< / a > < / td > < td class = SDescription > Destroy all allocated resources.< / td > < / tr > < tr class = "SFunction SIndent2 SMarked" > < td class = SEntry > < a href = "#mxHtmlCanvas.drawGraph" id = link9 onMouseOver = "ShowTip(event, 'tt9', 'link9')" onMouseOut = "HideTip('tt9')" > drawGraph< / a > < / td > < td class = SDescription > Draws the given graph using this canvas.< / td > < / tr > < / table > < / div > < / div > <!-- END_ND_SUMMARY --> < / div > < / div > < / div >
< div class = "CGroup" > < div class = CTopic > < h3 class = CTitle > < a name = "mxHtmlCanvas.Variables" > < / a > Variables< / h3 > < / div > < / div >
2017-06-27 11:43:19 +00:00
< div class = "CVariable" > < div class = CTopic > < h3 class = CTitle > < a name = "mxHtmlCanvas.html" > < / a > html< / h3 > < div class = CBody > < blockquote > < table border = 0 cellspacing = 0 cellpadding = 0 class = "Prototype" > < tr > < td class = "prettyprint" > var $html< / td > < / tr > < / table > < / blockquote > < p > Holds the html markup.< / p > < / div > < / div > < / div >
2012-05-21 20:32:26 +00:00
< div class = "CGroup" > < div class = CTopic > < h3 class = CTitle > < a name = "mxHtmlCanvas.Functions" > < / a > Functions< / h3 > < / div > < / div >
< div class = "CFunction" > < div class = CTopic > < h3 class = CTitle > < a name = "mxHtmlCanvas.mxGdCanvas" > < / a > mxGdCanvas< / h3 > < div class = CBody > < p > Constructs a new GD canvas. Use a HTML color definition for the optional background parameter, eg. white or #FFFFFF.< / p > < / div > < / div > < / div >
2017-06-27 11:43:19 +00:00
< div class = "CFunction" > < div class = CTopic > < h3 class = CTitle > < a name = "mxHtmlCanvas.getHtml" > < / a > getHtml< / h3 > < div class = CBody > < blockquote > < table border = 0 cellspacing = 0 cellpadding = 0 class = "Prototype" > < tr > < td class = "prettyprint" > function getHtml()< / td > < / tr > < / table > < / blockquote > < p > Gets the HTML that represents the canvas.< / p > < / div > < / div > < / div >
2012-05-21 20:32:26 +00:00
2017-06-27 11:43:19 +00:00
< div class = "CFunction" > < div class = CTopic > < h3 class = CTitle > < a name = "mxHtmlCanvas.out" > < / a > out< / 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 > function out(< / td > < td class = "PParameter prettyprint " nowrap > $string< / td > < td class = "PAfterParameters prettyprint " nowrap > )< / td > < / tr > < / table > < / td > < / tr > < / table > < / blockquote > < p > Adds the specified string to the output.< / p > < / div > < / div > < / div >
2012-05-21 20:32:26 +00:00
2017-06-27 11:43:19 +00:00
< div class = "CFunction" > < div class = CTopic > < h3 class = CTitle > < a name = "mxHtmlCanvas.drawLine" > < / a > drawLine< / 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 > function drawLine(< / td > < td class = "PParameter prettyprint " nowrap > $x0,< / td > < td class = "PDefaultValuePrefix prettyprint " > < / td > < td class = "PDefaultValue prettyprint " width = 100% > < / td > < / tr > < tr > < td > < / td > < td class = "PParameter prettyprint " nowrap > $y0,< / td > < td class = "PDefaultValuePrefix prettyprint " > < / td > < td class = "PDefaultValue prettyprint " width = 100% > < / td > < / tr > < tr > < td > < / td > < td class = "PParameter prettyprint " nowrap > $x1,< / td > < td class = "PDefaultValuePrefix prettyprint " > < / td > < td class = "PDefaultValue prettyprint " width = 100% > < / td > < / tr > < tr > < td > < / td > < td class = "PParameter prettyprint " nowrap > $y1,< / td > < td class = "PDefaultValuePrefix prettyprint " > < / td > < td class = "PDefaultValue prettyprint " width = 100% > < / td > < / tr > < tr > < td > < / td > < td class = "PParameter prettyprint " nowrap > $stroke< / td > < td class = "PDefaultValuePrefix prettyprint " > = < / td > < td class = "PDefaultValue prettyprint " width = 100% > null,< / td > < / tr > < tr > < td > < / td > < td class = "PParameter prettyprint " nowrap > $dashed< / td > < td class = "PDefaultValuePrefix prettyprint " > = < / td > < td class = "PDefaultValue prettyprint " width = 100% > false< / td > < td class = "PAfterParameters prettyprint " nowrap > )< / td > < / tr > < / table > < / td > < / tr > < / table > < / blockquote > < p > Draws the specified line.< / p > < / div > < / div > < / div >
2012-05-21 20:32:26 +00:00
2017-06-27 11:43:19 +00:00
< div class = "CFunction" > < div class = CTopic > < h3 class = CTitle > < a name = "mxHtmlCanvas.drawShape" > < / a > drawShape< / 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 > function drawShape(< / td > < td class = "PParameter prettyprint " nowrap > $shape,< / td > < td class = "PDefaultValuePrefix prettyprint " > < / td > < td class = "PDefaultValue prettyprint " width = 100% > < / td > < / tr > < tr > < td > < / td > < td class = "PParameter prettyprint " nowrap > $x,< / td > < td class = "PDefaultValuePrefix prettyprint " > < / td > < td class = "PDefaultValue prettyprint " width = 100% > < / td > < / tr > < tr > < td > < / td > < td class = "PParameter prettyprint " nowrap > $y,< / td > < td class = "PDefaultValuePrefix prettyprint " > < / td > < td class = "PDefaultValue prettyprint " width = 100% > < / td > < / tr > < tr > < td > < / td > < td class = "PParameter prettyprint " nowrap > $w,< / td > < td class = "PDefaultValuePrefix prettyprint " > < / td > < td class = "PDefaultValue prettyprint " width = 100% > < / td > < / tr > < tr > < td > < / td > < td class = "PParameter prettyprint " nowrap > $h,< / td > < td class = "PDefaultValuePrefix prettyprint " > < / td > < td class = "PDefaultValue prettyprint " width = 100% > < / td > < / tr > < tr > < td > < / td > < td class = "PParameter prettyprint " nowrap > $stroke< / td > < td class = "PDefaultValuePrefix prettyprint " > = < / td > < td class = "PDefaultValue prettyprint " width = 100% > null,< / td > < / tr > < tr > < td > < / td > < td class = "PParameter prettyprint " nowrap > $fill< / td > < td class = "PDefaultValuePrefix prettyprint " > = < / td > < td class = "PDefaultValue prettyprint " width = 100% > null< / td > < td class = "PAfterParameters prettyprint " nowrap > )< / td > < / tr > < / table > < / td > < / tr > < / table > < / blockquote > < p > Draws the specified shape.< / p > < / div > < / div > < / div >
2012-05-21 20:32:26 +00:00
2017-06-27 11:43:19 +00:00
< div class = "CFunction" > < div class = CTopic > < h3 class = CTitle > < a name = "mxHtmlCanvas.drawImage" > < / a > drawImage< / 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 > function drawImage(< / td > < td class = "PParameter prettyprint " nowrap > $x,< / td > < td class = "PDefaultValuePrefix prettyprint " > < / td > < td class = "PDefaultValue prettyprint " width = 100% > < / td > < / tr > < tr > < td > < / td > < td class = "PParameter prettyprint " nowrap > $y,< / td > < td class = "PDefaultValuePrefix prettyprint " > < / td > < td class = "PDefaultValue prettyprint " width = 100% > < / td > < / tr > < tr > < td > < / td > < td class = "PParameter prettyprint " nowrap > $w,< / td > < td class = "PDefaultValuePrefix prettyprint " > < / td > < td class = "PDefaultValue prettyprint " width = 100% > < / td > < / tr > < tr > < td > < / td > < td class = "PParameter prettyprint " nowrap > $h,< / td > < td class = "PDefaultValuePrefix prettyprint " > < / td > < td class = "PDefaultValue prettyprint " width = 100% > < / td > < / tr > < tr > < td > < / td > < td class = "PParameter prettyprint " nowrap > $image,< / td > < td class = "PDefaultValuePrefix prettyprint " > < / td > < td class = "PDefaultValue prettyprint " width = 100% > < / td > < / tr > < tr > < td > < / td > < td class = "PParameter prettyprint " nowrap > $aspect< / td > < td class = "PDefaultValuePrefix prettyprint " > = < / td > < td class = "PDefaultValue prettyprint " width = 100% > true,< / td > < / tr > < tr > < td > < / td > < td class = "PParameter prettyprint " nowrap > $flipH< / td > < td class = "PDefaultValuePrefix prettyprint " > = < / td > < td class = "PDefaultValue prettyprint " width = 100% > false,< / td > < / tr > < tr > < td > < / td > < td class = "PParameter prettyprint " nowrap > $flipV< / td > < td class = "PDefaultValuePrefix prettyprint " > = < / td > < td class = "PDefaultValue prettyprint " width = 100% > false< / td > < td class = "PAfterParameters prettyprint " nowrap > )< / td > < / tr > < / table > < / td > < / tr > < / table > < / blockquote > < p > Draws the specified image.< / p > < / div > < / div > < / div >
2012-05-21 20:32:26 +00:00
2017-06-27 11:43:19 +00:00
< div class = "CFunction" > < div class = CTopic > < h3 class = CTitle > < a name = "mxHtmlCanvas.drawText" > < / a > drawText< / 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 > function drawText(< / td > < td class = "PParameter prettyprint " nowrap > $string,< / 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 > $style< / td > < td class = "PAfterParameters prettyprint " nowrap > )< / td > < / tr > < / table > < / td > < / tr > < / table > < / blockquote > < p > Draws the specified text.< / p > < / div > < / div > < / div >
2012-05-21 20:32:26 +00:00
2017-06-27 11:43:19 +00:00
< div class = "CFunction" > < div class = CTopic > < h3 class = CTitle > < a name = "mxHtmlCanvas.destroy" > < / a > destroy< / h3 > < div class = CBody > < blockquote > < table border = 0 cellspacing = 0 cellpadding = 0 class = "Prototype" > < tr > < td class = "prettyprint" > function destroy()< / td > < / tr > < / table > < / blockquote > < p > Destroy all allocated resources.< / p > < / div > < / div > < / div >
2012-05-21 20:32:26 +00:00
2017-06-27 11:43:19 +00:00
< div class = "CFunction" > < div class = CTopic > < h3 class = CTitle > < a name = "mxHtmlCanvas.drawGraph" > < / a > drawGraph< / 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 > public static function drawGraph(< / td > < td class = "PParameter prettyprint " nowrap > $graph,< / td > < td class = "PDefaultValuePrefix prettyprint " > < / td > < td class = "PDefaultValue prettyprint " width = 100% > < / td > < / tr > < tr > < td > < / td > < td class = "PParameter prettyprint " nowrap > $clip< / td > < td class = "PDefaultValuePrefix prettyprint " > = < / td > < td class = "PDefaultValue prettyprint " width = 100% > null,< / td > < / tr > < tr > < td > < / td > < td class = "PParameter prettyprint " nowrap > $bg< / td > < td class = "PDefaultValuePrefix prettyprint " > = < / td > < td class = "PDefaultValue prettyprint " width = 100% > null< / td > < td class = "PAfterParameters prettyprint " nowrap > )< / td > < / tr > < / table > < / td > < / tr > < / table > < / blockquote > < p > Draws the given graph using this canvas.< / p > < / div > < / div > < / div >
2012-05-21 20:32:26 +00:00
< / div > <!-- Content -->
< div id = Footer > < a href = "http://www.naturaldocs.org" > Generated by Natural Docs< / a > < / div > <!-- Footer -->
2018-12-14 11:54:12 +00:00
< div id = Menu > < div class = MEntry > < div class = MFile > < a href = "../index-txt.html" > API Specification< / a > < / div > < / div > < div class = MEntry > < div class = MFile > < a href = "mxGdCanvas-php.html" > canvas/< wbr > mxGdCanvas.php< / a > < / div > < / div > < div class = MEntry > < div class = MGroup > < a href = "javascript:ToggleMenu('MGroupContent1')" > Io< / a > < div class = MGroupContent id = MGroupContent1 > < div class = MEntry > < div class = MFile > < a href = "../io/mxCellCodec-php.html" > mxCellCodec< / a > < / div > < / div > < div class = MEntry > < div class = MFile > < a href = "../io/mxCodec-php.html" > mxCodec< / a > < / div > < / div > < div class = MEntry > < div class = MFile > < a href = "../io/mxCodecRegistry-php.html" > mxCodecRegistry< / a > < / div > < / div > < div class = MEntry > < div class = MFile > < a href = "../io/mxModelCodec-php.html" > mxModelCodec< / a > < / div > < / div > < div class = MEntry > < div class = MFile > < a href = "../io/mxObjectCodec-php.html" > mxObjectCodec< / a > < / div > < / div > < div class = MEntry > < div class = MFile > < a href = "../io/mxStylesheetCodec-php.html" > mxStylesheetCodec< / a > < / div > < / div > < / div > < / div > < / div > < div class = MEntry > < div class = MGroup > < a href = "javascript:ToggleMenu('MGroupContent2')" > Model< / a > < div class = MGroupContent id = MGroupContent2 > < div class = MEntry > < div class = MFile > < a href = "../model/mxCell-php.html" > mxCell< / a > < / div > < / div > < div class = MEntry > < div class = MFile > < a href = "../model/mxCellPath-php.html" > mxCellPath< / a > < / div > < / div > < div class = MEntry > < div class = MFile > < a href = "../model/mxGeometry-php.html" > mxGeometry< / a > < / div > < / div > < div class = MEntry > < div class = MFile > < a href = "../model/mxGraphModel-php.html" > mxGraphModel< / a > < / div > < / div > < / div > < / div > < / div > < div class = MEntry > < div class = MFile > < a href = "../reader/mxGraphViewHtmlReader-php.html" > mxGraphViewHtmlReader< / a > < / div > < / div > < div class = MEntry > < div class = MFile > < a href = "../reader/mxGraphViewImageReader-php.html" > mxGraphViewImageReader< / a > < / div > < / div > < div class = MEntry > < div class = MFile id = MSelected > mxHtmlCanvas< / div > < / div > < div class = MEntry > < div class = MGroup > < a href = "javascript:ToggleMenu('MGroupContent3')" > Util< / a > < div class = MGroupContent id = MGroupContent3 > < div class = MEntry > < div class = MFile > < a href = "../util/mxConstants-php.html" > mxConstants< / a > < / div > < / div > < div class = MEntry > < div class = MFile > < a href = "../util/mxEvent-php.html" > mxEvent< / a > < / div > < / div > < div class = MEntry > < div class = MFile > < a href = "../util/mxEventObject-php.html" > mxEventObject< / a > < / div > < / div > < div class = MEntry > < div class = MFile > < a href = "../util/mxEventSource-php.html" > mxEventSource< / a > < / div > < / div > < div class = MEntry > < div class = MFile > < a href = "../util/mxImageBundle-php.html" > mxImageBundle< / a > < / div > < / div > < div class = MEntry > < div class = MFile > < a href = "../util/mxLog-php.html" > mxLog< / a > < / div > < / div > < div class = MEntry > < div class = MFile > < a href = "../util/mxPoint-php.html" > mxPoint< / a > < / div > < / div > < div class = MEntry > < div class = MFile > < a href = "../util/mxRectangle-php.html" > mxRectangle< / a > < / div > < / div > < div class = MEntry > < div class = MFile > < a href = "../util/mxUtils-php.html" > mxUtils< / a > < / div > < / div > < / div > < / div > < / div > < div class = MEntry > < div class = MGroup > < a href = "javascript:ToggleMenu('MGroupContent4')" > View< / a > < div class = MGroupContent id = MGroupContent4 > < div class = MEntry > < div class = MFile > < a href = "../view/mxCellState-php.html" > mxCellState< / a > < / div > < / div > < div class = MEntry > < div class = MFile > < a href = "../view/mxConnectionConstraint-php.html" > mxConnectionConstraint< / a > < / div > < / div > < div class = MEntry > < div class = MFile > < a href = "../view/mxEdgeStyle-php.html" > mxEdgeStyleFunction< / a > < / div > < / div > < div class = MEntry > < div class = MFile > < a href = "../view/mxGraph-php.html" > mxGraph< / a > < / div > < / div > < div class = MEntry > < div class = MFile > < a href = "../view/mxGraphView-php.html" > mxGraphView< / a > < / div > < / div > < div class = MEntry > < div class = MFile > < a href = "../view/mxPerimeter-php.html" > mxPerimeterFunction< / a > < / div > < / div > < div class = MEntry > < div class = MFile > < a href = "../view/mxStyleRegistry-php.html" > mxStyleRegistry< / a > < / div > < / div > < div class = MEntry > < div class = MFile > < a href = "../view/mxStylesheet-php.html" > mxStylesheet< / a > < / div > < / div > < / div > < / div > < / div > < div class = MEntry > < div class = MGroup > < a href = "javascript:ToggleMenu('MGroupContent5')" > Index< / a > < div class = MGroupContent id = MGroupContent5 > < div class = MEntry > < div class = MIndex > < a href = "../../index/Clas
2012-05-21 20:32:26 +00:00
var searchPanel = new SearchPanel("searchPanel", "HTML", "../../search");
-->< / script > < div id = MSearchPanel class = MSearchPanelInactive > < input type = text id = MSearchField value = Search onFocus = "searchPanel.OnSearchFieldFocus(true)" onBlur = "searchPanel.OnSearchFieldFocus(false)" onKeyUp = "searchPanel.OnSearchFieldChange()" > < select id = MSearchType onFocus = "searchPanel.OnSearchTypeFocus(true)" onBlur = "searchPanel.OnSearchTypeFocus(false)" onChange = "searchPanel.OnSearchTypeChange()" > < option id = MSearchEverything selected value = "General" > Everything< / option > < option value = "Classes" > Classes< / option > < option value = "Files" > Files< / option > < option value = "Functions" > Functions< / option > < option value = "Interfaces" > Interfaces< / option > < option value = "Variables" > Variables< / option > < / select > < / div > < script language = JavaScript > < ! - -
HideAllBut([1, 2, 3], 6);// -->< / script > < / div > <!-- Menu -->
<!-- START_ND_TOOLTIPS -->
2017-06-27 11:43:19 +00:00
< div class = CToolTip id = "tt1" > < div class = CVariable > < blockquote > < table border = 0 cellspacing = 0 cellpadding = 0 class = "Prototype" > < tr > < td class = "prettyprint" > var $html< / td > < / tr > < / table > < / blockquote > Holds the html markup.< / div > < / div > < div class = CToolTip id = "tt2" > < div class = CFunction > < blockquote > < table border = 0 cellspacing = 0 cellpadding = 0 class = "Prototype" > < tr > < td class = "prettyprint" > function getHtml()< / td > < / tr > < / table > < / blockquote > Gets the HTML that represents the canvas.< / div > < / div > < div class = CToolTip id = "tt3" > < div class = CFunction > < 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 > function out(< / td > < td class = "PParameter prettyprint " nowrap > $string< / td > < td class = "PAfterParameters prettyprint " nowrap > )< / td > < / tr > < / table > < / td > < / tr > < / table > < / blockquote > Adds the specified string to the output.< / div > < / div > < div class = CToolTip id = "tt4" > < div class = CFunction > < 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 > function drawLine(< / td > < td class = "PParameter prettyprint " nowrap > $x0,< / td > < td class = "PDefaultValuePrefix prettyprint " > < / td > < td class = "PDefaultValue prettyprint " width = 100% > < / td > < / tr > < tr > < td > < / td > < td class = "PParameter prettyprint " nowrap > $y0,< / td > < td class = "PDefaultValuePrefix prettyprint " > < / td > < td class = "PDefaultValue prettyprint " width = 100% > < / td > < / tr > < tr > < td > < / td > < td class = "PParameter prettyprint " nowrap > $x1,< / td > < td class = "PDefaultValuePrefix prettyprint " > < / td > < td class = "PDefaultValue prettyprint " width = 100% > < / td > < / tr > < tr > < td > < / td > < td class = "PParameter prettyprint " nowrap > $y1,< / td > < td class = "PDefaultValuePrefix prettyprint " > < / td > < td class = "PDefaultValue prettyprint " width = 100% > < / td > < / tr > < tr > < td > < / td > < td class = "PParameter prettyprint " nowrap > $stroke< / td > < td class = "PDefaultValuePrefix prettyprint " > = < / td > < td class = "PDefaultValue prettyprint " width = 100% > null,< / td > < / tr > < tr > < td > < / td > < td class = "PParameter prettyprint " nowrap > $dashed< / td > < td class = "PDefaultValuePrefix prettyprint " > = < / td > < td class = "PDefaultValue prettyprint " width = 100% > false< / td > < td class = "PAfterParameters prettyprint " nowrap > )< / td > < / tr > < / table > < / td > < / tr > < / table > < / blockquote > Draws the specified line.< / div > < / div > < div class = CToolTip id = "tt5" > < div class = CFunction > < 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 > function drawShape(< / td > < td class = "PParameter prettyprint " nowrap > $shape,< / td > < td class = "PDefaultValuePrefix prettyprint " > < / td > < td class = "PDefaultValue prettyprint " width = 100% > < / td > < / tr > < tr > < td > < / td > < td class = "PParameter prettyprint " nowrap > $x,< / td > < td class = "PDefaultValuePrefix prettyprint " > < / td > < td class = "PDefaultValue prettyprint " width = 100% > < / td > < / tr > < tr > < td > < / td > < td class = "PParameter prettyprint " nowrap > $y,< / td > < td class = "PDefaultValuePrefix prettyprint " > < / td > < td class = "PDefaultValue prettyprint " width = 100% > < / td > < / tr > < tr > < td > < / td > < td class = "PParameter prettyprint " nowrap > $w,< / td > < td class = "PDefaultValuePrefix prettyprint " > < / td > < td class = "PDefaultValue prettyprint " width = 100% > < / td > < / tr > < tr > < td > < / td > < td class = "PParameter prettyprint " nowrap > $h,< / td > < td class = "PDefaultValuePrefix prettyprint " > < / td > < td class = "PDefaultValue prettyprint " width = 100% > < / td > < / tr > < tr > < td > < / td > < td class = "PParameter prettyprint " nowrap > $stroke< / td > < td class = "PDefaultValuePrefix prettyprint " > = < / td > < td class = "PDefaultValue prettyprint " width = 100% > null,< / td > < / tr > < tr > < td > < / td > < td class = "PParameter prettyprint " nowrap > $fill< / td > < td class = "PDefaultValuePrefix prettyprint " > = < / td > < td class = "PDefaultValue prettyprint " width = 100% > null< / td > < td class = "PAfterParameters prettyprint " nowrap >
2012-05-21 20:32:26 +00:00
< div id = MSearchResultsWindow > < iframe src = "" frameborder = 0 name = MSearchResults id = MSearchResults > < / iframe > < a href = "javascript:searchPanel.CloseResultsWindow()" id = MSearchResultsWindowClose > Close< / a > < / div >
< script language = JavaScript > < ! - -
if (browserType) {if (browserVer) {document.write("< / div > "); }document.write("< / div > ");}// -->< / script > < / body > < / html >