public interface AnnoViewerParams
Modifier and Type | Interface and Description |
---|---|
static class |
AnnoViewerParams.Factory
Static factory for AnnoViewerParams.
|
Modifier and Type | Method and Description |
---|---|
void |
addOverrider(AnnoOverrider ao)
Adds an anno overrider that will be consulted by the AnnoViewer
constructed from these params.
|
void |
setClassLoader(java.lang.ClassLoader c)
Sets the classloader from which Annobeans will be loaded.
|
void |
setVerbose(java.lang.Class c)
Enables verbose debugging output from all instances of the given
class.
|
void addOverrider(AnnoOverrider ao)
void setClassLoader(java.lang.ClassLoader c)
void setVerbose(java.lang.Class c)