Interface ILcyGXYLayerTypeProvider

All Superinterfaces:
ILcyGXYLayerType
All Known Implementing Classes:
TLcyCompositeGXYLayerTypeProvider, TLcyGXYAsynchronousLayerTypeProvider

public interface ILcyGXYLayerTypeProvider extends ILcyGXYLayerType
Provider for layer types. These layer types can for instance be used to define the order of layers.
See Also:
  • Method Details

    • getGXYLayerType

      int getGXYLayerType(ILcdGXYLayer aGXYLayer)
      Returns the type of a specified layer. If a layer type provider does not know the type of the specified layer, ILcyGXYLayerType.UNKNOWN should be returned. The layer type must be one of the constants defined in ILcyGXYLayerType.
      Parameters:
      aGXYLayer - the layer whose type we wish to retrieve
      Returns:
      the layers type if the provider knows it; ILcyGXYLayerType.UNKNOWN otherwise
      See Also: