Class ElementConstants
java.lang.Object
com.saperion.ngc.viewer.virtualviewer.annotation.xml.ElementConstants
- Author:
- jek
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringAnnotation Value ANN_ID.static final StringAnnotation Value ANNOTATED_FILE_NAME.static final StringAnnotation Value ANNOTATION_LAYER_ID.static final StringAnnotation Value Default ARIAL Line type.static final StringAnnotation Value Courier New Line type.static final StringAnnotation Value DOC_ID.static final intAnnotation Value Default FONTHEIGHT_RESIZE Resize Step Element font height.static final intAnnotation Value MAX_FONTHEIGHT is the Maximum Font height.static final intAnnotation Value MAX_LINEWIDTH is the Maximum Line width.static final intAnnotation Value Default MIN_ELEMENT_HEIGHT is the Minimun Element height.static final intAnnotation Value Default MIN_ELEMENT_WIDTH is the Minimun Element width.static final intAnnotation Value MIN_FONTHEIGHT is the Min Font height.static final intAnnotation Value Default MIN_LINEWIDTH is the Minimun Line width.static final intAnnotation Value Default PageHeight height.static final intAnnotation Value Default PageWidth width.static final StringAnnotation Value SOLID Line type .static final StringAnnotation Value Times New Roman Line type.static final StringAnnotation Type Arrow.static final StringAnnotation Type Circle.static final StringAnnotation Type Ellipse.static final StringAnnotation Type Freehand.static final StringAnnotation Type Line.static final StringAnnotation Type Rectangle.static final StringAnnotation Type Rubber Stamp (Only Text, no border, no background color).static final StringAnnotation Type Rubber Stamp (Textbox).static final StringAnnotation Type Text. -
Method Summary
-
Field Details
-
TYPE_ARROW
Annotation Type Arrow.- See Also:
-
TYPE_RUBBER_STAMP
Annotation Type Rubber Stamp (Only Text, no border, no background color).- See Also:
-
TYPE_STICKY_NOTE
Annotation Type Rubber Stamp (Textbox).- See Also:
-
TYPE_RECTANGLE
Annotation Type Rectangle.- See Also:
-
TYPE_LINE
Annotation Type Line.- See Also:
-
TYPE_CIRCLE
Annotation Type Circle.- See Also:
-
TYPE_ELLIPSE
Annotation Type Ellipse.- See Also:
-
TYPE_TEXT
Annotation Type Text.- See Also:
-
TYPE_FREEHAND
Annotation Type Freehand.- See Also:
-
DOC_ID
Annotation Value DOC_ID.- See Also:
-
ANNOTATED_FILE_NAME
Annotation Value ANNOTATED_FILE_NAME.- See Also:
-
ANN_ID
Annotation Value ANN_ID.- See Also:
-
ANNOTATION_LAYER_ID
Annotation Value ANNOTATION_LAYER_ID.- See Also:
-
SOLID
Annotation Value SOLID Line type .- See Also:
-
ARIAL
Annotation Value Default ARIAL Line type.- See Also:
-
TIMES_NEW_ROMAN
Annotation Value Times New Roman Line type.- See Also:
-
COURIER_NEW
Annotation Value Courier New Line type.- See Also:
-
MAX_LINEWIDTH
public static final int MAX_LINEWIDTHAnnotation Value MAX_LINEWIDTH is the Maximum Line width.- See Also:
-
MIN_LINEWIDTH
public static final int MIN_LINEWIDTHAnnotation Value Default MIN_LINEWIDTH is the Minimun Line width.- See Also:
-
MAX_FONTHEIGHT
public static final int MAX_FONTHEIGHTAnnotation Value MAX_FONTHEIGHT is the Maximum Font height.- See Also:
-
MIN_ELEMENT_WIDTH
public static final int MIN_ELEMENT_WIDTHAnnotation Value Default MIN_ELEMENT_WIDTH is the Minimun Element width.- See Also:
-
MIN_ELEMENT_HEIGHT
public static final int MIN_ELEMENT_HEIGHTAnnotation Value Default MIN_ELEMENT_HEIGHT is the Minimun Element height.- See Also:
-
FONTHEIGHT_RESIZE
public static final int FONTHEIGHT_RESIZEAnnotation Value Default FONTHEIGHT_RESIZE Resize Step Element font height.- See Also:
-
MIN_FONTHEIGHT
public static final int MIN_FONTHEIGHTAnnotation Value MIN_FONTHEIGHT is the Min Font height.- See Also:
-
PAGE_WIDTH
public static final int PAGE_WIDTHAnnotation Value Default PageWidth width.- See Also:
-
PAGE_HEIGHT
public static final int PAGE_HEIGHTAnnotation Value Default PageHeight height.- See Also:
-