Uses of Class
nl.siegmann.epublib.domain.SpineReference
Packages that use SpineReference
Package
Description
The classes in this package are used for post-processing Books.
-
Uses of SpineReference in nl.siegmann.epublib.bookprocessor
Methods in nl.siegmann.epublib.bookprocessor that return types with arguments of type SpineReferenceModifier and TypeMethodDescriptionprivate static 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 SpineReferenceMethods in nl.siegmann.epublib.domain that return SpineReferenceModifier and TypeMethodDescriptionSpine.addResource(Resource resource) Adds the given resource to the spine references and returns it.Spine.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 SpineReferenceModifier and TypeMethodDescriptionstatic List<SpineReference> Spine.createSpineReferences(Collection<Resource> resources) Spine.getSpineReferences()Methods in nl.siegmann.epublib.domain with parameters of type SpineReferenceModifier and TypeMethodDescriptionSpine.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 SpineReferenceModifier and TypeMethodDescriptionvoidSpine.setSpineReferences(List<SpineReference> spineReferences) Constructor parameters in nl.siegmann.epublib.domain with type arguments of type SpineReference