Interface ColorModel

All Known Implementing Classes:
ColorModelApplication, ColorModelArchitecture

public interface ColorModel
Defines a color scheme for an AbstractGraphPanelFormat.
  • Method Summary

    Modifier and Type
    Method
    Description
    get(Node node)
    Returns the Color for the given Node.
  • Method Details

    • get

      Color get(Node node)
      Returns the Color for the given Node.
      Parameters:
      node - the node
      Returns:
      the color of the node