|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.qoppa.pdf.annotations.AnnotationSettings
public class AnnotationSettings
This class contains general Annotation settings. Currently, only
the annotation selection stroke and color are available.
| 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 |
|---|
public AnnotationSettings()
| Method Detail |
|---|
public static void setSelectionStroke(BasicStroke stroke)
stroke - public static BasicStroke getSelectionStroke()
public static void setSelectionColor(Color color)
color - public static Color getSelectionColor()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||