2012-05-21 20:32:26 +00:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" / >
2013-04-04 11:51:15 +00:00
< meta http-equiv = "X-UA-Compatible" content = "IE=9" / >
< title > mxGraph: com.mxgraph.mxBasicCanvas Class Reference< / title >
2012-05-21 20:32:26 +00:00
< link href = "tabs.css" rel = "stylesheet" type = "text/css" / >
2013-04-04 11:51:15 +00:00
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
2012-05-21 20:32:26 +00:00
< / head >
< body >
2013-04-04 11:51:15 +00:00
< div id = "top" > <!-- do not remove this div! -->
< div id = "titlearea" >
< table cellspacing = "0" cellpadding = "0" >
< tbody >
< tr style = "height: 56px;" >
< td style = "padding-left: 0.5em;" >
< div id = "projectname" > mxGraph
< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- Generated by Doxygen 1.7.6.1 -->
< div id = "navrow1" class = "tabs" >
< ul class = "tablist" >
< li > < a href = "index.html" > < span > Main  Page< / span > < / a > < / li >
< li > < a href = "namespaces.html" > < span > Namespaces< / span > < / a > < / li >
2012-05-21 20:32:26 +00:00
< li class = "current" > < a href = "annotated.html" > < span > Classes< / span > < / a > < / li >
< li > < a href = "dirs.html" > < span > Directories< / span > < / a > < / li >
< / ul >
< / div >
2013-04-04 11:51:15 +00:00
< div id = "navrow2" class = "tabs2" >
< ul class = "tablist" >
< li > < a href = "annotated.html" > < span > Class  List< / span > < / a > < / li >
< li > < a href = "hierarchy.html" > < span > Class  Hierarchy< / span > < / a > < / li >
< li > < a href = "functions.html" > < span > Class  Members< / span > < / a > < / li >
2012-05-21 20:32:26 +00:00
< / ul >
< / div >
2013-04-04 11:51:15 +00:00
< div id = "nav-path" class = "navpath" >
< ul >
< li class = "navelem" > < b > com< / b > < / li >
< li class = "navelem" > < a class = "el" href = "namespacecom_1_1mxgraph.html" > mxgraph< / a > < / li >
< li class = "navelem" > < a class = "el" href = "classcom_1_1mxgraph_1_1mxBasicCanvas.html" > mxBasicCanvas< / a > < / li >
< / ul >
2012-05-21 20:32:26 +00:00
< / div >
< / div >
2013-04-04 11:51:15 +00:00
< div class = "header" >
< div class = "summary" >
< a href = "#pub-methods" > Public Member Functions< / a > |
< a href = "#pub-static-attribs" > Static Public Attributes< / a > |
< a href = "#pro-methods" > Protected Member Functions< / a > |
< a href = "#pro-attribs" > Protected Attributes< / a > |
< a href = "#properties" > Properties< / a > < / div >
< div class = "headertitle" >
< div class = "title" > com.mxgraph.mxBasicCanvas Class Reference< / div > < / div >
< / div > <!-- header -->
2012-05-21 20:32:26 +00:00
< div class = "contents" >
2013-04-04 11:51:15 +00:00
<!-- doxytag: class="com::mxgraph::mxBasicCanvas" --> <!-- doxytag: inherits="com::mxgraph::mxICanvas" -->
2012-05-21 20:32:26 +00:00
< p > Basic implementation of a canvas that draws a graph.
2013-04-04 11:51:15 +00:00
< a href = "classcom_1_1mxgraph_1_1mxBasicCanvas.html#details" > More...< / a > < / p >
2012-05-21 20:32:26 +00:00
< div class = "dynheader" >
2013-04-04 11:51:15 +00:00
Inheritance diagram for com.mxgraph.mxBasicCanvas:< / div >
< div class = "dyncontent" >
2012-05-21 20:32:26 +00:00
< div class = "center" >
2013-04-04 11:51:15 +00:00
< img src = "classcom_1_1mxgraph_1_1mxBasicCanvas.png" usemap = "#com.mxgraph.mxBasicCanvas_map" alt = "" / >
< map id = "com.mxgraph.mxBasicCanvas_map" name = "com.mxgraph.mxBasicCanvas_map" >
< area href = "interfacecom_1_1mxgraph_1_1mxICanvas.html" title = "Defines the requirements for a canvas that paints the vertices and edges of a graph." alt = "com.mxgraph.mxICanvas" shape = "rect" coords = "0,0,180,24" / >
< area href = "classcom_1_1mxgraph_1_1mxGdiCanvas.html" title = "Implementation of a canvas that uses GDI for painting." alt = "com.mxgraph.mxGdiCanvas" shape = "rect" coords = "0,112,180,136" / >
2012-05-21 20:32:26 +00:00
< / map >
2013-04-04 11:51:15 +00:00
< / div > < / div >
2012-05-21 20:32:26 +00:00
< p > < a href = "classcom_1_1mxgraph_1_1mxBasicCanvas-members.html" > List of all members.< / a > < / p >
2013-04-04 11:51:15 +00:00
< table class = "memberdecls" >
< tr > < td colspan = "2" > < h2 > < a name = "pub-methods" > < / a >
Public Member Functions< / h2 > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > abstract Object  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classcom_1_1mxgraph_1_1mxBasicCanvas.html#ab8d6ec57958c57bfc796e3404fdf9816" > DrawCell< / a > (< a class = "el" href = "classcom_1_1mxgraph_1_1mxCellState.html" > mxCellState< / a > state)< / td > < / tr >
< tr > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > see < a class = "el" href = "interfacecom_1_1mxgraph_1_1mxICanvas.html#a2b9d62b6b658833c5455b3e79807e73a" title = "Draws the given cell." > com.mxgraph.mxICanvas.DrawCell()< / a > < a href = "#ab8d6ec57958c57bfc796e3404fdf9816" > < / a > < br / > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > abstract Object  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classcom_1_1mxgraph_1_1mxBasicCanvas.html#acc1d4e9e83ced1b5b70d1097b53aade4" > DrawLabel< / a > (string text, < a class = "el" href = "classcom_1_1mxgraph_1_1mxCellState.html" > mxCellState< / a > state, bool html)< / td > < / tr >
< tr > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > see < a class = "el" href = "interfacecom_1_1mxgraph_1_1mxICanvas.html#a81915e5bda4641165f93ac7b9177fae8" title = "Draws the given label." > com.mxgraph.mxICanvas.DrawLabel()< / a > < a href = "#acc1d4e9e83ced1b5b70d1097b53aade4" > < / a > < br / > < / td > < / tr >
< tr > < td colspan = "2" > < h2 > < a name = "pub-static-attribs" > < / a >
Static Public Attributes< / h2 > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > static string  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classcom_1_1mxgraph_1_1mxBasicCanvas.html#a845a6c57b10c117c3f64e68678536107" > DEFAULT_IMAGEBASEPATH< / a > = " " < / td > < / tr >
< tr > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Defines the default value for the imageBasePath in all GDI canvases. Default is an empty string. < a href = "#a845a6c57b10c117c3f64e68678536107" > < / a > < br / > < / td > < / tr >
< tr > < td colspan = "2" > < h2 > < a name = "pro-methods" > < / a >
Protected Member Functions< / h2 > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > string  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classcom_1_1mxgraph_1_1mxBasicCanvas.html#ac456dc7e33e5013277435b671cbd5ca3" > GetImageForStyle< / a > (Dictionary< string, Object > style)< / td > < / tr >
< tr > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Gets the image path from the given style. If the path is relative (does not start with a slash) then it is appended to the imageBasePath. < a href = "#ac456dc7e33e5013277435b671cbd5ca3" > < / a > < br / > < / td > < / tr >
< tr > < td colspan = "2" > < h2 > < a name = "pro-attribs" > < / a >
Protected Attributes< / h2 > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > string  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classcom_1_1mxgraph_1_1mxBasicCanvas.html#a74388fd782b7572a8bb9083f6cf88b4b" > imageBasePath< / a > = < a class = "el" href = "classcom_1_1mxgraph_1_1mxBasicCanvas.html#a845a6c57b10c117c3f64e68678536107" > DEFAULT_IMAGEBASEPATH< / a > < / td > < / tr >
< tr > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Defines the base path for images with relative paths. Trailing slash is required. Default value is DEFAULT_IMAGEBASEPATH. < a href = "#a74388fd782b7572a8bb9083f6cf88b4b" > < / a > < br / > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > Point  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classcom_1_1mxgraph_1_1mxBasicCanvas.html#a2673993cd3f9dbc20f4f270d517f2f9d" > translate< / a > = new Point(0, 0)< / td > < / tr >
< tr > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Specifies the current translation. Default is (0,0). < a href = "#a2673993cd3f9dbc20f4f270d517f2f9d" > < / a > < br / > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > double  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classcom_1_1mxgraph_1_1mxBasicCanvas.html#a87ae22b03150a396473764ea6e560712" > scale< / a > < / td > < / tr >
< tr > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Specifies the current scale. Default is 1. < a href = "#a87ae22b03150a396473764ea6e560712" > < / a > < br / > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classcom_1_1mxgraph_1_1mxBasicCanvas.html#a49655bf82a4191de7b47d6a18d7244aa" > drawLabels< / a > = true< / td > < / tr >
< tr > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Specifies whether labels should be painted. Default is true. < a href = "#a49655bf82a4191de7b47d6a18d7244aa" > < / a > < br / > < / td > < / tr >
< tr > < td colspan = "2" > < h2 > < a name = "properties" > < / a >
Properties< / h2 > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > Point  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classcom_1_1mxgraph_1_1mxBasicCanvas.html#a3ef2ee08e5a075274841476d119354ea" > Translate< / a > < code > [get, set]< / code > < / td > < / tr >
< tr > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > see < a class = "el" href = "interfacecom_1_1mxgraph_1_1mxICanvas.html#a64c4a0b2c985c41c6338a894b79d3a87" title = "Sets or returns the user object of the cell." > com.mxgraph.mxICanvas.Translate< / a > < a href = "#a3ef2ee08e5a075274841476d119354ea" > < / a > < br / > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > double  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classcom_1_1mxgraph_1_1mxBasicCanvas.html#a49d54a42504a7e093693f41ddb33f85f" > Scale< / a > < code > [get, set]< / code > < / td > < / tr >
< tr > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > see < a class = "el" href = "interfacecom_1_1mxgraph_1_1mxICanvas.html#a5b01b41f8e91b566071590db46590f0b" title = "Sets or returns the user object of the cell." > com.mxgraph.mxICanvas.Scale< / a > < a href = "#a49d54a42504a7e093693f41ddb33f85f" > < / a > < br / > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classcom_1_1mxgraph_1_1mxBasicCanvas.html#a3c77fbc9dc6414cad89eeb61efece6e5" > DrawLabels< / a > < code > [get, set]< / code > < / td > < / tr >
< tr > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Sets if labels should be visible. < a href = "#a3c77fbc9dc6414cad89eeb61efece6e5" > < / a > < br / > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > string  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classcom_1_1mxgraph_1_1mxBasicCanvas.html#aec37e006e0983a1de63fa9a38abfc49f" > ImageBasePath< / a > < code > [get, set]< / code > < / td > < / tr >
< tr > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Sets or gets the image base path. < a href = "#aec37e006e0983a1de63fa9a38abfc49f" > < / a > < br / > < / td > < / tr >
2012-05-21 20:32:26 +00:00
< / table >
2013-04-04 11:51:15 +00:00
< hr / > < a name = "details" id = "details" > < / a > < h2 > Detailed Description< / h2 >
< div class = "textblock" > < p > Basic implementation of a canvas that draws a graph. < / p >
< / div > < hr / > < h2 > Member Function Documentation< / h2 >
< a class = "anchor" id = "ab8d6ec57958c57bfc796e3404fdf9816" > < / a > <!-- doxytag: member="com::mxgraph::mxBasicCanvas::DrawCell" ref="ab8d6ec57958c57bfc796e3404fdf9816" args="(mxCellState state)" -->
2012-05-21 20:32:26 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2013-04-04 11:51:15 +00:00
< td class = "memname" > abstract Object < a class = "el" href = "classcom_1_1mxgraph_1_1mxBasicCanvas.html#ab8d6ec57958c57bfc796e3404fdf9816" > com.mxgraph.mxBasicCanvas.DrawCell< / a > < / td >
2012-05-21 20:32:26 +00:00
< td > (< / td >
2013-04-04 11:51:15 +00:00
< td class = "paramtype" > < a class = "el" href = "classcom_1_1mxgraph_1_1mxCellState.html" > mxCellState< / a >   < / td >
< td class = "paramname" > < em > state< / em > < / td > < td > )< / td >
2012-05-21 20:32:26 +00:00
< td > < code > [pure virtual]< / code > < / td >
< / tr >
< / table >
< / div >
< div class = "memdoc" >
2013-04-04 11:51:15 +00:00
< p > see < a class = "el" href = "interfacecom_1_1mxgraph_1_1mxICanvas.html#a2b9d62b6b658833c5455b3e79807e73a" title = "Draws the given cell." > com.mxgraph.mxICanvas.DrawCell()< / a > < / p >
2012-05-21 20:32:26 +00:00
2013-04-04 11:51:15 +00:00
< p > Implements < a class = "el" href = "interfacecom_1_1mxgraph_1_1mxICanvas.html#a2b9d62b6b658833c5455b3e79807e73a" > com.mxgraph.mxICanvas< / a > .< / p >
2012-05-21 20:32:26 +00:00
2013-04-04 11:51:15 +00:00
< p > Implemented in < a class = "el" href = "classcom_1_1mxgraph_1_1mxGdiCanvas.html#a76bd38ecebca3a73798ac61c58a5015c" > com.mxgraph.mxGdiCanvas< / a > .< / p >
2012-05-21 20:32:26 +00:00
< / div >
< / div >
2013-04-04 11:51:15 +00:00
< a class = "anchor" id = "acc1d4e9e83ced1b5b70d1097b53aade4" > < / a > <!-- doxytag: member="com::mxgraph::mxBasicCanvas::DrawLabel" ref="acc1d4e9e83ced1b5b70d1097b53aade4" args="(string text, mxCellState state, bool html)" -->
2012-05-21 20:32:26 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2013-04-04 11:51:15 +00:00
< td class = "memname" > abstract Object < a class = "el" href = "classcom_1_1mxgraph_1_1mxBasicCanvas.html#acc1d4e9e83ced1b5b70d1097b53aade4" > com.mxgraph.mxBasicCanvas.DrawLabel< / a > < / td >
2012-05-21 20:32:26 +00:00
< td > (< / td >
2013-04-04 11:51:15 +00:00
< td class = "paramtype" > string  < / td >
< td class = "paramname" > < em > text< / em > , < / td >
2012-05-21 20:32:26 +00:00
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2013-04-04 11:51:15 +00:00
< td class = "paramtype" > < a class = "el" href = "classcom_1_1mxgraph_1_1mxCellState.html" > mxCellState< / a >   < / td >
< td class = "paramname" > < em > state< / em > , < / td >
2012-05-21 20:32:26 +00:00
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2013-04-04 11:51:15 +00:00
< td class = "paramtype" > bool  < / td >
< td class = "paramname" > < em > html< / em >   < / td >
2012-05-21 20:32:26 +00:00
< / tr >
< tr >
< td > < / td >
< td > )< / td >
2013-04-04 11:51:15 +00:00
< td > < / td > < td > < code > [pure virtual]< / code > < / td >
2012-05-21 20:32:26 +00:00
< / tr >
< / table >
< / div >
< div class = "memdoc" >
2013-04-04 11:51:15 +00:00
< p > see < a class = "el" href = "interfacecom_1_1mxgraph_1_1mxICanvas.html#a81915e5bda4641165f93ac7b9177fae8" title = "Draws the given label." > com.mxgraph.mxICanvas.DrawLabel()< / a > < / p >
2012-05-21 20:32:26 +00:00
2013-04-04 11:51:15 +00:00
< p > Implements < a class = "el" href = "interfacecom_1_1mxgraph_1_1mxICanvas.html#a81915e5bda4641165f93ac7b9177fae8" > com.mxgraph.mxICanvas< / a > .< / p >
2012-05-21 20:32:26 +00:00
2013-04-04 11:51:15 +00:00
< p > Implemented in < a class = "el" href = "classcom_1_1mxgraph_1_1mxGdiCanvas.html#a962325d7b89f75230f1e3fb991b5fe34" > com.mxgraph.mxGdiCanvas< / a > .< / p >
2012-05-21 20:32:26 +00:00
< / div >
< / div >
2013-04-04 11:51:15 +00:00
< a class = "anchor" id = "ac456dc7e33e5013277435b671cbd5ca3" > < / a > <!-- doxytag: member="com::mxgraph::mxBasicCanvas::GetImageForStyle" ref="ac456dc7e33e5013277435b671cbd5ca3" args="(Dictionary< string, Object > style)" -->
2012-05-21 20:32:26 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2013-04-04 11:51:15 +00:00
< td class = "memname" > string < a class = "el" href = "classcom_1_1mxgraph_1_1mxBasicCanvas.html#ac456dc7e33e5013277435b671cbd5ca3" > com.mxgraph.mxBasicCanvas.GetImageForStyle< / a > < / td >
2012-05-21 20:32:26 +00:00
< td > (< / td >
2013-04-04 11:51:15 +00:00
< td class = "paramtype" > Dictionary< string, Object >   < / td >
< td class = "paramname" > < em > style< / em > < / td > < td > )< / td >
2012-05-21 20:32:26 +00:00
< td > < code > [inline, protected]< / code > < / td >
< / tr >
< / table >
< / div >
< div class = "memdoc" >
< p > Gets the image path from the given style. If the path is relative (does not start with a slash) then it is appended to the imageBasePath. < / p >
2013-04-04 11:51:15 +00:00
< dl class = "params" > < dt > < b > Parameters:< / b > < / dt > < dd >
< table class = "params" >
< tr > < td class = "paramname" > style< / td > < td > < / td > < / tr >
2012-05-21 20:32:26 +00:00
< / table >
< / dd >
< / dl >
< dl class = "return" > < dt > < b > Returns:< / b > < / dt > < dd > < / dd > < / dl >
< / div >
< / div >
< hr / > < h2 > Member Data Documentation< / h2 >
2013-04-04 11:51:15 +00:00
< a class = "anchor" id = "a845a6c57b10c117c3f64e68678536107" > < / a > <!-- doxytag: member="com::mxgraph::mxBasicCanvas::DEFAULT_IMAGEBASEPATH" ref="a845a6c57b10c117c3f64e68678536107" args="" -->
2012-05-21 20:32:26 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2013-04-04 11:51:15 +00:00
< td class = "memname" > string < a class = "el" href = "classcom_1_1mxgraph_1_1mxBasicCanvas.html#a845a6c57b10c117c3f64e68678536107" > com.mxgraph.mxBasicCanvas.DEFAULT_IMAGEBASEPATH< / a > = " " < code > [static]< / code > < / td >
2012-05-21 20:32:26 +00:00
< / tr >
< / table >
< / div >
< div class = "memdoc" >
< p > Defines the default value for the imageBasePath in all GDI canvases. Default is an empty string. < / p >
< / div >
< / div >
2013-04-04 11:51:15 +00:00
< a class = "anchor" id = "a49655bf82a4191de7b47d6a18d7244aa" > < / a > <!-- doxytag: member="com::mxgraph::mxBasicCanvas::drawLabels" ref="a49655bf82a4191de7b47d6a18d7244aa" args="" -->
2012-05-21 20:32:26 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2013-04-04 11:51:15 +00:00
< td class = "memname" > bool < a class = "el" href = "classcom_1_1mxgraph_1_1mxBasicCanvas.html#a49655bf82a4191de7b47d6a18d7244aa" > com.mxgraph.mxBasicCanvas.drawLabels< / a > = true< code > [protected]< / code > < / td >
2012-05-21 20:32:26 +00:00
< / tr >
< / table >
< / div >
< div class = "memdoc" >
< p > Specifies whether labels should be painted. Default is true. < / p >
< / div >
< / div >
2013-04-04 11:51:15 +00:00
< a class = "anchor" id = "a74388fd782b7572a8bb9083f6cf88b4b" > < / a > <!-- doxytag: member="com::mxgraph::mxBasicCanvas::imageBasePath" ref="a74388fd782b7572a8bb9083f6cf88b4b" args="" -->
2012-05-21 20:32:26 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2013-04-04 11:51:15 +00:00
< td class = "memname" > string < a class = "el" href = "classcom_1_1mxgraph_1_1mxBasicCanvas.html#a74388fd782b7572a8bb9083f6cf88b4b" > com.mxgraph.mxBasicCanvas.imageBasePath< / a > = < a class = "el" href = "classcom_1_1mxgraph_1_1mxBasicCanvas.html#a845a6c57b10c117c3f64e68678536107" > DEFAULT_IMAGEBASEPATH< / a > < code > [protected]< / code > < / td >
2012-05-21 20:32:26 +00:00
< / tr >
< / table >
< / div >
< div class = "memdoc" >
< p > Defines the base path for images with relative paths. Trailing slash is required. Default value is DEFAULT_IMAGEBASEPATH. < / p >
< / div >
< / div >
2013-04-04 11:51:15 +00:00
< a class = "anchor" id = "a87ae22b03150a396473764ea6e560712" > < / a > <!-- doxytag: member="com::mxgraph::mxBasicCanvas::scale" ref="a87ae22b03150a396473764ea6e560712" args="" -->
2012-05-21 20:32:26 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2013-04-04 11:51:15 +00:00
< td class = "memname" > double < a class = "el" href = "classcom_1_1mxgraph_1_1mxBasicCanvas.html#a87ae22b03150a396473764ea6e560712" > com.mxgraph.mxBasicCanvas.scale< / a > < code > [protected]< / code > < / td >
2012-05-21 20:32:26 +00:00
< / tr >
< / table >
< / div >
< div class = "memdoc" >
< p > Specifies the current scale. Default is 1. < / p >
< / div >
< / div >
2013-04-04 11:51:15 +00:00
< a class = "anchor" id = "a2673993cd3f9dbc20f4f270d517f2f9d" > < / a > <!-- doxytag: member="com::mxgraph::mxBasicCanvas::translate" ref="a2673993cd3f9dbc20f4f270d517f2f9d" args="" -->
2012-05-21 20:32:26 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2013-04-04 11:51:15 +00:00
< td class = "memname" > Point < a class = "el" href = "classcom_1_1mxgraph_1_1mxBasicCanvas.html#a2673993cd3f9dbc20f4f270d517f2f9d" > com.mxgraph.mxBasicCanvas.translate< / a > = new Point(0, 0)< code > [protected]< / code > < / td >
2012-05-21 20:32:26 +00:00
< / tr >
< / table >
< / div >
< div class = "memdoc" >
< p > Specifies the current translation. Default is (0,0). < / p >
< / div >
< / div >
< hr / > < h2 > Property Documentation< / h2 >
2013-04-04 11:51:15 +00:00
< a class = "anchor" id = "a3c77fbc9dc6414cad89eeb61efece6e5" > < / a > <!-- doxytag: member="com::mxgraph::mxBasicCanvas::DrawLabels" ref="a3c77fbc9dc6414cad89eeb61efece6e5" args="" -->
2012-05-21 20:32:26 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2013-04-04 11:51:15 +00:00
< td class = "memname" > bool < a class = "el" href = "classcom_1_1mxgraph_1_1mxBasicCanvas.html#a3c77fbc9dc6414cad89eeb61efece6e5" > com.mxgraph.mxBasicCanvas.DrawLabels< / a > < code > [get, set]< / code > < / td >
2012-05-21 20:32:26 +00:00
< / tr >
< / table >
< / div >
< div class = "memdoc" >
< p > Sets if labels should be visible. < / p >
< / div >
< / div >
2013-04-04 11:51:15 +00:00
< a class = "anchor" id = "aec37e006e0983a1de63fa9a38abfc49f" > < / a > <!-- doxytag: member="com::mxgraph::mxBasicCanvas::ImageBasePath" ref="aec37e006e0983a1de63fa9a38abfc49f" args="" -->
2012-05-21 20:32:26 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2013-04-04 11:51:15 +00:00
< td class = "memname" > string < a class = "el" href = "classcom_1_1mxgraph_1_1mxBasicCanvas.html#aec37e006e0983a1de63fa9a38abfc49f" > com.mxgraph.mxBasicCanvas.ImageBasePath< / a > < code > [get, set]< / code > < / td >
2012-05-21 20:32:26 +00:00
< / tr >
< / table >
< / div >
< div class = "memdoc" >
< p > Sets or gets the image base path. < / p >
< / div >
< / div >
2013-04-04 11:51:15 +00:00
< a class = "anchor" id = "a49d54a42504a7e093693f41ddb33f85f" > < / a > <!-- doxytag: member="com::mxgraph::mxBasicCanvas::Scale" ref="a49d54a42504a7e093693f41ddb33f85f" args="" -->
2012-05-21 20:32:26 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2013-04-04 11:51:15 +00:00
< td class = "memname" > double < a class = "el" href = "classcom_1_1mxgraph_1_1mxBasicCanvas.html#a49d54a42504a7e093693f41ddb33f85f" > com.mxgraph.mxBasicCanvas.Scale< / a > < code > [get, set]< / code > < / td >
2012-05-21 20:32:26 +00:00
< / tr >
< / table >
< / div >
< div class = "memdoc" >
2013-04-04 11:51:15 +00:00
< p > see < a class = "el" href = "interfacecom_1_1mxgraph_1_1mxICanvas.html#a5b01b41f8e91b566071590db46590f0b" title = "Sets or returns the user object of the cell." > com.mxgraph.mxICanvas.Scale< / a > < / p >
2012-05-21 20:32:26 +00:00
2013-04-04 11:51:15 +00:00
< p > Implements < a class = "el" href = "interfacecom_1_1mxgraph_1_1mxICanvas.html#a5b01b41f8e91b566071590db46590f0b" > com.mxgraph.mxICanvas< / a > .< / p >
2012-05-21 20:32:26 +00:00
< / div >
< / div >
2013-04-04 11:51:15 +00:00
< a class = "anchor" id = "a3ef2ee08e5a075274841476d119354ea" > < / a > <!-- doxytag: member="com::mxgraph::mxBasicCanvas::Translate" ref="a3ef2ee08e5a075274841476d119354ea" args="" -->
2012-05-21 20:32:26 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2013-04-04 11:51:15 +00:00
< td class = "memname" > Point < a class = "el" href = "classcom_1_1mxgraph_1_1mxBasicCanvas.html#a3ef2ee08e5a075274841476d119354ea" > com.mxgraph.mxBasicCanvas.Translate< / a > < code > [get, set]< / code > < / td >
2012-05-21 20:32:26 +00:00
< / tr >
< / table >
< / div >
< div class = "memdoc" >
2013-04-04 11:51:15 +00:00
< p > see < a class = "el" href = "interfacecom_1_1mxgraph_1_1mxICanvas.html#a64c4a0b2c985c41c6338a894b79d3a87" title = "Sets or returns the user object of the cell." > com.mxgraph.mxICanvas.Translate< / a > < / p >
2012-05-21 20:32:26 +00:00
2013-04-04 11:51:15 +00:00
< p > Implements < a class = "el" href = "interfacecom_1_1mxgraph_1_1mxICanvas.html#a64c4a0b2c985c41c6338a894b79d3a87" > com.mxgraph.mxICanvas< / a > .< / p >
2012-05-21 20:32:26 +00:00
< / div >
< / div >
< hr / > The documentation for this class was generated from the following file:< ul >
< li > src/canvas/mxBasicCanvas.cs< / li >
< / ul >
2013-04-04 11:51:15 +00:00
< / div > <!-- contents -->
< hr class = "footer" / > < address class = "footer" > < small >
2013-07-31 12:02:45 +00:00
Generated on Wed Jul 31 2013 12:57:37 for mxGraph by   < a href = "http://www.doxygen.org/index.html" >
2013-04-04 11:51:15 +00:00
< img class = "footer" src = "doxygen.png" alt = "doxygen" / >
< / a > 1.7.6.1
< / small > < / address >
2012-05-21 20:32:26 +00:00
< / body >
< / html >