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  
tag — Property in class com.yworks.graph.model.DefaultEdge
Gets or sets the tag associated with this instance.
tag — Property in class com.yworks.graph.model.DefaultLabel
Gets or sets the tag associated with this instance.
tag — Property in class com.yworks.graph.model.DefaultNode
Gets or sets the tag associated with this instance.
tag — Property in class com.yworks.graph.model.DefaultPort
Gets or sets the tag associated with this instance.
tag — Property in interface com.yworks.support.ITagOwner
Gets or sets the tag associated with this instance.
tag — Property in class com.yworks.support.State
Gets or sets a custom tag that is associated with this state.
tag — Property in class com.yworks.support.Transition
Gets or sets a custom tag that is associated with this transition.
target — Property in class com.yworks.support.Transition
The target state this transition connects to.
targetArrow — Property in class com.yworks.graph.drawing.AbstractEdgeStyle
Gets the visual arrow at the target end of edges that use this style.
targetArrow — Property in interface com.yworks.graph.drawing.IEdgeStyle
Gets the visual arrow at the target end of edges that use this style.
targetPort — Property in class com.yworks.graph.model.DefaultEdge
Gets the target port instance this edge is connected to.
targetPort — Property in interface com.yworks.graph.model.IEdge
Gets the target port instance this edge is connected to.
TARGETPORT — Constant static property in class com.yworks.io.graphml.GraphMLConstants
targetPortCandidate — Property in class com.yworks.graph.input.CreateEdgeInputMode
Gets the candidate for the IEdge.targetPort of the edge to be created.
te_LostFocus(evt) — Method in class com.yworks.canvas.input.TextEditorInputMode
Called when the text editor lost the focus.
text — Property in class com.yworks.canvas.drawing.AbstractTextPaintable
The text to draw.
text — Property in interface com.yworks.canvas.input.ITextEditor
The String that is rendered by this editor
text — Property in class com.yworks.graph.model.DefaultLabel
Gets the text string associated with this label.
text — Property in interface com.yworks.graph.model.ILabel
Gets the text string associated with this label.
TEXT — Constant static property in class com.yworks.support.XmlNodeKind
textEdited — Event in class com.yworks.canvas.input.TextEditorInputMode
Dispatched when the text has been edited.
TEXT_EDITED — Constant static property in class com.yworks.canvas.input.TextEditorInputMode
textEditor — Property in class com.yworks.canvas.input.TextEditorInputMode
Gets or sets the text box to use for displaying and editing.
textEditorInputMode — Property in class com.yworks.graph.input.GraphEditorInputMode
Gets or sets the textEditorInputMode property.
TextEditorInputMode — Class in package com.yworks.canvas.input
A simple IInputMode that displays an ITextEditor instance in the canvas control to let the user edit a text.
TextEditorInputMode(textEditor:com.yworks.canvas.input:ITextEditor) — Constructor in class com.yworks.canvas.input.TextEditorInputMode
Creates a new instance using the given text editor instance.
textEditorModePriority — Property in class com.yworks.graph.input.GraphEditorInputMode
Gets or sets the TextEditorInputModePriority property.
TextEditorWrapper — Class in package com.yworks.canvas.input
A Wrapper class that provides a common interface to the various Flex classes that support text display.
TextEditorWrapper(textComp) — Constructor in class com.yworks.canvas.input.TextEditorWrapper
Creates a new instance.
textFormat — Property in class com.yworks.canvas.drawing.AbstractTextPaintable
The text format to use for the text.
textFormat — Property in class com.yworks.graph.drawing.IconLabelStyle
Gets the text format used to format the text on a label drawn with this style.
textFormat — Property in interface com.yworks.graph.drawing.ISimpleLabelStyle
Gets the text format used to format the text on a label drawn with this style.
textFormat — Property in class com.yworks.graph.drawing.SimpleLabelStyle
textHeight — Property in interface com.yworks.canvas.input.ITextEditor
The height of the text that is rendered by this editor
textProvider — Property in class com.yworks.canvas.input.MouseHoverInputMode
Gets or sets the provider callback that returns a tool tip text for a given location.
textWidth — Property in interface com.yworks.canvas.input.ITextEditor
The width of the text that is rendered by this editor
throwOnError — Property in class com.yworks.support.Config
toArray() — Method in class com.yworks.canvas.model.DefaultCollectionModel
Returns an array containing all of the elements in this collection.
toArray() — Method in class com.yworks.graph.model.BendList
Returns an array containing all of the elements in this collection.
toArray() — Method in class com.yworks.support.ArrayList
Copies the items of this List to an array and returns it.
toArray() — Method in interface com.yworks.support.Collection
Returns an array containing all of the elements in this collection.
toArray() — Method in class com.yworks.support.HashSet
Returns an array containing all of the elements in this collection.
toArray() — Method in class com.yworks.support.YList
Returns an array containing all of the elements in this collection.
toArray() — Method in class com.yworks.util.CompositeCollectionModel
Returns an array containing all of the elements in this collection.
toBack() — Method in interface com.yworks.canvas.ICanvasObject
Moves this instance to the beginning of the group rendering list, so that it will be painted behind all other items in the same group.
toFront() — Method in interface com.yworks.canvas.ICanvasObject
Moves this instance to the end of the group rendering list, so that it will be painted in front of all other items in the same group.
toLast() — Method in class com.yworks.canvas.drawing.PathCursor
Resets the cursor to point to the last element in the path.
toolTip — Property in class com.yworks.canvas.input.MouseHoverInputMode
Gets or sets the toolTip instance to use during display.
TooltipTextProviders — Class in package com.yworks.canvas.input
Provides convenience implementations of tooltip text provider functions that can be used by a MouseHoverInputMode.
toString() — Method in class com.yworks.canvas.geom.YRectangle
A String representation of this instance.
toString() — Method in class com.yworks.graph.model.DefaultBend
toString() — Method in class com.yworks.graph.model.DefaultEdge
toString() — Method in class com.yworks.graph.model.DefaultNode
Returns a String representation of this instance.
toString() — Method in class com.yworks.graph.model.DefaultPort
Returns a String representation of this instance.
toString() — Method in class com.yworks.support.ArrayList
toString() — Method in class com.yworks.support.CompoundUndoUnit
toString() — Method in class com.yworks.support.MementoUndoUnit
toString() — Method in class com.yworks.support.State
A String representation of this.
toString() — Method in class com.yworks.support.Transition
A String representation of this transition.
toString() — Method in class com.yworks.support.UndoEngine
toViewCoordinates(p:com.yworks.canvas.geom:IMutablePoint) — Method in class com.yworks.canvas.CanvasComponent
Converts a point in world coordinates to view coordinates.
toWorldCoordinates(p:com.yworks.canvas.geom:IMutablePoint) — Method in class com.yworks.canvas.CanvasComponent
Converts a point in view coordinates to world coordinates.
transformBounds(transform, bounds:com.yworks.canvas.geom:IRectangle, scratch:com.yworks.canvas.geom:IMutableRectangle) — Static method in class com.yworks.canvas.geom.GeomSupport
Transforms a rectangle that is used as a bounding box using a matrix and places the result in another bounds object.
transition — Property in class com.yworks.support.TransitionEvent
Transition — Class in package com.yworks.support
A transition for use in a StateMachine.
Transition(owner:com.yworks.support:StateMachine, source:com.yworks.support:State, target:com.yworks.support:State, er, transDoneCallback) — Constructor in class com.yworks.support.Transition
Creates a transition between two states for a StateMachine
transitionCreated — Event in class com.yworks.support.StateMachine
Dispatched when a transition has been created.
TRANSITION_CREATED — Constant static property in class com.yworks.support.TransitionEvent
transitionDone — Event in class com.yworks.support.StateMachine
Dispatched when the statemachine has traversed a Transition during a run call.
transitionDone — Event in class com.yworks.support.Transition
Dispatched when the transition has been traversed.
TRANSITION_DONE — Constant static property in class com.yworks.support.TransitionEvent
TransitionEvent — Class in package com.yworks.support
TransitionEvent(type, stateMachine:com.yworks.support:StateMachine, transition:com.yworks.support:Transition) — Constructor in class com.yworks.support.TransitionEvent
transitionRemoved — Event in class com.yworks.support.StateMachine
Dispatched when a transition has been removed.
TRANSITION_REMOVED — Constant static property in class com.yworks.support.TransitionEvent
transitions — Property in class com.yworks.support.StateMachine
Returns all transitions in this machine.
translate(tx, ty) — Method in class com.yworks.canvas.drawing.YGraphics
Prepend a translation to the current graphics transformation.
transparent — Property in class com.yworks.graph.drawing.compat.AbstractJavaNodeStyle
Gets or sets the transparent property.
transparent — Property in class com.yworks.graph.drawing.compat.JavaShapeNodeStyleRenderer
Transparency: true if the node is transparent.
Trapez — Constant static property in class com.yworks.graph.drawing.ShapeNodeShape
Specifies a trapezoidal shape, whose lower line is half as long as it's upper line.
Trapez2 — Constant static property in class com.yworks.graph.drawing.ShapeNodeShape
Specifies a trapezoidal shape, whose upper line is half as long as it's lower line.
trapezoid — Constant static property in class com.yworks.graph.drawing.ShapeNodeShape
Shape type constant.
TRAPEZOID — Constant static property in class com.yworks.graph.drawing.ShapeNodeShape
Deprecated.
trapezoid2 — Constant static property in class com.yworks.graph.drawing.ShapeNodeShape
Specifies a trapezoidal shape, whose upper line is half as long as it's lower line.
TRAPEZOID_2 — Constant static property in class com.yworks.graph.drawing.ShapeNodeShape
Deprecated.
treeDirty — Property in class com.yworks.canvas.CanvasComponent
Property that determines whether the whole canvasObjectTree is redrawn upon the next invocation of updateDisplayList().
TreeGroupNode — Class in package com.yworks.ui.tree
A tree node represents a group node in a data provider created by the class HierarchyTreeView.
TreeGroupNode(item:com.yworks.graph.model:INode, model:com.yworks.graph.model:INodeHierarchy) — Constructor in class com.yworks.ui.tree.TreeGroupNode
Creates an instance with the given node.
treeLabelFunction(item) — Method in class com.yworks.ui.tree.HierarchyTreeView
Delegate function which is returns a String representation of the given item to be displayed in the tree view.
TreeNode — Class in package com.yworks.ui.tree
A tree node represents a INode in a data provider created by the class HierarchyTreeView
TreeNode(item:com.yworks.graph.model:INode) — Constructor in class com.yworks.ui.tree.TreeNode
Creates an instance with the given node.
treePartiallyDirty — Property in class com.yworks.canvas.CanvasComponent
Property that determines whether the canvasObjectTree is redrawn partially upon the next invocation of updateDisplayList().
triangle — Constant static property in class com.yworks.graph.drawing.ShapeNodeShape
Shape type constant.
Triangle — Constant static property in class com.yworks.graph.drawing.ShapeNodeShape
A triangular shape that points to the top

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

TRIANGLE — Constant static property in class com.yworks.graph.drawing.ShapeNodeShape
Deprecated.
Triangle2 — Constant static property in class com.yworks.graph.drawing.ShapeNodeShape
A triangular shape that points to the top

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

type — Property in interface com.yworks.canvas.input.IHandle
Returns a view of the center of the handle.
type — Property in class com.yworks.canvas.input.PointHandle
Returns a view of the center of the handle.
type — Property in class com.yworks.canvas.input.RectangleHandle
Returns an appropriate type for this position.
type — Property in class com.yworks.canvas.input.ReshapeableHandle
Gets or sets the type of the handle that can be used by the rendering engine to render types differently.
type — Property in class com.yworks.graph.input.CompoundMovePortHandle
Returns a view of the center of the handle.
type — Property in class com.yworks.graph.model.DefaultArrow
Returns the type of the arrow as defined in ArrowType
type — Property in class com.yworks.graph.model.DefaultPortCandidate
Gets or set the type of this candidate.
type — Property in interface com.yworks.graph.model.IPortCandidate
Returns the type of this candidate.
type — Property in class com.yworks.graph.model.PortRelocationHandle
Returns a view of the center of the handle.
TYPE_BOOLEAN — Constant static property in class com.yworks.io.graphml.GraphMLConstants
TYPE_COMPLEX — Constant static property in class com.yworks.io.graphml.GraphMLConstants
TYPE_DOUBLE — Constant static property in class com.yworks.io.graphml.GraphMLConstants
TYPE_FLOAT — Constant static property in class com.yworks.io.graphml.GraphMLConstants
TYPE_INT — Constant static property in class com.yworks.io.graphml.GraphMLConstants
TYPE_LONG — Constant static property in class com.yworks.io.graphml.GraphMLConstants
TYPE_MASK — Constant static property in class com.yworks.canvas.input.HandleType
A bitmask that can be used to query the basic type of a handle type.
TYPE_STRING — Constant static property in class com.yworks.io.graphml.GraphMLConstants
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