P | |
paintCell, mxGraph | |
paintState, mxGraph | |
parent, mxCell | |
parsePoints, mxGraphViewImageReader | |
parser, mxGraphViewImageReader | |
parseState, mxGraphViewImageReader | |
parseXml, mxUtils | |
perimeter, mxConnectionConstraint | |
PERIMETER_ELLIPSE, mxConstants | |
PERIMETER_RECTANGLE, mxConstants | |
PERIMETER_RHOMBUS, mxConstants | |
PERIMETER_TRIANGLE, mxConstants | |
point, mxConnectionConstraint | |
points, mxGeometry | |
postProcessCellStyle, mxGraph | |
printLog, mxLog | |
processInclude, mxObjectCodec | |
properties, mxEventObject | |
putCellStyle, mxStylesheet | |
putDefaultEdgeStyle, mxStylesheet | |
putDefaultVertexStyle, mxStylesheet | |
putImage, mxImageBundle | |
putObject, mxCodec | |
putValue, mxStyleRegistry | |
R | |
RAD_PER_DEG, mxConstants | |
read, mxGraphViewImageReader | |
readFile | |
RectanglePerimeter, mxPerimeter | |
reference, mxCodec | |
register, mxCodecRegistry | |
relative, mxGeometry | |
remove | |
removeAllStylenames, mxUtils | |
removeEdge, mxCell | |
removeFromParent, mxCell | |
removeFromTerminal, mxCell | |
removeImageBundle, mxGraph | |
removeState, mxGraphView | |
removeStylename, mxUtils | |
resolve, mxCellPath | |
restoreClone, mxGraphModel | |
reverse, mxObjectCodec | |
RhombusPerimeter, mxPerimeter | |
root, mxGraphModel |
Reference to the parent cell.
var $parent
Parses a string that represents a list of points into an array of mxPoints.
function parsePoints( $str )
Holds the SAX parser.
var $parser
Parses the bounds, absolute points and label information from the style of the state into its respective fields and returns the label of the cell.
function parseState( $state, $edge )
Returns a new DOM document for the given XML string.
static function parseXml( $xml )
Boolean that specifies if the point should be projected onto the perimeter of the terminal.
var $perimeter
Name of the ellipse perimeter.
public static $PERIMETER_ELLIPSE
Name of the rectangle perimeter.
public static $PERIMETER_RECTANGLE
Name of the rhombus perimeter.
public static $PERIMETER_RHOMBUS
Name of the triangle perimeter.
public static $PERIMETER_TRIANGLE
mxPoint that specifies the fixed location of the connection point.
var $point
Array of mxPoints which specifies the control points along the edge.
var $points
Tries to resolve the value for the image style in the image bundles and turns short data URIs as defined in mxImageBundle to data URIs as defined in RFC 2397 of the IETF.
function postProcessCellStyle( $style )
Specifies if the log should be printed out.
public static $printLog
Returns true if the given node is an include directive and executes the include by decoding the XML document.
function processInclude( $dec, $node, $into )
Holds the event properties in an associative array that maps from string (key) to object (value).
var $properties
Stores the specified style under the given name.
function putCellStyle( $name, $style )
Sets the default style for edges.
function putDefaultEdgeStyle( $style )
Sets the default style for vertices.
function putDefaultVertexStyle( $style )
Adds the specified entry to the map.
function putImage( $key, $value )
Assoiates the given object with the given ID.
function putObject( $id, $object )
Puts the given object into the registry under the given name.
static function putValue( $name, $value )
Defines the number of radiants per degree.
public static $RAD_PER_DEG
Reads the specified view XML string.
function read( $string )
Reads the specified view XML file in blocks of 4096 bytes.
function readFile( $filename )
Reads the given filename into a string.
static function readFile( $filename )
Provides a rectangular perimeter.
public static $RectanglePerimeter
Hook for subclassers to implement a custom method for retrieving IDs from objects.
function reference( $obj )
Registers a new codec and associates the name of the template constructor in the codec with the codec object.
static function register( $codec )
Specifies if the coordinates in the geometry are to be interpreted as relative coordinates.
var $relative
Removes the child at the specified index from the child array and returns the child that was removed.
function remove( $index )
Removes the specified cell from the model using mxChildChange and adds the change to the current transaction.
function remove( $cell )
Removes all stylenames from the given style and returns the updated style.
static function removeAllStylenames( $style )
Removes the specified edge from the edge array and returns the edge.
function removeEdge( $edge, $outgoing )
Removes the cell from its parent.
function removeFromParent()
Removes the edge from its source or target terminal.
function removeFromTerminal( $source )
Removes the specified mxImageBundle.
function removeImageBundle( $bundle )
Removes and returns the mxCellState for the given cell.
function removeState( $cell )
Removes all occurrences of the specified stylename in the given style and returns the updated style.
static function removeStylename( $style, $stylename )
Returns the cell for the specified cell path using the given root as the root of the path.
static function resolve( $root, $path )
Inner helper method for restoring the connections in a network of cloned cells.
function restoreClone( $clne, $cell, $mapping )
Maps from from XML attribute names to fieldnames.
var $reverse
Provides a rhombus (aka diamond) perimeter.
public static $RhombusPerimeter
Holds the root cell, which in turn contains the cells that represent the layers of the diagram as child cells.
var $root