TLcyCompositeModelEncoder
instead@Deprecated public interface ILcyModelEncoderContainer
ILcdModelEncoder
s.
Offers basic functionality to add, remove and retrieve the model encoders
in this collection.Modifier and Type | Method and Description |
---|---|
void |
addModelEncoder(ILcdModelEncoder aModelEncoder,
ALcyFileTypeDescriptor aFileTypeDescriptor)
Deprecated.
Adds the given model encoder to this container.
|
ALcyFileTypeDescriptor |
getEncoderFileTypeDescriptor(int aIndex)
Deprecated.
Retursn the file type descriptor at the given index, or null if the
encoder was added with null as a descriptor.
|
ILcdModelEncoder |
getModelEncoder(int aIndex)
Deprecated.
Returns the model encoder at the given index.
|
int |
getModelEncoderCount()
Deprecated.
Returns the number of model encoders currently in this container.
|
void |
removeModelEncoder(ILcdModelEncoder aModelEncoder)
Deprecated.
Removes the given model encoder from this container.
|
void addModelEncoder(ILcdModelEncoder aModelEncoder, ALcyFileTypeDescriptor aFileTypeDescriptor)
aModelEncoder
- The model encoder to addaFileTypeDescriptor
- Descriptor that provides additional
information about the file types this decoder can handle, or null if
this encoder does not work with files.void removeModelEncoder(ILcdModelEncoder aModelEncoder)
aModelEncoder
- The model encoder to remove.int getModelEncoderCount()
ILcdModelEncoder getModelEncoder(int aIndex)
aIndex
- The index of the asked model encoder. Make sure 0 <= aIndex < getModelEncoderCount()ALcyFileTypeDescriptor getEncoderFileTypeDescriptor(int aIndex)
aIndex
- The index to retrieve the file type descriptor for.