Package | Description |
---|---|
ilog.views.chart.datax.operator |
Provides interfaces and classes for applying operators to the values of a
column in a data model.
|
ilog.views.chart.datax.operator.event |
Provides the events sent out by operators of data model columns.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvAbstractOperator
This class is an implementation of the
IlvOperator interface
which handles the notification to listeners of the model. |
class |
IlvBoundsOperator
This class implements the bounds operator.
|
class |
IlvCommutativeAssociativeOperator
This class implements an operator that is commutative, associative, and has
a neutral value.
|
class |
IlvMaxOperator
This class implements the maximum operator.
|
class |
IlvMinOperator
This class implements the minimum operator.
|
Modifier and Type | Method and Description |
---|---|
IlvOperator |
OperatorEvent.getOperator()
Returns the operator from which this event comes.
|
Constructor and Description |
---|
OperatorEvent(IlvOperator source,
Object oldValue,
Object newValue)
Creates an event.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.