TrustGrapher
r52
A playabale simulator for modelling trust between agents
|
Public Member Functions | |
VertexPlacer (Dimension d) | |
VertexPlacer (final Dimension d, long seed) | |
Point2D | transform (V v) |
Package Attributes | |
Dimension | d |
Random | random |
Transforms the input type into a random location within the bounds of the Dimension property. This is used as the backing Transformer for the LazyMap for many Layouts, and provides a random location for unmapped vertex keys the first time they are accessed.
<V> |
Definition at line 33 of file VertexPlacer.java.
cu.trustGrapher.visualizer.VertexPlacer< V >.VertexPlacer | ( | Dimension | d | ) |
Definition at line 38 of file VertexPlacer.java.
cu.trustGrapher.visualizer.VertexPlacer< V >.VertexPlacer | ( | final Dimension | d, |
long | seed | ||
) |
Definition at line 42 of file VertexPlacer.java.
Point2D cu.trustGrapher.visualizer.VertexPlacer< V >.transform | ( | V | v | ) |
Definition at line 47 of file VertexPlacer.java.
Dimension cu.trustGrapher.visualizer.VertexPlacer< V >.d [package] |
Definition at line 35 of file VertexPlacer.java.
Random cu.trustGrapher.visualizer.VertexPlacer< V >.random [package] |
Definition at line 36 of file VertexPlacer.java.