|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ShapeProtectionType
Constants which define the type of a shape protection.
Field Summary | |
---|---|
static int |
LOCK_ADJUST_HANDLES
Specifies whether the adjust handles of a shape should be locked from being edited. |
static int |
LOCK_ASPECT_RATIO
Specifies whether the aspect ratio of a shape should be locked from being edited. |
static int |
LOCK_CROPPING
Specifies whether cropping of a picture should be locked from being edited. |
static int |
LOCK_GROUPING
Specifies whether the shape should be locked from being grouped with other shapes. |
static int |
LOCK_POSITION
Specifies whether the position of a shape should be locked from being edited. |
static int |
LOCK_ROTATION
Specifies whether the rotation of a shape should be locked from being edited. |
static int |
LOCK_SELECT
Specifies whether the shape should be locked from being selectable in an editor. |
static int |
LOCK_TEXT
Specifies whether the text attached to a shape should be locked from being edited. |
static int |
LOCK_UNGROUPING
Specifies whether a grouped shape should be locked from being ungrouped. |
static int |
LOCK_VERTICES
Specifies whether the vertices of a path should be locked from being edited. |
static int |
UNLOCKED
Shape is unlocked |
Field Detail |
---|
static final int UNLOCKED
static final int LOCK_GROUPING
static final int LOCK_ADJUST_HANDLES
static final int LOCK_TEXT
static final int LOCK_VERTICES
static final int LOCK_CROPPING
static final int LOCK_SELECT
static final int LOCK_POSITION
static final int LOCK_ASPECT_RATIO
static final int LOCK_ROTATION
static final int LOCK_UNGROUPING
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |