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