Class BrailleEditorsFileFormat

    • Method Detail

      • supportsTable

        public boolean supportsTable​(Table table)
        Description copied from interface: FileFormat
        Returns true if the table is supported, false otherwise.
        Specified by:
        supportsTable in interface FileFormat
        Parameters:
        table - the table
        Returns:
        returns true if the table is supported, false otherwise
      • supportsDuplex

        public boolean supportsDuplex()
        Description copied from interface: FileFormatProperties
        Returns true if duplex is supported, false otherwise.
        Specified by:
        supportsDuplex in interface FileFormatProperties
        Returns:
        returns true if duplex is supported, false otherwise
      • supports8dot

        public boolean supports8dot()
        Description copied from interface: FileFormatProperties
        Returns true if 8-dot is supported, false otherwise.
        Specified by:
        supports8dot in interface FileFormatProperties
        Returns:
        returns true if 8-dot is supported, false otherwise
      • supportsVolumes

        public boolean supportsVolumes()
        Description copied from interface: FileFormatProperties
        Returns true if a single file can contain multiple volumes, false otherwise.
        Specified by:
        supportsVolumes in interface FileFormatProperties
        Returns:
        returns true if a single file can contain multiple volumes, false otherwise
      • setFeature

        public void setFeature​(String key,
                               Object value)
        Description copied from interface: Factory
        Sets a feature for new Objects returned by this Factory.
        Specified by:
        setFeature in interface Factory
        Parameters:
        key - the key for the feature
        value - the value of the feature
      • getFeature

        public Object getFeature​(String key)
        Description copied from interface: Factory
        Gets the value of a feature used by this Factory.
        Specified by:
        getFeature in interface Factory
        Parameters:
        key - the key for the feature
        Returns:
        returns the current value of the feature
      • getProperty

        public Object getProperty​(String key)
        Description copied from interface: Factory
        Gets the value of a read-only property that applies to all objects returned by this Factory.
        Specified by:
        getProperty in interface Factory
        Parameters:
        key - the name of the property to get
        Returns:
        returns the value associated with this property or null if none is found