Uses of Class
nl.siegmann.epublib.domain.SpineReference
-
Packages that use SpineReference Package Description nl.siegmann.epublib.bookprocessor The classes in this package are used for post-processing Books.nl.siegmann.epublib.domain -
-
Uses of SpineReference in nl.siegmann.epublib.bookprocessor
Methods in nl.siegmann.epublib.bookprocessor that return types with arguments of type SpineReference Modifier and Type Method Description private static java.util.List<SpineReference>SectionHrefSanityCheckBookProcessor. checkSpineReferences(Spine spine) -
Uses of SpineReference in nl.siegmann.epublib.domain
Fields in nl.siegmann.epublib.domain with type parameters of type SpineReference Modifier and Type Field Description private java.util.List<SpineReference>Spine. spineReferencesMethods in nl.siegmann.epublib.domain that return SpineReference Modifier and Type Method Description SpineReferenceSpine. addResource(Resource resource)Adds the given resource to the spine references and returns it.SpineReferenceSpine. addSpineReference(SpineReference spineReference)Adds the given spineReference to the spine references and returns it.Methods in nl.siegmann.epublib.domain that return types with arguments of type SpineReference Modifier and Type Method Description static java.util.List<SpineReference>Spine. createSpineReferences(java.util.Collection<Resource> resources)java.util.List<SpineReference>Spine. getSpineReferences()Methods in nl.siegmann.epublib.domain with parameters of type SpineReference Modifier and Type Method Description SpineReferenceSpine. addSpineReference(SpineReference spineReference)Adds the given spineReference to the spine references and returns it.Method parameters in nl.siegmann.epublib.domain with type arguments of type SpineReference Modifier and Type Method Description voidSpine. setSpineReferences(java.util.List<SpineReference> spineReferences)Constructor parameters in nl.siegmann.epublib.domain with type arguments of type SpineReference Constructor Description Spine(java.util.List<SpineReference> spineReferences)
-