Class Properties

  • All Implemented Interfaces:
    State

    public class Properties
    extends java.lang.Object
    implements State
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void process​(char c)
      Processes a character.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Properties

        public Properties​(CssStateController cssStateController)
        Parameters:
        cssStateController - the controller
    • Method Detail

      • process

        public void process​(char c)
        Description copied from interface: State
        Processes a character.
        Specified by:
        process in interface State
        Parameters:
        c - the character to process