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" / >
< title > mxGraph: com::mxgraph::mxPerimeter Class Reference< / title >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" / >
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< / head >
< body >
<!-- Generated by Doxygen 1.6.3 -->
< div class = "navigation" id = "top" >
< div class = "tabs" >
< ul >
< li > < a href = "index.html" > < span > Main Page< / span > < / a > < / li >
< li class = "current" > < a href = "annotated.html" > < span > Classes< / span > < / a > < / li >
< li > < a href = "dirs.html" > < span > Directories< / span > < / a > < / li >
< / ul >
< / div >
< div class = "tabs" >
< ul >
< 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 >
< / ul >
< / div >
< div class = "navpath" > < b > com< / b > ::< b > mxgraph< / b > ::< a class = "el" href = "classcom_1_1mxgraph_1_1mxPerimeter.html" > mxPerimeter< / a >
< / div >
< / div >
< div class = "contents" >
< h1 > com::mxgraph::mxPerimeter Class Reference< / h1 > <!-- doxytag: class="com::mxgraph::mxPerimeter" -->
< p > Provides various perimeter functions to be used in a style as the value of < a class = "el" href = "classcom_1_1mxgraph_1_1mxConstants.html#ab7a751a8bd80d3c041b88752ef5e94f5" title = "Defines the key for the perimeter style. Possible values are the functions defined..." > mxConstants.STYLE_PERIMETER< / a > .
< a href = "#_details" > More...< / a > < / p >
< p > < a href = "classcom_1_1mxgraph_1_1mxPerimeter-members.html" > List of all members.< / a > < / p >
< table border = "0" cellpadding = "0" cellspacing = "0" >
< tr > < td colspan = "2" > < h2 > Static Public Attributes< / h2 > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > static mxPerimeterFunction < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classcom_1_1mxgraph_1_1mxPerimeter.html#a4ca38a12f0ad16114fae26f8fff91e14" > RectanglePerimeter< / a > < / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Describes a rectangular perimeter for the given bounds. < a href = "#a4ca38a12f0ad16114fae26f8fff91e14" > < / a > < br / > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > static mxPerimeterFunction < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classcom_1_1mxgraph_1_1mxPerimeter.html#a7fc483d8669cd5ccd098a548c5375290" > EllipsePerimeter< / a > < / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Describes an elliptic perimeter. < a href = "#a7fc483d8669cd5ccd098a548c5375290" > < / a > < br / > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > static mxPerimeterFunction < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classcom_1_1mxgraph_1_1mxPerimeter.html#a0157ffa1dbc7195ceac6c4dd4b3d99b0" > RhombusPerimeter< / a > < / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Describes a rhombus (aka diamond) perimeter. < a href = "#a0157ffa1dbc7195ceac6c4dd4b3d99b0" > < / a > < br / > < / td > < / tr >
< tr > < td class = "memItemLeft" align = "right" valign = "top" > static mxPerimeterFunction < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classcom_1_1mxgraph_1_1mxPerimeter.html#a70cf801c1d6b94d19d83e70fa7d3ec15" > TrianglePerimeter< / a > < / td > < / tr >
< tr > < td class = "mdescLeft" > < / td > < td class = "mdescRight" > Describes a triangle perimeter. < a href = "#a70cf801c1d6b94d19d83e70fa7d3ec15" > < / a > < br / > < / td > < / tr >
< / table >
< hr / > < a name = "_details" > < / a > < h2 > Detailed Description< / h2 >
< p > Provides various perimeter functions to be used in a style as the value of < a class = "el" href = "classcom_1_1mxgraph_1_1mxConstants.html#ab7a751a8bd80d3c041b88752ef5e94f5" title = "Defines the key for the perimeter style. Possible values are the functions defined..." > mxConstants.STYLE_PERIMETER< / a > . < / p >
< hr / > < h2 > Member Data Documentation< / h2 >
< a class = "anchor" id = "a7fc483d8669cd5ccd098a548c5375290" > < / a > <!-- doxytag: member="com::mxgraph::mxPerimeter::EllipsePerimeter" ref="a7fc483d8669cd5ccd098a548c5375290" args="" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > mxPerimeterFunction < a class = "el" href = "classcom_1_1mxgraph_1_1mxPerimeter.html#a7fc483d8669cd5ccd098a548c5375290" > com::mxgraph::mxPerimeter::EllipsePerimeter< / a > < code > [static]< / code > < / td >
< / tr >
< / table >
< / div >
< div class = "memdoc" >
< p > Describes an elliptic perimeter. < / p >
< / div >
< / div >
< a class = "anchor" id = "a4ca38a12f0ad16114fae26f8fff91e14" > < / a > <!-- doxytag: member="com::mxgraph::mxPerimeter::RectanglePerimeter" ref="a4ca38a12f0ad16114fae26f8fff91e14" args="" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > mxPerimeterFunction < a class = "el" href = "classcom_1_1mxgraph_1_1mxPerimeter.html#a4ca38a12f0ad16114fae26f8fff91e14" > com::mxgraph::mxPerimeter::RectanglePerimeter< / a > < code > [static]< / code > < / td >
< / tr >
< / table >
< / div >
< div class = "memdoc" >
< p > Describes a rectangular perimeter for the given bounds. < / p >
< / div >
< / div >
< a class = "anchor" id = "a0157ffa1dbc7195ceac6c4dd4b3d99b0" > < / a > <!-- doxytag: member="com::mxgraph::mxPerimeter::RhombusPerimeter" ref="a0157ffa1dbc7195ceac6c4dd4b3d99b0" args="" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > mxPerimeterFunction < a class = "el" href = "classcom_1_1mxgraph_1_1mxPerimeter.html#a0157ffa1dbc7195ceac6c4dd4b3d99b0" > com::mxgraph::mxPerimeter::RhombusPerimeter< / a > < code > [static]< / code > < / td >
< / tr >
< / table >
< / div >
< div class = "memdoc" >
< p > Describes a rhombus (aka diamond) perimeter. < / p >
< / div >
< / div >
< a class = "anchor" id = "a70cf801c1d6b94d19d83e70fa7d3ec15" > < / a > <!-- doxytag: member="com::mxgraph::mxPerimeter::TrianglePerimeter" ref="a70cf801c1d6b94d19d83e70fa7d3ec15" args="" -->
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > mxPerimeterFunction < a class = "el" href = "classcom_1_1mxgraph_1_1mxPerimeter.html#a70cf801c1d6b94d19d83e70fa7d3ec15" > com::mxgraph::mxPerimeter::TrianglePerimeter< / a > < code > [static]< / code > < / td >
< / tr >
< / table >
< / div >
< div class = "memdoc" >
< p > Describes a triangle perimeter. < / p >
< / div >
< / div >
< hr / > The documentation for this class was generated from the following file:< ul >
< li > src/view/mxPerimeter.cs< / li >
< / ul >
< / div >
2012-09-28 07:03:08 +00:00
< hr class = "footer" / > < address style = "text-align: right;" > < small > Generated on Fri Sep 28 07:43:43 2012 for mxGraph by
2012-05-21 20:32:26 +00:00
< a href = "http://www.doxygen.org/index.html" >
< img class = "footer" src = "doxygen.png" alt = "doxygen" / > < / a > 1.6.3 < / small > < / address >
< / body >
< / html >