Package com.luciad.format.dafif.gui
Interface ILcdDAFIFLoaderViewAdapterFactory
public interface ILcdDAFIFLoaderViewAdapterFactory
Interface for a factory to create new instances of the
ILcdDAFIFLoaderViewAdapter
interface for a given TLcdDAFIFLoader
and ILcdGXYView
.-
Method Summary
Modifier and TypeMethodDescriptioncreateDAFIFLoaderViewAdapter
(TLcdDAFIFLoader aDAFIFLoader, ILcdGXYView aGXYView) Create a newILcdDAFIFLoaderViewAdapter
instance for the given givenTLcdDAFIFLoader
andILcdGXYView
.
-
Method Details
-
createDAFIFLoaderViewAdapter
ILcdDAFIFLoaderViewAdapter createDAFIFLoaderViewAdapter(TLcdDAFIFLoader aDAFIFLoader, ILcdGXYView aGXYView) Create a newILcdDAFIFLoaderViewAdapter
instance for the given givenTLcdDAFIFLoader
andILcdGXYView
.- Parameters:
aDAFIFLoader
- The DAFIF loader to create the adapter for.aGXYView
- The view to create the adapter for- Returns:
- a new
ILcdDAFIFLoaderViewAdapter
instance.
-