TrustGrapher  r52
A playabale simulator for modelling trust between agents
cu.trustGrapher.visualizer.VertexPlacer< V > Class Reference
Inheritance diagram for cu.trustGrapher.visualizer.VertexPlacer< V >:
Collaboration diagram for cu.trustGrapher.visualizer.VertexPlacer< V >:

List of all members.

Public Member Functions

 VertexPlacer (Dimension d)
 VertexPlacer (final Dimension d, long seed)
Point2D transform (V v)

Package Attributes

Dimension d
Random random

Detailed Description

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.

Author:
Tom Nelson
Parameters:
<V>

Definition at line 33 of file VertexPlacer.java.


Constructor & Destructor Documentation

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.


Member Function Documentation

Point2D cu.trustGrapher.visualizer.VertexPlacer< V >.transform ( v)

Definition at line 47 of file VertexPlacer.java.


Member Data Documentation

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.


The documentation for this class was generated from the following file: