Class TextWrapToolTip

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class TextWrapToolTip extends JToolTip
An extension of JToolTip that supports text wrapping.
See Also:

Module: swing-util-api

To use this in your app, include the following dependency in your POM:

<dependency>
    <groupId>org.cytoscape</groupId>
    <artifactId>swing-util-api</artifactId>
</dependency>
  • Constructor Details

    • TextWrapToolTip

      public TextWrapToolTip()
  • Method Details