documentationfor yFiles for HTML 2.6

Fields

ALWAYSin IVisibilityTestableAn implementation of a IVisibilityTestable that always yields true.
NEVERin IVisibilityTestableAn implementation of a IVisibilityTestable that always yields false.

Method Return Values

getVisibilityTestable (INode, INodeStyle)in ArrowNodeStyleRendererConfigures the style and node parameters, does not call configure and returns this.
getVisibilityTestable (INode, INodeStyle)in BevelNodeStyleRendererConfigures the style and node parameters, does not call configure and returns this.
getVisibilityTestable (INode, INodeStyle)in CollapsibleNodeStyleDecoratorRendererConfigures the style and node parameters, does not call configure and returns this.
getVisibilityTestable (ILabel, ILabelStyle)in DefaultLabelStyleRendererConfigures the style and label parameters, does not call configure and returns this.
getVisibilityTestable (INode, INodeStyle)in GeneralPathNodeStyleRendererConfigures the style and node parameters, does not call configure and returns this.
getVisibilityTestable (INode, INodeStyle)in GroupNodeStyleRendererConfigures the style and node parameters, calls configure and returns this.
getVisibilityTestable (IEdge, IEdgeStyle)in IEdgeStyleRendererGets an implementation of the IVisibilityTestable interface that can handle the provided edge and its associated style.
getVisibilityTestable (ILabel, ILabelStyle)in ILabelStyleRendererGets an implementation of the IVisibilityTestable interface that can handle the provided label and its associated style.
getVisibilityTestable (INode, INodeStyle)in INodeStyleRendererGets an implementation of the IVisibilityTestable interface that can handle the provided node and its associated style.
getVisibilityTestable (IPort, IPortStyle)in IPortStyleRendererGets an implementation of the IVisibilityTestable interface that can handle the provided port and its associated style.
getVisibilityTestable (ILabel, ILabelStyle)in IconLabelStyleRendererConfigures the style and label parameters, does not call configure and returns this.
getVisibilityTestable (INode, INodeStyle)in ImageNodeStyleRendererConfigures the style and node parameters, does not call configure and returns this.
getVisibilityTestable (INode, INodeStyle)in PanelNodeStyleRendererConfigures the style and node parameters, does not call configure and returns this.
getVisibilityTestable (IEdge, IEdgeStyle)in PathBasedEdgeStyleRendererConfigures the style and edge parameters, does not call configure and returns this.
getVisibilityTestable (INode, INodeStyle)in RectangleNodeStyleRendererConfigures the style and node parameters, calls configure and returns this.
getVisibilityTestable (INode, INodeStyle)in ShapeNodeStyleRendererConfigures the style and node parameters, does not call configure and returns this.
getVisibilityTestable (INode, INodeStyle)in ShinyPlateNodeStyleRendererConfigures the style and node parameters, does not call configure and returns this.
getVisibilityTestable (INode, INodeStyle)in TableNodeStyleRenderer
getVisibilityTestable (ILabel, ILabelStyle)in TemplateLabelStyleRendererConfigures the style and label properties, does not call configure and returns this.
getVisibilityTestable (INode, INodeStyle)in TemplateNodeStyleRendererConfigures the style and node parameters, does not call configure and returns this.
getVisibilityTestable (IPort, IPortStyle)in TemplatePortStyleRendererConfigures the style and port parameters, does not call configure and returns this.
getVisibilityTestable (IEdge, IEdgeStyle)in VoidEdgeStyleRendererYields the NEVER that will always claim invisibility.
getVisibilityTestable (ILabel, ILabelStyle)in VoidLabelStyleRendererYields the NEVER that will always claim invisibility.
getVisibilityTestable (INode, INodeStyle)in VoidNodeStyleRendererYields the NEVER that will always claim invisibility.
getVisibilityTestable (IPort, IPortStyle)in VoidPortStyleRendererYields the NEVER that will always claim invisibility.
getVisibilityTestable (Object)in DefaultPortCandidateDescriptor
getVisibilityTestable (Object)in ICanvasObjectDescriptorReturns an implementation of IVisibilityTestable that can determine if the rendering of the user object would be visible in a given context.
create (function(ICanvasContext, Rect):boolean)in IVisibilityTestableCreates an implementation of the interface IVisibilityTestable by using the given function as implementation for its isVisible method.

Implementing Types

ArrowNodeStyleRendererDefault renderer implementation that can be used for ArrowNodeStyle instances.
BevelNodeStyleRendererA INodeStyle renderer implementation that draws a rounded rectangle with a bevel border in a 'shiny plate' fashion.
CollapsibleNodeStyleDecoratorRendererINodeStyleRenderer implementation that can be used in conjunction with CollapsibleNodeStyleDecorator instances.
DefaultLabelStyleRendererAn ILabelStyleRenderer implementation that can handle DefaultLabelStyle instances.
GeneralPathNodeStyleRendererAn INodeStyleRenderer implementation that can handle GeneralPathNodeStyle instances.
GroupNodeStyleRendererDefault renderer implementation for GroupNodeStyle instances.
IconLabelStyleRendererAn ILabelStyleRenderer that can handle IconLabelStyle instances.
ImageNodeStyleRendererA style renderer implementation that can be used together with ImageNodeStyle instances.
PanelNodeStyleRendererA INodeStyle renderer implementation that draws a floating panel with a slight gradient, a thin border and a drop shadow.
PathBasedEdgeStyleRendererAn abstract base class for IEdgeStyleRenderer implementations that are based on the calculation of a GeneralPath.
RectangleNodeStyleRendererDefault renderer implementation that can be used for RectangleNodeStyle instances.
ShapeNodeStyleRendererDefault renderer implementation that can be used for ShapeNodeStyle instances.
ShinyPlateNodeStyleRendererA INodeStyle renderer implementation that draws a floating shiny plate with a slight gradient, a thin border and a simple drop shadow.
TableNodeStyleRendererDefault renderer implementation that can be used for TableNodeStyle instances.
TemplateLabelStyleRendererAn implementation of the ILabelStyleRenderer interface that can render TemplateLabelStyleBase instances.
TemplateNodeStyleRendererAn implementation of the INodeStyleRenderer interface that can render TemplateNodeStyleBase instances.
TemplatePortStyleRendererAn implementation of the IPortStyleRenderer interface that can render TemplatePortStyleBase instances.
DefaultPortCandidateDescriptorAn ICanvasObjectDescriptor implementation that can be used to draw IPortCandidate instances in a CanvasComponent.