Package | Description |
---|---|
fr.cnes.genius.constraints |
Modifier and Type | Method and Description |
---|---|
GConstraint.YAlign |
GConstraint.getalignY()
Get the aligny value or null if no aligny is defined.
|
static GConstraint.YAlign |
GConstraint.YAlign.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GConstraint.YAlign[] |
GConstraint.YAlign.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.aligny(GConstraint.YAlign yValue)
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.