public static class LayoutRepositionBuilder.Method extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_POINT_TO_POINT
Point to Point method
|
static int |
_ROTATE
Rotate method
|
static int |
_TRANSFORM
Transform method
|
static LayoutRepositionBuilder.Method |
POINT_TO_POINT
Point to Point method
|
static LayoutRepositionBuilder.Method |
ROTATE
Rotate method
|
static LayoutRepositionBuilder.Method |
TRANSFORM
Transform method
|
Modifier and Type | Method and Description |
---|---|
static LayoutRepositionBuilder.Method |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static LayoutRepositionBuilder.Method |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static LayoutRepositionBuilder.Method[] |
values()
Returns an array that contains the values for this enum.
|
public static final LayoutRepositionBuilder.Method ROTATE
public static final LayoutRepositionBuilder.Method TRANSFORM
public static final LayoutRepositionBuilder.Method POINT_TO_POINT
public static final int _ROTATE
public static final int _TRANSFORM
public static final int _POINT_TO_POINT
public static LayoutRepositionBuilder.Method valueOf(int value)
public static LayoutRepositionBuilder.Method valueOf(String name)
public static LayoutRepositionBuilder.Method[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.