Package org.daisy.dotify.api.factory
Interface FactoryProperties
-
- All Known Subinterfaces:
Embosser,EmbosserFactoryProperties,Factory,FileFormat,Paper,Table
- All Known Implementing Classes:
AbstractBraillo200Embosser,AbstractBraillo440Embosser,AbstractEmbosser,AbstractFactory,AbstractPaper,AbstractTable,BlueBarEmbosser,BrailleEditorsFileFormat,BrailleEditorsFileFormatProvider.FileType,Braillo200Embosser,Braillo200x270x400v12x16Embosser,Braillo200x270x400v1x11Embosser,Braillo300Embosser,Braillo400SEmbosser,Braillo400SREmbosser,Braillo440SFEmbosser,Braillo440SWEmbosser,Braillo600Embosser,Braillo600SREmbosser,Braillo650SFEmbosser,Braillo650SWEmbosser,BrailloEmbosser,BrailloEmbosserProvider.EmbosserType,CidatEmbosser,CidatEmbosserProvider.EmbosserType,DefaultTableProvider.TableType,EmbosserTable,EnablingTechnologiesDoubleSidedEmbosser,EnablingTechnologiesEmbosser,EnablingTechnologiesEmbosserProvider.EmbosserType,EnablingTechnologiesSingleSidedEmbosser,GenericEmbosser,GenericEmbosserProvider.EmbosserType,HarpoEmbosserProvider.EmbosserType,ImpactoEmbosser,IndexEmbosser,IndexEmbosserProvider.EmbosserType,IndexV2Embosser,IndexV3Embosser,IndexV4Embosser,Interpoint55Embosser,InterpointEmbosserProvider.EmbosserType,MountbattenEmbosser,PortathielBlueEmbosser,RollPaper,SheetPaper,TigerEmbosser,TractorPaper,TranslatorMode,ViewPlusEmbosserProvider.EmbosserType
public interface FactoryPropertiesProvides factory properties.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classFactoryProperties.ComparatorBuilderProvides a comparator builder for factory properties.
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()Gets the description for this Factory.StringgetDisplayName()Gets the display name for this Factory.StringgetIdentifier()Gets the identifier for this Factory.static FactoryProperties.ComparatorBuildernewComparatorBuilder()Creates a new comparator builder for factory properties.
-
-
-
Method Detail
-
getIdentifier
String getIdentifier()
Gets the identifier for this Factory.- Returns:
- returns the identifier for this Factory
-
getDisplayName
String getDisplayName()
Gets the display name for this Factory.- Returns:
- returns the display name for this Factory
-
getDescription
String getDescription()
Gets the description for this Factory.- Returns:
- returns the description for this Factory
-
newComparatorBuilder
static FactoryProperties.ComparatorBuilder newComparatorBuilder()
Creates a new comparator builder for factory properties.- Returns:
- a new comparator builder
-
-