Class StyleKeyFactoryCollector

    • Constructor Detail

      • StyleKeyFactoryCollector

        public StyleKeyFactoryCollector()
        Creates a new factory.
    • Method Detail

      • addFactory

        public void addFactory​(StyleKeyFactory factory)
        Adds a factory.
        Parameters:
        factory - the factory.
      • getFactories

        public Iterator getFactories()
        Returns an iterator that provides access to the factories.
        Returns:
        The iterator.
      • getRegisteredKeys

        public Iterator getRegisteredKeys()
        Returns an iterator that provides access to the registered keys.
        Specified by:
        getRegisteredKeys in interface StyleKeyFactory
        Returns:
        The iterator.
      • equals

        public boolean equals​(Object o)
        Indicated whether an other object is equal to this one.
        Overrides:
        equals in class Object
        Parameters:
        o - the other object.
        Returns:
        true, if the object is equal, false otherwise.
        See Also:
        Object.equals(java.lang.Object)
      • hashCode

        public int hashCode()
        Computes an hashcode for this factory.
        Overrides:
        hashCode in class Object
        Returns:
        the hashcode.
        See Also:
        Object.hashCode()