| 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 |
| y — Property, class com.yworks.bridge.geom.Point2D |
|
Returns the Y coordinate of this Point2D in double precision. |
| _y — Property, class com.yworks.bridge.geom.Point2DDouble |
| |
| y — Property, class com.yworks.bridge.geom.Point2DDouble |
|
Returns the Y coordinate of this Point2D in double precision. |
| _y — Property, class com.yworks.bridge.geom.Rectangle |
| |
| y — Property, class com.yworks.bridge.geom.Rectangle |
|
Returns the Y coordinate of the bounding Rectangle in double precision. |
| y — Property, class com.yworks.bridge.geom.Rectangle2D |
|
Returns the Y coordinate of the upper left corner of this rectangle in double precision. |
| _y — Property, class com.yworks.bridge.geom.Rectangle2DDouble |
| |
| y — Property, class com.yworks.bridge.geom.Rectangle2DDouble |
| |
| y — Property, class com.yworks.yfiles.geom.YPoint |
|
Returns the y-coordinate of the point object. |
| y — Property, class com.yworks.yfiles.geom.YRectangle |
|
Returns y-coordinate of upper left corner. |
| y — Property, class com.yworks.yfiles.geom.YVector |
|
Returns the second coordinate of the vector. |
| _y — Property, class com.yworks.yfiles.layout.DefaultNodeLayout |
|
Holds the minimal y-coordinates of the node layout bounds. |
| y — Property, class com.yworks.yfiles.layout.DefaultNodeLayout |
| |
| y — Property, class com.yworks.yfiles.layout.LabelCandidate |
|
Returns the minimal y-coordinate of the label candidate bounds. |
| y — Property, class com.yworks.yfiles.layout.LabelLayoutData |
|
Returns the y-coordinate of the label's upper-left corner of the bounding box. |
| y — Property, interface com.yworks.yfiles.layout.NodeLayout |
|
Returns Y-Coordinate of the upper left corner of the node. |
| y — Property, class com.yworks.yfiles.layout.organic.RemoveOverlapsLayoutStage |
|
y coordinates based on node-indices
|
| yAlignment — Property, class com.yworks.yfiles.layout.grouping.MinimumSizeGroupBoundsCalculator |
|
Specifies a value that describes how the node will be resized vertically if the calculated height of com.yworks.yfiles.layout.grouping.InsetsGroupBoundsCalculator is smaller than the minimal height that is provided for the node. |
| YCircle — class, package com.yworks.yfiles.geom |
|
This class represents a circle in the plane. |
| YCircle(radius:Number, init:Boolean) — Constructor, class com.yworks.yfiles.geom.YCircle |
|
Instantiates a circle with center location (0,0) and given radius. |
| YCursor — Interface, package com.yworks.yfiles.base |
|
A general interface for iterating over a collection of objects. |
| YDimension — class, package com.yworks.yfiles.geom |
|
This class represents the size of an object. |
| YDimension(width:Number, height:Number, init:Boolean) — Constructor, class com.yworks.yfiles.geom.YDimension |
|
Creates a new YDimension2D object for given size. |
| yFilesFlexLicense — Property, class com.yworks.mxml.LayoutLicenseTool |
|
The yFiles FLEX license as XML. |
| yGraph — Property, class com.yworks.graph.model.YGraphAdapter |
|
Gets the graph instance that is created during the constructor call. |
| YGraphAdapter — class, package com.yworks.graph.model |
|
Utility class that conveniently converts an IGraph
instance to a Graph instance.
This class creates a structural copy of a given IGraph
and provides convenience methods to convert entities from one instance
to their corresponding representatives in the other instance. |
| YGraphAdapter(originalGraph:com.yworks.graph.model:IGraph) — Constructor, class com.yworks.graph.model.YGraphAdapter |
|
Initializes a new instance of the YGraphAdapter class.
This will create a copy of the originalGraph that has the same structure and
makes it available via the yGraph property. |
| YInsets — class, package com.yworks.yfiles.geom |
|
Double-precision immutable insets representation. |
| YInsets(insets:com.yworks.bridge.geom:Insets, init:Boolean) — Constructor, class com.yworks.yfiles.geom.YInsets |
|
Creates a new double-precision insets object with the specified insets. |
| yInternal — Property, class com.yworks.yfiles.layout.organic.RemoveOverlapsLayoutStage |
| |
| YLineSegmentCursor — Interface, package com.yworks.yfiles.geom |
|
This is an interface for a sequence of instances of LineSegment. |
| YList — class, package com.yworks.yfiles.base |
|
An implementation of a doubly linked list that provides direct access to the cells that store the elements. |
| YList(init:Boolean) — Constructor, class com.yworks.yfiles.base.YList |
|
Creates an empty doubly linked list. |
| YList_ListCursorImpl — class, package com.yworks.yfiles.base |
|
Cursor implementation for class YList. |
| YList_ListCursorImpl(enclosing0:com.yworks.yfiles.base:YList, init:Boolean) — Constructor, class com.yworks.yfiles.base.YList_ListCursorImpl |
| |
| YNumber — class, package com.yworks.bridge.util |
| |
| YObject — class, package com.yworks.bridge.util |
| |
| YObject() — Constructor, class com.yworks.bridge.util.YObject |
| |
| yOffset — Property, class com.yworks.yfiles.layout.PortCandidate |
|
Returns the y offset of the port with respect to the corresponding node's center. |
| YOrientedRectangle — class, package com.yworks.yfiles.geom |
|
An oriented rectangle in 2D coordinate space with double precision coordinates. |
| YOrientedRectangle(rect:com.yworks.yfiles.geom:YOrientedRectangle, init:Boolean) — Constructor, class com.yworks.yfiles.geom.YOrientedRectangle |
|
Creates a new instance using the provided rectangle's values to initialize anchor, size, and up vector. |
| yOrientedRectangleToFlashOrientedRectangle(rect:com.yworks.yfiles.geom:YOrientedRectangle) — Static Method , class com.yworks.geom.util.GeomConvert |
|
Creates an IOrientedRectangle from a given YOrientedRectangle. |
| YPoint — class, package com.yworks.yfiles.geom |
|
This class represents a point in the plane with double coordinates. |
| YPoint(x:Number, y:Number, init:Boolean) — Constructor, class com.yworks.yfiles.geom.YPoint |
|
Creates a new YPoint object for a given position. |
| YPointCursor — Interface, package com.yworks.yfiles.geom |
|
This is an interface for a sequence of instances of YPoint. |
| YPointPath — class, package com.yworks.yfiles.geom |
|
This class represents an ordered list of points in the plane. |
| YPointPath(init:Boolean) — Constructor, class com.yworks.yfiles.geom.YPointPath |
|
Creates a new empty path. |
| YRandom — class, package com.yworks.yfiles.util |
|
Generates pseudo-random numbers and the such. |
| YRandom(init:Boolean) — Constructor, class com.yworks.yfiles.util.YRandom |
|
Creates a new instance of this class. |
| YRectangle — class, package com.yworks.yfiles.geom |
|
This class defines a rectangle and provides utility methods for it. |
| YRectangle(x:Number, y:Number, width:Number, height:Number, init:Boolean) — Constructor, class com.yworks.yfiles.geom.YRectangle |
|
Creates a new rectangle with given upper left corner and size. |
| YVector — class, package com.yworks.yfiles.geom |
|
This class represents a vector in the 2-dimensional real vector space. |
| YVector(dx:Number, dy:Number, init:Boolean) — Constructor, class com.yworks.yfiles.geom.YVector |
|
Creates a new vector with given direction. |
|
| 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 |