Class DrawingDataSource

All Implemented Interfaces:
Sharable, DataSource, DataSourceFactory, XmlPersistable

public class DrawingDataSource extends FilesDataSource
A class for handling text (and HTML) classes
Version:
$Revision: 1.11 $
Author:
IDV development team
  • Constructor Details

    • DrawingDataSource

      public DrawingDataSource()
      Default bean constructor; does nothing.
    • DrawingDataSource

      public DrawingDataSource(DataSourceDescriptor descriptor, String filename, Hashtable properties)
      Create a new DrawingDataSource
      Parameters:
      descriptor - descriptor for this DataSource
      filename - name of the file (or URL)
      properties - extra data source properties
  • Method Details