Interface StyleMapperResult

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getMappedStyleName()
      Returns the preferred style name to map to, if the conditions were met.
      void setMappedStyleName​(java.lang.String toStyle)
      Sets the preferred style name to map to, if the conditions were met.
      void setWereConditionsMet​(boolean conditionsMet)
      Sets whether the conditions were successfully met or not.
      boolean wereConditionsMet()
      Returns whether the conditions necessary to perform the style mapping were met.
    • Method Detail

      • wereConditionsMet

        boolean wereConditionsMet()
        Returns whether the conditions necessary to perform the style mapping were met.
        Returns:
        Whether the conditions necessary to perform the style mapping were met.
      • setWereConditionsMet

        void setWereConditionsMet​(boolean conditionsMet)
        Sets whether the conditions were successfully met or not.
        Parameters:
        conditionsMet - Whether the conditions were successfully met or not.
      • getMappedStyleName

        java.lang.String getMappedStyleName()
        Returns the preferred style name to map to, if the conditions were met.
        Returns:
        The preferred style name to map to, if the conditions were met.
      • setMappedStyleName

        void setMappedStyleName​(java.lang.String toStyle)
        Sets the preferred style name to map to, if the conditions were met.
        Parameters:
        toStyle - The preferred style name to map to, if the conditions were met.