|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.qoppa.pdfNotes.NotesSettings
This class allows to set / get settings and preferences for the PDFNotesBean.
| Field Summary | |
static String |
AUTHOR
|
static String |
TYPE_ARROW
|
static String |
TYPE_CIRCLE
|
static String |
TYPE_FILE_ATTACHMENT
|
static String |
TYPE_FREETEXT
|
static String |
TYPE_INK
|
static String |
TYPE_LINE
|
static String |
TYPE_LINK
|
static String |
TYPE_MARKUP_CROSSOUT
|
static String |
TYPE_MARKUP_HIGHLIGHT
|
static String |
TYPE_MARKUP_SQUIGGLY
|
static String |
TYPE_MARKUP_UNDERLINE
|
static String |
TYPE_NOTE
|
static String |
TYPE_POLYGON
|
static String |
TYPE_RUBBERSTAMP
|
static String |
TYPE_SQUARE
|
| Constructor Summary | |
NotesSettings()
|
|
| Method Summary | |
static String |
getAuthor()
|
static Dimension |
getMinSize(String annotType)
Gets the minimum size for a given annotation. |
static boolean |
isShowPropDialog(String annotType)
Gets the flag for a given annotation to show or not the annotation properties popup dialog after an annotation has been created. |
static void |
setAuthor(String authorName)
|
static void |
setMinSize(String annotType,
int width,
int height)
Sets the minimum size for a given annotation. |
static void |
setShowPropDialog(String annotType,
boolean show)
Sets the flag for a given annotation to show or not the annotation properties popup dialog after an annotation has been created. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static String TYPE_CIRCLE
public static String TYPE_SQUARE
public static String TYPE_POLYGON
public static String TYPE_LINE
public static String TYPE_ARROW
public static String TYPE_INK
public static String TYPE_FREETEXT
public static String TYPE_LINK
public static String TYPE_RUBBERSTAMP
public static String TYPE_NOTE
public static String TYPE_MARKUP_HIGHLIGHT
public static String TYPE_MARKUP_UNDERLINE
public static String TYPE_MARKUP_CROSSOUT
public static String TYPE_MARKUP_SQUIGGLY
public static String TYPE_FILE_ATTACHMENT
public static String AUTHOR
| Constructor Detail |
public NotesSettings()
| Method Detail |
public static String getAuthor()
public static void setAuthor(String authorName)
public static boolean isShowPropDialog(String annotType)
annotType - the type of the annotation. Possible values are TYPE_* (TYPE_CIRCLE, TYPE_SQUARE, etc...)
public static void setShowPropDialog(String annotType,
boolean show)
annotType - the type of the annotation. Possible values are TYPE_* (TYPE_CIRCLE, TYPE_SQUARE, etc...)show -
public static void setMinSize(String annotType,
int width,
int height)
annotType - the type of the annotation. Possible values are TYPE_* (TYPE_CIRCLE, TYPE_SQUARE, etc...)width - the new minimum widthheight - the new minimum heightpublic static Dimension getMinSize(String annotType)
annotType - the type of the annotation. Possible values are TYPE_* (TYPE_CIRCLE, TYPE_SQUARE, etc...)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||