documentationfor yFiles for HTML 3.0.0.3

Usages of WebGLArrowType

Properties

sourceArrowin WebGLArcEdgeStyleGets the arrow at the edge's source end.
targetArrowin WebGLArcEdgeStyleGets the arrow at the edge's target end.
sourceArrowin WebGLBridgeEdgeStyleGets the arrow at the edge's source end.
targetArrowin WebGLBridgeEdgeStyleGets the arrow at the edge's target end.
sourceArrowin WebGLPolylineEdgeStyleGets the arrow at the edge's source end.
targetArrowin WebGLPolylineEdgeStyleGets the arrow at the edge's target end.

Method Return Values

from (WebGLArrowType)in WebGLArrowTypeConverts the given argument to an enum constant of this enum type.

Method Parameters

WebGLArcEdgeStyle (number?, boolean?, WebGLStroke?, WebGLArrowType?, WebGLArrowType?, number?, WebGLEffect?)in WebGLArcEdgeStyleCreates a new arc edge style that is rendered with WebGL2.
from (WebGLArrowType)in WebGLArrowTypeConverts the given argument to an enum constant of this enum type.
getName (WebGLArrowType)in WebGLArrowTypeReturns the name of the given enum constant.
WebGLBridgeEdgeStyle (number?, number?, WebGLStroke?, WebGLArrowType?, WebGLArrowType?, number?, WebGLEffect?)in WebGLBridgeEdgeStyleCreates a new 3-segment bridge edge style that is rendered with WebGL2.
WebGLPolylineEdgeStyle (WebGLStroke?, WebGLArrowType?, WebGLArrowType?, number?, number?, WebGLEffect?, boolean?)in WebGLPolylineEdgeStyleCreates a new polyline edge style that is rendered with WebGL.