Interface VisualizationProperties

  • All Known Implementing Classes:
    UnitSizeLayoutProperties

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

      • 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.