コード例 #1
0
ファイル: ToolTip.java プロジェクト: jcparrad/Flash4j
 /**
  * Sets the too tip max width.
  *
  * @param value the new too tip max width
  */
 public static void setTooTipMaxWidth(double value) {
   INSTANCE._setToolTipMaxWidth(value);
 }
コード例 #2
0
ファイル: ToolTip.java プロジェクト: jcparrad/Flash4j
 /**
  * Gets the tool tip max width.
  *
  * @return the tool tip max width
  */
 public static double getToolTipMaxWidth() {
   return INSTANCE._getToolTipMaxWidth();
 }