Class DynamicDriveToolTipTagFragmentGenerator

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int style
      The style number
      protected java.lang.String title
      The title, empty string not to display
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String generateToolTipFragment​(java.lang.String toolTipText)
      Generates a tooltip string to go in an HTML image map.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • title

        protected java.lang.String title
        The title, empty string not to display
      • style

        protected int style
        The style number
    • Constructor Detail

      • DynamicDriveToolTipTagFragmentGenerator

        public DynamicDriveToolTipTagFragmentGenerator​(java.lang.String title,
                                                       int style)
        Creates a new generator with specific title and style settings.
        Parameters:
        title - title for use in all tooltips, use empty String not to display a title.
        style - style number, see http://www.dynamicdrive.com for more information.