Uses of Class
com.metsci.glimpse.core.painter.info.AnnotationPainter.Annotation
-
Packages that use AnnotationPainter.Annotation Package Description com.metsci.glimpse.core.painter.info Painters which draw informational overlays. -
-
Uses of AnnotationPainter.Annotation in com.metsci.glimpse.core.painter.info
Methods in com.metsci.glimpse.core.painter.info that return AnnotationPainter.Annotation Modifier and Type Method Description AnnotationPainter.Annotation
AnnotationPainter. addAnnotation(AnnotationPainter.Annotation annotation)
AnnotationPainter.Annotation
AnnotationPainter. addAnnotation(String text, double x, double y)
AnnotationPainter.Annotation
AnnotationPainter. addAnnotation(String text, double x, double y, int offset_x, int offset_y, SimpleTextPainter.HorizontalPosition hPos, SimpleTextPainter.VerticalPosition vPos, float[] color)
Methods in com.metsci.glimpse.core.painter.info with parameters of type AnnotationPainter.Annotation Modifier and Type Method Description AnnotationPainter.Annotation
AnnotationPainter. addAnnotation(AnnotationPainter.Annotation annotation)
Method parameters in com.metsci.glimpse.core.painter.info with type arguments of type AnnotationPainter.Annotation Modifier and Type Method Description void
AnnotationPainter. setDisplayFilter(Predicate<AnnotationPainter.Annotation> filter)
-