-
public final class LocatorServiceKt
-
-
Field Summary
Fields Modifier and Type Field Description private static Function1<Publication.Service.Context, Publication.Service>locatorServiceFactory
-
Method Summary
Modifier and Type Method Description Function1<Publication.Service.Context, Publication.Service>getLocatorServiceFactory()voidsetLocatorServiceFactory(Function1<Publication.Service.Context, Publication.Service> locatorServiceFactory)final static Locatorlocate(Publication $self, Locator locator)Locates the target of the given locator. final static LocatorlocateProgression(Publication $self, Double totalProgression)Locates the target at the given progression relative to the whole publication. -
-
Method Detail
-
getLocatorServiceFactory
Function1<Publication.Service.Context, Publication.Service> getLocatorServiceFactory()
-
setLocatorServiceFactory
void setLocatorServiceFactory(Function1<Publication.Service.Context, Publication.Service> locatorServiceFactory)
-
locate
final static Locator locate(Publication $self, Locator locator)
Locates the target of the given locator.
-
locateProgression
final static Locator locateProgression(Publication $self, Double totalProgression)
Locates the target at the given progression relative to the whole publication.
-
-
-
-