Class ElementConstants
java.lang.Object
com.saperion.ngc.viewer.virtualviewer.annotation.xml.ElementConstants
- Author:
- jek
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Annotation Value ANN_ID.static final String
Annotation Value ANNOTATED_FILE_NAME.static final String
Annotation Value ANNOTATION_LAYER_ID.static final String
Annotation Value Default ARIAL Line type.static final String
Annotation Value Courier New Line type.static final String
Annotation Value DOC_ID.static final int
Annotation Value Default FONTHEIGHT_RESIZE Resize Step Element font height.static final int
Annotation Value MAX_FONTHEIGHT is the Maximum Font height.static final int
Annotation Value MAX_LINEWIDTH is the Maximum Line width.static final int
Annotation Value Default MIN_ELEMENT_HEIGHT is the Minimun Element height.static final int
Annotation Value Default MIN_ELEMENT_WIDTH is the Minimun Element width.static final int
Annotation Value MIN_FONTHEIGHT is the Min Font height.static final int
Annotation Value Default MIN_LINEWIDTH is the Minimun Line width.static final int
Annotation Value Default PageHeight height.static final int
Annotation Value Default PageWidth width.static final String
Annotation Value SOLID Line type .static final String
Annotation Value Times New Roman Line type.static final String
Annotation Type Arrow.static final String
Annotation Type Circle.static final String
Annotation Type Ellipse.static final String
Annotation Type Freehand.static final String
Annotation Type Line.static final String
Annotation Type Rectangle.static final String
Annotation Type Rubber Stamp (Only Text, no border, no background color).static final String
Annotation Type Rubber Stamp (Textbox).static final String
Annotation 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:
-