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  
GeneralPath — Class in package com.yworks.canvas.drawing
Models a path that consists of lines and bezier curves.
GeneralPath() — Constructor in class com.yworks.canvas.drawing.GeneralPath
Constructor.
GeneralPathDeserializer — Class in package com.yworks.io.graphml.reader.deserializer
Deserializer implementation that deserializes GeneralPath instances.
GENERAL_PATH_DOTNET_OP_CUBIC_TO — Constant static property in class com.yworks.io.graphml.writer.serializer.GeneralPathSerializer
Element name to encode the GeneralPath#cubicTo operation that is supported by the yFiles.NET GraphML format.
GENERAL_PATH_ELEMENT — Constant static property in class com.yworks.io.graphml.writer.serializer.GeneralPathSerializer
Constant for the toplevel element name.
GeneralPathNodeStyle — Class in package com.yworks.graph.drawing
Generic mutable implementation of an IGeneralPathNodeStyle.
GeneralPathNodeStyle(path:com.yworks.canvas.drawing:GeneralPath, renderer:com.yworks.graph.drawing:GeneralPathNodeStyleRenderer) — Constructor in class com.yworks.graph.drawing.GeneralPathNodeStyle
Create a new instance that uses the specified path and the given renderer instance.
GeneralPathNodeStyleDeserializer — Class in package com.yworks.io.graphml.reader.deserializer
Deserializer implementation that deserializes IGeneralPathNodeStyle instances.
GeneralPathNodeStyleRenderer — Class in package com.yworks.graph.drawing
An IStyleRenderer implementation that can handle IGeneralPathNodeStyle instances.
GeneralPathNodeStyleRenderer() — Constructor in class com.yworks.graph.drawing.GeneralPathNodeStyleRenderer
Initializes a new instance of the GeneralPathNodeStyleRenderer class.
GeneralPathNodeStyleSerializer — Class in package com.yworks.io.graphml.writer.serializer
Serializer implementation that serializes IGeneralPathNodeStyle instances.
GENERAL_PATH_OP_CLOSE — Constant static property in class com.yworks.io.graphml.writer.serializer.GeneralPathSerializer
Element name to encode the GeneralPath#close operation
GENERAL_PATH_OP_CURVETO — Constant static property in class com.yworks.io.graphml.writer.serializer.GeneralPathSerializer
Element name to encode the GeneralPath#curveTo operation
GENERAL_PATH_OP_LINETO — Constant static property in class com.yworks.io.graphml.writer.serializer.GeneralPathSerializer
Element name to encode the GeneralPath#lineTo operation
GENERAL_PATH_OP_MOVETO — Constant static property in class com.yworks.io.graphml.writer.serializer.GeneralPathSerializer
Element name to encode the GeneralPath#moveTo operation
GeneralPathSerializer — Class in package com.yworks.io.graphml.writer.serializer
Implementation of AbstractSerializer for GeneralPaths

This implementation just writes an ordered list of all operations in the GeneralPath.

GenericLabelModel — Class in package com.yworks.graph.model
An implementation of ILabelModel that can be used to create custom label models out of existing ILabelModelParameter instances.
GenericLabelModel(defaultParameter:com.yworks.graph.model:ILabelModelParameter) — Constructor in class com.yworks.graph.model.GenericLabelModel
Create a new generic label model using the provided parameter as the default parameter.
GeomSupport — Final class in package com.yworks.canvas.geom
Utility class that performs all kind of geometric operations.
getAlways() — Static method in class com.yworks.canvas.drawing.HitTestables
Creates and returns an IHitTestable that always returns true.
getAlwaysDirtyInstance() — Static method in class com.yworks.canvas.CanvasObjectDescriptor
The singleton instance that describes completely dynamic canvas objects that will always be repainted.
getAvailableHandles() — Method in interface com.yworks.canvas.input.IReshapeHandleProvider
Returns a bitwise combination of all of the RectangleHandlePositions this interface can provide an implementation for.
getAvailableHandles() — Method in class com.yworks.canvas.input.ReshapeableHandles
Returns the handlePositions property.
getBend(x, y, ctx:com.yworks.canvas:ICanvasContext) — Method in interface com.yworks.graph.model.IBendSelectionTester
Returns the bend at the given world coordinate position or null if there is no such bend.
getBends(box:com.yworks.canvas.geom:IRectangle, ctx:com.yworks.canvas:ICanvasContext) — Method in interface com.yworks.graph.model.IBendSelectionTester
Returns the bends for the given marquee rectangle.
getBoolean(key) — Method in class com.yworks.support.Config
Returns the value of a key as Boolean
getBounds(scratch:com.yworks.canvas.geom:IMutableRectangle) — Method in class com.yworks.canvas.drawing.GeneralPath
Calculates the bounds of this path and returns it.
getBounds() — Method in class com.yworks.graph.model.DefaultGraph
Calculates the bounds of this graph using the INode.layout, source port and target port IPort.locations and the IBends.
getBoundsProvider(forUserObject) — Method in class com.yworks.canvas.CanvasObjectDescriptor
Returns an implementation of IBoundsProvider that can determine the visible bounds of the rendering of the user object.
getBoundsProvider(forUserObject) — Method in class com.yworks.canvas.CanvasObjectDescriptorAdapter
Returns an implementation of IBoundsProvider that can determine the visible bounds of the rendering of the user object.
getBoundsProvider(forUserObject) — Method in interface com.yworks.canvas.ICanvasObjectDescriptor
Returns an implementation of IBoundsProvider that can determine the visible bounds of the rendering of the user object.
getBoundsProvider(item:com.yworks.canvas.model:IModelItem, style:com.yworks.canvas.drawing:IVisualStyle) — Method in class com.yworks.graph.drawing.AbstractStyleRenderer
Configures the style and item parameters, calls configure and returns this.
getBoundsProvider(item:com.yworks.canvas.model:IModelItem, style:com.yworks.canvas.drawing:IVisualStyle) — Method in interface com.yworks.graph.drawing.IStyleRenderer
Gets an implementation of the IBoundsProvider interface that can handle the provided item and its associated style.
getBoundsProvider(forUserObject) — Method in class com.yworks.graph.drawing.LabelStyleDescriptor
Returns an implementation of IBoundsProvider that can determine the visible bounds of the rendering of the user object.
getBoundsProvider(edge:com.yworks.graph.model:IEdge, atSource, anchor:com.yworks.canvas.geom:IPoint, direction:com.yworks.canvas.geom:IPoint) — Method in class com.yworks.graph.model.DefaultArrow
Gets an IBoundsProvider implemenation that can yield this arrow's bounds if painted the given location using the given direction for the given edge.
getBoundsProvider(forUserObject) — Method in class com.yworks.graph.model.DefaultPortCandidateDescriptor
Returns an implementation of IBoundsProvider that can determine the visible bounds of the rendering of the user object.
getBoundsProvider(edge:com.yworks.graph.model:IEdge, atSource, anchor:com.yworks.canvas.geom:IPoint, direction:com.yworks.canvas.geom:IPoint) — Method in interface com.yworks.graph.model.IArrow
Gets an IBoundsProvider implemenation that can yield this arrow's bounds if painted the given location using the given direction for the given edge.
getCandidateParameters(label:com.yworks.graph.model:ILabel, model:com.yworks.graph.model:ILabelModel) — Method in class com.yworks.graph.model.DefaultLabelModelParameterFinder
Retrieves an enumerator over all candidates for a given label and model.
getCandidateSourcePortCandidates(context:com.yworks.canvas.input:IInputModeContext, graph:com.yworks.graph.model:IGraph, target:com.yworks.graph.model:IPortCandidate) — Method in class com.yworks.graph.model.AbstractPortCandidateProvider
Convenience implementation that simply delegates to getPortCandidates.
getCandidateSourcePortCandidates(context:com.yworks.canvas.input:IInputModeContext, graph:com.yworks.graph.model:IGraph, target:com.yworks.graph.model:IPortCandidate) — Method in class com.yworks.graph.model.CompositePortCandidateProvider
Returns all port candidates that apply for the provided opposite port candidate.
getCandidateSourcePortCandidates(context:com.yworks.canvas.input:IInputModeContext, graph:com.yworks.graph.model:IGraph, target:com.yworks.graph.model:IPortCandidate) — Method in class com.yworks.graph.model.EmptyPortsCandidateProvider
Returns all port candidates that apply for the provided opposite port candidate.
getCandidateSourcePortCandidates(context:com.yworks.canvas.input:IInputModeContext, graph:com.yworks.graph.model:IGraph, target:com.yworks.graph.model:IPortCandidate) — Method in interface com.yworks.graph.model.IPortCandidateProvider
Returns all port candidates that apply for the provided opposite port candidate.
getCandidateTargetPortCandidates(context:com.yworks.canvas.input:IInputModeContext, graph:com.yworks.graph.model:IGraph, source:com.yworks.graph.model:IPortCandidate) — Method in class com.yworks.graph.model.AbstractPortCandidateProvider
Convenience implementation that simply delegates to getPortCandidates.
getCandidateTargetPortCandidates(context:com.yworks.canvas.input:IInputModeContext, graph:com.yworks.graph.model:IGraph, source:com.yworks.graph.model:IPortCandidate) — Method in class com.yworks.graph.model.CompositePortCandidateProvider
Returns all port candidates that apply for the provided opposite port candidate.
getCandidateTargetPortCandidates(context:com.yworks.canvas.input:IInputModeContext, graph:com.yworks.graph.model:IGraph, source:com.yworks.graph.model:IPortCandidate) — Method in class com.yworks.graph.model.EmptyPortsCandidateProvider
Returns all port candidates that apply for the provided opposite port candidate.
getCandidateTargetPortCandidates(context:com.yworks.canvas.input:IInputModeContext, graph:com.yworks.graph.model:IGraph, source:com.yworks.graph.model:IPortCandidate) — Method in interface com.yworks.graph.model.IPortCandidateProvider
Returns all port candidates that apply for the provided opposite port candidate.
getCanvasGroupProvider() — Method in class com.yworks.canvas.input.MainInputMode
Returns an ICanvasGroupProvider instance for this input mode
getCanvasObject(worldX, worldY) — Method in class com.yworks.canvas.CanvasComponent
Returns the top most canvas object instance that is hit at the given coordinate set.
getCanvasObjectGroup(canvas:com.yworks.canvas:CanvasComponent, forItem) — Method in interface com.yworks.canvas.model.ICanvasGroupProvider
Returns the canvas object group for the given canvas component and item.
getCanvasObjectGroup(canvas:com.yworks.canvas:CanvasComponent, node:com.yworks.graph.model:INode) — Method in class com.yworks.graph.model.GraphModelManager
Retrieves the Canvas Object group to use for the given node.
getCanvasObjects(worldX, worldY) — Method in class com.yworks.canvas.CanvasComponent
Returns a list of all canvas objects in hit order at the given world coordinate location.
getCanvasObjects(forItem:com.yworks.canvas.model:IModelItem) — Method in interface com.yworks.canvas.ICanvasContext
Returns the ICanvasObjects that represent the given item in the CanvasComponent or null.
getCanvasObjects(item:com.yworks.canvas.model:IModelItem) — Method in class com.yworks.canvas.model.CollectionModelManager
Retrieves all canvas objects that have been registered for the given item or null.
getCanvasObjects(item:com.yworks.canvas.model:IModelItem) — Method in class com.yworks.graph.model.GraphModelManager
Retrieves all canvas objects that have been registered for the given item or null.
getCanvasRect() — Method in class com.yworks.canvas.CanvasComponent
Returns a rectangle defined by the available space for displaying the CanvasObjectTree within this Component, in stage coordinates.
getCell(index) — Method in class com.yworks.support.YList
Returns the ListCell which can be found at the given index.
getCenter(orientedRectangle:com.yworks.canvas.geom:IOrientedRectangle) — Static method in class com.yworks.canvas.geom.GeomSupport
Returns the current center of the oriented rectangle.
getCenterPoint(userObject) — Method in class com.yworks.canvas.drawing.PointSelectionPaintable
Factory method that retrieves the center for a given user object.
getCenterX(rectangle:com.yworks.canvas.geom:IRectangle) — Static method in class com.yworks.canvas.geom.YRectangle
Returns the x coordinate of the center of the given rectangle.
getCenterY(rectangle:com.yworks.canvas.geom:IRectangle) — Static method in class com.yworks.canvas.geom.YRectangle
Returns the y coordinate of the center of the given rectangle.
getChildCount(parent:com.yworks.graph.model:INode) — Method in class com.yworks.graph.model.DefaultNodeHierarchy
Returns the number of children for the given parent item.
getChildCount(parent:com.yworks.graph.model:INode) — Method in interface com.yworks.graph.model.INodeHierarchy
Returns the number of children for the given parent item.
getChildInputModeContext() — Method in class com.yworks.graph.input.CreateEdgeInputMode
Returns the input mode context for edge creation that is used for the port candidate queries.
getChildren(item:com.yworks.graph.model:INode) — Method in class com.yworks.graph.model.DefaultNodeHierarchy
Returns an iterable over the children of the provided item.
getChildren(item:com.yworks.graph.model:INode) — Method in interface com.yworks.graph.model.INodeHierarchy
Returns an iterable over the children of the provided item.
getClassName() — Method in interface com.yworks.io.graphml.writer.IResourceDescriptor
getClipboardHelper(item:com.yworks.canvas.model:IModelItem) — Method in class com.yworks.graph.model.GraphClipboard
Retrieves the IClipboardHelper instance associated with the given item.
getClosestCandidate(candidates:com.yworks.support:Iterable, dragPoint:com.yworks.canvas.geom:IPoint) — Method in class com.yworks.graph.input.CreateEdgeInputMode
Finds the closest valid candidate given a number of IPortCandidates and a location in world coordinates.
getClosestCandidate(x, y, candidates:com.yworks.support:Iterable) — Method in class com.yworks.graph.model.PortRelocationHandle
Finds the closest candidate to the given coordinates from the given set of candidates.
getClosestHitHandle(x, y) — Method in class com.yworks.canvas.input.HandleInputMode
Finds the closest hit handle for the given world coordinate pair.
getClosestSourceCandidate(candidates:com.yworks.support:Iterable, location:com.yworks.canvas.geom:IPoint) — Method in class com.yworks.graph.input.CreateEdgeInputMode
Finds the closest candidate given a number of IPortCandidates and a location in world coordinates.
getClosestTargetCandidate(candidates:com.yworks.support:Iterable, dragPoint:com.yworks.canvas.geom:IPoint) — Method in class com.yworks.graph.input.CreateEdgeInputMode
Finds the closest target candidate given a number of IPortCandidates and a location in world coordinates.
getContainer(clazz) — Method in class com.yworks.io.graphml.GraphMLContext
Get the last container stored in the context that can be casted to the given class.
getContentType() — Method in interface com.yworks.io.graphml.writer.IAttributeProvider
The content type of the attribute.
getContext(item:com.yworks.canvas.model:IModelItem, style:com.yworks.canvas.drawing:IVisualStyle) — Method in class com.yworks.graph.drawing.AbstractStyleRenderer
Configures the style and item parameters, does not call configure and returns this.
getContext(item:com.yworks.canvas.model:IModelItem, style:com.yworks.canvas.drawing:IVisualStyle) — Method in interface com.yworks.graph.drawing.IStyleRenderer
Gets a temporary context instance that can be used to query additional information for the item's style.
getCurrent(coordinates) — Method in class com.yworks.canvas.drawing.PathCursor
Places the coordinates for the current type into the given array.
getCurrentEndPoint(coordinates) — Method in class com.yworks.canvas.drawing.PathCursor
Places the current end coordinates of the last path element into the array.
getCurrentEndPointX() — Method in class com.yworks.canvas.drawing.PathCursor
Returns the current x coordinate of the last path element.
getCurrentEndPointY() — Method in class com.yworks.canvas.drawing.PathCursor
Returns the current y coordinate of the last path element.
getCursor(name) — Static method in class com.yworks.resources.CursorProvider
Returns the cursor mapped to the given name or null if no such mapping exists.
getDefaultTextFormat() — Method in class com.yworks.support.FontManager
Factory method which returns an instance of UITextFormat with default values.
getDescendants(hierarchy:com.yworks.graph.model:INodeHierarchy, root:com.yworks.graph.model:INode) — Static method in class com.yworks.graph.model.Hierarchies
Returns all descendants of the provided item that are part of the hierarchy.
getDescendantsBottomUp(hierarchy:com.yworks.graph.model:INodeHierarchy, root:com.yworks.graph.model:INode) — Static method in class com.yworks.graph.model.Hierarchies
Returns all descendants of the provided item that are part of the hierarchy.
getDescriptor(item) — Method in class com.yworks.canvas.model.CollectionModelManager
Obtains the descriptor associated with the given item using the internal mapper.
getDescriptor(id) — Method in interface com.yworks.io.graphml.realizer.IWriteResourceHandler
Returns the resource descriptor that is registered to the given ID.
getDeserializerForRefid(context:com.yworks.io.graphml.reader:GraphMLParseContext, refid) — Method in class com.yworks.io.graphml.reader.ReferenceResolver
Return a IDeserializer instance that has already been used for a specific refid.
getDistance(rectangle:com.yworks.canvas.geom:IOrientedRectangle, x, y) — Method in class com.yworks.canvas.input.LabelPositionHandler
Calculates a distance value between a candidate rectangle and the mouse location.
getEdge(x, y) — Method in class com.yworks.graph.input.CreateBendInputMode
Finds the edge at the given coordinate.
getEdgeCount() — Method in class com.yworks.io.graphml.writer.DefaultGraphElementProvider
Returns the number of edges in the graph.
getEdgeCount() — Method in interface com.yworks.io.graphml.writer.IGraphElementProvider
Returns the number of edges in the graph.
getEdgeId(o, context:com.yworks.io.graphml.writer:GraphMLWriteContext) — Method in class com.yworks.io.graphml.writer.DirectGraphMLWriter
Get an ID for the specified edge object
getEdgeId(o, context:com.yworks.io.graphml.writer:GraphMLWriteContext) — Method in interface com.yworks.io.graphml.writer.IIdProvider
Get an ID for the specified edge object
getEdgeObjects() — Method in class com.yworks.io.graphml.writer.DefaultGraphElementProvider
Returns an iterator over all edges that are contained in the current graph object.
getEdgeObjects() — Method in interface com.yworks.io.graphml.writer.IGraphElementProvider
Returns an iterator over all edges that are contained in the current graph object.
getEdgesAtPort(port:com.yworks.graph.model:IPort, inEdges, outEdges) — Method in class com.yworks.graph.model.DefaultGraphStructure
Enumerates all edges that are incident to the given port.
getEdgesAtPort(port:com.yworks.graph.model:IPort, inEdges, outEdges) — Method in interface com.yworks.graph.model.IGraphStructure
Enumerates all edges that are incident to the given port.
getEdgesAtPortOwner(portOwner:com.yworks.graph.model:IPortOwner, inEdges, outEdges) — Method in class com.yworks.graph.model.DefaultGraphStructure
Enumerates all edges that are incident to ports owned by the given owner.
getEdgesAtPortOwner(portOwner:com.yworks.graph.model:IPortOwner, inEdges, outEdges) — Method in interface com.yworks.graph.model.IGraphStructure
Enumerates all edges that are incident to ports owned by the given owner.
getEdgeSourcePortCandidates(context:com.yworks.canvas.input:IInputModeContext, graph:com.yworks.graph.model:IGraph, edge:com.yworks.graph.model:IEdge) — Method in class com.yworks.graph.model.AbstractPortCandidateProvider
Convenience implementation that simply delegates to getPortCandidates.
getEdgeSourcePortCandidates(context:com.yworks.canvas.input:IInputModeContext, graph:com.yworks.graph.model:IGraph, edge:com.yworks.graph.model:IEdge) — Method in class com.yworks.graph.model.CompositePortCandidateProvider
Returns all port candidates that apply for the provided edge.
getEdgeSourcePortCandidates(context:com.yworks.canvas.input:IInputModeContext, graph:com.yworks.graph.model:IGraph, edge:com.yworks.graph.model:IEdge) — Method in class com.yworks.graph.model.EmptyPortsCandidateProvider
Returns all port candidates that apply for the provided edge.
getEdgeSourcePortCandidates(context:com.yworks.canvas.input:IInputModeContext, graph:com.yworks.graph.model:IGraph, edge:com.yworks.graph.model:IEdge) — Method in interface com.yworks.graph.model.IPortCandidateProvider
Returns all port candidates that apply for the provided edge.
getEdgeTargetPortCandidates(context:com.yworks.canvas.input:IInputModeContext, graph:com.yworks.graph.model:IGraph, edge:com.yworks.graph.model:IEdge) — Method in class com.yworks.graph.model.AbstractPortCandidateProvider
Convenience implementation that simply delegates to getPortCandidates.
getEdgeTargetPortCandidates(context:com.yworks.canvas.input:IInputModeContext, graph:com.yworks.graph.model:IGraph, edge:com.yworks.graph.model:IEdge) — Method in class com.yworks.graph.model.CompositePortCandidateProvider
Returns all port candidates that apply for the provided edge.
getEdgeTargetPortCandidates(context:com.yworks.canvas.input:IInputModeContext, graph:com.yworks.graph.model:IGraph, edge:com.yworks.graph.model:IEdge) — Method in class com.yworks.graph.model.EmptyPortsCandidateProvider
Returns all port candidates that apply for the provided edge.
getEdgeTargetPortCandidates(context:com.yworks.canvas.input:IInputModeContext, graph:com.yworks.graph.model:IGraph, edge:com.yworks.graph.model:IEdge) — Method in interface com.yworks.graph.model.IPortCandidateProvider
Returns all port candidates that apply for the provided edge.
getElement() — Method in class com.yworks.io.graphml.reader.GraphMLParseContext
Returns the current XML element or null
getElementName(item) — Method in class com.yworks.io.graphml.realizer.AbstractEdgeRealizerSerializer
Subclasses have to override this method.
getElementName(item) — Method in class com.yworks.io.graphml.realizer.AbstractJavaNodeRealizerSerializer
Returns the name of the element that will be written by this serializer given the provided item.
getElementName(item) — Method in class com.yworks.io.graphml.realizer.AbstractNodeRealizerSerializer
Subclasses have to override this method.
getElementName(item) — Method in class com.yworks.io.graphml.realizer.ImageNodeStyleRealizerSerializer
Returns the name of the element that will be written by this serializer given the provided item.
getElementName(item) — Method in interface com.yworks.io.graphml.realizer.IRealizerSerializer
Returns the name of the element that will be written by this serializer given the provided item.
getElementName(item) — Method in class com.yworks.io.graphml.realizer.JavaGroupNodeRealizerSerializer
Returns the element name associated with the given item and this serializer.
getElementName(item) — Method in class com.yworks.io.graphml.realizer.JavaImageNodeRealizerSerializer
Returns the name of the element that will be written by this serializer given the provided item.
getElementName(item) — Method in class com.yworks.io.graphml.realizer.JavaShapeNodeRealizerSerializer
Returns the name of the element that will be written by this serializer given the provided item.
getElementName(item) — Method in class com.yworks.io.graphml.realizer.PolylineEdgeStyleRealizerSerializer
Returns the name of the element that will be written by this serializer given the provided item.
getElementName(item) — Method in class com.yworks.io.graphml.realizer.ShapeNodeStyleRealizerSerializer
Returns the name of the element that will be written by this serializer given the provided item.
getElementName(item) — Method in class com.yworks.io.graphml.realizer.SimpleLabelRealizerSerializer
Returns the name of the element that will be written by this serializer given the provided item.
getElementNames() — Method in class com.yworks.io.graphml.realizer.AbstractEdgeRealizerSerializer
Subclasses have to override this method.
getElementNames() — Method in class com.yworks.io.graphml.realizer.AbstractJavaNodeRealizerSerializer
Returns the names of all XML elements that can be parsed or written by this serializer.
getElementNames() — Method in class com.yworks.io.graphml.realizer.AbstractNodeRealizerSerializer
Subclasses have to override this method.
getElementNames() — Method in class com.yworks.io.graphml.realizer.ImageNodeStyleRealizerSerializer
Returns the names of all XML elements that can be parsed or written by this serializer.
getElementNames() — Method in interface com.yworks.io.graphml.realizer.IRealizerSerializer
Returns the names of all XML elements that can be parsed or written by this serializer.
getElementNames() — Method in class com.yworks.io.graphml.realizer.JavaGroupNodeRealizerSerializer
Returns an array with the element names this serializer can handle
getElementNames() — Method in class com.yworks.io.graphml.realizer.JavaImageNodeRealizerSerializer
Returns the names of all XML elements that can be parsed or written by this serializer.
getElementNames() — Method in class com.yworks.io.graphml.realizer.JavaShapeNodeRealizerSerializer
Returns the names of all XML elements that can be parsed or written by this serializer.
getElementNames() — Method in class com.yworks.io.graphml.realizer.PolylineEdgeStyleRealizerSerializer
Returns the names of all XML elements that can be parsed or written by this serializer.
getElementNames() — Method in class com.yworks.io.graphml.realizer.ProxyNodeRealizerSerializer
This realizer serializer will parse both ProxyShapeNodeRealizer and ProxyAutoBoundsNodeRealizer instances.
getElementNames() — Method in class com.yworks.io.graphml.realizer.ShapeNodeStyleRealizerSerializer
Returns the names of all XML elements that can be parsed or written by this serializer.
getElementNames() — Method in class com.yworks.io.graphml.realizer.SimpleLabelRealizerSerializer
Returns the names of all XML elements that can be parsed or written by this serializer.
getEncoder() — Method in interface com.yworks.io.graphml.writer.IResourceDescriptor
getExteriorLabelModelParameter(key) — Static method in class com.yworks.io.graphml.realizer.GraphicsSerializationToolkit
Creates an ExteriorLabelModel parameter from a given key.
getExteriorLabelModelParameterKey(parameter:com.yworks.graph.model:ILabelModelParameter) — Static method in class com.yworks.io.graphml.realizer.GraphicsSerializationToolkit
Gets a String representation for the given ExteriorLabelModel parameter.
getExtraAttributes() — Method in interface com.yworks.io.graphml.writer.IResourceDescriptor
getGeometry(modelParameter:com.yworks.graph.model:ILabelModelParameter, label:com.yworks.graph.model:ILabel) — Method in class com.yworks.graph.model.ExteriorLabelModel
Calculates the geometry in form of an IOrientedRectangle for a given label using the given model parameter.
getGeometry(modelParameter:com.yworks.graph.model:ILabelModelParameter, label:com.yworks.graph.model:ILabel) — Method in class com.yworks.graph.model.FreeEdgeLabelModel
Calculates the geometry in form of an IOrientedRectangle for a given label using the given model parameter.
getGeometry(modelParameter:com.yworks.graph.model:ILabelModelParameter, label:com.yworks.graph.model:ILabel) — Method in class com.yworks.graph.model.FreeNodeLabelModel
Calculates the geometry in form of an IOrientedRectangle for a given label using the given model parameter.
getGeometry(modelParameter:com.yworks.graph.model:ILabelModelParameter, label:com.yworks.graph.model:ILabel) — Method in class com.yworks.graph.model.GenericLabelModel
Calculates the geometry in form of an IOrientedRectangle for a given label using the given model parameter.
getGeometry(modelParameter:com.yworks.graph.model:ILabelModelParameter, label:com.yworks.graph.model:ILabel) — Method in interface com.yworks.graph.model.ILabelModel
Calculates the geometry in form of an IOrientedRectangle for a given label using the given model parameter.
getGeometry(modelParameter:com.yworks.graph.model:ILabelModelParameter, label:com.yworks.graph.model:ILabel) — Method in class com.yworks.graph.model.InteriorLabelModel
Calculates the geometry in form of an IOrientedRectangle for a given label using the given model parameter.
getGeometry(modelParameter:com.yworks.graph.model:ILabelModelParameter, label:com.yworks.graph.model:ILabel) — Method in class com.yworks.graph.model.InteriorStretchLabelModel
Calculates the geometry in form of an IOrientedRectangle for a given label using the given model parameter.
getGeometry(modelParameter:com.yworks.graph.model:ILabelModelParameter, label:com.yworks.graph.model:ILabel) — Method in class com.yworks.graph.model.RotatingEdgeLabelModel
Calculates the geometry in form of an IOrientedRectangle for a given label using the given model parameter.
getGeometry(parameter:com.yworks.graph.model:ILabelModelParameter, label:com.yworks.graph.model:ILabel) — Method in class com.yworks.graph.model.SliderEdgeLabelModel
Calculates the geometry in form of an IOrientedRectangle for a given label using the given model parameter.
getGraphId(o, context:com.yworks.io.graphml.writer:GraphMLWriteContext) — Method in class com.yworks.io.graphml.writer.DirectGraphMLWriter
Get an ID for the specified graph object
getGraphId(o, context:com.yworks.io.graphml.writer:GraphMLWriteContext) — Method in interface com.yworks.io.graphml.writer.IIdProvider
Get an ID for the specified graph object
getGraphItemMapperTextProvider(itemClass, mapperKey) — Static method in class com.yworks.canvas.input.TooltipTextProviders
Returns a text provider function that queries the mapperRegistry of the current IGraph for the given mapperKey if an item of the given itemClass is hit.
getGraphObject() — Method in class com.yworks.io.graphml.writer.DefaultGraphElementProvider
Returns the graph object.
getGraphObject() — Method in interface com.yworks.io.graphml.writer.IGraphElementProvider
Returns the graph object.
getGraphSourcePortCandidates(context:com.yworks.canvas.input:IInputModeContext, graph:com.yworks.graph.model:IGraph) — Method in class com.yworks.graph.model.AbstractPortCandidateProvider
Convenience implementation that simply delegates to getPortCandidates.
getGraphSourcePortCandidates(context:com.yworks.canvas.input:IInputModeContext, graph:com.yworks.graph.model:IGraph) — Method in class com.yworks.graph.model.CompositePortCandidateProvider
Returns all source port candidates that belong to the context of this provider.
getGraphSourcePortCandidates(context:com.yworks.canvas.input:IInputModeContext, graph:com.yworks.graph.model:IGraph) — Method in class com.yworks.graph.model.EmptyPortsCandidateProvider
Returns all source port candidates that belong to the context of this provider.
getGraphSourcePortCandidates(context:com.yworks.canvas.input:IInputModeContext, graph:com.yworks.graph.model:IGraph) — Method in interface com.yworks.graph.model.IPortCandidateProvider
Returns all source port candidates that belong to the context of this provider.
getGraphTargetPortCandidates(context:com.yworks.canvas.input:IInputModeContext, graph:com.yworks.graph.model:IGraph) — Method in class com.yworks.graph.model.AbstractPortCandidateProvider
Convenience implementation that simply delegates to getPortCandidates.
getGraphTargetPortCandidates(context:com.yworks.canvas.input:IInputModeContext, graph:com.yworks.graph.model:IGraph) — Method in class com.yworks.graph.model.CompositePortCandidateProvider
Returns all target port candidates that belong to the context of this provider.
getGraphTargetPortCandidates(context:com.yworks.canvas.input:IInputModeContext, graph:com.yworks.graph.model:IGraph) — Method in class com.yworks.graph.model.EmptyPortsCandidateProvider
Returns all target port candidates that belong to the context of this provider.
getGraphTargetPortCandidates(context:com.yworks.canvas.input:IInputModeContext, graph:com.yworks.graph.model:IGraph) — Method in interface com.yworks.graph.model.IPortCandidateProvider
Returns all target port candidates that belong to the context of this provider.
getHandle(position) — Method in interface com.yworks.canvas.input.IReshapeHandleProvider
Returns an implementation of an IHandle for the given position that can be used to reshape an object.
getHandle(position) — Method in class com.yworks.canvas.input.ReshapeableHandles
Provides an IHandle that uses the rectangle and reshapeable instance bound to this instance to perform the actual reshaping.
getHandleProvider(item:com.yworks.canvas.model:IModelItem) — Method in class com.yworks.graph.model.InputModeController
Gets the IHandleProvider for a given item.
getHandlerId(oh:com.yworks.io.graphml.writer:IOutputHandler) — Method in class com.yworks.io.graphml.writer.DirectGraphMLWriter
Gets the id with which an output handler is registered to this writer.
getHandlers(eventRecognizer) — Method in class com.yworks.canvas.input.KeyboardInputMode
Returns all handlers registered using the given recognizer.
getHandles() — Method in interface com.yworks.canvas.input.IHandleProvider
Returns a collection of zero or more IHandle implementations that are associated with this instance.
getHandles() — Method in class com.yworks.graph.input.CompoundMovePortHandleProvider
Returns a collection of zero or more IHandle implementations that are associated with this instance.
getHandles(item:com.yworks.canvas.model:IModelItem) — Method in class com.yworks.graph.model.InputModeController
Returns the IHandles for a given element.
getHierarchyItem(item:com.yworks.graph.model:INode) — Method in class com.yworks.graph.model.DefaultNodeHierarchy
getHighlightGroupProvider() — Method in class com.yworks.ui.GraphCanvasComponent
Returns a canvas group provider i