EVolve.data
Class Selection
java.lang.Object
|
+--EVolve.data.Selection
- public class Selection
- extends java.lang.Object
Constructor Summary |
Selection(int entityType,
int[] selected,
int start,
int end)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Selection
public Selection(int entityType,
int[] selected,
int start,
int end)
setName
public void setName(java.lang.String name)
getName
public java.lang.String getName()
setColor
public void setColor(java.awt.Color color)
getColor
public java.awt.Color getColor()
setLink
public void setLink(ReferenceLink[] link)
getLink
public ReferenceLink[] getLink()
getEntityType
public int getEntityType()
getSelected
public Entity[] getSelected()
setSelected
public void setSelected(Entity[] selected)
getStart
public int getStart()
getEnd
public int getEnd()
getStartEvent
public int getStartEvent()
getEndEvent
public int getEndEvent()
setStartEvent
public void setStartEvent(int start)
setEndEvent
public void setEndEvent(int end)
specialClone
public Selection specialClone()