Interface TextBorderFactory


  • public interface TextBorderFactory
    Provides a factory for text borders.
    • Field Detail

      • FEATURE_MODE

        static final String FEATURE_MODE
        Mode feature. The corresponding value should be a string.
        See Also:
        Constant Field Values
    • Method Detail

      • setFeature

        void setFeature​(String key,
                        Object value)
        Sets a feature.
        Parameters:
        key - a feature key
        value - a feature value
      • getFeature

        Object getFeature​(String key)
        Gets the value for the specified feature key.
        Parameters:
        key - the feature key
        Returns:
        returns the feature value, or null if not defined