|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.composite.CompositeSelectionUtilities
Provides some static utility methods for dealing with Composite
selections.
| Method Summary | |
static boolean |
checkForSubSelection(BaseComposite basecomposite)
Returns a boolean that indicates whether the
BaseComposite given by basecomposite has a
subselection or not. |
static boolean |
checkForSubSelection(CompositeGroup compositegroup)
Returns a boolean that indicates whether the
CompositeGroup given by compositegroup has a
subselection or not. |
static boolean |
checkForSubSelection(CompositeView compositeview)
Returns a boolean that indicates whether the
CompositeView given by compositeview has a
subselection or not. |
static BaseComposite |
getFirstSelectedBaseComposite(CompositeGroup compositegroup)
Returns the first selected BaseComposite in the given
CompositeGroup. |
static BaseComposite |
getFirstSelectedBaseComposite(CompositeView compositeview)
Returns the first selected BaseComposite of the given
CompositeView. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static final BaseComposite getFirstSelectedBaseComposite(CompositeView compositeview)
BaseComposite of the given
CompositeView.
compositeview - the CompositeView to check for the
first selected BaseComposite.
BaseComposite.public static final BaseComposite getFirstSelectedBaseComposite(CompositeGroup compositegroup)
BaseComposite in the given
CompositeGroup.
compositegroup - the CompositeGroup to check for the
first selected BaseComposite.
BaseComposite.public static final boolean checkForSubSelection(BaseComposite basecomposite)
boolean that indicates whether the
BaseComposite given by basecomposite has a
subselection or not.
basecomposite - the BaseComposite to check.
true, if the there is a subselection within the
given BaseComposite.public static final boolean checkForSubSelection(CompositeGroup compositegroup)
boolean that indicates whether the
CompositeGroup given by compositegroup has a
subselection or not.
compositegroup - the CompositeGroup to check.
true, if the there is a subselection within the
given CompositeGroup.public static final boolean checkForSubSelection(CompositeView compositeview)
boolean that indicates whether the
CompositeView given by compositeview has a
subselection or not.
compositeview - the CompositeView to check.
true, if the there is a subselection within the
given CompositeView.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||