public static class CornerControlBuilder.SmoothingOptions extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_ALL_PASSES
all passes
|
static int |
_NONE
none
|
static CornerControlBuilder.SmoothingOptions |
ALL_PASSES
all passes
|
static CornerControlBuilder.SmoothingOptions |
NONE
none
|
Modifier and Type | Method and Description |
---|---|
static CornerControlBuilder.SmoothingOptions |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static CornerControlBuilder.SmoothingOptions |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static CornerControlBuilder.SmoothingOptions[] |
values()
Returns an array that contains the values for this enum.
|
public static final CornerControlBuilder.SmoothingOptions NONE
public static final CornerControlBuilder.SmoothingOptions ALL_PASSES
public static final int _NONE
public static final int _ALL_PASSES
public static CornerControlBuilder.SmoothingOptions valueOf(int value)
public static CornerControlBuilder.SmoothingOptions valueOf(String name)
public static CornerControlBuilder.SmoothingOptions[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.