|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Annotation | |
---|---|
nl.lxtreme.ols.api.data | |
nl.lxtreme.ols.api.data.annotation |
Uses of Annotation in nl.lxtreme.ols.api.data |
---|
Methods in nl.lxtreme.ols.api.data that return types with arguments of type Annotation | |
---|---|
Collection<Annotation<?>> |
Channel.getAnnotations()
Returns all available annotations for this channel. |
Methods in nl.lxtreme.ols.api.data with parameters of type Annotation | |
---|---|
void |
Channel.addAnnotation(Annotation<?> aAnnotation)
Adds a new annotation to this channel. |
Uses of Annotation in nl.lxtreme.ols.api.data.annotation |
---|
Subinterfaces of Annotation in nl.lxtreme.ols.api.data.annotation | |
---|---|
interface |
DataAnnotation<ANNOTATION_TYPE>
Denotes an annotation for data, which normally covers a certain range of samples. |
Methods in nl.lxtreme.ols.api.data.annotation with parameters of type Annotation | |
---|---|
void |
AnnotationListener.onAnnotation(Annotation<?> aAnnotation)
Called for each annotation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |