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 04:00:00 EST 2014 -->
< title > mxStencilShape (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="mxStencilShape (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/mxStencilShape.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/shape/mxStencilRegistry.html" title = "class in com.mxgraph.shape" > < span class = "strong" > Prev Class< / span > < / a > < / li >
< li > < a href = "../../../com/mxgraph/shape/mxStencilShape.svgShape.html" title = "class in com.mxgraph.shape" > < span class = "strong" > Next Class< / span > < / a > < / li >
< / ul >
< ul class = "navList" >
< li > < a href = "../../../index.html?com/mxgraph/shape/mxStencilShape.html" target = "_top" > Frames< / a > < / li >
< li > < a href = "mxStencilShape.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 > < a href = "#nested_class_summary" > Nested< / a > | < / 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.shape< / div >
< h2 title = "Class mxStencilShape" class = "title" > Class mxStencilShape< / 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/shape/mxBasicShape.html" title = "class in com.mxgraph.shape" > com.mxgraph.shape.mxBasicShape< / a > < / li >
< li >
< ul class = "inheritance" >
< li > com.mxgraph.shape.mxStencilShape< / 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/shape/mxIShape.html" title = "interface in com.mxgraph.shape" > mxIShape< / a > < / dd >
< / dl >
< hr >
< br >
< pre > public class < span class = "strong" > mxStencilShape< / span >
extends < a href = "../../../com/mxgraph/shape/mxBasicShape.html" title = "class in com.mxgraph.shape" > mxBasicShape< / a > < / pre >
< div class = "block" > Stencil shape drawing that takes an XML definition of the shape and renders
2012-05-21 20:32:26 +00:00
it.
See http://projects.gnome.org/dia/custom-shapes for specs. See
2014-04-01 11:30:48 +00:00
http://dia-installer.de/shapes_de.html for shapes.< / div >
< / li >
< / ul >
< / div >
< div class = "summary" >
< ul class = "blockList" >
< li class = "blockList" >
2012-05-21 20:32:26 +00:00
<!-- ======== NESTED CLASS SUMMARY ======== -->
2014-04-01 11:30:48 +00:00
< ul class = "blockList" >
< li class = "blockList" > < a name = "nested_class_summary" >
<!-- -->
< / a >
< h3 > Nested Class Summary< / h3 >
< table class = "overviewSummary" border = "0" cellpadding = "3" cellspacing = "0" summary = "Nested Class Summary table, listing nested classes, and an explanation" >
< caption > < span > Nested Classes< / span > < span class = "tabEnd" > < / span > < / caption >
< tr >
< th class = "colFirst" scope = "col" > Modifier and Type< / th >
< th class = "colLast" scope = "col" > Class and Description< / th >
< / tr >
< tr class = "altColor" >
< td class = "colFirst" > < code > protected class < / code > < / td >
< td class = "colLast" > < code > < strong > < a href = "../../../com/mxgraph/shape/mxStencilShape.svgShape.html" title = "class in com.mxgraph.shape" > mxStencilShape.svgShape< / a > < / strong > < / code > < / td >
< / tr >
< / table >
< / li >
< / ul >
<!-- =========== FIELD SUMMARY =========== -->
< 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 java.awt.geom.Rectangle2D< / code > < / td >
2014-04-01 11:30:48 +00:00
< td class = "colLast" > < code > < strong > < a href = "../../../com/mxgraph/shape/mxStencilShape.html#boundingBox" > boundingBox< / a > < / strong > < / code > < / td >
< / tr >
< tr class = "rowColor" >
2014-11-10 09:02:21 +00:00
< td class = "colFirst" > < code > protected java.awt.geom.AffineTransform< / code > < / td >
2014-04-01 11:30:48 +00:00
< td class = "colLast" > < code > < strong > < a href = "../../../com/mxgraph/shape/mxStencilShape.html#cachedTransform" > cachedTransform< / a > < / strong > < / code >
< div class = "block" > Transform cached to save instance created.< / div >
< / td >
< / tr >
< tr class = "altColor" >
2014-11-10 09:02:21 +00:00
< td class = "colFirst" > < code > protected java.lang.String< / code > < / td >
2014-04-01 11:30:48 +00:00
< td class = "colLast" > < code > < strong > < a href = "../../../com/mxgraph/shape/mxStencilShape.html#iconPath" > iconPath< / a > < / strong > < / code > < / td >
< / tr >
< tr class = "rowColor" >
2014-11-10 09:02:21 +00:00
< td class = "colFirst" > < code > protected java.lang.String< / code > < / td >
2014-04-01 11:30:48 +00:00
< td class = "colLast" > < code > < strong > < a href = "../../../com/mxgraph/shape/mxStencilShape.html#name" > name< / a > < / strong > < / code > < / td >
< / tr >
< tr class = "altColor" >
2014-11-10 09:02:21 +00:00
< td class = "colFirst" > < code > protected org.w3c.dom.Node< / code > < / td >
2014-04-01 11:30:48 +00:00
< td class = "colLast" > < code > < strong > < a href = "../../../com/mxgraph/shape/mxStencilShape.html#root" > root< / a > < / strong > < / code >
< div class = "block" > Reference to the root node of the Dia shape description.< / div >
< / td >
< / tr >
< tr class = "rowColor" >
< td class = "colFirst" > < code > protected < a href = "../../../com/mxgraph/shape/mxStencilShape.svgShape.html" title = "class in com.mxgraph.shape" > mxStencilShape.svgShape< / a > < / code > < / td >
< td class = "colLast" > < code > < strong > < a href = "../../../com/mxgraph/shape/mxStencilShape.html#rootShape" > rootShape< / a > < / strong > < / code > < / td >
< / tr >
< tr class = "altColor" >
2014-11-10 09:02:21 +00:00
< td class = "colFirst" > < code > protected java.awt.geom.GeneralPath< / code > < / td >
2014-04-01 11:30:48 +00:00
< td class = "colLast" > < code > < strong > < a href = "../../../com/mxgraph/shape/mxStencilShape.html#shapePath" > shapePath< / a > < / strong > < / code > < / td >
< / tr >
< / table >
< / 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/shape/mxStencilShape.html#mxStencilShape()" > mxStencilShape< / a > < / strong > ()< / code > < / td >
< / tr >
< tr class = "rowColor" >
2014-11-10 09:02:21 +00:00
< td class = "colOne" > < code > < strong > < a href = "../../../com/mxgraph/shape/mxStencilShape.html#mxStencilShape(org.w3c.dom.Document)" > mxStencilShape< / a > < / strong > (org.w3c.dom.Document document)< / code > < / td >
2014-04-01 11:30:48 +00:00
< / tr >
< tr class = "altColor" >
2014-11-10 09:02:21 +00:00
< td class = "colOne" > < code > < strong > < a href = "../../../com/mxgraph/shape/mxStencilShape.html#mxStencilShape(java.lang.String)" > mxStencilShape< / a > < / strong > (java.lang.String shapeXml)< / code >
2014-04-01 11:30:48 +00:00
< div class = "block" > Constructs a new stencil for the given Dia shape description.< / 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 > < a href = "../../../com/mxgraph/shape/mxStencilShape.svgShape.html" title = "class in com.mxgraph.shape" > mxStencilShape.svgShape< / a > < / code > < / td >
2014-11-10 09:02:21 +00:00
< td class = "colLast" > < code > < strong > < a href = "../../../com/mxgraph/shape/mxStencilShape.html#createElement(org.w3c.dom.Node)" > createElement< / a > < / strong > (org.w3c.dom.Node root)< / code >
2014-04-01 11:30:48 +00:00
< div class = "block" > Forms an internal representation of the specified SVG element and returns
that representation< / 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/shape/mxStencilShape.html#createShape(org.w3c.dom.Node, com.mxgraph.shape.mxStencilShape.svgShape)" > createShape< / a > < / strong > (org.w3c.dom.Node root,
2014-04-01 11:30:48 +00:00
< a href = "../../../com/mxgraph/shape/mxStencilShape.svgShape.html" title = "class in com.mxgraph.shape" > mxStencilShape.svgShape< / a > shape)< / code > < / td >
< / tr >
< tr class = "altColor" >
2014-11-10 09:02:21 +00:00
< td class = "colFirst" > < code > java.awt.geom.Rectangle2D< / code > < / td >
2014-04-01 11:30:48 +00:00
< td class = "colLast" > < code > < strong > < a href = "../../../com/mxgraph/shape/mxStencilShape.html#getBoundingBox()" > getBoundingBox< / a > < / strong > ()< / code > < / td >
< / tr >
< tr class = "rowColor" >
2014-11-10 09:02:21 +00:00
< td class = "colFirst" > < code > java.lang.String< / code > < / td >
2014-04-01 11:30:48 +00:00
< td class = "colLast" > < code > < strong > < a href = "../../../com/mxgraph/shape/mxStencilShape.html#getIconPath()" > getIconPath< / a > < / strong > ()< / code > < / td >
< / tr >
< tr class = "altColor" >
2014-11-10 09:02:21 +00:00
< td class = "colFirst" > < code > java.lang.String< / code > < / td >
2014-04-01 11:30:48 +00:00
< td class = "colLast" > < code > < strong > < a href = "../../../com/mxgraph/shape/mxStencilShape.html#getName()" > getName< / a > < / strong > ()< / code > < / td >
< / tr >
< tr class = "rowColor" >
2014-11-10 09:02:21 +00:00
< td class = "colFirst" > < code > protected static java.util.Map< java.lang.String,java.lang.Object> < / code > < / td >
< td class = "colLast" > < code > < strong > < a href = "../../../com/mxgraph/shape/mxStencilShape.html#getStylenames(java.lang.String)" > getStylenames< / a > < / strong > (java.lang.String style)< / code >
2014-04-01 11:30:48 +00:00
< div class = "block" > Returns the stylenames in a style of the form stylename[;key=value] or an
empty array if the given style does not contain any stylenames.< / div >
< / td >
< / tr >
< tr class = "altColor" >
< td class = "colFirst" > < code > void< / code > < / td >
< td class = "colLast" > < code > < strong > < a href = "../../../com/mxgraph/shape/mxStencilShape.html#paintNode(com.mxgraph.canvas.mxGraphics2DCanvas, com.mxgraph.view.mxCellState, com.mxgraph.shape.mxStencilShape.svgShape, double, double)" > paintNode< / a > < / strong > (< a href = "../../../com/mxgraph/canvas/mxGraphics2DCanvas.html" title = "class in com.mxgraph.canvas" > mxGraphics2DCanvas< / a > canvas,
< a href = "../../../com/mxgraph/view/mxCellState.html" title = "class in com.mxgraph.view" > mxCellState< / a > state,
< a href = "../../../com/mxgraph/shape/mxStencilShape.svgShape.html" title = "class in com.mxgraph.shape" > mxStencilShape.svgShape< / a > shape,
double widthRatio,
double heightRatio)< / code > < / td >
< / tr >
< tr class = "rowColor" >
< td class = "colFirst" > < code > void< / code > < / td >
< td class = "colLast" > < code > < strong > < a href = "../../../com/mxgraph/shape/mxStencilShape.html#paintShape(com.mxgraph.canvas.mxGraphics2DCanvas, com.mxgraph.view.mxCellState)" > paintShape< / a > < / strong > (< a href = "../../../com/mxgraph/canvas/mxGraphics2DCanvas.html" title = "class in com.mxgraph.canvas" > mxGraphics2DCanvas< / a > canvas,
< a href = "../../../com/mxgraph/view/mxCellState.html" title = "class in com.mxgraph.view" > mxCellState< / a > state)< / code > < / td >
< / 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/shape/mxStencilShape.html#setBoundingBox(java.awt.geom.Rectangle2D)" > setBoundingBox< / a > < / strong > (java.awt.geom.Rectangle2D boundingBox)< / code > < / td >
2014-04-01 11:30:48 +00:00
< / 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/shape/mxStencilShape.html#setIconPath(java.lang.String)" > setIconPath< / a > < / strong > (java.lang.String iconPath)< / code > < / td >
2014-04-01 11:30:48 +00:00
< / 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/shape/mxStencilShape.html#setName(java.lang.String)" > setName< / a > < / strong > (java.lang.String name)< / code > < / td >
2014-04-01 11:30:48 +00:00
< / tr >
< tr class = "rowColor" >
< td class = "colFirst" > < code > protected void< / code > < / td >
2014-11-10 09:02:21 +00:00
< td class = "colLast" > < code > < strong > < a href = "../../../com/mxgraph/shape/mxStencilShape.html#transformShape(java.awt.Shape, double, double, double, double)" > transformShape< / a > < / strong > (java.awt.Shape shape,
2014-04-01 11:30:48 +00:00
double transX,
double transY,
double widthRatio,
double heightRatio)< / code >
< div class = "block" > Scales the points composing this shape by the x and y ratios specified< / div >
< / td >
< / tr >
< / table >
< ul class = "blockList" >
< li class = "blockList" > < a name = "methods_inherited_from_class_com.mxgraph.shape.mxBasicShape" >
<!-- -->
< / a >
< h3 > Methods inherited from class com.mxgraph.shape.< a href = "../../../com/mxgraph/shape/mxBasicShape.html" title = "class in com.mxgraph.shape" > mxBasicShape< / a > < / h3 >
< code > < a href = "../../../com/mxgraph/shape/mxBasicShape.html#configureGraphics(com.mxgraph.canvas.mxGraphics2DCanvas, com.mxgraph.view.mxCellState, boolean)" > configureGraphics< / a > , < a href = "../../../com/mxgraph/shape/mxBasicShape.html#createShape(com.mxgraph.canvas.mxGraphics2DCanvas, com.mxgraph.view.mxCellState)" > createShape< / a > , < a href = "../../../com/mxgraph/shape/mxBasicShape.html#getFillColor(com.mxgraph.canvas.mxGraphics2DCanvas, com.mxgraph.view.mxCellState)" > getFillColor< / a > , < a href = "../../../com/mxgraph/shape/mxBasicShape.html#getGradientBounds(com.mxgraph.canvas.mxGraphics2DCanvas, com.mxgraph.view.mxCellState)" > getGradientBounds< / a > , < a href = "../../../com/mxgraph/shape/mxBasicShape.html#getStrokeColor(com.mxgraph.canvas.mxGraphics2DCanvas, com.mxgraph.view.mxCellState)" > getStrokeColor< / a > , < a href = "../../../com/mxgraph/shape/mxBasicShape.html#hasGradient(com.mxgraph.canvas.mxGraphics2DCanvas, com.mxgraph.view.mxCellState)" > hasGradient< / a > , < a href = "../../../com/mxgraph/shape/mxBasicShape.html#hasShadow(com.mxgraph.canvas.mxGraphics2DCanvas, com.mxgraph.view.mxCellState)" > hasShadow< / 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 = "shapePath" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > shapePath< / h4 >
2014-11-10 09:02:21 +00:00
< pre > protected java.awt.geom.GeneralPath shapePath< / pre >
2014-04-01 11:30:48 +00:00
< / li >
< / ul >
< a name = "root" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > root< / h4 >
2014-11-10 09:02:21 +00:00
< pre > protected org.w3c.dom.Node root< / pre >
2014-04-01 11:30:48 +00:00
< div class = "block" > Reference to the root node of the Dia shape description.< / div >
< / li >
< / ul >
< a name = "rootShape" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > rootShape< / h4 >
< pre > protected < a href = "../../../com/mxgraph/shape/mxStencilShape.svgShape.html" title = "class in com.mxgraph.shape" > mxStencilShape.svgShape< / a > rootShape< / pre >
< / li >
< / ul >
< a name = "boundingBox" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > boundingBox< / h4 >
2014-11-10 09:02:21 +00:00
< pre > protected java.awt.geom.Rectangle2D boundingBox< / pre >
2014-04-01 11:30:48 +00:00
< / li >
< / ul >
< a name = "name" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > name< / h4 >
2014-11-10 09:02:21 +00:00
< pre > protected java.lang.String name< / pre >
2014-04-01 11:30:48 +00:00
< / li >
< / ul >
< a name = "iconPath" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > iconPath< / h4 >
2014-11-10 09:02:21 +00:00
< pre > protected java.lang.String iconPath< / pre >
2014-04-01 11:30:48 +00:00
< / li >
< / ul >
< a name = "cachedTransform" >
<!-- -->
< / a >
< ul class = "blockListLast" >
< li class = "blockList" >
< h4 > cachedTransform< / h4 >
2014-11-10 09:02:21 +00:00
< pre > protected java.awt.geom.AffineTransform cachedTransform< / pre >
2014-04-01 11:30:48 +00:00
< div class = "block" > Transform cached to save instance created. Used to scale the internal
path of shapes where possible< / 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 = "mxStencilShape()" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > mxStencilShape< / h4 >
< pre > public mxStencilShape()< / pre >
< / li >
< / ul >
< a name = "mxStencilShape(java.lang.String)" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > mxStencilShape< / h4 >
2014-11-10 09:02:21 +00:00
< pre > public mxStencilShape(java.lang.String shapeXml)< / pre >
2014-04-01 11:30:48 +00:00
< div class = "block" > Constructs a new stencil for the given Dia shape description.< / div >
< / li >
< / ul >
< a name = "mxStencilShape(org.w3c.dom.Document)" >
<!-- -->
< / a >
< ul class = "blockListLast" >
< li class = "blockList" >
< h4 > mxStencilShape< / h4 >
2014-11-10 09:02:21 +00:00
< pre > public mxStencilShape(org.w3c.dom.Document document)< / pre >
2014-04-01 11:30:48 +00:00
< / 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 = "paintShape(com.mxgraph.canvas.mxGraphics2DCanvas, com.mxgraph.view.mxCellState)" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > paintShape< / h4 >
< pre > public void paintShape(< a href = "../../../com/mxgraph/canvas/mxGraphics2DCanvas.html" title = "class in com.mxgraph.canvas" > mxGraphics2DCanvas< / a > canvas,
< a href = "../../../com/mxgraph/view/mxCellState.html" title = "class in com.mxgraph.view" > mxCellState< / a > state)< / pre >
< dl >
< dt > < strong > Specified by:< / strong > < / dt >
< dd > < code > < a href = "../../../com/mxgraph/shape/mxIShape.html#paintShape(com.mxgraph.canvas.mxGraphics2DCanvas, com.mxgraph.view.mxCellState)" > paintShape< / a > < / code > in interface < code > < a href = "../../../com/mxgraph/shape/mxIShape.html" title = "interface in com.mxgraph.shape" > mxIShape< / a > < / code > < / dd >
< dt > < strong > Overrides:< / strong > < / dt >
< dd > < code > < a href = "../../../com/mxgraph/shape/mxBasicShape.html#paintShape(com.mxgraph.canvas.mxGraphics2DCanvas, com.mxgraph.view.mxCellState)" > paintShape< / a > < / code > in class < code > < a href = "../../../com/mxgraph/shape/mxBasicShape.html" title = "class in com.mxgraph.shape" > mxBasicShape< / a > < / code > < / dd >
< / dl >
< / li >
< / ul >
< a name = "paintNode(com.mxgraph.canvas.mxGraphics2DCanvas, com.mxgraph.view.mxCellState, com.mxgraph.shape.mxStencilShape.svgShape, double, double)" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > paintNode< / h4 >
< pre > public void paintNode(< a href = "../../../com/mxgraph/canvas/mxGraphics2DCanvas.html" title = "class in com.mxgraph.canvas" > mxGraphics2DCanvas< / a > canvas,
< a href = "../../../com/mxgraph/view/mxCellState.html" title = "class in com.mxgraph.view" > mxCellState< / a > state,
< a href = "../../../com/mxgraph/shape/mxStencilShape.svgShape.html" title = "class in com.mxgraph.shape" > mxStencilShape.svgShape< / a > shape,
double widthRatio,
double heightRatio)< / pre >
< / li >
< / ul >
< a name = "transformShape(java.awt.Shape, double, double, double, double)" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > transformShape< / h4 >
2014-11-10 09:02:21 +00:00
< pre > protected void transformShape(java.awt.Shape shape,
2014-04-01 11:30:48 +00:00
double transX,
double transY,
double widthRatio,
double heightRatio)< / pre >
< div class = "block" > Scales the points composing this shape by the x and y ratios specified< / div >
< dl > < dt > < span class = "strong" > Parameters:< / span > < / dt > < dd > < code > shape< / code > - the shape to scale< / dd > < dd > < code > transX< / code > - the x translation< / dd > < dd > < code > transY< / code > - the y translation< / dd > < dd > < code > widthRatio< / code > - the x co-ordinate scale< / dd > < dd > < code > heightRatio< / code > - the y co-ordinate scale< / dd > < / dl >
< / li >
< / ul >
< a name = "createShape(org.w3c.dom.Node, com.mxgraph.shape.mxStencilShape.svgShape)" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > createShape< / h4 >
2014-11-10 09:02:21 +00:00
< pre > public void createShape(org.w3c.dom.Node root,
2014-04-01 11:30:48 +00:00
< a href = "../../../com/mxgraph/shape/mxStencilShape.svgShape.html" title = "class in com.mxgraph.shape" > mxStencilShape.svgShape< / a > shape)< / pre >
< / li >
< / ul >
< a name = "createElement(org.w3c.dom.Node)" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > createElement< / h4 >
2014-11-10 09:02:21 +00:00
< pre > public < a href = "../../../com/mxgraph/shape/mxStencilShape.svgShape.html" title = "class in com.mxgraph.shape" > mxStencilShape.svgShape< / a > createElement(org.w3c.dom.Node root)< / pre >
2014-04-01 11:30:48 +00:00
< div class = "block" > Forms an internal representation of the specified SVG element and returns
that representation< / div >
< dl > < dt > < span class = "strong" > Parameters:< / span > < / dt > < dd > < code > root< / code > - the SVG element to represent< / dd >
< dt > < span class = "strong" > Returns:< / span > < / dt > < dd > the internal representation of the element, or null if an error
occurs< / dd > < / dl >
< / li >
< / ul >
< a name = "getStylenames(java.lang.String)" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > getStylenames< / h4 >
2014-11-10 09:02:21 +00:00
< pre > protected static java.util.Map< java.lang.String,java.lang.Object> getStylenames(java.lang.String style)< / pre >
2014-04-01 11:30:48 +00:00
< div class = "block" > Returns the stylenames in a style of the form stylename[;key=value] or an
empty array if the given style does not contain any stylenames.< / div >
< dl > < dt > < span class = "strong" > Parameters:< / span > < / dt > < dd > < code > style< / code > - String of the form stylename[;stylename][;key=value].< / dd >
< dt > < span class = "strong" > Returns:< / span > < / dt > < dd > Returns the stylename from the given formatted string.< / dd > < / dl >
< / li >
< / ul >
< a name = "getName()" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > getName< / h4 >
2014-11-10 09:02:21 +00:00
< pre > public java.lang.String getName()< / pre >
2014-04-01 11:30:48 +00:00
< / li >
< / ul >
< a name = "setName(java.lang.String)" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > setName< / h4 >
2014-11-10 09:02:21 +00:00
< pre > public void setName(java.lang.String name)< / pre >
2014-04-01 11:30:48 +00:00
< / li >
< / ul >
< a name = "getIconPath()" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > getIconPath< / h4 >
2014-11-10 09:02:21 +00:00
< pre > public java.lang.String getIconPath()< / pre >
2014-04-01 11:30:48 +00:00
< / li >
< / ul >
< a name = "setIconPath(java.lang.String)" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > setIconPath< / h4 >
2014-11-10 09:02:21 +00:00
< pre > public void setIconPath(java.lang.String iconPath)< / pre >
2014-04-01 11:30:48 +00:00
< / li >
< / ul >
< a name = "getBoundingBox()" >
<!-- -->
< / a >
< ul class = "blockList" >
< li class = "blockList" >
< h4 > getBoundingBox< / h4 >
2014-11-10 09:02:21 +00:00
< pre > public java.awt.geom.Rectangle2D getBoundingBox()< / pre >
2014-04-01 11:30:48 +00:00
< / li >
< / ul >
< a name = "setBoundingBox(java.awt.geom.Rectangle2D)" >
<!-- -->
< / a >
< ul class = "blockListLast" >
< li class = "blockList" >
< h4 > setBoundingBox< / h4 >
2014-11-10 09:02:21 +00:00
< pre > public void setBoundingBox(java.awt.geom.Rectangle2D boundingBox)< / pre >
2014-04-01 11:30:48 +00:00
< / 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/mxStencilShape.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/shape/mxStencilRegistry.html" title = "class in com.mxgraph.shape" > < span class = "strong" > Prev Class< / span > < / a > < / li >
< li > < a href = "../../../com/mxgraph/shape/mxStencilShape.svgShape.html" title = "class in com.mxgraph.shape" > < span class = "strong" > Next Class< / span > < / a > < / li >
< / ul >
< ul class = "navList" >
< li > < a href = "../../../index.html?com/mxgraph/shape/mxStencilShape.html" target = "_top" > Frames< / a > < / li >
< li > < a href = "mxStencilShape.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 > < a href = "#nested_class_summary" > Nested< / a > | < / 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 >