Package | Description |
---|---|
agi.foundation.graphics |
Provides commonly used and instantiated graphics types related to 3D scene management, terrain and imagery, and more.
|
Modifier and Type | Method and Description |
---|---|
static BinaryLogicOperation |
BinaryLogicOperation.getDefault()
Get the enum constant that is considered to be the default.
|
static BinaryLogicOperation |
BinaryLogicOperation.getFromValue(int value)
Get the enum constant that is associated with the given numeric value.
|
BinaryLogicOperation |
CompositeDisplayCondition.getLogicOperation()
Gets the binary logic operation applied to all display conditions in the composite
when the composite is evaluated.
|
static BinaryLogicOperation |
BinaryLogicOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BinaryLogicOperation[] |
BinaryLogicOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CompositeDisplayCondition.setLogicOperation(BinaryLogicOperation value)
Sets the binary logic operation applied to all display conditions in the composite
when the composite is evaluated.
|