public class SankeyLink extends Object
| Modifier and Type | Field and Description |
|---|---|
static Comparator<SankeyLink> |
ascendingSourceDepth |
static Comparator<SankeyLink> |
ascendingTargetDepth |
double |
Curvature |
org.bimserver.geometry.Vector2d |
Delta |
SankeyNode |
Source |
Double |
sy |
SankeyNode |
Target |
Double |
ty |
Double |
Value |
| Constructor and Description |
|---|
SankeyLink(SankeyNode source,
SankeyNode target) |
SankeyLink(SankeyNode source,
SankeyNode target,
double value) |
| Modifier and Type | Method and Description |
|---|---|
double |
getValue() |
double |
lerp(double t,
double a,
double b) |
String |
link() |
void |
setValue(Double value) |
public static Comparator<SankeyLink> ascendingSourceDepth
public static Comparator<SankeyLink> ascendingTargetDepth
public double Curvature
public SankeyNode Source
public SankeyNode Target
public Double Value
public org.bimserver.geometry.Vector2d Delta
public Double sy
public Double ty
public SankeyLink(SankeyNode source, SankeyNode target)
source - target - public SankeyLink(SankeyNode source, SankeyNode target, double value)
source - target - value - Copyright © 2017 OpenSource BIM. All rights reserved.