|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DoubleSeqConsumer | |
|---|---|
| com.cosylab.gui.adapters | |
| com.cosylab.gui.displayers | A package containing framework for building displayer components. |
| de.desy.acop.displayers | |
| de.desy.acop.displayers.chart | |
| de.desy.acop.displayers.table | |
| de.desy.acop.displayers.tools | |
| Uses of DoubleSeqConsumer in com.cosylab.gui.adapters |
|---|
| Classes in com.cosylab.gui.adapters that implement DoubleSeqConsumer | |
|---|---|
class |
ExponentialConverter
ExponentialConverter uses the supplied values
as the exponential factor to the specified base. |
class |
IdentityConverter
IdentityConverter is ismplest possible conversion, it delegates same data value to consumers. |
class |
LinearConverter
MulitplierConverter acts as data source and data consumer in
the same time. |
class |
LogarithmicConverter
LogarithmicConverter logarithms the supplied value using the
logarithm of the specified base. |
class |
MultiplierConverter
MulitplierConverter acts as data source and data consumer in
the same time. |
class |
PotentialConverter
PotentialConverter transforms the incomming value
in the way that it exponents it to the given exponent factor. |
class |
SimpleArrayConverterSupport
SimpleConverterSupport is implementation of
Converter interface intended for simple implementation, which
use transfromation function on double data flow. |
class |
SimpleConverterSupport
SimpleConverterSupport is implementation of
Converter interface intended for simple implementation, which
use transfromation function on double data flow. |
| Uses of DoubleSeqConsumer in com.cosylab.gui.displayers |
|---|
| Subinterfaces of DoubleSeqConsumer in com.cosylab.gui.displayers | |
|---|---|
interface |
DoubleSeqDisplayer
A specialization of the Displayer interface for Java primitive
type double[]. |
| Classes in com.cosylab.gui.displayers that implement DoubleSeqConsumer | |
|---|---|
class |
DoubleSeqConsumerMulticaster
DoubleSeqConsumerMulticaster casts different data consumers to
DoubleSeqConsumer. |
class |
ObjectConsumerMulticaster
ObjectConsumerMulticaster delegates all defined data sources to
ObjectConsumer delegate. |
class |
StringConsumerMulticaster
StringConsumerMulticaster casts different data consumers to
StringConsumer. |
| Methods in com.cosylab.gui.displayers that return DoubleSeqConsumer | |
|---|---|
static DoubleSeqConsumer |
DoubleSeqConsumerMulticaster.createDataConsumer(java.lang.Class type,
DoubleSeqConsumer delegate)
If multicaster supports type, new multicaster is created, otherwise nullis returned. |
DoubleSeqConsumer |
DoubleSeqConsumerMulticaster.getDelegate()
Returns the consumer to which all call sare delegated. |
| Methods in com.cosylab.gui.displayers with parameters of type DoubleSeqConsumer | |
|---|---|
static DoubleSeqConsumer |
DoubleSeqConsumerMulticaster.createDataConsumer(java.lang.Class type,
DoubleSeqConsumer delegate)
If multicaster supports type, new multicaster is created, otherwise nullis returned. |
void |
DoubleSeqConsumerMulticaster.setDelegate(DoubleSeqConsumer delegate)
Sets the consumer to which all call sare delegated. |
| Constructors in com.cosylab.gui.displayers with parameters of type DoubleSeqConsumer | |
|---|---|
DoubleSeqConsumerMulticaster(DoubleSeqConsumer delegate)
Creates a new DoubleConsumerMulticaster object. |
|
| Uses of DoubleSeqConsumer in de.desy.acop.displayers |
|---|
| Classes in de.desy.acop.displayers that implement DoubleSeqConsumer | |
|---|---|
class |
AcopButton
AcopButton is a displayer that sets desired value on remote connection point when pressed. |
class |
AcopCheckBox
AcopCheckBox is a displayer for displaying and switching between two double values. |
class |
AcopDialKnob
AcopDialKnob is a single double value displayer. |
class |
AcopGauger
AcopGauger is a single double value AcopDisplayer. |
class |
AcopIcon
AcopIcon is a displayer which can show imageable value. |
class |
AcopLabel
AcopLabel is an AcopDisplayer which can
show string or number values. |
class |
AcopNumberLabel
AcopNumberLabel is a displayer which can show a single double value. |
class |
AcopSlider
AcopSlider is a displayer which can show a single
double value. |
class |
AcopWheelswitch
AcopWheelswitch is a displayer which can present a single
double value. |
| Uses of DoubleSeqConsumer in de.desy.acop.displayers.chart |
|---|
| Classes in de.desy.acop.displayers.chart that implement DoubleSeqConsumer | |
|---|---|
class |
AcopChartConsumer
AcopChartConsumer is the common consumer used by the
AcopChart and AcopChartReorg. |
class |
AcopTrendChartConsumer
AcopTrendChartConsumer is a consumer used by AcopTrendChart
Each consumer can present one trend line in the chart which shows
the time evolution of some remote property. |
| Uses of DoubleSeqConsumer in de.desy.acop.displayers.table |
|---|
| Classes in de.desy.acop.displayers.table that implement DoubleSeqConsumer | |
|---|---|
class |
AcopBitTableColumn
Table column for presenting numerical values in binary form. |
class |
AcopNumericTableColumn
Table column for presenting numerical values. |
| Uses of DoubleSeqConsumer in de.desy.acop.displayers.tools |
|---|
| Subinterfaces of DoubleSeqConsumer in de.desy.acop.displayers.tools | |
|---|---|
interface |
AcopDisplayer
AcopDisplayerConnector should be implemented by all Acop single displayers. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||