Package | Description |
---|---|
fr.cnes.genius.constraints |
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.
|
static GBasicConstraintInterface |
GConstraint.aligny(GConstraint.YAlign yValue)
Create align basic constraint to be passed to the constructor.
|
static GBasicConstraintInterface |
GConstraint.cell(int column,
int row)
Create cell basic constraint to be passed to the constructor, the cell associated to the constraint
will be set to null.
|
static GBasicConstraintInterface |
GConstraint.cell(int column,
int row,
Integer spanx)
Create cell basic constraint to be passed to the constructor, the cell associated to the constraint
will be set to null.
|
static GBasicConstraintInterface |
GConstraint.cell(int column,
int row,
Integer spanx,
Integer spany)
Create cell basic constraint to be passed to the constructor, the gap associated to the constraint will
be set to null.
|
static GBasicConstraintInterface |
GConstraint.dock(GConstraint.Position position)
Create a dock basic constraint to be passed to the constructor.
|
static GBasicConstraintInterface |
GConstraint.flow(GConstraint.Direction direction)
Create a flow basic constraint to be passed to the constructor.
|
static GBasicConstraintInterface |
GConstraint.gap(Integer gapLeft,
Integer gapRight,
Integer gapTop,
Integer gapBottom)
Create gap basic constraint to be passed to the constructor.
|
static GBasicConstraintInterface |
GConstraint.gapbottom(Integer gapBottom)
Create gap basic constraint to be passed to the constructor, only the gap left value is set the other
values are not modified.
|
static GBasicConstraintInterface |
GConstraint.gapleft(Integer gapLeft)
Create gap basic constraint to be passed to the constructor, only the gap left value is set the other
values are not modified.
|
static GBasicConstraintInterface |
GConstraint.gapright(Integer gapRight)
Create gap basic constraint to be passed to the constructor, only the gap right value is set the other
values are not modified.
|
static GBasicConstraintInterface |
GConstraint.gaptop(Integer gapTop)
Create gap basic constraint to be passed to the constructor, only the gap top value is set the other
values are not modified.
|
static GBasicConstraintInterface |
GConstraint.grow()
Create grow basic constraint to be passed to the constructor.
|
static GBasicConstraintInterface |
GConstraint.grow(Integer xValue,
Integer yValue)
Create grow basic constraint to be passed to the constructor.
|
static GBasicConstraintInterface |
GConstraint.growx()
Create grow basic constraint to be passed to the constructor.
|
static GBasicConstraintInterface |
GConstraint.growx(Integer xValue)
Create grow basic constraint to be passed to the constructor.
|
static GBasicConstraintInterface |
GConstraint.growy()
Create grow basic constraint to be passed to the constructor.
|
static GBasicConstraintInterface |
GConstraint.growy(Integer yValue)
Create grow basic constraint to be passed to the constructor.
|
static GBasicConstraintInterface |
GConstraint.height(int value)
Create height basic constraint to be passed to the constructor.
|
static GBasicConstraintInterface |
GConstraint.hmax(int value)
Create hmax basic constraint to be passed to the constructor.
|
static GBasicConstraintInterface |
GConstraint.hmin(int value)
Create hmin basic constraint to be passed to the constructor.
|
static GBasicConstraintInterface |
GConstraint.newline()
Create wrap basic constraint to be passed to the constructor, the gap associated to the constraint will
be set to null.
|
static GBasicConstraintInterface |
GConstraint.newline(boolean doNewline)
Create wrap basic constraint to be passed to the constructor, the gap associated to the constraint will
be set to null.
|
static GBasicConstraintInterface |
GConstraint.newline(boolean doNewline,
Integer newlineWrap)
Create wrap basic constraint to be passed to the constructor.
|
static GBasicConstraintInterface |
GConstraint.push()
Create push basic constraint to be passed to the constructor.
|
static GBasicConstraintInterface |
GConstraint.push(Integer xValue,
Integer yValue)
Create push basic constraint to be passed to the constructor.
|
static GBasicConstraintInterface |
GConstraint.pushx()
Create push basic constraint to be passed to the constructor.
|
static GBasicConstraintInterface |
GConstraint.pushx(Integer xValue)
Create push basic constraint to be passed to the constructor.
|
static GBasicConstraintInterface |
GConstraint.pushy()
Create push basic constraint to be passed to the constructor.
|
static GBasicConstraintInterface |
GConstraint.pushy(Integer yValue)
Create push basic constraint to be passed to the constructor.
|
static GBasicConstraintInterface |
GConstraint.skip()
Create skip basic constraint to be passed to the constructor, the gap associated to the constraint will
be set to null.
|
static GBasicConstraintInterface |
GConstraint.skip(boolean doSkip)
Create skip basic constraint to be passed to the constructor, the gap associated to the constraint will
be set to null.
|
static GBasicConstraintInterface |
GConstraint.skip(boolean doSkip,
Integer skip)
Create skip basic constraint to be passed to the constructor.
|
static GBasicConstraintInterface |
GConstraint.skip(Integer skip)
Create skip basic constraint to be passed to the constructor.
|
static GBasicConstraintInterface |
GConstraint.span(int xValue,
int yValue)
Create span basic constraint to be passed to the constructor.
|
static GBasicConstraintInterface |
GConstraint.spanx(int xValue)
Create span basic constraint to be passed to the constructor.
|
static GBasicConstraintInterface |
GConstraint.spany(int yValue)
Create span basic constraint to be passed to the constructor.
|
static GBasicConstraintInterface |
GConstraint.split()
Create split basic constraint to be passed to the constructor, the split associated to the constraint
will be set to null.
|
static GBasicConstraintInterface |
GConstraint.split(boolean doSplit)
Create split basic constraint to be passed to the constructor, the split associated to the constraint
will be set to null.
|
static GBasicConstraintInterface |
GConstraint.split(boolean doSplit,
Integer value)
Create split basic constraint to be passed to the constructor.
|
static GBasicConstraintInterface |
GConstraint.split(Integer value)
Create split basic constraint to be passed to the constructor.
|
static GBasicConstraintInterface |
GConstraint.width(int value)
Create width basic constraint to be passed to the constructor.
|
static GBasicConstraintInterface |
GConstraint.wmax(int value)
Create wmax basic constraint to be passed to the constructor.
|
static GBasicConstraintInterface |
GConstraint.wmin(int value)
Create wmin basic constraint to be passed to the constructor.
|
static GBasicConstraintInterface |
GConstraint.wrap()
Create wrap basic constraint to be passed to the constructor, the gap associated to the constraint will
be set to null.
|
static GBasicConstraintInterface |
GConstraint.wrap(boolean doWrap)
Create wrap basic constraint to be passed to the constructor, the gap associated to the constraint will
be set to null.
|
static GBasicConstraintInterface |
GConstraint.wrap(boolean doWrap,
Integer wrapGap)
Create wrap basic constraint to be passed to the constructor.
|
Constructor and Description |
---|
GConstraint(GBasicConstraintInterface... basicConstraintsList)
Constructor to buid a constraint with the values defined in the argument list.
|
Copyright © 2024. All rights reserved.