Interface Node

All Superinterfaces:
Point
All Known Implementing Classes:
Node2D, Node3D

public interface Node extends Point
Interface representing a (network) node in 2D or 3D space with a position and a radius.

Work in progress...

Rudimentary implementation, taylored to the current needs. Could be made more useful/powerful.
Author:
Christoph Hauert
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    scaleR(double scale)
    Scales the radius of this node by scale.

    Methods inherited from interface Point

    shake
  • Method Details

    • scaleR

      Node scaleR(double scale)
      Scales the radius of this node by scale.
      Parameters:
      scale - the scaling factor
      Returns:
      this node