public class AnnotationSettings extends Object
Annotation
settings. Currently, only
the annotation selection stroke and color are available.Constructor and Description |
---|
AnnotationSettings() |
Modifier and Type | Method and Description |
---|---|
static Color |
getSelectionColor()
Returns the annotation selection color.
|
static BasicStroke |
getSelectionStroke()
Returns the annotation selection stroke.
|
static void |
setSelectionColor(Color color)
Sets the annotation selection color.
|
static void |
setSelectionStroke(BasicStroke stroke)
Sets the annotation selection stroke.
|
public static void setSelectionStroke(BasicStroke stroke)
stroke
- public static BasicStroke getSelectionStroke()
public static void setSelectionColor(Color color)
color
- public static Color getSelectionColor()