public interface GeometryFlags
Modifier and Type | Field and Description |
---|---|
static int |
AllValues |
static int |
AreaValue |
static int |
AspectValue |
static int |
ChiNegative |
static int |
ChiValue |
static int |
DecimalValue |
static int |
GreaterValue |
static int |
HeightValue |
static int |
LessValue |
static int |
NoValue |
static int |
PercentValue |
static int |
PsiNegative |
static int |
PsiValue |
static int |
RhoValue |
static int |
SigmaValue |
static int |
WidthValue |
static int |
XiNegative |
static int |
XiValue |
static int |
XNegative |
static int |
XValue |
static int |
YNegative |
static int |
YValue |
static final int NoValue
static final int PsiValue
static final int XValue
static final int XiValue
static final int YValue
static final int RhoValue
static final int WidthValue
static final int SigmaValue
static final int HeightValue
static final int ChiValue
static final int XiNegative
static final int XNegative
static final int PsiNegative
static final int YNegative
static final int ChiNegative
static final int PercentValue
static final int AspectValue
static final int LessValue
static final int GreaterValue
static final int AreaValue
static final int DecimalValue
static final int AllValues