Uses of Interface
io.annot8.api.context.Context
-
Packages that use Context Package Description io.annot8.api.components This package contains the api interface for components.io.annot8.api.pipelines -
-
Uses of Context in io.annot8.api.components
Methods in io.annot8.api.components with parameters of type Context Modifier and Type Method Description TAnnot8ComponentDescriptor. create(Context context)Create an instance of the component, with the current settings and using the provided context -
Uses of Context in io.annot8.api.pipelines
Methods in io.annot8.api.pipelines that return Context Modifier and Type Method Description ContextPipeline. getContext()Methods in io.annot8.api.pipelines with parameters of type Context Modifier and Type Method Description Pipeline.BuilderPipeline.Builder. withContext(Context context)
-