com.levigo.jadice.annotation
Enum AnnotationPageSegmentEvent.EventType

java.lang.Object
  extended by java.lang.Enum<AnnotationPageSegmentEvent.EventType>
      extended by com.levigo.jadice.annotation.AnnotationPageSegmentEvent.EventType
All Implemented Interfaces:
Serializable, Comparable<AnnotationPageSegmentEvent.EventType>
Enclosing class:
AnnotationPageSegmentEvent

public static enum AnnotationPageSegmentEvent.EventType
extends Enum<AnnotationPageSegmentEvent.EventType>

Possible event type identifiers:

Action related


Enum Constant Summary
ACTION_EDIT_OFF
           
ACTION_EDIT_ON
           
PROPERTY_ALLOW_RESIZE
           
PROPERTY_ARROW_ANGLE
           
PROPERTY_ARROW_LENGTH
           
PROPERTY_CREATION_TIMESTAMP
           
PROPERTY_FILL_COLOR
           
PROPERTY_FILLED
           
PROPERTY_FONT_EFFECT_STRIKETHROUGH
           
PROPERTY_FONT_EFFECT_UNDERSCORE
           
PROPERTY_FONT_FACE
           
PROPERTY_FONT_SIZE
           
PROPERTY_FONT_STYLE_BOLD
           
PROPERTY_FONT_STYLE_ITALIC
           
PROPERTY_GAP
           
PROPERTY_ID
           
PROPERTY_LINE_PAINTED
           
PROPERTY_LINE_WIDTH
           
PROPERTY_LOCATION
           
PROPERTY_MODIFY_TIMESTAMP
           
PROPERTY_ORIGINATOR_NAME
           
PROPERTY_PATH
           
PROPERTY_POINT1
           
PROPERTY_POINT2
           
PROPERTY_ROTATION
           
PROPERTY_SIZE
           
PROPERTY_STREAM_CONTENT
           
PROPERTY_STROKE_COLOR
           
PROPERTY_TEXT
           
PROPERTY_TEXT_COLOR
           
PROPERTY_USER_NAME
           
ROLLED_BACK
           
STATE_ADDED
           
STATE_CREATED
           
STATE_DELETED
           
STATE_DESELECTED
           
STATE_SELECTED
           
 
Method Summary
static AnnotationPageSegmentEvent.EventType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AnnotationPageSegmentEvent.EventType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

PROPERTY_ALLOW_RESIZE

public static final AnnotationPageSegmentEvent.EventType PROPERTY_ALLOW_RESIZE

PROPERTY_LOCATION

public static final AnnotationPageSegmentEvent.EventType PROPERTY_LOCATION

PROPERTY_SIZE

public static final AnnotationPageSegmentEvent.EventType PROPERTY_SIZE

PROPERTY_FILL_COLOR

public static final AnnotationPageSegmentEvent.EventType PROPERTY_FILL_COLOR

PROPERTY_STROKE_COLOR

public static final AnnotationPageSegmentEvent.EventType PROPERTY_STROKE_COLOR

PROPERTY_ID

public static final AnnotationPageSegmentEvent.EventType PROPERTY_ID

PROPERTY_ORIGINATOR_NAME

public static final AnnotationPageSegmentEvent.EventType PROPERTY_ORIGINATOR_NAME

PROPERTY_USER_NAME

public static final AnnotationPageSegmentEvent.EventType PROPERTY_USER_NAME

PROPERTY_CREATION_TIMESTAMP

public static final AnnotationPageSegmentEvent.EventType PROPERTY_CREATION_TIMESTAMP

PROPERTY_MODIFY_TIMESTAMP

public static final AnnotationPageSegmentEvent.EventType PROPERTY_MODIFY_TIMESTAMP

PROPERTY_LINE_WIDTH

public static final AnnotationPageSegmentEvent.EventType PROPERTY_LINE_WIDTH

PROPERTY_LINE_PAINTED

public static final AnnotationPageSegmentEvent.EventType PROPERTY_LINE_PAINTED

PROPERTY_FILLED

public static final AnnotationPageSegmentEvent.EventType PROPERTY_FILLED

PROPERTY_TEXT_COLOR

public static final AnnotationPageSegmentEvent.EventType PROPERTY_TEXT_COLOR

PROPERTY_FONT_STYLE_ITALIC

public static final AnnotationPageSegmentEvent.EventType PROPERTY_FONT_STYLE_ITALIC

PROPERTY_FONT_STYLE_BOLD

public static final AnnotationPageSegmentEvent.EventType PROPERTY_FONT_STYLE_BOLD

PROPERTY_FONT_EFFECT_UNDERSCORE

public static final AnnotationPageSegmentEvent.EventType PROPERTY_FONT_EFFECT_UNDERSCORE

PROPERTY_FONT_EFFECT_STRIKETHROUGH

public static final AnnotationPageSegmentEvent.EventType PROPERTY_FONT_EFFECT_STRIKETHROUGH

PROPERTY_FONT_SIZE

public static final AnnotationPageSegmentEvent.EventType PROPERTY_FONT_SIZE

PROPERTY_FONT_FACE

public static final AnnotationPageSegmentEvent.EventType PROPERTY_FONT_FACE

PROPERTY_TEXT

public static final AnnotationPageSegmentEvent.EventType PROPERTY_TEXT

PROPERTY_PATH

public static final AnnotationPageSegmentEvent.EventType PROPERTY_PATH

PROPERTY_POINT1

public static final AnnotationPageSegmentEvent.EventType PROPERTY_POINT1

PROPERTY_POINT2

public static final AnnotationPageSegmentEvent.EventType PROPERTY_POINT2

PROPERTY_ARROW_LENGTH

public static final AnnotationPageSegmentEvent.EventType PROPERTY_ARROW_LENGTH

PROPERTY_ARROW_ANGLE

public static final AnnotationPageSegmentEvent.EventType PROPERTY_ARROW_ANGLE

PROPERTY_ROTATION

public static final AnnotationPageSegmentEvent.EventType PROPERTY_ROTATION

PROPERTY_GAP

public static final AnnotationPageSegmentEvent.EventType PROPERTY_GAP

PROPERTY_STREAM_CONTENT

public static final AnnotationPageSegmentEvent.EventType PROPERTY_STREAM_CONTENT

ROLLED_BACK

public static final AnnotationPageSegmentEvent.EventType ROLLED_BACK

STATE_ADDED

public static final AnnotationPageSegmentEvent.EventType STATE_ADDED

STATE_DELETED

public static final AnnotationPageSegmentEvent.EventType STATE_DELETED

STATE_SELECTED

public static final AnnotationPageSegmentEvent.EventType STATE_SELECTED

STATE_DESELECTED

public static final AnnotationPageSegmentEvent.EventType STATE_DESELECTED

STATE_CREATED

public static final AnnotationPageSegmentEvent.EventType STATE_CREATED

ACTION_EDIT_ON

public static final AnnotationPageSegmentEvent.EventType ACTION_EDIT_ON

ACTION_EDIT_OFF

public static final AnnotationPageSegmentEvent.EventType ACTION_EDIT_OFF
Method Detail

values

public static AnnotationPageSegmentEvent.EventType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (AnnotationPageSegmentEvent.EventType c : AnnotationPageSegmentEvent.EventType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static AnnotationPageSegmentEvent.EventType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null


Copyright © 1995-2020 levigo holding gmbh. All Rights Reserved.