com.change_vision.jude.api.inf.presentation
Interface PresentationPropertyConstants.Value

com.change_vision.jude.api.inf.presentation.PresentationPropertyConstants.Value
Enclosing interface:
PresentationPropertyConstants

public PresentationPropertyConstants.Value

This is a Class that defines a value of properties used by Presentation.


Field Summary
static String CLASS_FIGURE_NORMAL_CLASS
          This specifies Normal Class.
static String CLASS_FIGURE_STRUCTURE_CLASS
          This specifies Structure Class.
static String DIRECTION_HORIZONTAL
          This sets Horizontal.
static String DIRECTION_VERTIAL
          This sets Vertical.
static String FONT_NAME_DIALOG
          This sets "Dialog" font.
static String FONT_NAME_DIALOGINPUT
          This sets "DialogInput" font.
static String FONT_NAME_MONOSPACED
          This sets "Monospaced" font.
static String FONT_NAME_SANS_SERIF
          This sets "SansSerif" font.
static String FONT_NAME_SERIF
          This sets "Serif" font.
static String FONT_STYLE_BOLD
          This sets bold.
static String FONT_STYLE_BOLDITALIC
          This sets Italic and bold.
static String FONT_STYLE_ITALIC
          This sets Italic.
static String FONT_STYLE_PLAIN
          This sets "plain" style.
static String LINE_ARROW_TYPE_BOTH_ARROW
          This crates arrows pointing to the both ends.
static String LINE_ARROW_TYPE_END_ARROW
          This creates an arrow pointing to the target.
static String LINE_ARROW_TYPE_NO_ARROW
          This adds no arrow to both ends.
static String LINE_ARROW_TYPE_START_ARROW
          This creates an arrow pointing to the source.
static String LINE_SHAPE_CURVE
          This sets curved line
static String LINE_SHAPE_CURVE_RIGHT_ANGLE
          This sets right-angle curved line
static String LINE_SHAPE_LINE
          This sets normal solid line.
static String LINE_SHAPE_LINE_RIGHT_ANGLE
          This sets right-angle line
static String LINE_TYPE_DASH1
          This sets dotted line style 1.
static String LINE_TYPE_DASH2
          This sets dotted line style 2.
static String LINE_TYPE_DASH3
          This sets dotted line style 3.
static String LINE_TYPE_LINE
          This sets normal solid line.
static String NAME_DIRECTION_FORWARD
          This sets forward direction.
static String NAME_DIRECTION_REVERSE
          This sets opposite direction.
static String NAMESPACE_VISIBILITY_FULL
          This makes all the Namaspace visible.
static String NAMESPACE_VISIBILITY_NONE
          This makes all of the Namespace invisible.
static String NAMESPACE_VISIBILITY_UP_ONE_LEVEL
          This makes top level of Namespace visible.
static String NOTATION_TYPE_CUSTOMIZED
          This specifies Customized Icon notation mode.
static String NOTATION_TYPE_ICON
          This specifies Icon notation mode.
static String NOTATION_TYPE_NORMAL
          This specifies Normal Icon notation mode.
static String RECT_TYPE_ROUND
          This sets oval.
static String SHAPE_BEZIER
          This sets curved line of Lines between the topics.
static String SHAPE_CLOUD
          This sets cloud-shaped line of Boundaries.
static String SHAPE_LINE
          This sets a straight line type of Topics.
static String SHAPE_LINEAR
          This sets a straight line type of Lines between the topics.
static String SHAPE_ROUNDED_RECTANGLE
          This sets rectangle with round edges of Topics.
static String SHAPE_ROUNDEDLINE
          This sets round edge line of Boundaries.
static String SHAPE_SHARPBEZIER
          This sets fine curved line of Lines between the topics.
static String SHAPE_SHARPLINEAR
          This sets fine curved line of Lines between the topics.
static String SHAPE_STRAIGHTLINE
          This sets a straight line type of Boundaries.
 

Field Detail

CLASS_FIGURE_NORMAL_CLASS

static final String CLASS_FIGURE_NORMAL_CLASS
This specifies Normal Class.

See Also:
PresentationPropertyConstants.Key#CLASS_FIGURE

CLASS_FIGURE_STRUCTURE_CLASS

static final String CLASS_FIGURE_STRUCTURE_CLASS
This specifies Structure Class.

See Also:
PresentationPropertyConstants.Key#CLASS_FIGURE

NOTATION_TYPE_NORMAL

static final String NOTATION_TYPE_NORMAL
This specifies Normal Icon notation mode.

See Also:
PresentationPropertyConstants.Key#NOTATION_TYPE

NOTATION_TYPE_ICON

static final String NOTATION_TYPE_ICON
This specifies Icon notation mode.

See Also:
PresentationPropertyConstants.Key#NOTATION_TYPE

NOTATION_TYPE_CUSTOMIZED

static final String NOTATION_TYPE_CUSTOMIZED
This specifies Customized Icon notation mode.

See Also:
PresentationPropertyConstants.Key#NOTATION_TYPE

NAMESPACE_VISIBILITY_NONE

static final String NAMESPACE_VISIBILITY_NONE
This makes all of the Namespace invisible.

See Also:
PresentationPropertyConstants.Key#NAMESPACE_VISIBILITY

NAMESPACE_VISIBILITY_UP_ONE_LEVEL

static final String NAMESPACE_VISIBILITY_UP_ONE_LEVEL
This makes top level of Namespace visible.

See Also:
PresentationPropertyConstants.Key#NAMESPACE_VISIBILITY

NAMESPACE_VISIBILITY_FULL

static final String NAMESPACE_VISIBILITY_FULL
This makes all the Namaspace visible.

See Also:
PresentationPropertyConstants.Key#NAMESPACE_VISIBILITY

LINE_SHAPE_LINE

static final String LINE_SHAPE_LINE
This sets normal solid line.

See Also:
PresentationPropertyConstants.Key#LINE_SHAPE

LINE_SHAPE_LINE_RIGHT_ANGLE

static final String LINE_SHAPE_LINE_RIGHT_ANGLE
This sets right-angle line

See Also:
PresentationPropertyConstants.Key#LINE_SHAPE

LINE_SHAPE_CURVE

static final String LINE_SHAPE_CURVE
This sets curved line

See Also:
PresentationPropertyConstants.Key#LINE_SHAPE

LINE_SHAPE_CURVE_RIGHT_ANGLE

static final String LINE_SHAPE_CURVE_RIGHT_ANGLE
This sets right-angle curved line

See Also:
PresentationPropertyConstants.Key#LINE_SHAPE

FONT_NAME_DIALOG

static final String FONT_NAME_DIALOG
This sets "Dialog" font.

See Also:
PresentationPropertyConstants.Key#FONT_NAME

FONT_NAME_DIALOGINPUT

static final String FONT_NAME_DIALOGINPUT
This sets "DialogInput" font.

See Also:
PresentationPropertyConstants.Key#FONT_NAME

FONT_NAME_SERIF

static final String FONT_NAME_SERIF
This sets "Serif" font.

See Also:
PresentationPropertyConstants.Key#FONT_NAME

FONT_NAME_SANS_SERIF

static final String FONT_NAME_SANS_SERIF
This sets "SansSerif" font.

See Also:
PresentationPropertyConstants.Key#FONT_NAME

FONT_NAME_MONOSPACED

static final String FONT_NAME_MONOSPACED
This sets "Monospaced" font.

See Also:
PresentationPropertyConstants.Key#FONT_NAME

FONT_STYLE_PLAIN

static final String FONT_STYLE_PLAIN
This sets "plain" style.

See Also:
PresentationPropertyConstants.Key#FONT_STYLE

FONT_STYLE_BOLD

static final String FONT_STYLE_BOLD
This sets bold.

See Also:
PresentationPropertyConstants.Key#FONT_STYLE

FONT_STYLE_ITALIC

static final String FONT_STYLE_ITALIC
This sets Italic.

See Also:
PresentationPropertyConstants.Key#FONT_STYLE

FONT_STYLE_BOLDITALIC

static final String FONT_STYLE_BOLDITALIC
This sets Italic and bold.

See Also:
PresentationPropertyConstants.Key#FONT_STYLE

RECT_TYPE_ROUND

static final String RECT_TYPE_ROUND
This sets oval.

See Also:
PresentationPropertyConstants.Key#RECT_TYPE

LINE_TYPE_LINE

static final String LINE_TYPE_LINE
This sets normal solid line.

See Also:
PresentationPropertyConstants.Key#LINE_TYPE

LINE_TYPE_DASH1

static final String LINE_TYPE_DASH1
This sets dotted line style 1.

See Also:
PresentationPropertyConstants.Key#LINE_TYPE

LINE_TYPE_DASH2

static final String LINE_TYPE_DASH2
This sets dotted line style 2.

See Also:
PresentationPropertyConstants.Key#LINE_TYPE

LINE_TYPE_DASH3

static final String LINE_TYPE_DASH3
This sets dotted line style 3.

See Also:
PresentationPropertyConstants.Key#LINE_TYPE

LINE_ARROW_TYPE_NO_ARROW

static final String LINE_ARROW_TYPE_NO_ARROW
This adds no arrow to both ends.

See Also:
PresentationPropertyConstants.Key#LINE_ARROW_TYPE

LINE_ARROW_TYPE_START_ARROW

static final String LINE_ARROW_TYPE_START_ARROW
This creates an arrow pointing to the source.

See Also:
PresentationPropertyConstants.Key#LINE_ARROW_TYPE

LINE_ARROW_TYPE_END_ARROW

static final String LINE_ARROW_TYPE_END_ARROW
This creates an arrow pointing to the target.

See Also:
PresentationPropertyConstants.Key#LINE_ARROW_TYPE

LINE_ARROW_TYPE_BOTH_ARROW

static final String LINE_ARROW_TYPE_BOTH_ARROW
This crates arrows pointing to the both ends.

See Also:
PresentationPropertyConstants.Key#LINE_ARROW_TYPE

SHAPE_LINE

static final String SHAPE_LINE
This sets a straight line type of Topics.

See Also:
PresentationPropertyConstants.Key#SHAPE

SHAPE_ROUNDED_RECTANGLE

static final String SHAPE_ROUNDED_RECTANGLE
This sets rectangle with round edges of Topics.

See Also:
PresentationPropertyConstants.Key#SHAPE

SHAPE_LINEAR

static final String SHAPE_LINEAR
This sets a straight line type of Lines between the topics.

See Also:
PresentationPropertyConstants.Key#SHAPE

SHAPE_BEZIER

static final String SHAPE_BEZIER
This sets curved line of Lines between the topics.

See Also:
PresentationPropertyConstants.Key#SHAPE

SHAPE_SHARPBEZIER

static final String SHAPE_SHARPBEZIER
This sets fine curved line of Lines between the topics.

See Also:
PresentationPropertyConstants.Key#SHAPE

SHAPE_SHARPLINEAR

static final String SHAPE_SHARPLINEAR
This sets fine curved line of Lines between the topics.

See Also:
PresentationPropertyConstants.Key#SHAPE

SHAPE_CLOUD

static final String SHAPE_CLOUD
This sets cloud-shaped line of Boundaries.

See Also:
PresentationPropertyConstants.Key#SHAPE

SHAPE_STRAIGHTLINE

static final String SHAPE_STRAIGHTLINE
This sets a straight line type of Boundaries.

See Also:
PresentationPropertyConstants.Key#SHAPE

SHAPE_ROUNDEDLINE

static final String SHAPE_ROUNDEDLINE
This sets round edge line of Boundaries.

See Also:
PresentationPropertyConstants.Key#SHAPE

NAME_DIRECTION_FORWARD

static final String NAME_DIRECTION_FORWARD
This sets forward direction.

See Also:
PresentationPropertyConstants.Key#NAME_DIRECTION_REVERSE

NAME_DIRECTION_REVERSE

static final String NAME_DIRECTION_REVERSE
This sets opposite direction.

See Also:
PresentationPropertyConstants.Key#NAME_DIRECTION_REVERSE

DIRECTION_VERTIAL

static final String DIRECTION_VERTIAL
This sets Vertical.

See Also:
PresentationPropertyConstants.Key#DIRECTION

DIRECTION_HORIZONTAL

static final String DIRECTION_HORIZONTAL
This sets Horizontal.

See Also:
PresentationPropertyConstants.Key#DIRECTION