站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

BorderSupport (Visual Library API) - NetBeans API Javadoc (Current Development Version)

org.netbeans.api.visual 2.2

org.netbeans.api.visual.border
Class BorderSupport

java.lang.Object
  extended by org.netbeans.api.visual.border.BorderSupport

public final class BorderSupport
extends Object

This class contains support method for working with borders.


Method Summary
static boolean isOuterResizeBorder(Border border)
          Returns whether a resize border is outer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isOuterResizeBorder

public static boolean isOuterResizeBorder(Border border)
Returns whether a resize border is outer.

Parameters:
border - the border created by
Returns:
true if the border is created the createResizeBorder method as outer parameter set to true; false otherwise

org.netbeans.api.visual 2.2

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.