| 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 | |
| paint(g:com.yworks.canvas.drawing:YGraphics, ctx) — Method in class com.yworks.canvas.drawing.AbstractTextPaintable | |
| Performs the actual painting into the given graphics context. | |
| paint(g:com.yworks.canvas.drawing:YGraphics, ctx) — Method in interface com.yworks.canvas.drawing.IPaintable | |
| Performs the actual painting into the given graphics context. | |
| paint(g:com.yworks.canvas.drawing:YGraphics, ctx) — Method in class com.yworks.canvas.drawing.ShapePaintable | |
| Performs the actual painting into the given graphics context. | |
| paint(g:com.yworks.canvas.drawing:YGraphics, ctx) — Method in class com.yworks.canvas.drawing.SimpleTextPaintable | |
| Performs the actual painting into the given graphics context. | |
| paint(g:com.yworks.canvas.drawing:YGraphics, ctx) — Method in class com.yworks.graph.drawing.AbstractLabelStyleRenderer | |
Performs the default painting logic and delegates to paintContent. |
|
| paint(g:com.yworks.canvas.drawing:YGraphics, ctx) — Method in class com.yworks.graph.drawing.AbstractNodeStyleRenderer | |
| Performs the actual painting into the given graphics context. | |
| paint(g:com.yworks.canvas.drawing:YGraphics, ctx) — Method in class com.yworks.graph.drawing.AbstractStyleRenderer | |
| Performs the actual painting into the given graphics context. | |
| paint(g:com.yworks.canvas.drawing:YGraphics, ctx) — Method in class com.yworks.graph.drawing.ArrowPaintable | |
| Performs the actual painting into the given graphics context. | |
| paint(g:com.yworks.canvas.drawing:YGraphics, ctx) — Method in class com.yworks.graph.drawing.BevelNodeStyleRenderer | |
| Performs the actual painting into the given graphics context. | |
| paint(g:com.yworks.canvas.drawing:YGraphics, ctx) — Method in class com.yworks.graph.drawing.BitmapNodeStyleRenderer | |
| Performs the actual painting into the given graphics context. | |
| paint(g:com.yworks.canvas.drawing:YGraphics, ctx) — Method in class com.yworks.graph.drawing.ComponentNodeStyleRenderer | |
| Performs the actual painting into the given graphics context. | |
| paint(g:com.yworks.canvas.drawing:YGraphics, ctx) — Method in class com.yworks.graph.drawing.DelegatingStyleRenderer | |
| Performs the actual painting into the given graphics context. | |
| paint(g:com.yworks.canvas.drawing:YGraphics, ctx) — Method in class com.yworks.graph.drawing.GeneralPathNodeStyleRenderer | |
| Performs the actual painting into the given graphics context. | |
| paint(g:com.yworks.canvas.drawing:YGraphics, ctx) — Method in class com.yworks.graph.drawing.IconLabelStyleRenderer | |
| Performs the actual painting into the given graphics context. | |
| paint(g:com.yworks.canvas.drawing:YGraphics, x, y) — Method in interface com.yworks.graph.drawing.IIcon | |
| Paint the icon onto the graphics context at the given position. | |
| paint(g:com.yworks.canvas.drawing:YGraphics, x, y) — Method in class com.yworks.graph.drawing.ImageIcon | |
| Paint the icon onto the graphics context at the given position. | |
| paint(g:com.yworks.canvas.drawing:YGraphics, ctx) — Method in class com.yworks.graph.drawing.ImageNodeStyleRenderer | |
If the image of the current ImageNodeStyle is completely loaded,
the image is drawn. |
|
| paint(g:com.yworks.canvas.drawing:YGraphics, ctx) — Method in class com.yworks.graph.drawing.OverviewGraphPaintable | |
| Performs the actual painting into the given graphics context. | |
| paint(g:com.yworks.canvas.drawing:YGraphics, ctx) — Method in class com.yworks.graph.drawing.PanelNodeStyleRenderer | |
| Performs the actual painting into the given graphics context. | |
| paint(g:com.yworks.canvas.drawing:YGraphics, ctx) — Method in class com.yworks.graph.drawing.PathBasedEdgeStyleRenderer | |
Paints the path
|
|
| paint(g:com.yworks.canvas.drawing:YGraphics, ctx) — Method in class com.yworks.graph.drawing.ShapeNodeStyleRenderer | |
| Performs the actual painting into the given graphics context. | |
| paint(g:com.yworks.canvas.drawing:YGraphics, ctx) — Method in class com.yworks.graph.drawing.SimplePortStyleRenderer | |
| Performs the actual painting into the given graphics context. | |
| paint(g:com.yworks.canvas.drawing:YGraphics, ctx) — Method in class com.yworks.graph.drawing.SWFNodeStyleRenderer | |
| Performs the actual painting into the given graphics context. | |
| paint(g:com.yworks.canvas.drawing:YGraphics, ctx) — Method in class com.yworks.graph.drawing.compat.JavaNodeStyleRenderer | |
| Performs the actual painting into the given graphics context. | |
| paint(g:com.yworks.canvas.drawing:YGraphics, ctx) — Method in class com.yworks.graph.model.DefaultPortCandidateDescriptor | |
| Performs the actual painting into the given graphics context. | |
| paint3DBorder(g:com.yworks.canvas.drawing:YGraphics, ctx) — Method in class com.yworks.graph.drawing.compat.JavaShapeNodeStyleRenderer | |
Paints the border for the ShapeNodeShape.rectangle3D shape. |
|
| paintable — Property in class com.yworks.canvas.input.HandleInputMode | |
The IPaintable implementation that renders
the visual representations of the handles. |
|
| paintable — Property in class com.yworks.canvas.input.MarqueeSelectionInputMode | |
| Gets the paintable to use for painting the marquee selection. | |
| paintable — Property in class com.yworks.graph.input.CreateEdgeInputMode | |
| Gets the paintable that paints the edge and port candidates. | |
| paintArrows(g:com.yworks.canvas.drawing:YGraphics, ctx) — Method in class com.yworks.graph.drawing.AbstractEdgeStyleRenderer | |
| Paints the provided arrows using the graphics context. | |
| paintContent(g:com.yworks.canvas.drawing:YGraphics, ctx, width, height) — Method in class com.yworks.graph.drawing.AbstractLabelStyleRenderer | |
| Performs the core painting logic. | |
| paintContent(g:com.yworks.canvas.drawing:YGraphics, ctx, width, height) — Method in class com.yworks.graph.drawing.IconLabelStyleRenderer | |
| Actually paints the content into <0,0> - <width, height>. | |
| paintContent(g:com.yworks.canvas.drawing:YGraphics, ctx, width, height) — Method in class com.yworks.graph.drawing.SimpleLabelStyleRenderer | |
| paint the text content using the textPaintable. | |
| paintEdge(g:com.yworks.canvas.drawing:YGraphics, ctx, edge:com.yworks.graph.model:IEdge) — Method in class com.yworks.graph.drawing.OverviewGraphPaintable | |
| Callback that paints the edge. | |
| paintGroupNode(g:com.yworks.canvas.drawing:YGraphics, ctx, node:com.yworks.graph.model:INode) — Method in class com.yworks.graph.drawing.OverviewGraphPaintable | |
| Callback that paints the group node. | |
| paintIcon(g:com.yworks.canvas.drawing:YGraphics, ctx, x, y) — Method in class com.yworks.graph.drawing.IconLabelStyleRenderer | |
| Paints the icon at the given location. | |
| paintNode(g:com.yworks.canvas.drawing:YGraphics, ctx, node:com.yworks.graph.model:INode) — Method in class com.yworks.graph.drawing.OverviewGraphPaintable | |
| Callback that paints the node. | |
| paintNode(g:com.yworks.canvas.drawing:YGraphics, ctx) — Method in class com.yworks.graph.drawing.compat.JavaImageNodeStyleRenderer | |
| paintNode(g:com.yworks.canvas.drawing:YGraphics, ctx) — Method in class com.yworks.graph.drawing.compat.JavaNodeStyleRenderer | |
| paintNode(g:com.yworks.canvas.drawing:YGraphics, ctx) — Method in class com.yworks.graph.drawing.compat.JavaShapeNodeStyleRenderer | |
| paintShadow(g:com.yworks.canvas.drawing:YGraphics, ctx) — Method in class com.yworks.graph.drawing.compat.JavaShapeNodeStyleRenderer | |
| Paints a shadow for the shape node. | |
| paintShape(g:com.yworks.canvas.drawing:YGraphics, ctx) — Method in class com.yworks.graph.drawing.compat.JavaShapeNodeStyleRenderer | |
| Paint the shape after stroke and fill have been applied. | |
| paintTargetPortCandidates(g:com.yworks.canvas.drawing:YGraphics, ctx, candidates:com.yworks.support:Iterable) — Method in class com.yworks.graph.input.CreateEdgeInputMode | |
Draws representations of the IPortCandidates for the target port of the edge to create. |
|
| PanelNodeStyle — Class in package com.yworks.graph.drawing | |
Simple basic implementation of the IPanelNodeStyle that is used by the
PanelNodeStyleRenderer node style renderer implementation. |
|
| PanelNodeStyle(color, labelInsetsColor, insets, renderer:com.yworks.graph.drawing:PanelNodeStyleRenderer) — Constructor in class com.yworks.graph.drawing.PanelNodeStyle | |
| Creates a new instance using the given parameter. | |
| PanelNodeStyleRenderer — Class in 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 in class com.yworks.graph.drawing.PanelNodeStyleRenderer | |
| parallelogram — Constant static property in class com.yworks.graph.drawing.ShapeNodeShape | |
| Shape type constant. | |
| PARALLELOGRAM — Constant static property in class com.yworks.graph.drawing.ShapeNodeShape | |
| Deprecated. | |
| parameter — Property in interface com.yworks.graph.input.ILabelConfiguration | |
| parameter — Property in class com.yworks.graph.input.LabelConfiguration | |
| parameters — Property in class com.yworks.graph.model.GenericLabelModel | |
| Gets the parameter list. | |
| parentInputMode — Property in interface com.yworks.canvas.input.IInputModeContext | |
Yields the IInputMode which issued the context object. |
|
| parentInputMode — Property in class com.yworks.canvas.input.SimpleInputModeContext | |
Yields the IInputMode which issued the context object. |
|
| parse(graphMLElement) — Method in class com.yworks.io.graphml.reader.GraphMLParser | |
| Parses a GraphML element | |
| parse(style:com.yworks.graph.drawing:IEdgeStyle, element, context:com.yworks.io.graphml.reader:GraphMLParseContext) — Method in 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, context:com.yworks.io.graphml.reader:GraphMLParseContext) — Method in 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, context:com.yworks.io.graphml.reader:GraphMLParseContext) — Method in 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, context:com.yworks.io.graphml.reader:GraphMLParseContext) — Method in 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, context:com.yworks.io.graphml.reader:GraphMLParseContext) — Method in 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, context:com.yworks.io.graphml.reader:GraphMLParseContext) — Method in 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, context:com.yworks.io.graphml.reader:GraphMLParseContext) — Method in 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, context:com.yworks.io.graphml.reader:GraphMLParseContext) — Method in 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, context:com.yworks.io.graphml.reader:GraphMLParseContext) — Method in 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, context:com.yworks.io.graphml.reader:GraphMLParseContext) — Method in 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, context:com.yworks.io.graphml.reader:GraphMLParseContext) — Method in 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, context:com.yworks.io.graphml.reader:GraphMLParseContext) — Method in class com.yworks.io.graphml.realizer.ProxyNodeRealizerSerializer | |
| Tries to find a realizer serializer for the active realizer of the proxy realizer. | |
| parse(style:com.yworks.graph.drawing:INodeStyle, layout:com.yworks.canvas.geom:IMutableRectangle, element, context:com.yworks.io.graphml.reader:GraphMLParseContext) — Method in 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, context:com.yworks.io.graphml.reader:GraphMLParseContext) — Method in class com.yworks.io.graphml.realizer.SimpleLabelRealizerSerializer | |
| Parses a serialized yFiles Java node realizer into the given style. | |
| parseARGB_Alpha(colorStr) — Static method in class com.yworks.io.graphml.realizer.GraphicsSerializationToolkit | |
| Parses an ARGB string to get the alpha value. | |
| parseARGB_Color(colorStr) — Static method in class com.yworks.io.graphml.realizer.GraphicsSerializationToolkit | |
| Parses an ARGB string to get the RGB color. | |
| parseArrows(arrowsElement, style:com.yworks.graph.drawing:IEdgeStyle) — Method in class com.yworks.io.graphml.realizer.AbstractEdgeRealizerSerializer | |
| Parse the GraphML arrows element that defines the arrows for the current edge | |
| parseArrows(arrowsElement, edgeStyle:com.yworks.graph.drawing:AbstractEdgeStyle) — Static method in 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) — Static method in class com.yworks.io.graphml.realizer.GraphicsSerializationToolkit | |
Converts a String into a Boolean value. |
|
| parseBorderStyle(style:com.yworks.graph.drawing:ShapeNodeStyle, borderStyleElement, context:com.yworks.io.graphml.reader:GraphMLParseContext) — Method in class com.yworks.io.graphml.realizer.ShapeNodeStyleRealizerSerializer | |
| Parse a GraphML border style element | |
| parseData(context:com.yworks.io.graphml.reader:GraphMLParseContext, defaultValue, dataElement) — Method in 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, dataElement) — Method in 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, dataElement) — Method in 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, dataElement) — Method in 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, dataElement) — Method in 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, dataElement) — Method in 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 |
|
| parseDataNodes(dataElements:com.yworks.support:IMapper, handlerDef) — Method in 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) — Method in 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) — Method in 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) — Method in 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) — Method in 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) — Method in 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 in interface com.yworks.io.graphml.reader.IXmlAttributesParser | |
Parse the XML attributes of a edge element
|
|
| parseEdgeAttributes(context:com.yworks.io.graphml.reader:GraphMLParseContext) — Method in class com.yworks.io.graphml.reader.XmlAttributesParserAdapter | |
Parse the XML attributes of a edge element
|
|
| parseEdgeElement(edgeElement) — Method in 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) — Method in 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) — Method in class com.yworks.io.graphml.realizer.SimpleLabelRealizerSerializer | |
| Parse a xml element for an EdgeLabelModel. | |
| ParseError — Class in package com.yworks.io | |
| A fatal error that occured while parsing some input. | |
| ParseError(msg, id) — Constructor in class com.yworks.io.ParseError | |
| parseErrorHandler — Property in class com.yworks.io.graphml.GraphMLIOHandler | |
| Gets or sets whether embedded resources should be evaluated. | |
| parseErrorHandler — Property in class com.yworks.io.graphml.reader.GraphMLParser | |
| The error handler for parsing. | |
| parseFill(style:com.yworks.graph.drawing:ShapeNodeStyle, fillElement, context:com.yworks.io.graphml.reader:GraphMLParseContext) — Method in class com.yworks.io.graphml.realizer.ShapeNodeStyleRealizerSerializer | |
| Parse a GraphML fill element | |
| parseFillColor(colorStr) — Static method in class com.yworks.io.graphml.realizer.GraphicsSerializationToolkit | |
Creates a IFill instance with the color coded by the given String. |
|
| parseGraphAttributes(context:com.yworks.io.graphml.reader:GraphMLParseContext) — Method in interface com.yworks.io.graphml.reader.IXmlAttributesParser | |
Parse the XML attributes of a graph element
|
|
| parseGraphAttributes(context:com.yworks.io.graphml.reader:GraphMLParseContext) — Method in class com.yworks.io.graphml.reader.XmlAttributesParserAdapter | |
Parse the XML attributes of a graph element
|
|
| parseGraphElement(graphElement) — Method in class com.yworks.io.graphml.reader.GraphMLParser | |
| Parses a XML element representing a graph | |
| parseGraphMLAttributes(context:com.yworks.io.graphml.reader:GraphMLParseContext) — Method in interface com.yworks.io.graphml.reader.IXmlAttributesParser | |
Parse the XML attributes of a graphml element
|
|
| parseGraphMLAttributes(context:com.yworks.io.graphml.reader:GraphMLParseContext) — Method in 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, defaultMode, element) — Method in 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, defaultMode, element) — Method in 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, defaultMode, element) — Method in 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, defaultMode, element) — Method in 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, defaultMode, dataElement) — Method in 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, defaultMode, dataElement) — Method in 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, defaultMode, dataElement) — Method in 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, defaultMode, dataElement) — Method in 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, defaultMode, labelElement) — Method in 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, defaultMode, dataElement) — Method in class com.yworks.io.graphml.realizer.ReadNodeRealizerHandler | |
| Parse the element for the given item. | |
| parseKeyElement(keyElement) — Method in 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) — Method in class com.yworks.io.graphml.realizer.SimpleLabelRealizerSerializer | |
| Parse a xml element representing the label's background. | |
| parseLineStyle(lineStyleElement, edgeStyle:com.yworks.graph.drawing:PolylineEdgeStyle) — Method in class com.yworks.io.graphml.realizer.PolylineEdgeStyleRealizerSerializer | |
| Parse the line style element. | |
| parseLineType(element) — Static method in class com.yworks.io.graphml.realizer.GraphicsSerializationToolkit | |
| Parses a given XML element to create a line type. | |
| parseLocation(element) — Static method in class com.yworks.io.graphml.realizer.GraphicsSerializationToolkit | |
Creates an IPoint instance which holds the coordinates
parsed from the given XML element. |
|
| parseNamedOrARGBColor(colorStr) — Static method in 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 in interface com.yworks.io.graphml.reader.IXmlAttributesParser | |
Parse the XML attributes of a node element
|
|
| parseNodeAttributes(context:com.yworks.io.graphml.reader:GraphMLParseContext) — Method in class com.yworks.io.graphml.reader.XmlAttributesParserAdapter | |
Parse the XML attributes of a node element
|
|
| parseNodeElement(nodeElement) — Method in 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) — Method in class com.yworks.io.graphml.realizer.SimpleLabelRealizerSerializer | |
| Parse a <y:NodeLabel> element. | |
| parseNodeLayout(nodeElement, layout:com.yworks.canvas.geom:IMutableRectangle) — Static method in 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, edge:com.yworks.graph.model:IEdge, graph:com.yworks.graph.model:IGraph) — Method in class com.yworks.io.graphml.realizer.AbstractEdgeRealizerSerializer | |
| Parse the GraphML Path element which defines the control points of the current edge | |
| parsePath(pathElement, edge:com.yworks.graph.model:IEdge, graph:com.yworks.graph.model:IGraph) — Static method in 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 in interface com.yworks.io.graphml.reader.IXmlAttributesParser | |
Parse the XML attributes of a port element
|
|
| parsePortAttributes(context:com.yworks.io.graphml.reader:GraphMLParseContext) — Method in class com.yworks.io.graphml.reader.XmlAttributesParserAdapter | |
Parse the XML attributes of a port element
|
|
| parsePortElement(portElement) — Method in class com.yworks.io.graphml.reader.GraphMLParser | |
| parseRealizer(graph:com.yworks.graph.model:IGraph, edge:com.yworks.graph.model:IEdge, edgegraphicsElement, context:com.yworks.io.graphml.reader:GraphMLParseContext) — Method in 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, context:com.yworks.io.graphml.reader:GraphMLParseContext) — Method in class com.yworks.io.graphml.realizer.ReadLabelRealizerHandler | |
| Parse a GraphML label element | |
| parseRealizer(nodegraphicsElement, node:com.yworks.graph.model:INode, layout:com.yworks.canvas.geom:IMutableRectangle, context:com.yworks.io.graphml.reader:GraphMLParseContext) — Method in class com.yworks.io.graphml.realizer.ReadNodeRealizerHandler | |
| Parse a GraphML node element | |
| parseRGBAColor(colorStr) — Static method in 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, context:com.yworks.io.graphml.reader:GraphMLParseContext) — Method in class com.yworks.io.graphml.realizer.ShapeNodeStyleRealizerSerializer | |
| Parse a GraphML shape element | |
| parseStroke(colorStr, widthStr, argb) — Static method in class com.yworks.io.graphml.realizer.GraphicsSerializationToolkit | |
Creates a (simple) IStroke instance from a given String. |
|
| parseTextFormat(labelElement) — Method in class com.yworks.io.graphml.realizer.SimpleLabelRealizerSerializer | |
Parse the text format information in a GraphML label element into an UITextFormat object. |
|
| paste() — Method in 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, elementPasted) — Method in class com.yworks.graph.model.GraphClipboard | |
Pastes the contents from the clipboardGraph to the targetGraph
after applying a filter. |
|
| paste(item, userData) — Method in interface com.yworks.graph.model.IClipboardHelper | |
| This method is called after the item has been pasted from the clipboard. | |
| paste() — Method in class com.yworks.ui.GraphCanvasComponent | |
| Pastes the clipboard's contents into the actual graph. | |
| PASTE — Static property in class com.yworks.resources.Actions | |
| pasteDelta — Property in class com.yworks.graph.input.GraphEditorInputMode | |
| The offset for paste operation if clipboard operations are enabled. | |
| pasteDelta — Property in 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 in class com.yworks.graph.drawing.GeneralPathNodeStyle | |
| Get the path that defines the boundary of the shape. | |
| path — Property in interface com.yworks.graph.drawing.IGeneralPathNodeStyle | |
| Get the path that defines the boundary of the shape. | |
| path — Property in class com.yworks.graph.drawing.PathBasedEdgeStyleRenderer | |
| The path instance that this instance is working with. | |
| PathBasedEdgeStyleRenderer — Class in package com.yworks.graph.drawing | |
An abstract base class for IEdgeStyleRenderer implementations that are based on
the calculation of a GeneralPath. |
|
| pathContains(x, y, eps) — Method in 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 in 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 in class com.yworks.canvas.drawing.PathCursor | |
| PathType — Class in package com.yworks.canvas.drawing | |
Possible types that make up a GeneralPath
|
|
| pattern — Property in class com.yworks.canvas.drawing.AdvancedStroke | |
| Get or set the pattern used for drawing dashed/dotted strokes. | |
| PDF — Static property in class com.yworks.resources.Actions | |
| peek() — Method in class com.yworks.support.YList | |
Equivalent to first
|
|
| performingRedo — Property in class com.yworks.support.UndoEngine | |
| Indicates whether this instance is currently performing a redo operation. | |
| performingUndo — Property in class com.yworks.support.UndoEngine | |
| Indicates whether this instance is currently performing an undo operation. | |
| performTransition(transition:com.yworks.support:Transition) — Method in class com.yworks.support.StateMachine | |
| Executes a given transition programmatically, regardless whether this is currently allowed. | |
| play() — Method in class com.yworks.graph.anim.GraphMorpher | |
| Start the animation. | |
| PLAY — Static property in class com.yworks.resources.Actions | |
| PNGEncoder — Class in package com.yworks.util | |
| Class that converts BitmapData into a valid PNG | |
| point — Property in class com.yworks.canvas.input.PointHandle | |
| Gets a point implementation that is based on the getter and setter. | |
| PointHandle — Class in 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) — Constructor in class com.yworks.canvas.input.PointHandle | |
| Constructor for subclass implementations. | |
| pointHits(x, y, testX, testY, hitTestRadius) — Static method in class com.yworks.canvas.geom.GeomSupport | |
| Determines if two points lie close to each other given an epsilon. | |