Class DataAdapter

    • Field Detail

      • adapterProperties

        protected Properties adapterProperties
        Deprecated.
        The properties settings for this adapter
    • Constructor Detail

      • DataAdapter

        public DataAdapter()
        Deprecated.
        Initializes a new DataAdapter without properties.
      • DataAdapter

        public DataAdapter​(Properties adapterProperties)
        Deprecated.
        Initializes a new DataAdapter with the given properties.
        Parameters:
        adapterProperties - The associated properties.
    • Method Detail

      • getProperties

        public Properties getProperties()
        Deprecated.
        Get the properties used to configure the adapter
        Specified by:
        getProperties in interface IAdapter
        Returns:
        This adapters properties
      • setProperties

        public void setProperties​(Properties newProperties)
        Deprecated.
        Set the properties of this adapter. Properties can be used to control the adapter's output, e.g., setting the histogram width of a histogram
        Specified by:
        setProperties in interface IAdapter
        Parameters:
        newProperties - The new properties to be used in this adapter