Package magick
Interface GeometryFlags
-
public interface GeometryFlags
-
-
Field Summary
Fields Modifier and Type Field Description static int
AllValues
static int
AreaValue
static int
AspectValue
static int
ChiNegative
static int
ChiValue
static int
CorrelateNormalizeValue
static int
DecimalValue
static int
GreaterValue
static int
HeightValue
static int
LessValue
static int
MinimumValue
static int
NormalizeValue
static int
NoValue
static int
PercentValue
static int
PsiNegative
static int
PsiValue
static int
RhoValue
static int
SeparatorValue
static int
SigmaValue
static int
WidthValue
static int
XiNegative
static int
XiValue
static int
XNegative
static int
XValue
static int
YNegative
static int
YValue
-
-
-
Field Detail
-
NoValue
static final int NoValue
- See Also:
- Constant Field Values
-
XValue
static final int XValue
- See Also:
- Constant Field Values
-
XiValue
static final int XiValue
- See Also:
- Constant Field Values
-
YValue
static final int YValue
- See Also:
- Constant Field Values
-
PsiValue
static final int PsiValue
- See Also:
- Constant Field Values
-
WidthValue
static final int WidthValue
- See Also:
- Constant Field Values
-
RhoValue
static final int RhoValue
- See Also:
- Constant Field Values
-
HeightValue
static final int HeightValue
- See Also:
- Constant Field Values
-
SigmaValue
static final int SigmaValue
- See Also:
- Constant Field Values
-
ChiValue
static final int ChiValue
- See Also:
- Constant Field Values
-
XiNegative
static final int XiNegative
- See Also:
- Constant Field Values
-
XNegative
static final int XNegative
- See Also:
- Constant Field Values
-
PsiNegative
static final int PsiNegative
- See Also:
- Constant Field Values
-
YNegative
static final int YNegative
- See Also:
- Constant Field Values
-
ChiNegative
static final int ChiNegative
- See Also:
- Constant Field Values
-
PercentValue
static final int PercentValue
- See Also:
- Constant Field Values
-
AspectValue
static final int AspectValue
- See Also:
- Constant Field Values
-
NormalizeValue
static final int NormalizeValue
- See Also:
- Constant Field Values
-
LessValue
static final int LessValue
- See Also:
- Constant Field Values
-
GreaterValue
static final int GreaterValue
- See Also:
- Constant Field Values
-
MinimumValue
static final int MinimumValue
- See Also:
- Constant Field Values
-
CorrelateNormalizeValue
static final int CorrelateNormalizeValue
- See Also:
- Constant Field Values
-
AreaValue
static final int AreaValue
- See Also:
- Constant Field Values
-
DecimalValue
static final int DecimalValue
- See Also:
- Constant Field Values
-
SeparatorValue
static final int SeparatorValue
- See Also:
- Constant Field Values
-
AllValues
static final int AllValues
- See Also:
- Constant Field Values
-
-