Uses of Interface
com.mxgraph.shape.mxIShape
-
Packages that use mxIShape Package Description com.mxgraph.canvas This package contains various implementations for painting a graph using different technologies, such as Graphics2D, HTML, SVG or VML.com.mxgraph.shape -
-
Uses of mxIShape in com.mxgraph.canvas
Fields in com.mxgraph.canvas with type parameters of type mxIShape Modifier and Type Field Description protected static java.util.Map<java.lang.String,mxIShape>mxGraphics2DCanvas. shapesMaps from names to mxIVertexShape instances.Methods in com.mxgraph.canvas that return mxIShape Modifier and Type Method Description mxIShapemxGraphics2DCanvas. getShape(java.util.Map<java.lang.String,java.lang.Object> style)Methods in com.mxgraph.canvas with parameters of type mxIShape Modifier and Type Method Description static voidmxGraphics2DCanvas. putShape(java.lang.String name, mxIShape shape) -
Uses of mxIShape in com.mxgraph.shape
Classes in com.mxgraph.shape that implement mxIShape Modifier and Type Class Description classmxActorShapeclassmxArrowShapeclassmxBasicShapeclassmxCloudShapeclassmxConnectorShapeclassmxCurveShapeclassmxCylinderShapeclassmxDoubleEllipseShapeclassmxDoubleRectangleShapeclassmxEllipseShapeclassmxHexagonShapeclassmxImageShapeA rectangular shape that contains a single image.classmxLabelShapeclassmxLineShapeclassmxRectangleShapeclassmxRhombusShapeclassmxStencilImplements a stencil for the given XML definition.classmxStencilShapeStencil shape drawing that takes an XML definition of the shape and renders it.classmxSwimlaneShapeclassmxTriangleShape
-