com.qoppa.pdf.annotations
Class AnnotationSettings

java.lang.Object
  extended by com.qoppa.pdf.annotations.AnnotationSettings

public class AnnotationSettings
extends Object

This class contains general Annotation settings. Currently, only the annotation selection stroke and color are available.

Author:
Qoppa Software

Constructor Summary
AnnotationSettings()
           
 
Method Summary
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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationSettings

public AnnotationSettings()
Method Detail

setSelectionStroke

public static void setSelectionStroke(BasicStroke stroke)
Sets the annotation selection stroke.

Parameters:
stroke -

getSelectionStroke

public static BasicStroke getSelectionStroke()
Returns the annotation selection stroke.

Returns:
the annotation selection stroke

setSelectionColor

public static void setSelectionColor(Color color)
Sets the annotation selection color.

Parameters:
color -

getSelectionColor

public static Color getSelectionColor()
Returns the annotation selection color.

Returns:
the annotation selection color