Interface VisualizationProperties

All Known Implementing Classes:
UnitSizeLayoutProperties

public interface VisualizationProperties
Wraps layout properties.
Version:
$Revision$ $Date$
Author:
Nick Collier
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets an iterable over all the valid keys for these properties.
    Gets the property associated with the specified key.
  • Method Details

    • getProperty

      Object getProperty(String key)
      Gets the property associated with the specified key.
      Parameters:
      key -
      Returns:
      the property associated with the specified key.
    • getKeys

      Iterable<String> getKeys()
      Gets an iterable over all the valid keys for these properties.
      Returns:
      an iterable over all the keys for these properties.