Class ALcyMapComponentFactory

java.lang.Object
com.luciad.lucy.map.ALcyMapComponentFactory
Direct Known Subclasses:
TLcyMapComponentFactory

public abstract class ALcyMapComponentFactory extends Object
Factory for the creation of ILcyMapComponent instances.
  • Constructor Details Link icon

    • ALcyMapComponentFactory Link icon

      public ALcyMapComponentFactory()
  • Method Details Link icon

    • getLucyEnv Link icon

      public abstract ILcyLucyEnv getLucyEnv()
      Returns the associated lucy environment.
      Returns:
      the associated lucy environment.
      See Also:
    • setLucyEnv Link icon

      public abstract void setLucyEnv(ILcyLucyEnv aLucyEnv)
      Sets the associated lucy environment.
      Parameters:
      aLucyEnv - The lucy environment.
      See Also:
    • createMapComponent Link icon

      public abstract ILcyMapComponent createMapComponent()
      Creates and initializes a new ILcyMapComponent instance.
      Returns:
      a newly created and initialized ILcyMapComponent instance.