Package | Description |
---|---|
fr.cnes.genius.constraints |
Modifier and Type | Method and Description |
---|---|
GConstraint.XAlign |
GConstraint.getalignX()
Get the alignx value or null if no alignx is defined.
|
static GConstraint.XAlign |
GConstraint.XAlign.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GConstraint.XAlign[] |
GConstraint.XAlign.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static GBasicConstraintInterface |
GConstraint.align(GConstraint.XAlign xValue,
GConstraint.YAlign yValue)
Create align basic constraint to be passed to the constructor.
|
static GBasicConstraintInterface |
GConstraint.alignx(GConstraint.XAlign xValue)
Create align basic constraint to be passed to the constructor.
|
void |
GConstraint.setAlign(GConstraint.XAlign alignX,
GConstraint.YAlign alignY)
Set the align constraint value.
|
Copyright © 2024. All rights reserved.