public interface AnnotationRenderer
Modifier and Type | Method and Description |
---|---|
java.awt.Font |
getAnnotationFont() |
java.awt.Color |
getAnnotationTextColor() |
boolean |
getPaintAnnotation() |
boolean |
getPaintBackground() |
void |
paintAnnotation(java.awt.Graphics g,
SLAnnotation a) |
void |
paintAnnotationDirect(java.awt.Graphics graphics,
SLAnnotation annot) |
void |
setAnnotationFont(java.awt.Font f) |
void |
setAnnotationTextColor(java.awt.Color c) |
void |
setPaintAnnotation(boolean s) |
void |
setPaintBackground(boolean s)
Sets the vector (specifies direction) relative to the
set-point where the annotation should be placed.
|
void |
setScalar(java.lang.Double u)
Sets the scalar dilation of the unit vector for placement.
|
void paintAnnotation(java.awt.Graphics g, SLAnnotation a)
void paintAnnotationDirect(java.awt.Graphics graphics, SLAnnotation annot)
void setPaintBackground(boolean s)
boolean getPaintBackground()
void setPaintAnnotation(boolean s)
boolean getPaintAnnotation()
void setScalar(java.lang.Double u)
java.awt.Font getAnnotationFont()
void setAnnotationFont(java.awt.Font f)
java.awt.Color getAnnotationTextColor()
void setAnnotationTextColor(java.awt.Color c)
Copyright © 2011, 2013. Daniel P. Dougherty