Example #1
0
 /**
  * Sets the too tip max width.
  *
  * @param value the new too tip max width
  */
 public static void setTooTipMaxWidth(double value) {
   INSTANCE._setToolTipMaxWidth(value);
 }
Example #2
0
 /**
  * Gets the tool tip max width.
  *
  * @return the tool tip max width
  */
 public static double getToolTipMaxWidth() {
   return INSTANCE._getToolTipMaxWidth();
 }