Package | Description |
---|---|
com.metsci.glimpse.painter.info |
Painters which draw informational overlays.
|
Modifier and Type | Method and Description |
---|---|
static AnnotationPainter.AnnotationFont |
AnnotationPainter.AnnotationFont.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnnotationPainter.AnnotationFont[] |
AnnotationPainter.AnnotationFont.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
AnnotationPainter.Annotation |
AnnotationPainter.addAnnotation(String text,
float x,
float y,
int offset_x,
int offset_y,
boolean centerX,
boolean centerY,
AnnotationPainter.AnnotationFont font,
float[] color) |
Constructor and Description |
---|
AnnotationPainter.Annotation(String text,
float x,
float y,
int offset_x,
int offset_y,
boolean centerX,
boolean centerY,
AnnotationPainter.AnnotationFont font,
float[] color) |
Copyright © 2013 Metron, Inc.. All rights reserved.