JGraph X 1.10.4.1


Package com.mxgraph.shape

Interface Summary
mxIMarker  
mxIShape  
mxITextShape  
 

Class Summary
mxActorShape  
mxArrowShape  
mxBasicShape  
mxCloudShape  
mxConnectorShape  
mxCurveLabelShape Draws the edge label along a curve derived from the curve describing the edge's path
mxCurveShape  
mxCylinderShape  
mxDefaultTextShape  
mxDoubleEllipseShape  
mxEllipseShape  
mxHexagonShape  
mxHtmlTextShape To set global CSS for all HTML labels, use the following code: mxGraphics2DCanvas.putTextShape(mxGraphics2DCanvas.TEXT_SHAPE_HTML, new mxHtmlTextShape() { protected String createHtmlDocument(Map style, String text) { return mxUtils.createHtmlDocument(style, text, 1, 0, ""); } } );
mxImageShape A rectangular shape that contains a single image
mxLabelShape  
mxLineShape  
mxMarkerRegistry  
mxRectangleShape  
mxRhombusShape  
mxStencil Implements a stencil for the given XML definition.
mxStencilRegistry  
mxStencilShape Stencil shape drawing that takes an XML definition of the shape and renders it.
mxSwimlaneShape  
mxTriangleShape  
 


JGraph X 1.10.4.1


Copyright (c) 2010 Gaudenz Alder. All rights reserved.