mxGraph 2.4.0.0


Package com.mxgraph.util

This package provides utility classes such as mxConstants, mxUtils, mxPoint and mxRectangle as well as all classes for custom events and the undo history.

See:
          Description

Interface Summary
mxEventSource.mxIEventListener Defines the requirements for an object that listens to an event source.
mxUndoableEdit.mxUndoableChange Defines the requirements for an undoable change.
 

Class Summary
mxBase64 A very fast and memory efficient class to encode and decode to and from BASE64 in full accordance with RFC 2045.

On Windows XP sp1 with 1.4.2_04 and later ;), this encoder and decoder is about 10 times faster on small arrays (10 - 1000 bytes) and 2-3 times as fast on larger arrays (10000 - 1000000 bytes) compared to sun.misc.Encoder()/Decoder().

On byte arrays the encoder is about 20% faster than Jakarta Commons Base64 Codec for encode and about 50% faster for decoding large arrays.
mxCellRenderer  
mxCellRenderer.CanvasFactory  
mxConstants Contains all global constants.
mxCurve  
mxDomUtils Contains various DOM API helper methods for use with mxGraph.
mxEvent Contains all global constants.
mxEventObject Base class for objects that dispatch named events.
mxEventSource Base class for objects that dispatch named events.
mxHtmlColor Contains various helper methods for use with mxGraph.
mxImage Implements a 2-dimensional point with double precision coordinates.
mxImageBundle Maps from keys to base64 encoded images or file locations.
mxLightweightLabel  
mxLine Implements a line with double precision coordinates.
mxPoint Implements a 2-dimensional point with double precision coordinates.
mxRectangle Implements a 2-dimensional rectangle with double precision coordinates.
mxResources  
mxSpline  
mxSpline1D One dimension of a spline curve
mxStyleUtils Contains various style helper methods for use with mxGraph.
mxUndoableEdit Implements a 2-dimensional rectangle with double precision coordinates.
mxUndoManager Implements an undo history.
mxUtils Contains various helper methods for use with mxGraph.
mxXmlUtils Contains various XML helper methods for use with mxGraph.
 

Package com.mxgraph.util Description

This package provides utility classes such as mxConstants, mxUtils, mxPoint and mxRectangle as well as all classes for custom events and the undo history.


mxGraph 2.4.0.0


Copyright (c) 2010 Gaudenz Alder, David Benson. All rights reserved.