public class TLcyGXYLayerDecoderHolder extends ALcyFileTypeDescriptorHolder<ILcdGXYLayerDecoder>
Extension of ALcyFileTypeDescriptorHolder
which associates an
ILcdGXYLayerDecoder
to an ALcyFileTypeDescriptor
.
Instances of this class are typically registered as service on the Lucy back-end (see e.g.
TLcyCompositeGXYLayerDecoder
.
TLcyCompositeGXYLayerDecoder
Constructor and Description |
---|
TLcyGXYLayerDecoderHolder(ALcyFileTypeDescriptor aFileTypeDescriptor,
ILcdGXYLayerDecoder aGXYLayerDecoder)
Create a new holder object to associate an
ILcdGXYLayerDecoder with an
ALcyFileTypeDescriptor . |
equals, getAssociatedObject, getFileTypeDescriptor, hashCode
public TLcyGXYLayerDecoderHolder(ALcyFileTypeDescriptor aFileTypeDescriptor, ILcdGXYLayerDecoder aGXYLayerDecoder)
ILcdGXYLayerDecoder
with an
ALcyFileTypeDescriptor
.aFileTypeDescriptor
- The file type descriptor. May be null
.aGXYLayerDecoder
- The ILcdGXYLayerDecoder
associated to
aFileTypeDescriptor
.