|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectartofillusion.ObjectSet
public class ObjectSet
This class represents a named list of objects in a Scene. It is used for storing saved selections.
Constructor Summary | |
---|---|
ObjectSet(java.lang.String name,
int[] objectIDs)
Create a new ObjectSet. |
|
ObjectSet(java.lang.String name,
ObjectInfo[] objects)
Create a new ObjectSet. |
Method Summary | |
---|---|
java.lang.String |
getName()
Get the name of this ObjectSet. |
int[] |
getObjectIDs()
Get the IDs of all objects in the set. |
java.util.List<ObjectInfo> |
getObjects(Scene scene)
Get the objects in the set. |
void |
setName(java.lang.String name)
Set the name of this ObjectSet. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObjectSet(java.lang.String name, int[] objectIDs)
name
- the name of this setobjectIDs
- the IDs of all objects to include in the setpublic ObjectSet(java.lang.String name, ObjectInfo[] objects)
name
- the name of this setobjects
- the objects to include in the setMethod Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String name)
public int[] getObjectIDs()
public java.util.List<ObjectInfo> getObjects(Scene scene)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |