@Deprecated public class SourceGroup extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
isActive
Deprecated.
Whether the group is active (visible in
DisplayMode.FUSED mode). |
protected boolean |
isCurrent
Deprecated.
Whether the group is current (only group visible in
DisplayMode.FUSED mode). |
protected String |
name
Deprecated.
|
protected SortedSet<Integer> |
sourceIds
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
SourceGroup(SourceGroup g)
Deprecated.
|
|
SourceGroup(String name)
Deprecated.
|
|
SourceGroup(ViewerState state,
SourceGroup handle)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addSource(int sourceId)
Deprecated.
|
SourceGroup |
copy()
Deprecated.
|
boolean |
equals(Object o)
Deprecated.
|
String |
getName()
Deprecated.
|
SortedSet<Integer> |
getSourceIds()
Deprecated.
|
int |
hashCode()
Deprecated.
|
boolean |
isActive()
Deprecated.
Is the group active (visible in fused mode)?
|
boolean |
isCurrent()
Deprecated.
Is this group the current group?
|
void |
removeSource(int sourceId)
Deprecated.
|
void |
setActive(boolean isActive)
Deprecated.
Set the group active (visible in fused mode) or inactive.
|
void |
setCurrent(boolean isCurrent)
Deprecated.
Set this group current (or not).
|
void |
setName(String name)
Deprecated.
|
protected String name
protected boolean isActive
DisplayMode.FUSED
mode).protected boolean isCurrent
DisplayMode.FUSED
mode).public SourceGroup(ViewerState state, SourceGroup handle)
public SourceGroup(String name)
protected SourceGroup(SourceGroup g)
public SourceGroup copy()
public void addSource(int sourceId)
public void removeSource(int sourceId)
public String getName()
public void setName(String name)
public boolean isActive()
public void setActive(boolean isActive)
public boolean isCurrent()
public void setCurrent(boolean isCurrent)
Copyright © 2015–2021 Fiji. All rights reserved.