| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
| pageHeight — Property, interface com.yworks.canvas.ICanvasPrintContext |
|
The printable page height. |
| pageIndex — Property, interface com.yworks.canvas.ICanvasPrintContext |
|
The current page number. |
| pageWidth — Property, interface com.yworks.canvas.ICanvasPrintContext |
|
The printable page width. |
| paint(g:com.yworks.canvas.drawing:YGraphics, ctx:com.yworks.canvas.drawing:IPaintContext) — method, class com.yworks.canvas.drawing.AbstractInBetweenSnapResultPaintable |
|
Draws lines between:
outerLine1From and outerLine1To
outerLine2From and outerLine2To
innerLine1From and innerLine1To
innerLine2From and innerLine2To
as well as double-pointed arrows between distanceIndicator1From and
distanceIndicator1To resp. |
| paint(g:com.yworks.canvas.drawing:YGraphics, ctx:com.yworks.canvas.drawing:IPaintContext) — method, class com.yworks.canvas.drawing.AbstractSingleLineSnapResultPaintable |
|
This implementation does nothing and has to be overridden by it's subclasses. |
| paint(g:com.yworks.canvas.drawing:YGraphics, ctx:com.yworks.canvas.drawing:IPaintContext) — method, class com.yworks.canvas.drawing.AbstractTextPaintable |
| |
| paint(g:com.yworks.canvas.drawing:YGraphics, ctx:com.yworks.canvas.drawing:IPaintContext) — method, class com.yworks.canvas.drawing.EqualHeightPaintable |
|
Draws a vertical double-pointed arrow on the right-hand side of each rectangle using the set stroke. |
| paint(g:com.yworks.canvas.drawing:YGraphics, ctx:com.yworks.canvas.drawing:IPaintContext) — method, class com.yworks.canvas.drawing.EqualSizePaintable |
|
This implementation does nothing and has to be overridden by its subclasses. |
| paint(g:com.yworks.canvas.drawing:YGraphics, ctx:com.yworks.canvas.drawing:IPaintContext) — method, class com.yworks.canvas.drawing.EqualWidthPaintable |
|
Draws a horizontal double-pointed arrow above each rectangle using the set stroke. |
| paint(g:com.yworks.canvas.drawing:YGraphics, ctx:com.yworks.canvas.drawing:IPaintContext) — method, class com.yworks.canvas.drawing.FixedDistanceSnapResultPaintable |
|
Draws a line between sourceLineFrom and sourceLineTo as well as a double-pointed arrow
between distanceIndicatorFrom and distanceIndicatorTo. |
| paint(g:com.yworks.canvas.drawing:YGraphics, ctx:com.yworks.canvas.drawing:IPaintContext) — method, class com.yworks.canvas.drawing.FixedLinePaintable |
|
Draws a line between lineFrom and lineTo. |
| paint(g:com.yworks.canvas.drawing:YGraphics, ctx:com.yworks.canvas.drawing:IPaintContext) — method, class com.yworks.canvas.drawing.GeneralPathVisualCreator |
|
Performs the actual painting into the given graphics context. |
| paint(g:com.yworks.canvas.drawing:YGraphics, ctx:com.yworks.canvas.drawing:IPaintContext) — method, class com.yworks.canvas.drawing.GridPaintable |
|
Paints the grid by delegating to a paint method matching the gridStyle. |
| paint(g:com.yworks.canvas.drawing:YGraphics, ctx:com.yworks.canvas.drawing:IPaintContext) — method, class com.yworks.canvas.drawing.GridSnapResultPaintable |
|
Paints '+' symbols at the snappedGridPoint as well as at all eight grid points around it using
horizontalGridWidth and verticalGridWidth to determine their position. |
| paint(g:com.yworks.canvas.drawing:YGraphics, ctx:com.yworks.canvas.drawing:IPaintContext) — method, interface com.yworks.canvas.drawing.IPaintable |
|
Performs the actual painting into the given graphics context. |
| paint(g:com.yworks.canvas.drawing:YGraphics, ctx:com.yworks.canvas.drawing:IPaintContext) — method, class com.yworks.canvas.drawing.ShapePaintable |
|
Performs the actual painting into the given graphics context. |
| paint(g:com.yworks.canvas.drawing:YGraphics, ctx:com.yworks.canvas.drawing:IPaintContext) — method, class com.yworks.canvas.drawing.SimpleTextPaintable |
| |
| paint(g:com.yworks.canvas.drawing:YGraphics, ctx:com.yworks.canvas.drawing:IPaintContext) — method, class com.yworks.canvas.drawing.VariableLinePaintable |
|
Draws a line between sourcePoint and targetPoint that is extended by
the set offset. |
| paint(g:com.yworks.canvas.drawing:YGraphics, ctx:com.yworks.canvas.drawing:IPaintContext) — method, class com.yworks.canvas.drawing.VoidPaintable |
|
Performs the actual painting into the given graphics context. |
| paint(g:com.yworks.canvas.drawing:YGraphics, ctx:com.yworks.canvas.drawing:IPaintContext) — method, class com.yworks.graph.drawing.ArrowPaintable |
|
Transforms the given YGraphics matrix so that the arrow is pointing right and the arrow
tip is at (0, 0). |
| paint(g:com.yworks.canvas.drawing:YGraphics, ctx:com.yworks.canvas.drawing:IDisplayObjectContext) — method, class com.yworks.graph.drawing.BevelNodeStyleRenderer |
| |
| paint(g:com.yworks.canvas.drawing:YGraphics, ctx:com.yworks.canvas.drawing:IDisplayObjectContext) — method, class com.yworks.graph.drawing.GeneralPathNodeStyleRenderer |
| |
| paint(g:com.yworks.canvas.drawing:YGraphics, ctx:com.yworks.canvas.drawing:IPaintContext) — method, class com.yworks.graph.drawing.OverviewGraphPaintable |
|
Performs the actual painting into the given graphics context. |
| paint(g:com.yworks.canvas.drawing:YGraphics, ctx:com.yworks.canvas.drawing:IDisplayObjectContext) — method, class com.yworks.graph.drawing.PanelNodeStyleRenderer |
| |
| paint(g:com.yworks.canvas.drawing:YGraphics, ctx:com.yworks.canvas.drawing:IDisplayObjectContext) — method, class com.yworks.graph.drawing.ShapeNodeStyleRenderer |
| |
| paint(g:com.yworks.canvas.drawing:YGraphics, ctx:com.yworks.canvas.drawing:IDisplayObjectContext) — method, class com.yworks.graph.drawing.ShinyPlateNodeStyleRenderer |
| |
| paint(g:com.yworks.canvas.drawing:YGraphics, ctx:com.yworks.canvas.drawing:IPaintContext, node:com.yworks.graph.model:INode) — method, class com.yworks.graph.drawing.SimpleNodeStyle |
|
This style's renderer delegates the rendering to this method. |
| paint(g:com.yworks.canvas.drawing:YGraphics, ctx:com.yworks.canvas.drawing:IDisplayObjectContext) — method, class com.yworks.graph.drawing.SimplePortStyleRenderer |
| |
| paint(g:com.yworks.canvas.drawing:YGraphics, ctx:com.yworks.canvas.drawing:IDisplayObjectContext) — method, class com.yworks.graph.drawing.compat.JavaGenericNodeStyleRenderer |
|
Paints the node. |
| paint(g:com.yworks.canvas.drawing:YGraphics, ctx:com.yworks.canvas.drawing:IDisplayObjectContext) — method, class com.yworks.graph.drawing.compat.JavaNodeStyleRenderer |
| |
| paint(g:com.yworks.canvas.drawing:YGraphics, ctx:com.yworks.canvas.drawing:IPaintContext) — method, class com.yworks.graph.model.DefaultPortCandidateDescriptor |
| |
| paint(g:com.yworks.canvas.drawing:YGraphics, ctx:com.yworks.canvas.drawing:IPaintContext) — method, class com.yworks.graph.model.EdgeSelectionDisplayObjectCreator |
|
Performs the actual painting into the given graphics context. |
| paint3DBorder(g:com.yworks.canvas.drawing:YGraphics, ctx:com.yworks.canvas.drawing:IPaintContext) — method, class com.yworks.graph.drawing.compat.JavaShapeNodeStyleRenderer |
|
Paints the border for the ShapeNodeShape.rectangle3D shape. |
| PaintableDisplayObjectCreator — class, package com.yworks.canvas.drawing |
|
Simple IDisplayObjectCreator implementation which uses an
IPaintable to render the generated DisplayObject. |
| PaintableDisplayObjectCreator(paintable:com.yworks.canvas.drawing:IPaintable) — Constructor, class com.yworks.canvas.drawing.PaintableDisplayObjectCreator |
|
Creates a new instance which uses the given paintable to render the
DisplayObject
|
| paintArrow(g:com.yworks.canvas.drawing:YGraphics) — method, class com.yworks.graph.drawing.ArrowPaintable |
|
Paints the arrow in the given YGraphics object, assuming that the arrow is pointing to the right
and the arrow tip is at (0, 0). |
| paintBend(g:com.yworks.canvas.drawing:YGraphics, ctx:com.yworks.canvas.drawing:IPaintContext, bend:com.yworks.graph.model:IBend) — method, class com.yworks.graph.model.EdgeSelectionDisplayObjectCreator |
|
Draws the bend assuming that the graphics context is correctly configured so that the bend is located at (0, 0). |
| paintBends(g:com.yworks.canvas.drawing:YGraphics, ctx:com.yworks.canvas.drawing:IPaintContext) — method, class com.yworks.graph.model.EdgeSelectionDisplayObjectCreator |
|
Transforms the graphics context to paint in view coordinates and iterates over the edge's bends. |
| paintComplete — Property, class com.yworks.canvas.PrintSprite |
|
Whether painting this sprite has finished. |
| paintContent(g:com.yworks.canvas.drawing:YGraphics, ctx:com.yworks.canvas.drawing:IPaintContext, width:Number, height:Number) — method, class com.yworks.graph.drawing.CSSLabelStyleRenderer |
|
Paints the text content using the drawStyledString method of YGraphics. |
| paintContent(g:com.yworks.canvas.drawing:YGraphics, ctx:com.yworks.canvas.drawing:IPaintContext, width:Number, height:Number) — method, class com.yworks.graph.drawing.SimpleLabelStyleRenderer |
|
paint the text content using the graphics context's drawString method. |
| paintCrosses(g:com.yworks.canvas.drawing:YGraphics, ctx:com.yworks.canvas.drawing:IPaintContext) — method, class com.yworks.canvas.drawing.GridPaintable |
|
Paints a cross at each visible grid point by delegating to drawCrossPoint. |
| paintDots(g:com.yworks.canvas.drawing:YGraphics, ctx:com.yworks.canvas.drawing:IPaintContext) — method, class com.yworks.canvas.drawing.GridPaintable |
|
Paints a dot at each visible grid point by delegating to drawDotPoint. |
| paintEdge(g:com.yworks.canvas.drawing:YGraphics, ctx:com.yworks.canvas.drawing:IPaintContext, edge:com.yworks.graph.model:IEdge) — method, class com.yworks.graph.drawing.OverviewGraphPaintable |
|
Callback that paints the edge. |
| paintGridPoint(g:com.yworks.canvas.drawing:YGraphics, ctx:com.yworks.canvas.drawing:IPaintContext, x:Number, y:Number, size:Number) — method, class com.yworks.canvas.drawing.GridSnapResultPaintable |
|
Paints a '+' symbol at the given x and y coordinates stretching size
long to each side. |
| paintGroupNode(g:com.yworks.canvas.drawing:YGraphics, ctx:com.yworks.canvas.drawing:IPaintContext, node:com.yworks.graph.model:INode) — method, class com.yworks.graph.drawing.OverviewGraphPaintable |
|
Callback that paints the group node. |
| paintLines(g:com.yworks.canvas.drawing:YGraphics, ctx:com.yworks.canvas.drawing:IPaintContext) — method, class com.yworks.canvas.drawing.GridPaintable |
|
Paints horizontal and vertical lines through all visible grid points. |
| paintNode(g:com.yworks.canvas.drawing:YGraphics, ctx:com.yworks.canvas.drawing:IPaintContext, node:com.yworks.graph.model:INode) — method, class com.yworks.graph.drawing.OverviewGraphPaintable |
|
Callback that paints the node. |
| paintNode(g:com.yworks.canvas.drawing:YGraphics, ctx:com.yworks.canvas.drawing:IPaintContext) — method, class com.yworks.graph.drawing.compat.JavaNodeStyleRenderer |
| |
| paintNode(g:com.yworks.canvas.drawing:YGraphics, ctx:com.yworks.canvas.drawing:IPaintContext) — method, class com.yworks.graph.drawing.compat.JavaShapeNodeStyleRenderer |
| |
| paintPath(g:com.yworks.canvas.drawing:YGraphics, ctx:com.yworks.canvas.drawing:IPaintContext) — method, class com.yworks.graph.model.EdgeSelectionDisplayObjectCreator |
|
Looks up the IPathGeometry of the edge and draws its path. |
| paintShadow(g:com.yworks.canvas.drawing:YGraphics, ctx:com.yworks.canvas.drawing:IPaintContext) — method, class com.yworks.graph.drawing.compat.JavaShapeNodeStyleRenderer |
|
Paints a shadow for the shape node. |
| paintShape(g:com.yworks.canvas.drawing:YGraphics, ctx:com.yworks.canvas.drawing:IPaintContext) — method, class com.yworks.graph.drawing.compat.JavaShapeNodeStyleRenderer |
|
Paint the shape after stroke and fill have been applied. |
| paintTargetPortCandidates(ctx:com.yworks.canvas.drawing:IDisplayObjectContext, candidates:com.yworks.support:Iterable) — method, class com.yworks.graph.input.CreateEdgeInputMode |
|
Draws representations of the IPortCandidates for the target port of the edge to create. |
| PanelNodeStyle — class, package com.yworks.graph.drawing |
|
Simple basic implementation of the IPanelNodeStyle that is used by the
PanelNodeStyleRenderer node style renderer implementation. |
| PanelNodeStyle(color:uint, labelInsetsColor:uint, insets:flash.geom:Rectangle, renderer:com.yworks.graph.drawing:PanelNodeStyleRenderer) — Constructor, class com.yworks.graph.drawing.PanelNodeStyle |
|
Creates a new instance using the given parameter. |
| PanelNodeStyleRenderer — class, package com.yworks.graph.drawing |
|
A INodeStyle renderer implementation that draws a simple floating panel
with a slight gradient, a thin border and a simple drop shadow. |
| PanelNodeStyleRenderer() — Constructor, class com.yworks.graph.drawing.PanelNodeStyleRenderer |
| |
| paperHeight — Property, interface com.yworks.canvas.ICanvasPrintContext |
|
The overall paper height
|
| paperWidth — Property, interface com.yworks.canvas.ICanvasPrintContext |
|
The overall paper width
|
| parallelogram — Constant Static Property, class com.yworks.graph.drawing.ShapeNodeShape |
|
Shape type constant. |
| PARALLELOGRAM — Constant Static Property, class com.yworks.graph.drawing.ShapeNodeShape |
|
Deprecated. |
| PARAM_ENCODING — Constant Static Property, class com.yworks.remote.AbstractRoundtripHandler |
|
The name of the request parameter which determines the graph encoding. |
| PARAM_ENCODING — Constant Static Property, class com.yworks.remote.RoundtripHandler |
|
The name of the request parameter which determines the graph encoding. |
| parameter — Property, interface com.yworks.graph.input.ILabelConfiguration |
|
The label model parameter. |
| parameter — Property, class com.yworks.graph.input.LabelConfiguration |
|
The label model parameter. |
| parameters — Property, class com.yworks.graph.model.GenericLabelModel |
|
Gets the parameter list. |
| PARAM_GRAPH — Constant Static Property, class com.yworks.remote.AbstractRoundtripHandler |
|
The name of the request parameter which holds the GraphML string. |
| PARAM_GRAPH — Constant Static Property, class com.yworks.remote.RoundtripHandler |
|
The name of the request parameter which holds the GraphML string. |
| parent — Property, class com.yworks.graph.model.StripeEvent |
|
The parent of the stripe. |
| parentInputMode — Property, interface com.yworks.canvas.input.IInputModeContext |
|
Yields the IInputMode which issued the context object. |
| parentInputMode — Property, class com.yworks.canvas.input.SimpleInputModeContext |
|
Yields the IInputMode which issued the context object. |
| parse(graphMLElement:XML) — method, class com.yworks.io.graphml.reader.GraphMLParser |
|
Parses a GraphML element
|
| parse(style:com.yworks.graph.drawing:IEdgeStyle, element:XML, context:com.yworks.io.graphml.reader:GraphMLParseContext) — method, class com.yworks.io.graphml.realizer.AbstractEdgeRealizerSerializer |
|
Parses a serialized yFiles Java edge realizer into the given style. |
| parse(style:com.yworks.graph.drawing:INodeStyle, layout:com.yworks.canvas.geom:IMutableRectangle, element:XML, context:com.yworks.io.graphml.reader:GraphMLParseContext) — method, class com.yworks.io.graphml.realizer.AbstractJavaNodeRealizerSerializer |
|
Parses a serialized yFiles Java node realizer into the given style. |
| parse(style:com.yworks.graph.drawing:INodeStyle, layout:com.yworks.canvas.geom:IMutableRectangle, element:XML, context:com.yworks.io.graphml.reader:GraphMLParseContext) — method, class com.yworks.io.graphml.realizer.AbstractNodeRealizerSerializer |
|
Parses a serialized yFiles Java node realizer into the given style. |
| parse(style:com.yworks.graph.drawing:IEdgeStyle, element:XML, context:com.yworks.io.graphml.reader:GraphMLParseContext) — method, interface com.yworks.io.graphml.realizer.IEdgeRealizerSerializer |
|
Parses a serialized yFiles Java edge realizer into the given style. |
| parse(label:com.yworks.graph.model:ILabel, style:com.yworks.graph.drawing:ILabelStyle, element:XML, context:com.yworks.io.graphml.reader:GraphMLParseContext) — method, interface com.yworks.io.graphml.realizer.ILabelSerializer |
|
Parses a serialized yFiles Java node realizer into the given style. |
| parse(style:com.yworks.graph.drawing:INodeStyle, layout:com.yworks.canvas.geom:IMutableRectangle, element:XML, context:com.yworks.io.graphml.reader:GraphMLParseContext) — method, interface com.yworks.io.graphml.realizer.INodeRealizerSerializer |
|
Parses a serialized yFiles Java node realizer into the given style. |
| parse(style:com.yworks.graph.drawing:INodeStyle, layout:com.yworks.canvas.geom:IMutableRectangle, element:XML, context:com.yworks.io.graphml.reader:GraphMLParseContext) — method, class com.yworks.io.graphml.realizer.ImageNodeStyleRealizerSerializer |
|
Parses an image or SWF node. |
| parse(style:com.yworks.graph.drawing:INodeStyle, layout:com.yworks.canvas.geom:IMutableRectangle, element:XML, context:com.yworks.io.graphml.reader:GraphMLParseContext) — method, class com.yworks.io.graphml.realizer.JavaGroupNodeRealizerSerializer |
|
Parses a serialized yFiles Java node realizer into the given style. |
| parse(style:com.yworks.graph.drawing:INodeStyle, layout:com.yworks.canvas.geom:IMutableRectangle, element:XML, context:com.yworks.io.graphml.reader:GraphMLParseContext) — method, class com.yworks.io.graphml.realizer.JavaImageNodeRealizerSerializer |
|
Parses a serialized yFiles Java node realizer into the given style. |
| parse(style:com.yworks.graph.drawing:INodeStyle, layout:com.yworks.canvas.geom:IMutableRectangle, element:XML, context:com.yworks.io.graphml.reader:GraphMLParseContext) — method, class com.yworks.io.graphml.realizer.JavaShapeNodeRealizerSerializer |
|
Parses a serialized yFiles Java node realizer into the given style. |
| parse(style:com.yworks.graph.drawing:IEdgeStyle, element:XML, context:com.yworks.io.graphml.reader:GraphMLParseContext) — method, class com.yworks.io.graphml.realizer.PolylineEdgeStyleRealizerSerializer |
|
Parses a serialized yFiles Java edge realizer into the given style. |
| parse(style:com.yworks.graph.drawing:INodeStyle, layout:com.yworks.canvas.geom:IMutableRectangle, element:XML, context:com.yworks.io.graphml.reader:GraphMLParseContext) — method, class com.yworks.io.graphml.realizer.ProxyNodeRealizerSerializer |
|
Tries to find a realizer serializers for the active and inactive realizer of the proxy realizer. |
| parse(style:com.yworks.graph.drawing:INodeStyle, layout:com.yworks.canvas.geom:IMutableRectangle, element:XML, context:com.yworks.io.graphml.reader:GraphMLParseContext) — method, class com.yworks.io.graphml.realizer.ShapeNodeStyleRealizerSerializer |
|
Parses a serialized yFiles Java node realizer into the given style. |
| parse(label:com.yworks.graph.model:ILabel, style:com.yworks.graph.drawing:ILabelStyle, element:XML, context:com.yworks.io.graphml.reader:GraphMLParseContext) — method, class com.yworks.io.graphml.realizer.SimpleLabelRealizerSerializer |
|
Parses a serialized yFiles Java node realizer into the given style. |
| parseARGB_Alpha(colorStr:String) — Static Method , class com.yworks.io.graphml.realizer.GraphicsSerializationToolkit |
|
Parses an ARGB string to get the alpha value. |
| parseARGB_Color(colorStr:String) — Static Method , class com.yworks.io.graphml.realizer.GraphicsSerializationToolkit |
|
Parses an ARGB string to get the RGB color. |
| parseArrows(arrowsElement:XML, style:com.yworks.graph.drawing:IEdgeStyle) — method, class com.yworks.io.graphml.realizer.AbstractEdgeRealizerSerializer |
|
Parse the GraphML arrows element that defines the arrows for the current edge
|
| parseArrows(arrowsElement:XML, edgeStyle:com.yworks.graph.drawing:AbstractEdgeStyle) — Static Method , class com.yworks.io.graphml.realizer.GraphicsSerializationToolkit |
|
Parses an XML element which represents an edge's arrows and setting the edge style accordingly. |
| parseBool(boolStr:String) — Static Method , class com.yworks.io.graphml.realizer.GraphicsSerializationToolkit |
|
Converts a String into a Boolean value. |
| parseBorderStyle(style:com.yworks.graph.drawing:ShapeNodeStyle, borderStyleElement:XML, context:com.yworks.io.graphml.reader:GraphMLParseContext) — method, class com.yworks.io.graphml.realizer.ShapeNodeStyleRealizerSerializer |
|
Parse a GraphML border style element
|
| parseCollectionProperty(context:com.yworks.io.graphml.reader:GraphMLParseContext, instance:Object, collectionChildren:XMLList, propertyName:String) — method, class com.yworks.io.graphml.reader.deserializer.ReflectionBasedDeserializer |
|
Parses and applies collectionContent to a list property. |
| parseData(context:com.yworks.io.graphml.reader:GraphMLParseContext, defaultValue:Boolean, dataElement:XML) — method, class com.yworks.io.graphml.reader.AbstractInputHandler |
|
Forwards to parseItemData
This method is invoked each time a data element with matching key
is processed. |
| parseData(context:com.yworks.io.graphml.reader:GraphMLParseContext, defaultValue:Boolean, dataElement:XML) — method, class com.yworks.io.graphml.reader.AttributeInputHandler |
|
This method is invoked each time a data element with matching key
is processed. |
| parseData(context:com.yworks.io.graphml.reader:GraphMLParseContext, defaultValue:Boolean, dataElement:XML) — method, class com.yworks.io.graphml.reader.AutoMapperAttributeInputHandler |
|
This method is invoked each time a data element with matching key
is processed. |
| parseData(context:com.yworks.io.graphml.reader:GraphMLParseContext, defaultValue:Boolean, dataElement:XML) — method, interface com.yworks.io.graphml.reader.IInputHandler |
|
This method is invoked each time a data element with matching key
is processed. |
| parseData(context:com.yworks.io.graphml.reader:GraphMLParseContext, defaultValue:Boolean, dataElement:XML) — method, class com.yworks.io.graphml.reader.SharedDataInputHandler |
|
This method is invoked each time a data element with matching key
is processed. |
| parseData(context:com.yworks.io.graphml.reader:GraphMLParseContext, defaultValue:Boolean, dataElement:XML) — method, class com.yworks.io.graphml.realizer.CompatResourceInputHandler |
|
This method is invoked each time a data element with matching key
is processed. |
| parseData(context:com.yworks.io.graphml.reader:GraphMLParseContext, defaultValue:Boolean, dataElement:XML) — method, class com.yworks.io.graphml.realizer.ReadLabelRealizerHandler |
|
Parse a GraphML data element and delegate label element parsing to parseItemData
This implementation first tries to find the IRealizerSerializer for the current element. |
| parseDataNodes(dataElements:com.yworks.support:IMapper, handlerDef:GraphMLParser.as$785:HandlerDefinition) — method, class com.yworks.io.graphml.reader.GraphMLParser |
|
Parses the data elements of a graphml element using a suitable handler. |
| parseDefaultData(context:com.yworks.io.graphml.reader:GraphMLParseContext, keyElement:XML) — method, class com.yworks.io.graphml.reader.AbstractInputHandler |
|
This method is invoked when the default value of the key element
for a data element is parsed. |
| parseDefaultData(context:com.yworks.io.graphml.reader:GraphMLParseContext, keyElement:XML) — method, class com.yworks.io.graphml.reader.AttributeInputHandler |
|
This method is invoked when the default value of the key element for a data tag is parsed. |
| parseDefaultData(context:com.yworks.io.graphml.reader:GraphMLParseContext, keyElement:XML) — method, class com.yworks.io.graphml.reader.AutoMapperAttributeInputHandler |
|
This method is invoked when the default value of the key element for a data tag is parsed. |
| parseDefaultData(context:com.yworks.io.graphml.reader:GraphMLParseContext, keyElement:XML) — method, interface com.yworks.io.graphml.reader.IInputHandler |
|
This method is invoked when the default value of the key element for a data tag is parsed. |
| parseDefaultData(context:com.yworks.io.graphml.reader:GraphMLParseContext, keyElement:XML) — method, class com.yworks.io.graphml.reader.ObjectMapperAttributeInputHandler |
|
This method is invoked when the default value of the key element
for a data element is parsed. |
| parseDefaultData(context:com.yworks.io.graphml.reader:GraphMLParseContext, keyElement:XML) — method, class com.yworks.io.graphml.reader.SharedDataInputHandler |
|
This method is invoked when the default value of the key element for a data tag is parsed. |
| parseDefaultData(context:com.yworks.io.graphml.reader:GraphMLParseContext, keyElement:XML) — method, class com.yworks.io.graphml.realizer.CompatResourceInputHandler |
|
This method is invoked when the default value of the key element for a data tag is parsed. |
| parseEdgeAttributes(context:com.yworks.io.graphml.reader:GraphMLParseContext) — method, interface com.yworks.io.graphml.reader.IXmlAttributesParser |
|
Parse the XML attributes of a edge element
|
| parseEdgeAttributes(context:com.yworks.io.graphml.reader:GraphMLParseContext) — method, class com.yworks.io.graphml.reader.XmlAttributesParserAdapter |
|
Parse the XML attributes of a edge element
|
| parseEdgeElement(edgeElement:XML) — method, class com.yworks.io.graphml.reader.GraphMLParser |
|
Parses a XML element representing an edge. |
| parseEdgeLabel(context:com.yworks.io.graphml.reader:GraphMLParseContext, label:com.yworks.graph.model:ILabel, style:com.yworks.graph.drawing:ILabelStyle, labelElement:XML) — method, class com.yworks.io.graphml.realizer.SimpleLabelRealizerSerializer |
|
Parse a <y:EdgeLabel> element. |
| parseEdgeLabelModel(context:com.yworks.io.graphml.reader:GraphMLParseContext, label:com.yworks.graph.model:ILabel, labelElement:XML) — method, class com.yworks.io.graphml.realizer.SimpleLabelRealizerSerializer |
|
Parse a xml element for an EdgeLabelModel. |
| ParseError — class, package com.yworks.io |
|
A fatal error that occured while parsing some input. |
| ParseError(msg:String, id:int) — Constructor, class com.yworks.io.ParseError |
| |
| parseErrorHandler — Property, class com.yworks.io.graphml.GraphMLIOHandler |
|
An error handler that will be used to handle errors which occur during parsing. |
| parseErrorHandler — Property, class com.yworks.io.graphml.reader.GraphMLParser |
|
The error handler for parsing. |
| parseFill(style:com.yworks.graph.drawing:ShapeNodeStyle, fillElement:XML, context:com.yworks.io.graphml.reader:GraphMLParseContext) — method, class com.yworks.io.graphml.realizer.ShapeNodeStyleRealizerSerializer |
|
Parse a GraphML fill element
|
| parseFillColor(colorStr:String) — Static Method , class com.yworks.io.graphml.realizer.GraphicsSerializationToolkit |
|
Creates a IFill instance with the color coded by the given String. |
| parseFolderElement(element:XML) — method, class com.yworks.io.graphml.reader.GraphMLParser |
|
Parses a folder element. |
| parseGraphAttributes(context:com.yworks.io.graphml.reader:GraphMLParseContext) — method, interface com.yworks.io.graphml.reader.IXmlAttributesParser |
|
Parse the XML attributes of a graph element
|
| parseGraphAttributes(context:com.yworks.io.graphml.reader:GraphMLParseContext) — method, class com.yworks.io.graphml.reader.XmlAttributesParserAdapter |
|
Parse the XML attributes of a graph element
|
| parseGraphElement(graphElement:XML) — method, class com.yworks.io.graphml.reader.GraphMLParser |
|
Parses a XML element representing a graph
|
| parseGraphMLAttributes(context:com.yworks.io.graphml.reader:GraphMLParseContext) — method, interface com.yworks.io.graphml.reader.IXmlAttributesParser |
|
Parse the XML attributes of a graphml element
|
| parseGraphMLAttributes(context:com.yworks.io.graphml.reader:GraphMLParseContext) — method, class com.yworks.io.graphml.reader.XmlAttributesParserAdapter |
|
Parse the XML attributes of a graphml element
|
| parseItemData(context:com.yworks.io.graphml.reader:GraphMLParseContext, graph:com.yworks.graph.model:IGraph, item:Object, defaultMode:Boolean, element:XML) — method, class com.yworks.io.graphml.reader.AbstractInputHandler |
|
Parse the element for the given item. |
| parseItemData(context:com.yworks.io.graphml.reader:GraphMLParseContext, graph:com.yworks.graph.model:IGraph, item:Object, defaultMode:Boolean, element:XML) — method, class com.yworks.io.graphml.reader.EdgeStyleInputHandler |
|
Parses the data. |
| parseItemData(context:com.yworks.io.graphml.reader:GraphMLParseContext, graph:com.yworks.graph.model:IGraph, item:Object, defaultMode:Boolean, element:XML) — method, class com.yworks.io.graphml.reader.LabelInputHandler |
|
Parses the data. |
| parseItemData(context:com.yworks.io.graphml.reader:GraphMLParseContext, graph:com.yworks.graph.model:IGraph, item:Object, defaultMode:Boolean, element:XML) — method, class com.yworks.io.graphml.reader.NodeInsetsInputHandler |
|
Parse the element for the given item. |
| parseItemData(context:com.yworks.io.graphml.reader:GraphMLParseContext, graph:com.yworks.graph.model:IGraph, item:Object, defaultMode:Boolean, element:XML) — method, class com.yworks.io.graphml.reader.NodeStyleInputHandler |
|
Parses the data. |
| parseItemData(context:com.yworks.io.graphml.reader:GraphMLParseContext, graph:com.yworks.graph.model:IGraph, item:Object, defaultMode:Boolean, element:XML) — method, class com.yworks.io.graphml.reader.ObjectMapperAttributeInputHandler |
|
Parse the element for the given item. |
| parseItemData(context:com.yworks.io.graphml.reader:GraphMLParseContext, graph:com.yworks.graph.model:IGraph, item:Object, defaultMode:Boolean, element:XML) — method, class com.yworks.io.graphml.reader.PortLocationModelInputHandler |
|
Parses the data. |
| parseItemData(context:com.yworks.io.graphml.reader:GraphMLParseContext, graph:com.yworks.graph.model:IGraph, item:Object, defaultMode:Boolean, element:XML) — method, class com.yworks.io.graphml.reader.PortStyleInputHandler |
|
Parses the data. |
| parseItemData(context:com.yworks.io.graphml.reader:GraphMLParseContext, graph:com.yworks.graph.model:IGraph, item:Object, defaultMode:Boolean, dataElement:XML) — method, class com.yworks.io.graphml.reader.ReadEdgeLayoutHandler |
|
Parse the element for the given item. |
| parseItemData(context:com.yworks.io.graphml.reader:GraphMLParseContext, graph:com.yworks.graph.model:IGraph, item:Object, defaultMode:Boolean, dataElement:XML) — method, class com.yworks.io.graphml.reader.ReadNodeLayoutHandler |
|
Parse the element for the given item. |
| parseItemData(context:com.yworks.io.graphml.reader:GraphMLParseContext, graph:com.yworks.graph.model:IGraph, item:Object, defaultMode:Boolean, dataElement:XML) — method, class com.yworks.io.graphml.reader.ReadPortLayoutHandler |
|
Parse the element for the given item. |
| parseItemData(context:com.yworks.io.graphml.reader:GraphMLParseContext, graph:com.yworks.graph.model:IGraph, item:Object, defaultMode:Boolean, dataElement:XML) — method, class com.yworks.io.graphml.realizer.ReadEdgeRealizerHandler |
|
Parse the element for the given item. |
| parseItemData(context:com.yworks.io.graphml.reader:GraphMLParseContext, graph:com.yworks.graph.model:IGraph, item:Object, defaultMode:Boolean, labelElement:XML) — method, class com.yworks.io.graphml.realizer.ReadLabelRealizerHandler |
|
Parse the element for the given item. |
| parseItemData(context:com.yworks.io.graphml.reader:GraphMLParseContext, graph:com.yworks.graph.model:IGraph, item:Object, defaultMode:Boolean, dataElement:XML) — method, class com.yworks.io.graphml.realizer.ReadNodeRealizerHandler |
|
Parse the element for the given item. |
| parseKeyElement(keyElement:XML) — method, class com.yworks.io.graphml.reader.GraphMLParser |
|
Parses a XML key element
|
| parseLabelBackground(context:com.yworks.io.graphml.reader:GraphMLParseContext, label:com.yworks.graph.model:ILabel, style:com.yworks.graph.drawing:ILabelStyle, element:XML) — method, class com.yworks.io.graphml.realizer.SimpleLabelRealizerSerializer |
|
Parse a xml element representing the label's background. |
| parseLineStyle(lineStyleElement:XML, edgeStyle:com.yworks.graph.drawing:PolylineEdgeStyle) — method, class com.yworks.io.graphml.realizer.PolylineEdgeStyleRealizerSerializer |
|
Parse the line style element. |
| parseLineType(element:XML) — Static Method , class com.yworks.io.graphml.realizer.GraphicsSerializationToolkit |
|
Parses a given XML element to create a line type. |
| parseLocation(element:XML) — Static Method , class com.yworks.io.graphml.realizer.GraphicsSerializationToolkit |
|
Creates an IPoint instance which holds the coordinates
parsed from the given XML element. |
| parseNamedOrARGBColor(colorStr:String) — Static Method , class com.yworks.io.graphml.realizer.GraphicsSerializationToolkit |
|
Parses a String for a hex or named representation of a color and creates
a corresponding ColorStruct. |
| parseNodeAttributes(context:com.yworks.io.graphml.reader:GraphMLParseContext) — method, interface com.yworks.io.graphml.reader.IXmlAttributesParser |
|
Parse the XML attributes of a node element
|
| parseNodeAttributes(context:com.yworks.io.graphml.reader:GraphMLParseContext) — method, class com.yworks.io.graphml.reader.XmlAttributesParserAdapter |
|
Parse the XML attributes of a node element
|
| parseNodeElement(nodeElement:XML) — method, class com.yworks.io.graphml.reader.GraphMLParser |
|
Parses a XML element representing a node. |
| parseNodeLabel(context:com.yworks.io.graphml.reader:GraphMLParseContext, label:com.yworks.graph.model:ILabel, style:com.yworks.graph.drawing:ILabelStyle, labelElement:XML) — method, class com.yworks.io.graphml.realizer.SimpleLabelRealizerSerializer |
|
Parse a <y:NodeLabel> element. |
| parseNodeLayout(nodeElement:XML, layout:com.yworks.canvas.geom:IMutableRectangle) — Static Method , class com.yworks.io.graphml.realizer.GraphicsSerializationToolkit |
|
Parses the given XML element which represents a node layout and sets the coordinates
of the given layout rectangle accordingly. |
| parsePath(pathElement:XML, edge:com.yworks.graph.model:IEdge, graph:com.yworks.graph.model:IGraph) — method, class com.yworks.io.graphml.realizer.AbstractEdgeRealizerSerializer |
|
Parse the GraphML Path element which defines the control points of the current edge
|
| parsePath(pathElement:XML, edge:com.yworks.graph.model:IEdge, graph:com.yworks.graph.model:IGraph) — Static Method , class com.yworks.io.graphml.realizer.GraphicsSerializationToolkit |
|
Parses the given XML element which represents an edge path and sets the given edges path accordingly. |
| parsePortAttributes(context:com.yworks.io.graphml.reader:GraphMLParseContext) — method, interface com.yworks.io.graphml.reader.IXmlAttributesParser |
|
Parse the XML attributes of a port element
|
| parsePortAttributes(context:com.yworks.io.graphml.reader:GraphMLParseContext) — method, class com.yworks.io.graphml.reader.XmlAttributesParserAdapter |
|
Parse the XML attributes of a port element
|
| parsePortElement(portElement:XML) — method, class com.yworks.io.graphml.reader.GraphMLParser |
|
Parses a port element. |
| parseRealizer(graph:com.yworks.graph.model:IGraph, edge:com.yworks.graph.model:IEdge, edgegraphicsElement:XML, context:com.yworks.io.graphml.reader:GraphMLParseContext) — method, class com.yworks.io.graphml.realizer.ReadEdgeRealizerHandler |
|
Parse the given edgegraphics GraphML element using an IRealizerSerializer instance fetched from the RealizerSerializerManager. |
| parseRealizer(graph:com.yworks.graph.model:IGraph, label:com.yworks.graph.model:ILabel, element:XML, context:com.yworks.io.graphml.reader:GraphMLParseContext) — method, class com.yworks.io.graphml.realizer.ReadLabelRealizerHandler |
|
Parse a GraphML label element
|
| parseRealizer(nodegraphicsElement:XML, node:com.yworks.graph.model:INode, layout:com.yworks.canvas.geom:IMutableRectangle, context:com.yworks.io.graphml.reader:GraphMLParseContext) — method, class com.yworks.io.graphml.realizer.ReadNodeRealizerHandler |
|
Parse a GraphML node element
|
| parseRGBAColor(colorStr:String) — Static Method , class com.yworks.io.graphml.realizer.GraphicsSerializationToolkit |
|
Parses a String which encodes a RGBA color ("#RRGGBBAA") and returns
a ColorStruct. |
| parseShape(style:com.yworks.graph.drawing:ShapeNodeStyle, shapeElement:XML, context:com.yworks.io.graphml.reader:GraphMLParseContext) — method, class com.yworks.io.graphml.realizer.ShapeNodeStyleRealizerSerializer |
|
Parse a GraphML shape element
|
| parseStroke(colorStr:String, widthStr:String, argb:Boolean) — Static Method , class com.yworks.io.graphml.realizer.GraphicsSerializationToolkit |
|
Creates a (simple) IStroke instance from a given String. |
| parseTextFormat(labelElement:XML) — method, class com.yworks.io.graphml.realizer.SimpleLabelRealizerSerializer |
|
Parse the text format information in a GraphML label element into an UITextFormat object. |
| paste() — method, class com.yworks.graph.input.GraphEditorInputMode |
|
Pastes the current clipboard contents. |
| paste(targetGraph:com.yworks.graph.model:IGraph, graphSelection:com.yworks.graph.model:IGraphSelection, filter:Function, elementPasted:Function) — method, class com.yworks.graph.model.GraphClipboard |
|
Pastes the contents from the clipboardGraph to the targetGraph
after applying a filter. |
| paste(item:Object, userData:Object) — method, interface com.yworks.graph.model.IClipboardHelper |
|
This method is called after the item has been pasted from the clipboard. |
| paste() — method, class com.yworks.ui.GraphCanvasComponent |
|
Pastes the clipboard's contents into the actual graph. |
| PASTE — Static Property, class com.yworks.resources.Actions |
| |
| pasteDelta — Property, class com.yworks.graph.input.GraphEditorInputMode |
|
The offset for paste operation if clipboard operations are enabled. |
| pasteDelta — Property, class com.yworks.graph.model.GraphClipboard |
|
A vector that will be used to move nodes and bends by
after they have been pasted to the target graph. |
| path — Property, class com.yworks.canvas.drawing.GeneralPathVisualCreator |
|
Returns the path to render. |
| path — Property, class com.yworks.graph.drawing.GeneralPathNodeStyle |
|
Get the path that defines the boundary of the shape. |
| path — Property, interface com.yworks.graph.drawing.IGeneralPathNodeStyle |
|
Get the path that defines the boundary of the shape. |
| path — Property, class com.yworks.graph.drawing.PathBasedEdgeStyleRenderer |
|
The path instance that this instance is working with. |
| PathBasedEdgeStyleRenderer — class, package com.yworks.graph.drawing |
|
An abstract base class for IEdgeStyleRenderer implementations that are based on
the calculation of a GeneralPath. |
| pathContains(x:Number, y:Number, eps:Number) — method, class com.yworks.canvas.drawing.GeneralPath |
|
Tests whether the line of the path is hit at the given point using an epsilon
for fuzzy hit testing. |
| PathCursor — class, package com.yworks.canvas.drawing |
|
A class that is used by GeneralPath to iterate over the elements
the path is made up of. |
| PathCursor(path:com.yworks.canvas.drawing:GeneralPath) — Constructor, class com.yworks.canvas.drawing.PathCursor |
| |
| PathType — class, package com.yworks.canvas.drawing |
|
Possible types that make up a GeneralPath
|
| pattern — Property, class com.yworks.canvas.drawing.AdvancedStroke |
|
Get or set the pattern used for drawing dashed/dotted strokes. |
| PDF — Static Property, class com.yworks.resources.Actions |
| |
| peek() — method, class com.yworks.support.YList |
|
Equivalent to first
|
| performingRedo — Property, class com.yworks.support.UndoEngine |
|
Indicates whether this instance is currently performing a redo operation. |
| performingUndo — Property, class com.yworks.support.UndoEngine |
|
Indicates whether this instance is currently performing an undo operation. |
| performTransition(transition:com.yworks.support:Transition) — method, class com.yworks.support.StateMachine |
|
Executes a given transition programmatically, regardless whether this
is currently allowed. |
| pickBestParameter(label:com.yworks.graph.model:ILabel, labelLayout:com.yworks.canvas.geom:IOrientedRectangle, parameters:com.yworks.support:Iterator) — method, class com.yworks.graph.model.DefaultLabelModelParameterFinder |
|
Tries to find a parameter that best matches the given layout for the provided label instance
among the set of given parameters. |
| placeInCell(graph:com.yworks.graph.model:IGraph, tableNode:com.yworks.graph.model:INode, nodeToPlace:com.yworks.graph.model:INode, column:com.yworks.graph.model:IColumn, row:com.yworks.graph.model:IRow) — Static Method , class com.yworks.graph.model.TableUtils |
|
Convenience method to place the given node inside the table cell which is specified
by the given row and column. |
| play() — method, class com.yworks.graph.anim.GraphMorpher |
|
Start the animation. |
| PLAY — Static Property, class com.yworks.resources.Actions |
| |
| PNGEncoder — class, package com.yworks.util |
|
Class that converts BitmapData into a valid PNG
|
| point — Property, class com.yworks.canvas.input.PointHandle |
|
Gets a point implementation that is based on the getter and setter. |
| point — Property, class com.yworks.graph.input.snapLines.PointBasedSnapLine |
|
Gets the point that is associated with this snap line. |
| PointBasedSnapLine — class, package com.yworks.graph.input.snapLines |
|
A specialized SnapLine that carries an IPoint as additional information
that can be used for the visualization. |
| PointBasedSnapLine(point:com.yworks.canvas.geom:IMutablePoint, orientation:com.yworks.canvas.input.snapLines:SnapLineOrientation, snapType:uint, resourceKey:com.yworks.canvas.input.snapLines:ResourceKey, coordinates:com.yworks.canvas.geom:IPoint, tag:Object, weight:Number, from:Number, to:Number) — Constructor, class com.yworks.graph.input.snapLines.PointBasedSnapLine |
|
Initializes a new instance of the PointBasedSnapLine class. |
| PointHandle — class, package com.yworks.canvas.input |
|
Convenience implementation of the IHandle interface that
delegates most of the work to instances of IPoint
and IPointSetter. |
| PointHandle(cursor:com.yworks.resources:Cursor, getter:com.yworks.canvas.geom:IPoint, setter:com.yworks.canvas.geom:IPointSetter, type:uint) — Constructor, class com.yworks.canvas.input.PointHandle |
|
Constructor for subclass implementations. |
| pointHits(x:Number, y:Number, testX:Number, testY:Number, hitTestRadius:Number) — Static Method , class com.yworks.canvas.geom.GeomSupport |
|
Determines if two points lie close to each other given an epsilon. |
| pointLineDistance(x1:Number, y1:Number, x2:Number, y2:Number, px:Number, py:Number) — Static Method , class com.yworks.canvas.geom.GeomSupport |
|
Determines the distance between a point and a line. |
| pointsAreEqual(p1:com.yworks.canvas.geom:IPoint, p2:com.yworks.canvas.geom:IPoint) — Static Method , class com.yworks.canvas.geom.GeomSupport |
|
Compares if the x and y coordinates of the given points are equal. |
| PointSelectionPaintable — class, package com.yworks.canvas.drawing |
|
A simple ISelectionPaintable implementation
that draws an ellipse centered at a given point in world coordinate space. |
| PointSelectionPaintable(point:com.yworks.canvas.geom:IPoint) — Constructor, class com.yworks.canvas.drawing.PointSelectionPaintable |
|
Creates a selection paintable that indicates a point. |
| POLICY_CONSIDER_CONTENT — Constant Static Property, class com.yworks.graph.input.ResizeStripeInputMode |
|
Describes the policy to use when resizing stripes:
Stripes can't be made smaller than their content nodes. |
| POLICY_IGNORE_CONTENT — Constant Static Property, class com.yworks.graph.input.ResizeStripeInputMode |
|
Describes the policy to use when resizing stripes:
Stripe content is ignored when resizing. |
| polyLineContains(x:Number, y:Number, controlPoints:com.yworks.canvas.geom:IControlPoints, epsilon:Number) — Static Method , class com.yworks.canvas.geom.GeomSupport |
|
Determines whether a polygonal line is hit by a point given an epsilon. |
| PolylineEdgeStyle — class, package com.yworks.graph.drawing |
|
An edge style that draws edges consisting of multiple lines using a chosen IStroke. |
| PolylineEdgeStyle(edgeStyleRenderer:com.yworks.graph.drawing:IStyleRenderer) — Constructor, class com.yworks.graph.drawing.PolylineEdgeStyle |
|
Creates a new instance. |
| PolylineEdgeStyleDeserializer — class, package com.yworks.io.graphml.reader.deserializer |
|
Deserializer implementation that deserializes GeneralPath instances. |
| PolylineEdgeStyleRealizerSerializer — class, package com.yworks.io.graphml.realizer |
|
An IRealizerSerializer that can read y:PolyLineEdge elements written by yFiles Java and write
PolylineEdgeStyles to y:PolyLineEdge elements. |
| PolylineEdgeStyleRenderer — class, package com.yworks.graph.drawing |
|
A style renderer that can be used together with a PolylineEdgeStyle. |
| PolylineEdgeStyleSerializer — class, package com.yworks.io.graphml.writer.serializer |
|
A serializer for PolylineEdgeStyle
|
| polyLineIntersects(rect:com.yworks.canvas.geom:IRectangle, controlPoints:com.yworks.canvas.geom:IControlPoints, epsilon:Number) — Static Method , class com.yworks.canvas.geom.GeomSupport |
|
Determines whether a rectangle intersects a polygonal line. |
| pop() — method, class com.yworks.support.YList |
|
Removes the first element from this list and returns it. |
| popGraphMLElement() — method, class com.yworks.io.graphml.GraphMLContext |
|
Remove the last container that was added to the container list. |
| popLast() — method, class com.yworks.support.YList |
|
Removes the last element from this list and returns it. |
| _port — Property, class com.yworks.graph.input.PortLocationModelParameterHandle |
| |
| port — Property, class com.yworks.graph.input.PortLocationModelParameterHandle |
|
The port this handle does move. |
| port — Property, class com.yworks.graph.input.snapLines.PortMovementInfo |
|
Gets the port that is being moved. |
| PORT — Constant Static Property, class com.yworks.canvas.input.HitTest |
|
Hits on ports should be tested
|
| PORT — Constant Static Property, class com.yworks.canvas.input.ModelItemMouseEventKind |
|
Indicates that the event concerns a port. |
| PORT — Constant Static Property, class com.yworks.graph.model.GraphItemTypes |
|
Constant for ports. |
| PORT — Constant Static Property, class com.yworks.io.graphml.GraphMLConstants |
| |
| PORT_ADDED — Constant Static Property, class com.yworks.graph.model.GraphEventKind |
|
A port was added. |
| PortCandidateProvider — class, package com.yworks.graph.model |
|
A simple mutable IPortCandidateProvider implementation
that allows for adding IPortCandidates. |
| portCandidateProviderDecorator — Property, class com.yworks.graph.model.NodeDecorator |
|
The LookupDecorator that decorates the IPortCandidateProvider
type for INodes. |
| portCandidateResolutionRecognizer — Property, class com.yworks.graph.input.CreateEdgeInputMode |
|
The event recognizer that detects changes to the isPortCandidateResolutionEnabled property. |
| portCandidateResolutionRecognizer — Property, class com.yworks.graph.model.PortRelocationHandle |
|
The event recognizer that detects changes to the isPortCandidateResolutionEnabled property. |
| PortCandidateValidity — class, package com.yworks.graph.model |
|
Enumeration of the different possible IPortCandidate.validity states. |
| PORT_CHANGED — Constant Static Property, class com.yworks.graph.model.GraphEventKind |
|
A port was changed. |
| PORT_CREATED — Constant Static Property, class com.yworks.graph.input.GraphEditorEvent |
|
Dispatched when a new port has been created. |
| portDecorator — Property, class com.yworks.graph.model.GraphDecorator |
|
A PortDecorator instance that can be used to decorate the lookup
of the IPort instances in the graph that this decorator has been
created for. |
| PortDecorator — class, package com.yworks.graph.model |
|
A subclass of the ItemDecorator that is specifically tailored for IPorts. |
| PortDecorator(decorator:com.yworks.support:ILookupDecorator) — Constructor, class com.yworks.graph.model.PortDecorator |
|
Creates a new instance that uses the given decorator. |
| portDegree(graph:com.yworks.graph.model:IGraph, port:com.yworks.graph.model:IPort) — Static Method , class com.yworks.graph.model.GraphUtil |
|
Calculates the number of edges at the given IPort
for this graph. |
| PORT_DELETED — Constant Static Property, class com.yworks.graph.input.GraphEditorEvent |
|
Dispatched when a port has been deleted by the GraphEditorInputMode. |
| PortEvent — class, package com.yworks.graph.model |
|
A sub class of GraphEvent which is dispatched when a port changes. |
| PortEvent(type:String, item:com.yworks.canvas.model:IModelItem, oldOwner:com.yworks.graph.model:IPortOwner, kind:String, graph:com.yworks.graph.model:IGraph, bubbles:Boolean, cancelable:Boolean) — Constructor, class com.yworks.graph.model.PortEvent |
|
Creates a new instance. |
| portGridConstraintProvider — Property, class com.yworks.graph.input.snapLines.GraphSnapContext |
|
Determines the grid constraint provider for the IPorts. |
| portGroup — Property, class com.yworks.graph.model.GraphModelManager |
|
Gets the ICanvasObjectGroup instance that will be used for installing port styles if
the portLayerPolicy PortLayerPolicy.SEPARATE_LAYER is set. |
| portHasViewState(id:com.yworks.graph.model:DummyNodePortId) — method, class com.yworks.graph.model.FoldingManager |
|
Determines whether for the given DummyNodePortId
this manager has stored associated view local state. |
| portInDegree(graph:com.yworks.graph.model:IGraph, port:com.yworks.graph.model:IPort) — Static Method , class com.yworks.graph.model.GraphUtil |
|
Calculates the number of incoming edges at the given IPort
for this graph. |
| portLayerPolicy — Property, class com.yworks.graph.model.GraphModelManager |
|
The policy to decide at which visual layer ports shall be inserted. |
| PortLayerPolicy — class, package com.yworks.graph.model |
|
Enumeration which determines at which visual layer ports shall be inserted
by the GraphModelManager. |
| PortLayerPolicy(policyName:String) — Constructor, class com.yworks.graph.model.PortLayerPolicy |
| |
| PortLocationModelInputHandler — class, package com.yworks.io.graphml.reader |
|
This class manages the deserialization of all port location model parameter in the graphml input.
To deserialize a custom style, AbstractDeserialzer instances can be registered with
GraphMLIOHandler.registerDeserializer, which will be used automatically by this handler. |
| PortLocationModelOutputHandler — class, package com.yworks.io.graphml.writer |
|
An IOutputHandler implementation that writes the location model parameter for
port objects.
To serialize a custom location model parameter, instances can be registered with
GraphMLIOHandler#registerSerializer, which will be used automatically
by this handler.
|
| PortLocationModelParameterHandle — class, package com.yworks.graph.input |
|
An implementation of the IHandle that can be used to move an IPort interactively
by assigning new IPortLocationModelParameters to the IPort.locationModelParameter
property. |
| PortLocationModelParameterHandle(port:com.yworks.graph.model:IPort) — Constructor, class com.yworks.graph.input.PortLocationModelParameterHandle |
|
Initializes a new instance to change the IPortLocationModelParameter of the given IPort
|
| PortMementoDeserializer — class, package com.yworks.io.graphml.reader.deserializer |
| |
| PortMementoSerializer — class, package com.yworks.io.graphml.writer.serializer |
| |
| PortMovementInfo — class, package com.yworks.graph.input.snapLines |
|
Specialized subclass of MovementInfo that describes the movement of an IPort
in the context of GraphSnapContext. |
| PortMovementInfo(port:com.yworks.graph.model:IPort, moveType:uint, originalLocation:com.yworks.canvas.geom:IPoint) — Constructor, class com.yworks.graph.input.snapLines.PortMovementInfo |
|
Initializes a new instance of the PortMovementInfo class using the current location of the port
if null is passes as originalLocation. |
| portOutDegree(graph:com.yworks.graph.model:IGraph, port:com.yworks.graph.model:IPort) — Static Method , class com.yworks.graph.model.GraphUtil |
|
Calculates the number of outgoing edges at the given IPort
for this graph. |
| _portOutputHandlers — Property, class com.yworks.io.graphml.GraphMLIOHandler |
|
The installed port output handlers
|
| portOwner — Property, class com.yworks.graph.model.AbstractPortCandidateProvider |
|
Gets owner of the port candidate. |
| PortRelocationHandle — class, package com.yworks.graph.model |
|
A sophisticated implementation of the IHandle interface
the can be used to relocate a port. |
| PortRelocationHandle(graph:com.yworks.graph.model:IGraph, edge:com.yworks.graph.model:IEdge, sourceEnd:Boolean) — Constructor, class com.yworks.graph.model.PortRelocationHandle |
|
Creates a new instance. |
| PortRelocationHandleProvider — class, package com.yworks.graph.model |
|
Simple implementation of an IHandleProvider
that can be used for IEdges. |
| PortRelocationHandleProvider(graph:com.yworks.graph.model:IGraph, edge:com.yworks.graph.model:IEdge) — Constructor, class com.yworks.graph.model.PortRelocationHandleProvider |
|
Initializes a new instance of the PortRelocationHandleProvider class
using the given graph and edge. |
| PORT_REMOVED — Constant Static Property, class com.yworks.graph.model.GraphEventKind |
|
A port was changed. |
| ports — Property, class com.yworks.graph.model.AbstractGraphWrapper |
|
A collection view over the ports contained in this graph. |
| ports — Property, class com.yworks.graph.model.DefaultEdge |
| |
| ports — Property, class com.yworks.graph.model.DefaultGraph |
|
A collection view over the ports contained in this graph. |
| ports — Property, class com.yworks.graph.model.DefaultNode |
|
Provides access to a collection of IPort that
are owned by this instance. |
| ports — Property, class com.yworks.graph.model.FilteredGraphWrapper |
| |
| ports — Property, interface com.yworks.graph.model.IGraph |
|
A collection view over the ports contained in this graph. |
| ports — Property, interface com.yworks.graph.model.IPortOwner |
|
Provides access to a collection of IPort that
are owned by this instance. |
| portSnapResultProviderDecorator — Property, class com.yworks.graph.model.PortDecorator |
|
Gets a LookupDecorator that decorates the IPortSnapResultProvider
for the IPorts this instance has been created for. |
| portStyle — Property, class com.yworks.graph.model.DefaultDummyNodeConverter |
|
Gets or sets the IPortStyle to use for the ports at the collapsed group node that
represent the ports of the master node in the collapsed state. |
| PortStyleDescriptor — class, package com.yworks.graph.drawing |
|
An ICanvasObjectDescriptor implementation
that casts the userObject to IPort
and uses it's style to get implementations for
the various interfaces. |
| PortStyleInputHandler — class, package com.yworks.io.graphml.reader |
|
This class manages the deserialization of all port styles in the graphml input. |
| portStyleInstaller — Property, class com.yworks.graph.model.GraphModelManager |
|
Factory method for the PortStyleInstaller property. |
| PortStyleInstaller — class, package com.yworks.graph.drawing |
|
A style installer for ports that have a specific IVisualStyle
in their lookup. |
| PortStyleInstaller() — Constructor, class com.yworks.graph.drawing.PortStyleInstaller |
| |
| PortStyleOutputHandler — class, package com.yworks.io.graphml.writer |
|
An IOutputHandler implementation that writes styles for
port objects. |
| PortViewStateOutputHandler — class, package com.yworks.io.graphml.writer |
| |
| PortViewStateOutputHandler() — Constructor, class com.yworks.io.graphml.writer.PortViewStateOutputHandler |
| |
| position — Property, class com.yworks.canvas.geom.YRectangle |
|
Returns the instance that stores the position of this rectangle. |
| POSITION_CENTER — Constant Static Property, class com.yworks.graph.model.InteriorLabelModel |
|
Encodes a position at the center of the node interior. |
| POSITION_CENTER — Constant Static Property, class com.yworks.graph.model.InteriorStretchLabelModel |
|
Encodes a position at the center the node interior. |
| POSITION_EAST — Constant Static Property, class com.yworks.graph.model.ExteriorLabelModel |
|
Encodes a position outside the node at the right side
|
| POSITION_EAST — Constant Static Property, class com.yworks.graph.model.InteriorLabelModel |
|
Encodes a position at the right side of the node interior. |
| POSITION_EAST — Constant Static Property, class com.yworks.graph.model.InteriorStretchLabelModel |
|
Encodes a position at the right side of the node interior. |
| POSITION_EAST — Constant Static Property, class com.yworks.graph.model.StretchStripeLabelModel |
| Encodes a position at the right side of the stripe. |
| POSITION_EAST — Constant Static Property, class com.yworks.graph.model.StripeLabelModel |
| Encodes a position at the right side of the stripe. |
| positionHandler — Property, class com.yworks.canvas.input.MoveInputMode |
|
Gets or sets the IPositionHandler that will be used
to handle that actual movement of the elements during the drag. |
| positionHandlerDecorator — Property, class com.yworks.graph.model.ItemDecorator |
|
The LookupDecorator that decorates the IPositionHandler
type for the type of items this instance has been created for. |
| POSITION_NORTH — Constant Static Property, class com.yworks.graph.model.ExteriorLabelModel |
|
Encodes a position outside the node at the top
|
| POSITION_NORTH — Constant Static Property, class com.yworks.graph.model.InteriorLabelModel |
|
Encodes a position at the top side of the node interior. |
| POSITION_NORTH — Constant Static Property, class com.yworks.graph.model.InteriorStretchLabelModel |
|
Encodes a position at the top side of the node interior. |
| POSITION_NORTH — Constant Static Property, class com.yworks.graph.model.StretchStripeLabelModel |
| Encodes a position at the top side of the stripe. |
| POSITION_NORTH — Constant Static Property, class com.yworks.graph.model.StripeLabelModel |
| Encodes a position at the top side of the stripe. |
| POSITION_NORTH_EAST — Constant Static Property, class com.yworks.graph.model.ExteriorLabelModel |
|
Encodes a position outside the node at the upper right corner
|
| POSITION_NORTH_EAST — Constant Static Property, class com.yworks.graph.model.InteriorLabelModel |
|
Encodes a position at the top right corner of the node interior. |
| POSITION_NORTH_WEST — Constant Static Property, class com.yworks.graph.model.ExteriorLabelModel |
|
Encodes a position outside the node at the upper left corner
|
| POSITION_NORTH_WEST — Constant Static Property, class com.yworks.graph.model.InteriorLabelModel |
|
Encodes a position at the top left corner of the node interior. |
| POSITION_SOUTH — Constant Static Property, class com.yworks.graph.model.ExteriorLabelModel |
|
Encodes a position outside the node at the bottom
|
| POSITION_SOUTH — Constant Static Property, class com.yworks.graph.model.InteriorLabelModel |
|
Encodes a position at the bottom side of the node interior. |
| POSITION_SOUTH — Constant Static Property, class com.yworks.graph.model.InteriorStretchLabelModel |
|
Encodes a position at the bottom side of the node interior. |
| POSITION_SOUTH — Constant Static Property, class com.yworks.graph.model.StretchStripeLabelModel |
| Encodes a position at the bottom side of the stripe. |
| POSITION_SOUTH — Constant Static Property, class com.yworks.graph.model.StripeLabelModel |
| Encodes a position at the bottom side of the stripe. |
| POSITION_SOUTH_EAST — Constant Static Property, class com.yworks.graph.model.ExteriorLabelModel |
|
Encodes a position outside the node at the lower right corner
|
| POSITION_SOUTH_EAST — Constant Static Property, class com.yworks.graph.model.InteriorLabelModel |
|
Encodes a position at the bottom right corner of the node interior. |
| POSITION_SOUTH_WEST — Constant Static Property, class com.yworks.graph.model.ExteriorLabelModel |
|
Encodes a position outside the node at the lower left corner
|
| POSITION_SOUTH_WEST — Constant Static Property, class com.yworks.graph.model.InteriorLabelModel |
|
Encodes a position at the bottom left corner of the node interior. |
| POSITION_WEST — Constant Static Property, class com.yworks.graph.model.ExteriorLabelModel |
|
Encodes a position outside the node at the left side
|
| POSITION_WEST — Constant Static Property, class com.yworks.graph.model.InteriorLabelModel |
|
Encodes a position at the left side of the node interior. |
| POSITION_WEST — Constant Static Property, class com.yworks.graph.model.InteriorStretchLabelModel |
|
Encodes a position at the west side of the node interior. |
| POSITION_WEST — Constant Static Property, class com.yworks.graph.model.StretchStripeLabelModel |
| Encodes a position at the left side of the stripe. |
| POSITION_WEST — Constant Static Property, class com.yworks.graph.model.StripeLabelModel |
| Encodes a position at the left side of the stripe. |
| Precedence — Interface, package com.yworks.io.graphml.reader |
|
Interface that can be used to assign a invokation precedence to input handlers. |
| precision — Property, class com.yworks.graph.model.ClosestHitHitTestIteratorWrapper |
|
The precision used when finding the closest hits. |
| predecessors(graph:com.yworks.graph.model:IGraph, portOwner:com.yworks.graph.model:IPortOwner) — Static Method , class com.yworks.graph.model.GraphUtil |
|
Yields the predecessors of a given portOwner. |
| predicateChanged() — method, class com.yworks.util.FilteredCollectionModel |
|
Called by clients to indicate that the predicate function
has changed in such a way that items that have previously been
accepted might not be accepted anymore and vice versa. |
| predicateChangedForItem(forItem:Object) — method, class com.yworks.util.FilteredCollectionModel |
|
Called by clients to indicate that the predicate function
has changed in such a way that for the provided item that has previously been
accepted the predicate might not have changed. |
| preferredCursor — Property, class com.yworks.canvas.input.AbstractConcurrentInputMode |
|
Gets or sets the cursor this mode would like to have displayed in the CanvasComponent. |
| preferredCursor — Property, class com.yworks.canvas.input.HandleInputMode |
| |
| preferredCursor — Property, interface com.yworks.canvas.input.IConcurrentInputMode |
|
Returns the cursor this mode would like to have displayed in the
To indicate that this mode does not have any preferences implementations should
return null. |
| preferredCursor — Property, class com.yworks.canvas.input.MoveInputMode |
| |
| preferredCursor — Property, class com.yworks.canvas.input.NodeEffectInputMode |
|
Returns the cursor this mode would like to have displayed in the
To indicate that this mode does not have any preferences implementations should
return null. |
| preferredCursorChanged — Event, class com.yworks.canvas.input.AbstractConcurrentInputMode |
|
Dispatched when the default cursor changed. |
| PREFERRED_CURSOR_CHANGED — Constant Static Property, class com.yworks.canvas.input.AbstractConcurrentInputMode |
| |
| preferredMinimalEdgeDistance — Property, class com.yworks.graph.input.CreateEdgeInputMode |
|
Defines the preferred minimal distance of orthogonal edges. |
| preferredSize — Property, interface com.yworks.graph.input.ILabelConfiguration |
|
The preferred size of the label. |
| preferredSize — Property, class com.yworks.graph.input.LabelConfiguration |
|
The preferred size of the label. |
| preferredSize — Property, class com.yworks.graph.model.DefaultLabel |
|
Gets the preferred size of the label with respect to its current
contents and the implementation of the visualization. |
| preferredSize — Property, interface com.yworks.graph.model.ILabel |
|
Gets the preferred size of the label with respect to its current
contents and the implementation of the visualization. |
| preferredSizeChanged(label:com.yworks.graph.model:ILabel, oldWidth:Number, oldHeight:Number) — method, interface com.yworks.graph.model.IPreferredSizeChangedListener |
| |
| prepare(evt:com.yworks.support:TransitionEvent) — method, class com.yworks.canvas.input.MarqueeSelectionInputMode |
|
Called by the state machine to prepare the marquee selection
when the mouse is pressed. |
| prepare(te:com.yworks.support:TransitionEvent) — method, class com.yworks.canvas.input.MoveViewportInputMode |
|
Called by the state machine to prepare the move gesture
when the mouse is pressed. |
| prepareEdgePaths(graph:com.yworks.graph.model:IGraph) — method, class com.yworks.graph.input.snapLines.OrthogonalEdgeEditingContext |
|
Called during dragInitialized to prepare the edge paths for orthogonal editing. |
| prepareFoldedGraph(foldedGraph:com.yworks.graph.model:IFoldedGraph) — method, class com.yworks.graph.model.FoldingManager |
|
Callback that can be overridden by subclasses to prepare the IFoldedGraph instance
right before it will be initialized with a copy of the elements in the initial graph. |
| prepareOrthogonalEdge(graph:com.yworks.graph.model:IGraph, edge:com.yworks.graph.model:IEdge, orientations:Array, infos:Array) — method, class com.yworks.graph.input.snapLines.OrthogonalEdgeEditingContext |
|
Helper method that inspects and prepares an orthogonal edge for the upcoming edit process. |
| prepareRecognizer — Property, class com.yworks.graph.input.CreateEdgeInputMode |
|
The event recognizer that recognizes the starting gesture that
is used to prepare the edge creation on the target node. |
| prependTransform(matrix:flash.geom:Matrix) — method, class com.yworks.canvas.drawing.YGraphics |
|
Prepends the given matrix to the current graphics transformation. |
| pressedRecognizer — Property, class com.yworks.canvas.input.HandleInputMode |
|
The "pressed" state recognizer. |
| pressedRecognizer — Property, class com.yworks.canvas.input.MarqueeSelectionInputMode |
|
Gets or sets the "pressed" state recognizer. |
| pressedRecognizer — Property, class com.yworks.canvas.input.MoveInputMode |
|
Gets or sets the "pressed" state recognizer. |
| pressedRecognizer — Property, class com.yworks.canvas.input.MoveViewportInputMode |
|
Gets or sets the "pressed" state recognizer. |
| _pressedRecognizer — Property, class com.yworks.graph.input.EdgeDragInputModeBase |
| |
| pressedRecognizer — Property, class com.yworks.graph.input.EdgeDragInputModeBase |
|
Gets or sets the "pressed" state recognizer. |
| pressedRecognizer — Property, class com.yworks.graph.input.ResizeStripeInputMode |
|
The "pressed" state recognizer. |
| previous — Property, interface com.yworks.canvas.ICanvasObject |
|
Gets the previous item in the list of rendered
items that is owned by this element's group. |
| previous() — method, class com.yworks.canvas.drawing.PathCursor |
|
Moves the cursor to the previous position in the path. |
| previous — Property, class com.yworks.support.ListCell |
|
Returns the predeccessor cell of this cell. |
| PrimitivesDeserializer — class, package com.yworks.io.graphml.reader.deserializer |
|
This deserializer deserializes xml nodes representing a primitive type or null. |
| PrimitivesSerializer — class, package com.yworks.io.graphml.writer.serializer |
|
This serializer serializes uint, int, Number, String and Boolean values. |
| print(bitmap:Boolean, borderSize:uint, backgroundFill:any, printRect:flash.geom:Rectangle, canvasSprite:flash.display:Sprite) — method, class com.yworks.canvas.CanvasComponent |
|
Prints the current canvas object tree or a pre-calculated copy of it. |
| print(canvasSprite:flash.display:Sprite) — method, class com.yworks.canvas.CanvasPrinter |
|
Print the contents of the canvas, using the properties set on this instance. |
| PRINT — Static Property, class com.yworks.resources.Actions |
| |
| printAsBitmap — Property, class com.yworks.canvas.CanvasPrinter |
|
Whether to use bitmap printing. |
| printCanceled() — method, class com.yworks.canvas.CanvasPrinter |
|
Called after the user closed a print dialog by selecting cancel. |
| printCore(canvasSprite:flash.display:Sprite) — method, class com.yworks.canvas.CanvasPrinter |
| |
| printDataAttributes(context:com.yworks.io.graphml.writer:GraphMLWriteContext, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.realizer.CompatResourceOutputHandler |
|
Write the XML attributes of a data tag
|
| printDataAttributes(context:com.yworks.io.graphml.writer:GraphMLWriteContext, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.AbstractOutputHandler |
|
This implementation does nothing. |
| printDataAttributes(context:com.yworks.io.graphml.writer:GraphMLWriteContext, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.AttributeOutputHandler |
|
Write the XML attributes of a data tag
|
| printDataAttributes(context:com.yworks.io.graphml.writer:GraphMLWriteContext, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.AutoMapOutputHandler |
| |
| printDataAttributes(context:com.yworks.io.graphml.writer:GraphMLWriteContext, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, interface com.yworks.io.graphml.writer.IOutputHandler |
|
Write the XML attributes of a data tag
|
| printDataAttributes(context:com.yworks.io.graphml.writer:GraphMLWriteContext, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.PortViewStateOutputHandler |
| |
| printDataAttributes(context:com.yworks.io.graphml.writer:GraphMLWriteContext, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.SharedDataOutputHandler |
|
Write the XML attributes of a data tag
|
| printDataOutput(context:com.yworks.io.graphml.writer:GraphMLWriteContext, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.realizer.CompatResourceOutputHandler |
|
Write the element content of a data tag
|
| printDataOutput(context:com.yworks.io.graphml.writer:GraphMLWriteContext, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.AbstractOutputHandler |
|
Forwards to printItemDataOutput, passing the current item contained in the context. |
| printDataOutput(context:com.yworks.io.graphml.writer:GraphMLWriteContext, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.AttributeOutputHandler |
|
Write the element content of a data tag
|
| printDataOutput(context:com.yworks.io.graphml.writer:GraphMLWriteContext, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.AutoMapOutputHandler |
| |
| printDataOutput(context:com.yworks.io.graphml.writer:GraphMLWriteContext, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, interface com.yworks.io.graphml.writer.IOutputHandler |
|
Write the element content of a data tag
|
| printDataOutput(context:com.yworks.io.graphml.writer:GraphMLWriteContext, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.PortViewStateOutputHandler |
| |
| printDataOutput(context:com.yworks.io.graphml.writer:GraphMLWriteContext, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.SharedDataOutputHandler |
|
Write the element content of a data tag
|
| printEdgeAttributes(context:com.yworks.io.graphml.writer:GraphMLWriteContext, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, interface com.yworks.io.graphml.writer.IXmlAttributeProvider |
|
Write additional XML attributes for an <edge> element
|
| printEdgeAttributes(context:com.yworks.io.graphml.writer:GraphMLWriteContext, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.XmlAttributesProviderAdapter |
|
Write additional XML attributes for an <edge> element
|
| printGraphAttributes(context:com.yworks.io.graphml.writer:GraphMLWriteContext, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, interface com.yworks.io.graphml.writer.IXmlAttributeProvider |
|
Write additional XML attributes for a <graph> element
|
| printGraphAttributes(context:com.yworks.io.graphml.writer:GraphMLWriteContext, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.XmlAttributesProviderAdapter |
|
Write additional XML attributes for a <graph> element
|
| printGraphMLAttributes(context:com.yworks.io.graphml.writer:GraphMLWriteContext, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, interface com.yworks.io.graphml.writer.IXmlAttributeProvider |
|
Write additional XML attributes for a <graphml> element
|
| printGraphMLAttributes(context:com.yworks.io.graphml.writer:GraphMLWriteContext, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.XmlAttributesProviderAdapter |
|
Write additional XML attributes for a <graphml> element
|
| printItemDataOutput(context:com.yworks.io.graphml.writer:GraphMLWriteContext, graph:com.yworks.graph.model:IGraph, item:Object, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.realizer.WriteEdgeRealizerHandler |
|
Writes the data out using the given writer. |
| printItemDataOutput(context:com.yworks.io.graphml.writer:GraphMLWriteContext, graph:com.yworks.graph.model:IGraph, item:Object, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.realizer.WriteNodeRealizerHandler |
|
Writes the data out using the given writer. |
| printItemDataOutput(context:com.yworks.io.graphml.writer:GraphMLWriteContext, graph:com.yworks.graph.model:IGraph, item:Object, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.AbstractOutputHandler |
|
Writes the data out using the given writer. |
| printItemDataOutput(context:com.yworks.io.graphml.writer:GraphMLWriteContext, graph:com.yworks.graph.model:IGraph, item:Object, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.EdgeStyleOutputHandler |
|
Writes the data out using the given writer. |
| printItemDataOutput(context:com.yworks.io.graphml.writer:GraphMLWriteContext, graph:com.yworks.graph.model:IGraph, item:Object, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.LabelOutputHandler |
|
Writes the data out using the given writer. |
| printItemDataOutput(context:com.yworks.io.graphml.writer:GraphMLWriteContext, graph:com.yworks.graph.model:IGraph, item:Object, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.NodeInsetsOutputHandler |
|
Writes the data out using the given writer. |
| printItemDataOutput(context:com.yworks.io.graphml.writer:GraphMLWriteContext, graph:com.yworks.graph.model:IGraph, item:Object, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.NodeStyleOutputHandler |
|
Writes the data out using the given writer. |
| printItemDataOutput(context:com.yworks.io.graphml.writer:GraphMLWriteContext, graph:com.yworks.graph.model:IGraph, item:Object, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.ObjectMapperAttributeOutputHandler |
|
Writes the data out using the given writer. |
| printItemDataOutput(context:com.yworks.io.graphml.writer:GraphMLWriteContext, graph:com.yworks.graph.model:IGraph, item:Object, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.PortLocationModelOutputHandler |
|
Writes the data out using the given writer. |
| printItemDataOutput(context:com.yworks.io.graphml.writer:GraphMLWriteContext, graph:com.yworks.graph.model:IGraph, item:Object, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.PortStyleOutputHandler |
|
Writes the data out using the given writer. |
| printItemDataOutput(context:com.yworks.io.graphml.writer:GraphMLWriteContext, graph:com.yworks.graph.model:IGraph, item:Object, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.WriteEdgeLayoutHandler |
|
Writes the data out using the given writer. |
| printItemDataOutput(context:com.yworks.io.graphml.writer:GraphMLWriteContext, graph:com.yworks.graph.model:IGraph, item:Object, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.WriteNodeLayoutHandler |
|
Writes the data out using the given writer. |
| printItemDataOutput(context:com.yworks.io.graphml.writer:GraphMLWriteContext, graph:com.yworks.graph.model:IGraph, item:Object, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.WritePortLayoutHandler |
|
Writes the data out using the given writer. |
| printKeyAttributes(context:com.yworks.io.graphml.writer:GraphMLWriteContext, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.realizer.CompatResourceOutputHandler |
|
Write the XML attributes of the key tag for this graphml attribute
|
| printKeyAttributes(context:com.yworks.io.graphml.writer:GraphMLWriteContext, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.realizer.WriteEdgeRealizerHandler |
|
This method has to be overridden by subclass implementations. |
| printKeyAttributes(context:com.yworks.io.graphml.writer:GraphMLWriteContext, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.realizer.WriteNodeRealizerHandler |
|
This method has to be overridden by subclass implementations. |
| printKeyAttributes(context:com.yworks.io.graphml.writer:GraphMLWriteContext, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.AbstractOutputHandler |
|
This method has to be overridden by subclass implementations. |
| printKeyAttributes(context:com.yworks.io.graphml.writer:GraphMLWriteContext, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.AttributeOutputHandler |
|
Write the XML attributes of the key tag for this graphml attribute
|
| printKeyAttributes(context:com.yworks.io.graphml.writer:GraphMLWriteContext, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.AutoMapOutputHandler |
| |
| printKeyAttributes(context:com.yworks.io.graphml.writer:GraphMLWriteContext, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.EdgeStyleOutputHandler |
|
This method has to be overridden by subclass implementations. |
| printKeyAttributes(context:com.yworks.io.graphml.writer:GraphMLWriteContext, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, interface com.yworks.io.graphml.writer.IOutputHandler |
|
Write the XML attributes of the key tag for this graphml attribute
|
| printKeyAttributes(context:com.yworks.io.graphml.writer:GraphMLWriteContext, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.LabelOutputHandler |
|
This method has to be overridden by subclass implementations. |
| printKeyAttributes(context:com.yworks.io.graphml.writer:GraphMLWriteContext, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.NodeInsetsOutputHandler |
|
This method has to be overridden by subclass implementations. |
| printKeyAttributes(context:com.yworks.io.graphml.writer:GraphMLWriteContext, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.NodeStyleOutputHandler |
|
This method has to be overridden by subclass implementations. |
| printKeyAttributes(context:com.yworks.io.graphml.writer:GraphMLWriteContext, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.ObjectMapperAttributeOutputHandler |
|
This method has to be overridden by subclass implementations. |
| printKeyAttributes(context:com.yworks.io.graphml.writer:GraphMLWriteContext, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.PortLocationModelOutputHandler |
|
This method has to be overridden by subclass implementations. |
| printKeyAttributes(context:com.yworks.io.graphml.writer:GraphMLWriteContext, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.PortStyleOutputHandler |
|
This method has to be overridden by subclass implementations. |
| printKeyAttributes(context:com.yworks.io.graphml.writer:GraphMLWriteContext, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.PortViewStateOutputHandler |
| |
| printKeyAttributes(context:com.yworks.io.graphml.writer:GraphMLWriteContext, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.SharedDataOutputHandler |
|
Write the XML attributes of the key tag for this graphml attribute
|
| printKeyAttributes(context:com.yworks.io.graphml.writer:GraphMLWriteContext, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.WriteEdgeLayoutHandler |
|
This method has to be overridden by subclass implementations. |
| printKeyAttributes(context:com.yworks.io.graphml.writer:GraphMLWriteContext, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.WriteNodeLayoutHandler |
|
This method has to be overridden by subclass implementations. |
| printKeyAttributes(context:com.yworks.io.graphml.writer:GraphMLWriteContext, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.WritePortLayoutHandler |
|
This method has to be overridden by subclass implementations. |
| printKeyOutput(context:com.yworks.io.graphml.writer:GraphMLWriteContext, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.realizer.CompatResourceOutputHandler |
|
Write the element content of the key tag for this graphml attribute
|
| printKeyOutput(context:com.yworks.io.graphml.writer:GraphMLWriteContext, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.realizer.WriteEdgeRealizerHandler |
|
Write the element content of the key tag for this graphml attribute
|
| printKeyOutput(context:com.yworks.io.graphml.writer:GraphMLWriteContext, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.realizer.WriteNodeRealizerHandler |
|
Write the element content of the key tag for this graphml attribute
|
| printKeyOutput(context:com.yworks.io.graphml.writer:GraphMLWriteContext, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.AbstractOutputHandler |
|
Write the element content of the key tag for this graphml attribute
|
| printKeyOutput(context:com.yworks.io.graphml.writer:GraphMLWriteContext, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.AttributeOutputHandler |
|
Write the element content of the key tag for this graphml attribute
|
| printKeyOutput(context:com.yworks.io.graphml.writer:GraphMLWriteContext, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.AutoMapOutputHandler |
| |
| printKeyOutput(context:com.yworks.io.graphml.writer:GraphMLWriteContext, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.EdgeStyleOutputHandler |
|
Write the element content of the key tag for this graphml attribute
|
| printKeyOutput(context:com.yworks.io.graphml.writer:GraphMLWriteContext, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, interface com.yworks.io.graphml.writer.IOutputHandler |
|
Write the element content of the key tag for this graphml attribute
|
| printKeyOutput(context:com.yworks.io.graphml.writer:GraphMLWriteContext, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.NodeInsetsOutputHandler |
|
Write the element content of the key tag for this graphml attribute
|
| printKeyOutput(context:com.yworks.io.graphml.writer:GraphMLWriteContext, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.NodeStyleOutputHandler |
|
Write the element content of the key tag for this graphml attribute
|
| printKeyOutput(context:com.yworks.io.graphml.writer:GraphMLWriteContext, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.PortLocationModelOutputHandler |
|
Write the element content of the key tag for this graphml attribute
|
| printKeyOutput(context:com.yworks.io.graphml.writer:GraphMLWriteContext, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.PortStyleOutputHandler |
|
Write the element content of the key tag for this graphml attribute
|
| printKeyOutput(context:com.yworks.io.graphml.writer:GraphMLWriteContext, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.PortViewStateOutputHandler |
| |
| printKeyOutput(context:com.yworks.io.graphml.writer:GraphMLWriteContext, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.SharedDataOutputHandler |
|
Write the element content of the key tag for this graphml attribute
|
| printKeyOutput(context:com.yworks.io.graphml.writer:GraphMLWriteContext, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.WriteEdgeLayoutHandler |
|
Write the element content of the key tag for this graphml attribute
|
| printKeyOutput(context:com.yworks.io.graphml.writer:GraphMLWriteContext, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.WriteNodeLayoutHandler |
|
Write the element content of the key tag for this graphml attribute
|
| printKeyOutput(context:com.yworks.io.graphml.writer:GraphMLWriteContext, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.WritePortLayoutHandler |
|
Write the element content of the key tag for this graphml attribute
|
| printNodeAttributes(context:com.yworks.io.graphml.writer:GraphMLWriteContext, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, interface com.yworks.io.graphml.writer.IXmlAttributeProvider |
|
Write additional XML attributes for a <node> element
|
| printNodeAttributes(context:com.yworks.io.graphml.writer:GraphMLWriteContext, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.XmlAttributesProviderAdapter |
|
Write additional XML attributes for a <node> element
|
| printPortAttributes(context:com.yworks.io.graphml.writer:GraphMLWriteContext, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, interface com.yworks.io.graphml.writer.IXmlAttributeProvider |
|
Write additional XML attributes for a <port> element
|
| printPortAttributes(context:com.yworks.io.graphml.writer:GraphMLWriteContext, writer:com.yworks.io.graphml.writer:IXmlWriter) — method, class com.yworks.io.graphml.writer.XmlAttributesProviderAdapter |
|
Write additional XML attributes for a <port> element
|
| printRectangle — Property, class com.yworks.canvas.CanvasPrinter |
|
The portion of the canvas that will be printed, in world coordinates. |
| PrintSprite — class, package com.yworks.canvas |
|
A Sprite that dispatches a complete event when
painting has finished. |
| priority — Property, class com.yworks.resources.Cursor |
|
Gets or sets the priority that determines which cursor is shown when multiple cursors are active. |
| processAfterParsing(context:com.yworks.io.graphml.reader:GraphMLParseContext) — method, class com.yworks.io.graphml.reader.GraphMLParser |
|
Called at the end of parse(). |
| processAfterParsing(style:com.yworks.graph.drawing:IEdgeStyle, element:XML, context:com.yworks.io.graphml.reader:GraphMLParseContext) — method, class com.yworks.io.graphml.realizer.AbstractEdgeRealizerSerializer |
|
Called at the end of the parse method. |
| processEvent(event:flash.events:Event) — method, class com.yworks.canvas.CanvasComponent |
|
Processes a mouse event. |
| PROCESSING_INSTRUCTION — Constant Static Property, class com.yworks.support.XmlNodeKind |
| |
| processSnapResults(snapResults:com.yworks.support:List, originalLocation:com.yworks.canvas.geom:IPoint, newLocation:com.yworks.canvas.geom:IPoint) — method, class com.yworks.canvas.input.snapLines.SnapContext |
|
Chooses the current SnapResults from a temporary list. |
| profit — Property, interface com.yworks.graph.model.ILabelCandidateDescriptor |
|
Gets the profit to weigh in if this candidate is chosen. |
| profit — Property, class com.yworks.graph.model.LabelCandidateDescriptor |
|
Gets the profit to weigh in if this candidate is chosen. |
| projectOnLine(x1:Number, y1:Number, dx:Number, dy:Number, px:Number, py:Number) — Static Method , class com.yworks.canvas.geom.GeomSupport |
|
Determines the closest point on a line to a given point. |
| projectOnSegment(x1:Number, y1:Number, x2:Number, y2:Number, px:Number, py:Number) — Static Method , class com.yworks.canvas.geom.GeomSupport |
|
Determines the closest point on a line segment to a given point. |
| _properties — Property, class com.yworks.io.graphml.GraphMLContext |
|
The properties stored in this context. |
| PROPERTY_AUTO_MAPPER_MAP — Constant Static Property, class com.yworks.io.graphml.GraphMLConstants |
| |
| propertyChange — Event, class com.yworks.support.UndoEngine |
|
Dispatched when the value of the performingUndo or performingRedo
property changes. |
| propertyChanged — Event, interface com.yworks.graph.model.IFoldedGraph |
|
Event that will be triggered whenever a property of this interface has changed. |
| PROPERTY_GRAPHML_CORE_NS — Constant Static Property, class com.yworks.io.graphml.reader.GraphMLParseContext |
| |
| PROPERTY_MAJOR_VERSION — Constant Static Property, class com.yworks.io.graphml.GraphMLConstants |
|
Context property key to override the current files major version
|
| PROPERTY_MINOR_VERSION — Constant Static Property, class com.yworks.io.graphml.GraphMLConstants |
|
Context property key to override the current files minor version
|
| PROPERTY_READ_PORT_MODEL — Constant Static Property, class com.yworks.io.graphml.GraphMLConstants |
| |
| PROPERTY_WRITE_PORT_MODEL — Constant Static Property, class com.yworks.io.graphml.GraphMLConstants |
| |
| PROPERTY_WRITE_SHARED_REFERENCES — Constant Static Property, class com.yworks.io.graphml.GraphMLConstants |
| |
| PROPERTY_WRITE_STRIPE_DEFAULTS — Constant Static Property, class com.yworks.io.graphml.GraphMLConstants |
| |
| PROPERTY_WRITE_TABLE_STYLE — Constant Static Property, class com.yworks.io.graphml.GraphMLConstants |
| |
| PROPERTY_WRITE_USER_TAGS — Constant Static Property, class com.yworks.io.graphml.GraphMLConstants |
| |
| PROPERTY_WRITE_Z_ORDER — Constant Static Property, class com.yworks.io.graphml.GraphMLConstants |
| |
| PROPERTY_YWORKS_EXT_NS — Constant Static Property, class com.yworks.io.graphml.reader.GraphMLParseContext |
| |
| provideRadiusHandle — Property, class com.yworks.graph.drawing.BevelNodeStyleRenderer |
|
Gets or sets a property that determines whether this instance should provide an
IHandle for editing the radius of the shape. |
| provideValue(context:com.yworks.support:ILookup) — method, class com.yworks.graph.model.markup.RotatedSliderEdgeLabelModelExtension |
| |
| provideValue(context:com.yworks.support:ILookup) — method, class com.yworks.graph.model.markup.RotatedSliderLabelModelParameterExtension |
| |
| provideValue(context:com.yworks.support:ILookup) — method, class com.yworks.graph.model.portLocation.NodeScaledParameterExtension |
|
Implementations of subclasses return an object that had been specified as target
attribute of the markup extension. |
| provideValue(context:com.yworks.support:ILookup) — method, class com.yworks.support.MarkupExtension |
|
Implementations of subclasses return an object that had been specified as target
attribute of the markup extension. |
| ProxyNodeRealizerSerializer — class, package com.yworks.io.graphml.realizer |
|
A realizer serializer that parses yFiles Java
ProxyShapeNodeRealizer and
ProxyAutoBoundsNodeRealizer instances. |
| publishItemChanged(item:com.yworks.graph.model:INode) — method, class com.yworks.graph.model.DefaultNodeHierarchy |
|
Triggers the firing of an itemChanged event for the given node. |
| publishItemChanged(item:com.yworks.graph.model:INode) — method, interface com.yworks.graph.model.INodeHierarchy |
|
Triggers the firing of an itemChanged event for the given node. |
| publishItemChanged(kind:String, location:int, oldLocation:int, items:Array) — method, class com.yworks.ui.tree.HierarchyTreeView |
|
Forces a repaint. |
| PURPLE — Constant Static Property, class com.yworks.graph.drawing.Strokes |
| |
| push(p:com.yworks.canvas.geom:IPoint) — method, class com.yworks.canvas.geom.ControlPoints |
|
Adds the point to the end of the list. |
| push(o:Object) — method, class com.yworks.support.YList |
|
Equivalent to addFirst
|
| pushGraphMLElement(element:Object) — method, class com.yworks.io.graphml.GraphMLContext |
|
Append the given container object to the list of container objects. |
|
| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |