2012-05-21 20:32:26 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2014-04-01 11:30:48 +00:00
<!-- NewPage -->
< html lang = "en" >
< head >
2014-11-10 09:02:21 +00:00
<!-- Generated by javadoc (version 1.7.0_51) on Mon Nov 10 03:59:57 EST 2014 -->
< title > mxSvgCanvas (mxGraph 3.1.1.1 API Specification)< / title >
< meta name = "date" content = "2014-11-10" >
2014-04-01 11:30:48 +00:00
< link rel = "stylesheet" type = "text/css" href = "../../../stylesheet.css" title = "Style" >
< / head >
< body >
< script type = "text/javascript" > < ! - -
2012-05-21 20:32:26 +00:00
if (location.href.indexOf('is-external=true') == -1) {
2014-11-10 09:02:21 +00:00
parent.document.title="mxSvgCanvas (mxGraph 3.1.1.1 API Specification)";
2012-05-21 20:32:26 +00:00
}
2014-04-01 11:30:48 +00:00
//-->
< / script >
< noscript >
< div > JavaScript is disabled on your browser.< / div >
< / noscript >
2012-05-21 20:32:26 +00:00
<!-- ========= START OF TOP NAVBAR ======= -->
2014-04-01 11:30:48 +00:00
< div class = "topNav" > < a name = "navbar_top" >
<!-- -->
< / a > < a href = "#skip-navbar_top" title = "Skip navigation links" > < / a > < a name = "navbar_top_firstrow" >
<!-- -->
< / a >
< ul class = "navList" title = "Navigation" >
< li > < a href = "../../../overview-summary.html" > Overview< / a > < / li >
< li > < a href = "package-summary.html" > Package< / a > < / li >
< li class = "navBarCell1Rev" > Class< / li >
< li > < a href = "class-use/mxSvgCanvas.html" > Use< / a > < / li >
< li > < a href = "package-tree.html" > Tree< / a > < / li >
< li > < a href = "../../../deprecated-list.html" > Deprecated< / a > < / li >
< li > < a href = "../../../index-all.html" > Index< / a > < / li >
< li > < a href = "../../../help-doc.html" > Help< / a > < / li >
< / ul >
2014-11-10 09:02:21 +00:00
< div class = "aboutLanguage" > < em > < p > < b > mxGraph 3.1.1.1< / b > < / p > < / em > < / div >
2014-04-01 11:30:48 +00:00
< / div >
< div class = "subNav" >
< ul class = "navList" >
< li > < a href = "../../../com/mxgraph/canvas/mxImageCanvas.html" title = "class in com.mxgraph.canvas" > < span class = "strong" > Prev Class< / span > < / a > < / li >
< li > < a href = "../../../com/mxgraph/canvas/mxVmlCanvas.html" title = "class in com.mxgraph.canvas" > < span class = "strong" > Next Class< / span > < / a > < / li >
< / ul >
< ul class = "navList" >
< li > < a href = "../../../index.html?com/mxgraph/canvas/mxSvgCanvas.html" target = "_top" > Frames< / a > < / li >
< li > < a href = "mxSvgCanvas.html" target = "_top" > No Frames< / a > < / li >
< / ul >
< ul class = "navList" id = "allclasses_navbar_top" >
< li > < a href = "../../../allclasses-noframe.html" > All Classes< / a > < / li >
< / ul >
< div >
< script type = "text/javascript" > < ! - -
allClassesLink = document.getElementById("allclasses_navbar_top");
2012-05-21 20:32:26 +00:00
if(window==top) {
2014-04-01 11:30:48 +00:00
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
2012-05-21 20:32:26 +00:00
}
//-->
2014-04-01 11:30:48 +00:00
< / script >
< / div >
< div >
< ul class = "subNavList" >
< li > Summary: < / li >
< li > Nested | < / li >
< li > < a href = "#field_summary" > Field< / a > | < / li >
< li > < a href = "#constructor_summary" > Constr< / a > | < / li >
< li > < a href = "#method_summary" > Method< / a > < / li >
< / ul >
< ul class = "subNavList" >
< li > Detail: < / li >
< li > < a href = "#field_detail" > Field< / a > | < / li >
< li > < a href = "#constructor_detail" > Constr< / a > | < / li >
< li > < a href = "#method_detail" > Method< / a > < / li >
< / ul >
< / div >
< a name = "skip-navbar_top" >
<!-- -->
< / a > < / div >
2012-05-21 20:32:26 +00:00
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
2014-04-01 11:30:48 +00:00
< div class = "header" >
< div class = "subTitle" > com.mxgraph.canvas< / div >
< h2 title = "Class mxSvgCanvas" class = "title" > Class mxSvgCanvas< / h2 >
< / div >
< div class = "contentContainer" >
< ul class = "inheritance" >
2014-11-10 09:02:21 +00:00
< li > java.lang.Object< / li >
2014-04-01 11:30:48 +00:00
< li >
< ul class = "inheritance" >
< li > < a href = "../../../com/mxgraph/canvas/mxBasicCanvas.html" title = "class in com.mxgraph.canvas" > com.mxgraph.canvas.mxBasicCanvas< / a > < / li >
< li >
< ul class = "inheritance" >
< li > com.mxgraph.canvas.mxSvgCanvas< / li >
< / ul >
< / li >
< / ul >
< / li >
< / ul >
< div class = "description" >
< ul class = "blockList" >
< li class = "blockList" >
< dl >
< dt > All Implemented Interfaces:< / dt >
< dd > < a href = "../../../com/mxgraph/canvas/mxICanvas.html" title = "interface in com.mxgraph.canvas" > mxICanvas< / a > < / dd >
< / dl >
< hr >
< br >
< pre > public class < span class = "strong" > mxSvgCanvas< / span >
extends < a href = "../../../com/mxgraph/canvas/mxBasicCanvas.html" title = "class in com.mxgraph.canvas" > mxBasicCanvas< / a > < / pre >
< div class = "block" > An implementation of a canvas that uses SVG for painting. This canvas
2012-05-21 20:32:26 +00:00
ignores the STYLE_LABEL_BACKGROUNDCOLOR and
2014-04-01 11:30:48 +00:00
STYLE_LABEL_BORDERCOLOR styles due to limitations of SVG.< / div >
< / li >
< / ul >
< / div >
< div class = "summary" >
< ul class = "blockList" >
< li class = "blockList" >
2012-05-21 20:32:26 +00:00
<!-- =========== FIELD SUMMARY =========== -->
2014-04-01 11:30:48 +00:00
< ul class = "blockList" >
< li class = "blockList" > < a name = "field_summary" >
<!-- -->
< / a >
< h3 > Field Summary< / h3 >
< table class = "overviewSummary" border = "0" cellpadding = "3" cellspacing = "0" summary = "Field Summary table, listing fields, and an explanation" >
< caption > < span > Fields< / span > < span class = "tabEnd" > < / span > < / caption >
< tr >
< th class = "colFirst" scope = "col" > Modifier and Type< / th >
< th class = "colLast" scope = "col" > Field and Description< / th >
< / tr >
< tr class = "altColor" >
2014-11-10 09:02:21 +00:00
< td class = "colFirst" > < code > protected org.w3c.dom.Element< / code > < / td >
2014-04-01 11:30:48 +00:00
< td class = "colLast" > < code > < strong > < a href = "../../../com/mxgraph/canvas/mxSvgCanvas.html#defs" > defs< / a > < / strong > < / code > < / td >
< / tr >
< tr class = "rowColor" >
2014-11-10 09:02:21 +00:00
< td class = "colFirst" > < code > protected org.w3c.dom.Document< / code > < / td >
2014-04-01 11:30:48 +00:00
< td class = "colLast" > < code > < strong > < a href = "../../../com/mxgraph/canvas/mxSvgCanvas.html#document" > document< / a > < / strong > < / code >
< div class = "block" > Holds the HTML document that represents the canvas.< / div >
< / td >
< / tr >
< tr class = "altColor" >
< td class = "colFirst" > < code > protected boolean< / code > < / td >
< td class = "colLast" > < code > < strong > < a href = "../../../com/mxgraph/canvas/mxSvgCanvas.html#embedded" > embedded< / a > < / strong > < / code >
< div class = "block" > Specifies if images should be embedded as base64 encoded strings.< / div >
< / td >
< / tr >
< / table >
< ul class = "blockList" >
< li class = "blockList" > < a name = "fields_inherited_from_class_com.mxgraph.canvas.mxBasicCanvas" >
<!-- -->
< / a >
< h3 > Fields inherited from class com.mxgraph.canvas.< a href = "../../../com/mxgraph/canvas/mxBasicCanvas.html" title = "class in com.mxgraph.canvas" > mxBasicCanvas< / a > < / h3 >
< code > < a href = "../../../com/mxgraph/canvas/mxBasicCanvas.html#DEFAULT_IMAGEBASEPATH" > DEFAULT_IMAGEBASEPATH< / a > , < a href = "../../../com/mxgraph/canvas/mxBasicCanvas.html#drawLabels" > drawLabels< / a > , < a href = "../../../com/mxgraph/canvas/mxBasicCanvas.html#imageBasePath" > imageBasePath< / a > , < a href = "../../../com/mxgraph/canvas/mxBasicCanvas.html#imageCache" > imageCache< / a > , < a href = "../../../com/mxgraph/canvas/mxBasicCanvas.html#PRESERVE_IMAGE_ASPECT" > PRESERVE_IMAGE_ASPECT< / a > , < a href = "../../../com/mxgraph/canvas/mxBasicCanvas.html#scale" > scale< / a > , < a href = "../../../com/mxgraph/canvas/mxBasicCanvas.html#translate" > translate< / a > < / code > < / li >
< / ul >
< / li >
< / ul >
2012-05-21 20:32:26 +00:00
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
2014-04-01 11:30:48 +00:00
< ul class = "blockList" >
< li class = "blockList" > < a name = "constructor_summary" >
<!-- -->
< / a >
< h3 > Constructor Summary< / h3 >
< table class = "overviewSummary" border = "0" cellpadding = "3" cellspacing = "0" summary = "Constructor Summary table, listing constructors, and an explanation" >
< caption > < span > Constructors< / span > < span class = "tabEnd" > < / span > < / caption >
< tr >
< th class = "colOne" scope = "col" > Constructor and Description< / th >
< / tr >
< tr class = "altColor" >
< td class = "colOne" > < code > < strong > < a href = "../../../com/mxgraph/canvas/mxSvgCanvas.html#mxSvgCanvas()" > mxSvgCanvas< / a > < / strong > ()< / code >
< div class = "block" > Constructs a new SVG canvas for the specified dimension and scale.< / div >
< / td >
< / tr >
< tr class = "rowColor" >
2014-11-10 09:02:21 +00:00
< td class = "colOne" > < code > < strong > < a href = "../../../com/mxgraph/canvas/mxSvgCanvas.html#mxSvgCanvas(org.w3c.dom.Document)" > mxSvgCanvas< / a > < / strong > (org.w3c.dom.Document document)< / code >
2014-04-01 11:30:48 +00:00
< div class = "block" > Constructs a new SVG canvas for the specified bounds, scale and
background color.< / div >
< / td >
< / tr >
< / table >
< / li >
< / ul >
2012-05-21 20:32:26 +00:00
<!-- ========== METHOD SUMMARY =========== -->
2014-04-01 11:30:48 +00:00
< ul class = "blockList" >
< li class = "blockList" > < a name = "method_summary" >
<!-- -->
< / a >
< h3 > Method Summary< / h3 >
< table class = "overviewSummary" border = "0" cellpadding = "3" cellspacing = "0" summary = "Method Summary table, listing methods, and an explanation" >
< caption > < span > Methods< / span > < span class = "tabEnd" > < / span > < / caption >
< tr >
< th class = "colFirst" scope = "col" > Modifier and Type< / th >
< th class = "colLast" scope = "col" > Method and Description< / th >
< / tr >
< tr class = "altColor" >
< td class = "colFirst" > < code > void< / code > < / td >
2014-11-10 09:02:21 +00:00
< td class = "colLast" > < code > < strong > < a href = "../../../com/mxgraph/canvas/mxSvgCanvas.html#appendSvgElement(org.w3c.dom.Element)" > appendSvgElement< / a > < / strong > (org.w3c.dom.Element node)< / code > < / td >
2014-04-01 11:30:48 +00:00
< / tr >
< tr class = "rowColor" >
2014-11-10 09:02:21 +00:00
< td class = "colFirst" > < code > protected java.lang.String< / code > < / td >
< td class = "colLast" > < code > < strong > < a href = "../../../com/mxgraph/canvas/mxSvgCanvas.html#createDataUrl(java.lang.String)" > createDataUrl< / a > < / strong > (java.lang.String src)< / code > < / td >
2014-04-01 11:30:48 +00:00
< / tr >
< tr class = "altColor" >
2014-11-10 09:02:21 +00:00
< td class = "colFirst" > < code > protected org.w3c.dom.Element< / code > < / td >
< td class = "colLast" > < code > < strong > < a href = "../../../com/mxgraph/canvas/mxSvgCanvas.html#createGradientElement(java.lang.String, java.lang.String, java.lang.String)" > createGradientElement< / a > < / strong > (java.lang.String start,
java.lang.String end,
java.lang.String direction)< / code > < / td >
2014-04-01 11:30:48 +00:00
< / tr >
< tr class = "rowColor" >
2014-11-10 09:02:21 +00:00
< td class = "colFirst" > < code > protected org.w3c.dom.Element< / code > < / td >
2014-04-01 11:30:48 +00:00
< td class = "colLast" > < code > < strong > < a href = "../../../com/mxgraph/canvas/mxSvgCanvas.html#createImageElement(double, double, double, double, java.lang.String, boolean, boolean, boolean, boolean)" > createImageElement< / a > < / strong > (double x,
double y,
double w,
double h,
2014-11-10 09:02:21 +00:00
java.lang.String src,
2014-04-01 11:30:48 +00:00
boolean aspect,
boolean flipH,
boolean flipV,
boolean embedded)< / code > < / td >
< / tr >
< tr class = "altColor" >
2014-11-10 09:02:21 +00:00
< td class = "colFirst" > < code > java.lang.Object< / code > < / td >
2014-04-01 11:30:48 +00:00
< td class = "colLast" > < code > < strong > < a href = "../../../com/mxgraph/canvas/mxSvgCanvas.html#drawCell(com.mxgraph.view.mxCellState)" > drawCell< / a > < / strong > (< a href = "../../../com/mxgraph/view/mxCellState.html" title = "class in com.mxgraph.view" > mxCellState< / a > state)< / code >
< div class = "block" > Draws the given cell.< / div >
< / td >
< / tr >
< tr class = "rowColor" >
2014-11-10 09:02:21 +00:00
< td class = "colFirst" > < code > java.lang.Object< / code > < / td >
< td class = "colLast" > < code > < strong > < a href = "../../../com/mxgraph/canvas/mxSvgCanvas.html#drawLabel(java.lang.String, com.mxgraph.view.mxCellState, boolean)" > drawLabel< / a > < / strong > (java.lang.String label,
2014-04-01 11:30:48 +00:00
< a href = "../../../com/mxgraph/view/mxCellState.html" title = "class in com.mxgraph.view" > mxCellState< / a > state,
boolean html)< / code >
< div class = "block" > Draws the given label.< / div >
< / td >
< / tr >
< tr class = "altColor" >
2014-11-10 09:02:21 +00:00
< td class = "colFirst" > < code > org.w3c.dom.Element< / code > < / td >
< td class = "colLast" > < code > < strong > < a href = "../../../com/mxgraph/canvas/mxSvgCanvas.html#drawLine(java.util.List, java.util.Map)" > drawLine< / a > < / strong > (java.util.List< < a href = "../../../com/mxgraph/util/mxPoint.html" title = "class in com.mxgraph.util" > mxPoint< / a > > pts,
java.util.Map< java.lang.String,java.lang.Object> style)< / code >
2014-04-01 11:30:48 +00:00
< div class = "block" > Draws the given lines as segments between all points of the given list
of mxPoints.< / div >
< / td >
< / tr >
< tr class = "rowColor" >
< td class = "colFirst" > < code > < a href = "../../../com/mxgraph/util/mxPoint.html" title = "class in com.mxgraph.util" > mxPoint< / a > < / code > < / td >
2014-11-10 09:02:21 +00:00
< td class = "colLast" > < code > < strong > < a href = "../../../com/mxgraph/canvas/mxSvgCanvas.html#drawMarker(org.w3c.dom.Element, java.lang.Object, com.mxgraph.util.mxPoint, com.mxgraph.util.mxPoint, float, float, java.lang.String)" > drawMarker< / a > < / strong > (org.w3c.dom.Element parent,
java.lang.Object type,
2014-04-01 11:30:48 +00:00
< a href = "../../../com/mxgraph/util/mxPoint.html" title = "class in com.mxgraph.util" > mxPoint< / a > p0,
< a href = "../../../com/mxgraph/util/mxPoint.html" title = "class in com.mxgraph.util" > mxPoint< / a > pe,
float size,
float strokeWidth,
2014-11-10 09:02:21 +00:00
java.lang.String color)< / code >
2014-04-01 11:30:48 +00:00
< div class = "block" > Draws the specified marker as a child path in the given parent.< / div >
< / td >
< / tr >
< tr class = "altColor" >
2014-11-10 09:02:21 +00:00
< td class = "colFirst" > < code > org.w3c.dom.Element< / code > < / td >
2014-04-01 11:30:48 +00:00
< td class = "colLast" > < code > < strong > < a href = "../../../com/mxgraph/canvas/mxSvgCanvas.html#drawShape(int, int, int, int, java.util.Map)" > drawShape< / a > < / strong > (int x,
2012-05-21 20:32:26 +00:00
int y,
int w,
int h,
2014-11-10 09:02:21 +00:00
java.util.Map< java.lang.String,java.lang.Object> style)< / code >
2014-04-01 11:30:48 +00:00
< div class = "block" > Draws the shape specified with the STYLE_SHAPE key in the given style.< / div >
< / td >
< / tr >
< tr class = "rowColor" >
2014-11-10 09:02:21 +00:00
< td class = "colFirst" > < code > java.lang.Object< / code > < / td >
< td class = "colLast" > < code > < strong > < a href = "../../../com/mxgraph/canvas/mxSvgCanvas.html#drawText(java.lang.String, int, int, int, int, java.util.Map)" > drawText< / a > < / strong > (java.lang.String text,
2014-04-01 11:30:48 +00:00
int x,
int y,
int w,
int h,
2014-11-10 09:02:21 +00:00
java.util.Map< java.lang.String,java.lang.Object> style)< / code >
2014-04-01 11:30:48 +00:00
< div class = "block" > Draws the specified text either using drawHtmlString or using drawString.< / div >
< / td >
< / tr >
< tr class = "altColor" >
2014-11-10 09:02:21 +00:00
< td class = "colFirst" > < code > protected org.w3c.dom.Element< / code > < / td >
2014-04-01 11:30:48 +00:00
< td class = "colLast" > < code > < strong > < a href = "../../../com/mxgraph/canvas/mxSvgCanvas.html#getDefsElement()" > getDefsElement< / a > < / strong > ()< / code > < / td >
< / tr >
< tr class = "rowColor" >
2014-11-10 09:02:21 +00:00
< td class = "colFirst" > < code > org.w3c.dom.Document< / code > < / td >
2014-04-01 11:30:48 +00:00
< td class = "colLast" > < code > < strong > < a href = "../../../com/mxgraph/canvas/mxSvgCanvas.html#getDocument()" > getDocument< / a > < / strong > ()< / code >
< div class = "block" > Returns a reference to the document that represents the canvas.< / div >
< / td >
< / tr >
< tr class = "altColor" >
2014-11-10 09:02:21 +00:00
< td class = "colFirst" > < code > protected org.w3c.dom.Element< / code > < / td >
< td class = "colLast" > < code > < strong > < a href = "../../../com/mxgraph/canvas/mxSvgCanvas.html#getEmbeddedImageElement(java.lang.String)" > getEmbeddedImageElement< / a > < / strong > (java.lang.String src)< / code > < / td >
2014-04-01 11:30:48 +00:00
< / tr >
< tr class = "rowColor" >
2014-11-10 09:02:21 +00:00
< td class = "colFirst" > < code > org.w3c.dom.Element< / code > < / td >
2014-04-01 11:30:48 +00:00
< td class = "colLast" > < code > < strong > < a href = "../../../com/mxgraph/canvas/mxSvgCanvas.html#getGlassGradientElement()" > getGlassGradientElement< / a > < / strong > ()< / code > < / td >
< / tr >
< tr class = "altColor" >
2014-11-10 09:02:21 +00:00
< td class = "colFirst" > < code > org.w3c.dom.Element< / code > < / td >
< td class = "colLast" > < code > < strong > < a href = "../../../com/mxgraph/canvas/mxSvgCanvas.html#getGradientElement(java.lang.String, java.lang.String, java.lang.String)" > getGradientElement< / a > < / strong > (java.lang.String start,
java.lang.String end,
java.lang.String direction)< / code > < / td >
2014-04-01 11:30:48 +00:00
< / tr >
< tr class = "rowColor" >
2014-11-10 09:02:21 +00:00
< td class = "colFirst" > < code > java.lang.String< / code > < / td >
< td class = "colLast" > < code > < strong > < a href = "../../../com/mxgraph/canvas/mxSvgCanvas.html#getGradientId(java.lang.String, java.lang.String, java.lang.String)" > getGradientId< / a > < / strong > (java.lang.String start,
java.lang.String end,
java.lang.String direction)< / code > < / td >
2014-04-01 11:30:48 +00:00
< / tr >
< tr class = "altColor" >
2014-11-10 09:02:21 +00:00
< td class = "colFirst" > < code > protected java.io.InputStream< / code > < / td >
< td class = "colLast" > < code > < strong > < a href = "../../../com/mxgraph/canvas/mxSvgCanvas.html#getResource(java.lang.String)" > getResource< / a > < / strong > (java.lang.String src)< / code > < / td >
2014-04-01 11:30:48 +00:00
< / tr >
< tr class = "rowColor" >
< td class = "colFirst" > < code > boolean< / code > < / td >
< td class = "colLast" > < code > < strong > < a href = "../../../com/mxgraph/canvas/mxSvgCanvas.html#isEmbedded()" > isEmbedded< / a > < / strong > ()< / code > < / td >
< / tr >
< tr class = "altColor" >
< td class = "colFirst" > < code > protected boolean< / code > < / td >
2014-11-10 09:02:21 +00:00
< td class = "colLast" > < code > < strong > < a href = "../../../com/mxgraph/canvas/mxSvgCanvas.html#isImageResource(java.lang.String)" > isImageResource< / a > < / strong > (java.lang.String src)< / code >
2014-04-01 11:30:48 +00:00
< div class = "block" > Returns true if the given string ends with .png, .jpg or .gif.< / div >
< / td >
< / tr >
< tr class = "rowColor" >
< td class = "colFirst" > < code > void< / code > < / td >
2014-11-10 09:02:21 +00:00
< td class = "colLast" > < code > < strong > < a href = "../../../com/mxgraph/canvas/mxSvgCanvas.html#setDocument(org.w3c.dom.Document)" > setDocument< / a > < / strong > (org.w3c.dom.Document document)< / code > < / td >
2014-04-01 11:30:48 +00:00
< / tr >
< tr class = "altColor" >
< td class = "colFirst" > < code > void< / code > < / td >
< td class = "colLast" > < code > < strong > < a href = "../../../com/mxgraph/canvas/mxSvgCanvas.html#setEmbedded(boolean)" > setEmbedded< / a > < / strong > (boolean value)< / code > < / td >
< / tr >
< / table >
< ul class = "blockList" >
< li class = "blockList" > < a name = "methods_inherited_from_class_com.mxgraph.canvas.mxBasicCanvas" >
<!-- -->
< / a >
< h3 > Methods inherited from class com.mxgraph.canvas.< a href = "../../../com/mxgraph/canvas/mxBasicCanvas.html" title = "class in com.mxgraph.canvas" > mxBasicCanvas< / a > < / h3 >
< code > < a href = "../../../com/mxgraph/canvas/mxBasicCanvas.html#flushImageCache()" > flushImageCache< / a > , < a href = "../../../com/mxgraph/canvas/mxBasicCanvas.html#getImageBasePath()" > getImageBasePath< / a > , < a href = "../../../com/mxgraph/canvas/mxBasicCanvas.html#getImageForStyle(java.util.Map)" > getImageForStyle< / a > , < a href = "../../../com/mxgraph/canvas/mxBasicCanvas.html#getScale()" > getScale< / a > , < a href = "../../../com/mxgraph/canvas/mxBasicCanvas.html#getTranslate()" > getTranslate< / a > , < a href = "../../../com/mxgraph/canvas/mxBasicCanvas.html#isDrawLabels()" > isDrawLabels< / a > , < a href = "../../../com/mxgraph/canvas/mxBasicCanvas.html#loadImage(java.lang.String)" > loadImage< / a > , < a href = "../../../com/mxgraph/canvas/mxBasicCanvas.html#setDrawLabels(boolean)" > setDrawLabels< / a > , < a href = "../../../com/mxgraph/canvas/mxBasicCanvas.html#setImageBasePath(java.lang.String)" > setImageBasePath< / a > , < a href = "../../../com/mxgraph/canvas/mxBasicCanvas.html#setScale(double)" > setScale< / a > , < a href = "../../../com/mxgraph/canvas/mxBasicCanvas.html#setTranslate(int, int)" > setTranslate< / a > < / code > < / li >
< / ul >
< ul class = "blockList" >
< li class = "blockList" > < a name = "methods_inherited_from_class_java.lang.Object" >
<!-- -->
< / a >
2014-11-10 09:02:21 +00:00
< h3 > Methods inherited from class java.lang.Object< / h3 >
< code > clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait< / code > < / li >
2014-04-01 11:30:48 +00:00
< / ul >
< / li >
< / ul >
< / li >
< / ul >
< / div >
< div class = "details" >
< ul class = "blockList" >
< li class = "blockList" >
2012-05-21 20:32:26 +00:00
<!-- ============ FIELD DETAIL =========== -->
2014-04-01 11:30:48 +00:00
< ul class = "blockList" >
< li class = "blockList" > < a name = "field_detail" >
<!-- -->
< / a >
< h3 > Field Detail< / h3 >
< a name = "document" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > document< / h4 >
2014-11-10 09:02:21 +00:00
< pre > protected org.w3c.dom.Document document< / pre >
2014-04-01 11:30:48 +00:00
< div class = "block" > Holds the HTML document that represents the canvas.< / div >
< / li >
< / ul >
< a name = "defs" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > defs< / h4 >
2014-11-10 09:02:21 +00:00
< pre > protected org.w3c.dom.Element defs< / pre >
2014-04-01 11:30:48 +00:00
< / li >
< / ul >
< a name = "embedded" >
<!-- -->
< / a >
< ul class = "blockListLast" >
< li class = "blockList" >
< h4 > embedded< / h4 >
< pre > protected boolean embedded< / pre >
< div class = "block" > Specifies if images should be embedded as base64 encoded strings.
Default is false.< / div >
< / li >
< / ul >
< / li >
< / ul >
2012-05-21 20:32:26 +00:00
<!-- ========= CONSTRUCTOR DETAIL ======== -->
2014-04-01 11:30:48 +00:00
< ul class = "blockList" >
< li class = "blockList" > < a name = "constructor_detail" >
<!-- -->
< / a >
< h3 > Constructor Detail< / h3 >
< a name = "mxSvgCanvas()" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > mxSvgCanvas< / h4 >
< pre > public mxSvgCanvas()< / pre >
< div class = "block" > Constructs a new SVG canvas for the specified dimension and scale.< / div >
< / li >
< / ul >
< a name = "mxSvgCanvas(org.w3c.dom.Document)" >
<!-- -->
< / a >
< ul class = "blockListLast" >
< li class = "blockList" >
< h4 > mxSvgCanvas< / h4 >
2014-11-10 09:02:21 +00:00
< pre > public mxSvgCanvas(org.w3c.dom.Document document)< / pre >
2014-04-01 11:30:48 +00:00
< div class = "block" > Constructs a new SVG canvas for the specified bounds, scale and
background color.< / div >
< / li >
< / ul >
< / li >
< / ul >
2012-05-21 20:32:26 +00:00
<!-- ============ METHOD DETAIL ========== -->
2014-04-01 11:30:48 +00:00
< ul class = "blockList" >
< li class = "blockList" > < a name = "method_detail" >
<!-- -->
< / a >
< h3 > Method Detail< / h3 >
< a name = "appendSvgElement(org.w3c.dom.Element)" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > appendSvgElement< / h4 >
2014-11-10 09:02:21 +00:00
< pre > public void appendSvgElement(org.w3c.dom.Element node)< / pre >
2014-04-01 11:30:48 +00:00
< / li >
< / ul >
< a name = "getDefsElement()" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > getDefsElement< / h4 >
2014-11-10 09:02:21 +00:00
< pre > protected org.w3c.dom.Element getDefsElement()< / pre >
2014-04-01 11:30:48 +00:00
< / li >
< / ul >
< a name = "getGradientElement(java.lang.String, java.lang.String, java.lang.String)" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > getGradientElement< / h4 >
2014-11-10 09:02:21 +00:00
< pre > public org.w3c.dom.Element getGradientElement(java.lang.String start,
java.lang.String end,
java.lang.String direction)< / pre >
2014-04-01 11:30:48 +00:00
< / li >
< / ul >
< a name = "getGlassGradientElement()" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > getGlassGradientElement< / h4 >
2014-11-10 09:02:21 +00:00
< pre > public org.w3c.dom.Element getGlassGradientElement()< / pre >
2014-04-01 11:30:48 +00:00
< / li >
< / ul >
< a name = "createGradientElement(java.lang.String, java.lang.String, java.lang.String)" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > createGradientElement< / h4 >
2014-11-10 09:02:21 +00:00
< pre > protected org.w3c.dom.Element createGradientElement(java.lang.String start,
java.lang.String end,
java.lang.String direction)< / pre >
2014-04-01 11:30:48 +00:00
< / li >
< / ul >
< a name = "getGradientId(java.lang.String, java.lang.String, java.lang.String)" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > getGradientId< / h4 >
2014-11-10 09:02:21 +00:00
< pre > public java.lang.String getGradientId(java.lang.String start,
java.lang.String end,
java.lang.String direction)< / pre >
2014-04-01 11:30:48 +00:00
< / li >
< / ul >
< a name = "isImageResource(java.lang.String)" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > isImageResource< / h4 >
2014-11-10 09:02:21 +00:00
< pre > protected boolean isImageResource(java.lang.String src)< / pre >
2014-04-01 11:30:48 +00:00
< div class = "block" > Returns true if the given string ends with .png, .jpg or .gif.< / div >
< / li >
< / ul >
< a name = "getResource(java.lang.String)" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > getResource< / h4 >
2014-11-10 09:02:21 +00:00
< pre > protected java.io.InputStream getResource(java.lang.String src)< / pre >
2014-04-01 11:30:48 +00:00
< / li >
< / ul >
< a name = "createDataUrl(java.lang.String)" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > createDataUrl< / h4 >
2014-11-10 09:02:21 +00:00
< pre > protected java.lang.String createDataUrl(java.lang.String src)
throws java.io.IOException< / pre >
2014-04-01 11:30:48 +00:00
< dl > < dt > < span class = "strong" > Throws:< / span > < / dt >
2014-11-10 09:02:21 +00:00
< dd > < code > java.io.IOException< / code > < / dd > < / dl >
2014-04-01 11:30:48 +00:00
< / li >
< / ul >
< a name = "getEmbeddedImageElement(java.lang.String)" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > getEmbeddedImageElement< / h4 >
2014-11-10 09:02:21 +00:00
< pre > protected org.w3c.dom.Element getEmbeddedImageElement(java.lang.String src)< / pre >
2014-04-01 11:30:48 +00:00
< / li >
< / ul >
< a name = "createImageElement(double, double, double, double, java.lang.String, boolean, boolean, boolean, boolean)" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > createImageElement< / h4 >
2014-11-10 09:02:21 +00:00
< pre > protected org.w3c.dom.Element createImageElement(double x,
double y,
double w,
double h,
java.lang.String src,
boolean aspect,
boolean flipH,
boolean flipV,
boolean embedded)< / pre >
2014-04-01 11:30:48 +00:00
< / li >
< / ul >
< a name = "setDocument(org.w3c.dom.Document)" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > setDocument< / h4 >
2014-11-10 09:02:21 +00:00
< pre > public void setDocument(org.w3c.dom.Document document)< / pre >
2014-04-01 11:30:48 +00:00
< / li >
< / ul >
< a name = "getDocument()" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > getDocument< / h4 >
2014-11-10 09:02:21 +00:00
< pre > public org.w3c.dom.Document getDocument()< / pre >
2014-04-01 11:30:48 +00:00
< div class = "block" > Returns a reference to the document that represents the canvas.< / div >
< dl > < dt > < span class = "strong" > Returns:< / span > < / dt > < dd > Returns the document.< / dd > < / dl >
< / li >
< / ul >
< a name = "setEmbedded(boolean)" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > setEmbedded< / h4 >
< pre > public void setEmbedded(boolean value)< / pre >
< / li >
< / ul >
< a name = "isEmbedded()" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > isEmbedded< / h4 >
< pre > public boolean isEmbedded()< / pre >
< / li >
< / ul >
< a name = "drawCell(com.mxgraph.view.mxCellState)" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > drawCell< / h4 >
2014-11-10 09:02:21 +00:00
< pre > public java.lang.Object drawCell(< a href = "../../../com/mxgraph/view/mxCellState.html" title = "class in com.mxgraph.view" > mxCellState< / a > state)< / pre >
2014-04-01 11:30:48 +00:00
< div class = "block" > < strong > Description copied from interface: < code > < a href = "../../../com/mxgraph/canvas/mxICanvas.html#drawCell(com.mxgraph.view.mxCellState)" > mxICanvas< / a > < / code > < / strong > < / div >
< div class = "block" > Draws the given cell.< / div >
< dl > < dt > < span class = "strong" > Parameters:< / span > < / dt > < dd > < code > state< / code > - State of the cell to be painted.< / dd >
< dt > < span class = "strong" > Returns:< / span > < / dt > < dd > Object that represents the cell.< / dd > < / dl >
< / li >
< / ul >
< a name = "drawLabel(java.lang.String, com.mxgraph.view.mxCellState, boolean)" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > drawLabel< / h4 >
2014-11-10 09:02:21 +00:00
< pre > public java.lang.Object drawLabel(java.lang.String label,
< a href = "../../../com/mxgraph/view/mxCellState.html" title = "class in com.mxgraph.view" > mxCellState< / a > state,
boolean html)< / pre >
2014-04-01 11:30:48 +00:00
< div class = "block" > < strong > Description copied from interface: < code > < a href = "../../../com/mxgraph/canvas/mxICanvas.html#drawLabel(java.lang.String, com.mxgraph.view.mxCellState, boolean)" > mxICanvas< / a > < / code > < / strong > < / div >
< div class = "block" > Draws the given label.< / div >
< dl > < dt > < span class = "strong" > Parameters:< / span > < / dt > < dd > < code > label< / code > - String that represents the label.< / dd > < dd > < code > state< / code > - State of the cell whose label is to be painted.< / dd > < dd > < code > html< / code > - Specifies if the label contains HTML markup.< / dd >
< dt > < span class = "strong" > Returns:< / span > < / dt > < dd > Object that represents the label.< / dd > < / dl >
< / li >
< / ul >
< a name = "drawShape(int, int, int, int, java.util.Map)" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > drawShape< / h4 >
2014-11-10 09:02:21 +00:00
< pre > public org.w3c.dom.Element drawShape(int x,
int y,
int w,
int h,
java.util.Map< java.lang.String,java.lang.Object> style)< / pre >
2014-04-01 11:30:48 +00:00
< div class = "block" > Draws the shape specified with the STYLE_SHAPE key in the given style.< / div >
< dl > < dt > < span class = "strong" > Parameters:< / span > < / dt > < dd > < code > x< / code > - X-coordinate of the shape.< / dd > < dd > < code > y< / code > - Y-coordinate of the shape.< / dd > < dd > < code > w< / code > - Width of the shape.< / dd > < dd > < code > h< / code > - Height of the shape.< / dd > < dd > < code > style< / code > - Style of the the shape.< / dd > < / dl >
< / li >
< / ul >
< a name = "drawLine(java.util.List, java.util.Map)" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > drawLine< / h4 >
2014-11-10 09:02:21 +00:00
< pre > public org.w3c.dom.Element drawLine(java.util.List< < a href = "../../../com/mxgraph/util/mxPoint.html" title = "class in com.mxgraph.util" > mxPoint< / a > > pts,
java.util.Map< java.lang.String,java.lang.Object> style)< / pre >
2014-04-01 11:30:48 +00:00
< div class = "block" > Draws the given lines as segments between all points of the given list
of mxPoints.< / div >
< dl > < dt > < span class = "strong" > Parameters:< / span > < / dt > < dd > < code > pts< / code > - List of points that define the line.< / dd > < dd > < code > style< / code > - Style to be used for painting the line.< / dd > < / dl >
< / li >
< / ul >
< a name = "drawMarker(org.w3c.dom.Element, java.lang.Object, com.mxgraph.util.mxPoint, com.mxgraph.util.mxPoint, float, float, java.lang.String)" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > drawMarker< / h4 >
2014-11-10 09:02:21 +00:00
< pre > public < a href = "../../../com/mxgraph/util/mxPoint.html" title = "class in com.mxgraph.util" > mxPoint< / a > drawMarker(org.w3c.dom.Element parent,
java.lang.Object type,
2014-04-01 11:30:48 +00:00
< a href = "../../../com/mxgraph/util/mxPoint.html" title = "class in com.mxgraph.util" > mxPoint< / a > p0,
< a href = "../../../com/mxgraph/util/mxPoint.html" title = "class in com.mxgraph.util" > mxPoint< / a > pe,
float size,
float strokeWidth,
2014-11-10 09:02:21 +00:00
java.lang.String color)< / pre >
2014-04-01 11:30:48 +00:00
< div class = "block" > Draws the specified marker as a child path in the given parent.< / div >
< / li >
< / ul >
< a name = "drawText(java.lang.String, int, int, int, int, java.util.Map)" >
<!-- -->
< / a >
< ul class = "blockListLast" >
< li class = "blockList" >
< h4 > drawText< / h4 >
2014-11-10 09:02:21 +00:00
< pre > public java.lang.Object drawText(java.lang.String text,
int x,
int y,
int w,
int h,
java.util.Map< java.lang.String,java.lang.Object> style)< / pre >
2014-04-01 11:30:48 +00:00
< div class = "block" > Draws the specified text either using drawHtmlString or using drawString.< / div >
< dl > < dt > < span class = "strong" > Parameters:< / span > < / dt > < dd > < code > text< / code > - Text to be painted.< / dd > < dd > < code > x< / code > - X-coordinate of the text.< / dd > < dd > < code > y< / code > - Y-coordinate of the text.< / dd > < dd > < code > w< / code > - Width of the text.< / dd > < dd > < code > h< / code > - Height of the text.< / dd > < dd > < code > style< / code > - Style to be used for painting the text.< / dd > < / dl >
< / li >
< / ul >
< / li >
< / ul >
< / li >
< / ul >
< / div >
< / div >
2012-05-21 20:32:26 +00:00
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
2014-04-01 11:30:48 +00:00
< div class = "bottomNav" > < a name = "navbar_bottom" >
<!-- -->
< / a > < a href = "#skip-navbar_bottom" title = "Skip navigation links" > < / a > < a name = "navbar_bottom_firstrow" >
<!-- -->
< / a >
< ul class = "navList" title = "Navigation" >
< li > < a href = "../../../overview-summary.html" > Overview< / a > < / li >
< li > < a href = "package-summary.html" > Package< / a > < / li >
< li class = "navBarCell1Rev" > Class< / li >
< li > < a href = "class-use/mxSvgCanvas.html" > Use< / a > < / li >
< li > < a href = "package-tree.html" > Tree< / a > < / li >
< li > < a href = "../../../deprecated-list.html" > Deprecated< / a > < / li >
< li > < a href = "../../../index-all.html" > Index< / a > < / li >
< li > < a href = "../../../help-doc.html" > Help< / a > < / li >
< / ul >
2014-11-10 09:02:21 +00:00
< div class = "aboutLanguage" > < em > < p > < b > mxGraph 3.1.1.1< / b > < / p > < / em > < / div >
2014-04-01 11:30:48 +00:00
< / div >
< div class = "subNav" >
< ul class = "navList" >
< li > < a href = "../../../com/mxgraph/canvas/mxImageCanvas.html" title = "class in com.mxgraph.canvas" > < span class = "strong" > Prev Class< / span > < / a > < / li >
< li > < a href = "../../../com/mxgraph/canvas/mxVmlCanvas.html" title = "class in com.mxgraph.canvas" > < span class = "strong" > Next Class< / span > < / a > < / li >
< / ul >
< ul class = "navList" >
< li > < a href = "../../../index.html?com/mxgraph/canvas/mxSvgCanvas.html" target = "_top" > Frames< / a > < / li >
< li > < a href = "mxSvgCanvas.html" target = "_top" > No Frames< / a > < / li >
< / ul >
< ul class = "navList" id = "allclasses_navbar_bottom" >
< li > < a href = "../../../allclasses-noframe.html" > All Classes< / a > < / li >
< / ul >
< div >
< script type = "text/javascript" > < ! - -
allClassesLink = document.getElementById("allclasses_navbar_bottom");
2012-05-21 20:32:26 +00:00
if(window==top) {
2014-04-01 11:30:48 +00:00
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
2012-05-21 20:32:26 +00:00
}
//-->
2014-04-01 11:30:48 +00:00
< / script >
< / div >
< div >
< ul class = "subNavList" >
< li > Summary: < / li >
< li > Nested | < / li >
< li > < a href = "#field_summary" > Field< / a > | < / li >
< li > < a href = "#constructor_summary" > Constr< / a > | < / li >
< li > < a href = "#method_summary" > Method< / a > < / li >
< / ul >
< ul class = "subNavList" >
< li > Detail: < / li >
< li > < a href = "#field_detail" > Field< / a > | < / li >
< li > < a href = "#constructor_detail" > Constr< / a > | < / li >
< li > < a href = "#method_detail" > Method< / a > < / li >
< / ul >
< / div >
< a name = "skip-navbar_bottom" >
<!-- -->
< / a > < / div >
2012-05-21 20:32:26 +00:00
<!-- ======== END OF BOTTOM NAVBAR ======= -->
2014-04-01 11:30:48 +00:00
< p class = "legalCopy" > < small > < font size = 1 > Copyright (c) 2010 < a href = "http://www.mxgraph.com/"
target="_blank">Gaudenz Alder, David Benson< / a > . All rights reserved.< / font > < / small > < / p >
< / body >
< / html >