nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Data.visualize.Network / Handle

Handle

Full name Microsoft.VisualBasic.Data.visualize.Network.Graph.EdgeBundling.Handle Assembly Microsoft.VisualBasic.Data.visualize.Network Members 7

进行网络之中的边连接的布局走向的拐点的矢量化描述

00 Remarks

https://github.com/cytoscape/cytoscape-impl/blob/93530ef3b35511d9b1fe0d0eb913ecdcd3b456a8/ding-impl/ding-presentation-impl/src/main/java/org/cytoscape/ding/impl/HandleImpl.java#L247

01 Syntax

Microsoft.VisualBasic.Data.visualize.Network.Graph.EdgeBundling.Handle

02 Methods

NameOverloadsSummary
pointAuto 1 Rotate And scale the vector to the handle position
convert 1 Rotate And scale the vector to the handle position
getSerializableString 1 Serialized string Is "cos,sin,ratio".
ParseHandles 1
ToString 1

03 Properties

NameOverloadsSummary
originalLocation 1 当前的这个位置是一个绝对位置,并非矢量描述位置
isDirectPoint 1

04 Members

method pointAuto #
pointAuto(Double, Double, Double, Double)

Rotate And scale the vector to the handle position

Parameters
NameTypeDescription
sXDouble

x of source node

sYDouble

y of source node

tXDouble

x of target node

tYDouble

y of target node

method convert #
convert(Double, Double, Double, Double)

Rotate And scale the vector to the handle position

Parameters
NameTypeDescription
sXDouble

x of source node

sYDouble

y of source node

tXDouble

x of target node

tYDouble

y of target node

method getSerializableString #
getSerializableString

Serialized string Is "cos,sin,ratio".

method ParseHandles #
ParseHandles(String)
Parameters
NameTypeDescription
strRepresentationString

String join of Handle.getSerializableString() between handles with delimiter |.

property originalLocation #
originalLocation

当前的这个位置是一个绝对位置,并非矢量描述位置

property isDirectPoint #
isDirectPoint
method ToString #
ToString()