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  
F2_PRESSED — Constant static property in class com.yworks.canvas.input.EventRecognizers
Recognizes KeyboardEvents of type KeyboardEvent.KEY_DOWN with keyCode == Keyboard.F2
fallbackStyle — Property in class com.yworks.graph.drawing.BitmapNodeStyle
The fallback style that is painted until the imageLoader is completely loaded.
fallbackStyle — Property in class com.yworks.graph.drawing.ImageNodeStyle
The fallback style that is painted until an image located at a given url is completely loaded.
fatal(location, message, e, context:com.yworks.io.graphml.reader:GraphMLParseContext) — Method in interface com.yworks.io.graphml.reader.IGraphMLParseErrorHandler
Handles a FATAL error message that originates from the parser or subordinate classes.
fatal(location, message, e, context:com.yworks.io.graphml.writer:GraphMLWriteContext) — Method in interface com.yworks.io.graphml.writer.IGraphMLWriteErrorHandler
Handles an FATAL error message that originates from the writer or subordinate classes.
FatArrow — Constant static property in class com.yworks.graph.drawing.ShapeNodeShape
An arrow like shape that points to the right

This shape is serialized as "FatArrow" and will be correctly parsed by yFiles.NET

FatArrow2 — Constant static property in class com.yworks.graph.drawing.ShapeNodeShape
An arrow like shape that points to the left

This shape is serialized as "FatArrow2" and will be correctly parsed by yFiles.NET

faultEventHandler — Property in class com.yworks.remote.RoundtripHandler
A local fault event handler that will be used by this instance instead of the globalFaultEventHandler.
fileFilter — Property in class com.yworks.remote.UploadHandler
An array of flash.net.FileFilter to use with the file browser.
filename — Property in class com.yworks.remote.UploadHandler
The filename of the last selected file.
fill — Property in class com.yworks.canvas.drawing.OrientedRectangleSelectionPaintable
Gets or sets the fill to use for filling the rectangle in the view coordinate system.
fill — Property in class com.yworks.canvas.drawing.PointSelectionPaintable
The fill to use for the point's ellipse in the view coordinate system.
fill — Property in class com.yworks.canvas.drawing.RectangularHighlightPaintable
Gets or sets the fill to use for filling the rectangle.
fill — Property in class com.yworks.canvas.drawing.RectangularSelectionPaintable
Gets or sets the brush to use for filling the rectangle in the view coordinate system.
fill — Property in class com.yworks.canvas.drawing.ShapePaintable
The fill to use for this paintable.
fill — Property in class com.yworks.graph.drawing.ArrowPaintable
The IFill the arrow is filled with.
fill — Property in class com.yworks.graph.drawing.GeneralPathNodeStyle
Gets the fill that is used to draw the shape.
fill — Property in interface com.yworks.graph.drawing.IGeneralPathNodeStyle
Gets the fill that is used to draw the shape.
fill — Property in interface com.yworks.graph.drawing.IShapeNodeStyle
The fill for this style
fill — Property in class com.yworks.graph.drawing.ShapeNodeStyle
The fill for this style
fill — Property in class com.yworks.graph.drawing.ShapeNodeStyleRenderer
Get the fill that is currently used by this renderer.
fillColor — Property in class com.yworks.graph.drawing.compat.AbstractJavaNodeStyle
The style's fill color
fillColor — Property in class com.yworks.graph.drawing.compat.JavaShapeNodeStyleRenderer
Get the fill color that is currently used by this renderer.
fillColor2 — Property in class com.yworks.graph.drawing.compat.AbstractJavaNodeStyle
The style's second gradient fill color
fillColor2 — Property in class com.yworks.graph.drawing.compat.JavaShapeNodeStyleRenderer
Get the second fill color that is currently used by this renderer.
FillDeserializer — Class in package com.yworks.io.graphml.reader.deserializer
A deserializer implementation that deserializes IFill instances.
Fills — Class in package com.yworks.graph.drawing
A small set of standard fill colors
FillSerializer — Class in package com.yworks.io.graphml.writer.serializer
A serializer implementation that serializes IFill instances.
findBestParameter(label:com.yworks.graph.model:ILabel, model:com.yworks.graph.model:ILabelModel, labelLayout:com.yworks.canvas.geom:IOrientedRectangle) — Method in class com.yworks.graph.model.DefaultLabelModelParameterFinder
Tries to find a parameter that best matches the given layout for the provided label instance.
findBestParameter(label:com.yworks.graph.model:ILabel, model:com.yworks.graph.model:ILabelModel, labelLayout:com.yworks.canvas.geom:IOrientedRectangle) — Method in class com.yworks.graph.model.FreeEdgeLabelModel
Tries to find a parameter that best matches the given layout for the provided label instance.
findBestParameter(label:com.yworks.graph.model:ILabel, model:com.yworks.graph.model:ILabelModel, labelLayout:com.yworks.canvas.geom:IOrientedRectangle) — Method in class com.yworks.graph.model.FreeNodeLabelModel
Tries to find a parameter that best matches the given layout for the provided label instance.
findBestParameter(label:com.yworks.graph.model:ILabel, model:com.yworks.graph.model:ILabelModel, labelLayout:com.yworks.canvas.geom:IOrientedRectangle) — Method in interface com.yworks.graph.model.ILabelModelParameterFinder
Tries to find a parameter that best matches the given layout for the provided label instance.
findCell(o) — Method in class com.yworks.support.YList
Returns the cell where Object o is stored.
findEllipseLineIntersection(x, y, width, height, innerX, innerY, outerX, outerY, intersectionPoint:com.yworks.canvas.geom:IPointSetter) — Static method in class com.yworks.canvas.geom.GeomSupport
Returns the ellipse/line intersection point for the given point pair.
findHits(clickPoint:com.yworks.canvas.geom:IPoint, tests) — Method in class com.yworks.graph.input.GraphEditorInputMode
Used as a callback to find hits underneath a certain clicked point.
findLineIntersection(lx1, ly1, lx2, ly2, eps) — Method in class com.yworks.canvas.drawing.GeneralPath
Finds an intersection point between a line and this general path using a given epsilon for flattening bezier curves.
findLineSegmentIntersection(l1x1, l1y1, l1x2, l1y2, l2x1, l2y1, l2x2, l2y2) — Static method in class com.yworks.canvas.geom.GeomSupport
Find the intersection of two line segments if one exists.
findNode(node:com.yworks.graph.model:INode) — Method in class com.yworks.ui.tree.HierarchyTreeView
Returns the TreeNode representation of a given node.
findRectangleLineIntersection(rect:com.yworks.canvas.geom:IRectangle, innerX, innerY, outerX, outerY, intersectionPoint:com.yworks.canvas.geom:IPointSetter) — Static method in class com.yworks.canvas.geom.GeomSupport
Finds the intersection between a rectangle and a line.
findTransition(srcState:com.yworks.support:State, targetState:com.yworks.support:State) — Method in class com.yworks.support.StateMachine
Finds a transistion that connects two given states.
finishRecognizer — Property in class com.yworks.graph.input.CreateEdgeInputMode
The event recognizer that recognizes the finishing gesture that is used to end the edge creation on the target node.
first — Property in interface com.yworks.canvas.ICanvasObjectGroup
Returns the first item in the rendering list of this group.
first — Property in class com.yworks.support.YList
Returns the first element in this list.
firstCell — Property in class com.yworks.support.YList
Returns the first cell in this list.
fitContent() — Method in class com.yworks.canvas.CanvasComponent
Adjusts the view port to fully encompass the current content rectangle.
fitContentOnUpdate — Property in class com.yworks.remote.RoundtripHandler
Gets or sets whether the canvas should fit the contents after the update if animation is disabled.
fitGraphBounds() — Method in class com.yworks.canvas.CanvasComponent
Updates the content rectangle and adjusts the viewport to encompass the contents.
FontDeserializer — Class in package com.yworks.io.graphml.reader.deserializer
A deserializer that deserializes UITextFormat instances.
FontManager — Final class in package com.yworks.support
Class which provides convenience methods for font handling.
FontManager() — Constructor in class com.yworks.support.FontManager
FontSerializer — Class in package com.yworks.io.graphml.writer.serializer
A serializer that serializes UITextFormat instances.
FOR — Constant static property in class com.yworks.io.graphml.GraphMLConstants
forceRepaint() — Method in class com.yworks.canvas.CanvasComponent
Invalidates this canvas component and causes a repaint of all display objects that are visible in this canvas component.
forceSnapToCandidate — Property in class com.yworks.graph.input.CreateEdgeInputMode
Gets or sets a property that determines whether the mouse should be forced to snap to the nearest valid port candidate if the mouse hovers over a target node.
formatNumber(number, radix, minChars) — Static method in class com.yworks.util.Util
Format a number as a string using the given radix.
FreeEdgeLabelModel — Class in package com.yworks.graph.model
An edge label model that can be used to describe any position and orientation of a label.
FreeNodeLabelModel — Class in package com.yworks.graph.model
A node label model that can be used to describe any position and orientation of a label.
fromARGB(argb) — Static method in class com.yworks.util.ColorStruct
Factory method which creates a ColorStruct from an ARGB value.
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