@Deprecated public class SourceState<T> extends SourceAndConverter<T>
converter, spimSource, volatileSourceAndConverter
Modifier | Constructor and Description |
---|---|
|
SourceState(SourceAndConverter<T> soc,
ViewerState owner)
Deprecated.
|
protected |
SourceState(SourceAndConverter<T> soc,
ViewerState owner,
SourceAndConverter<?> handle)
Deprecated.
|
protected |
SourceState(SourceState<T> s,
ViewerState owner)
Deprecated.
copy constructor
|
Modifier and Type | Method and Description |
---|---|
SourceState<? extends Volatile<T>> |
asVolatile()
Deprecated.
|
SourceState<T> |
copy(ViewerState owner)
Deprecated.
|
static <T> SourceState<T> |
create(SourceAndConverter<T> soc,
ViewerState owner)
Deprecated.
Create a
SourceState from a SourceAndConverter . |
SourceAndConverter<?> |
getHandle()
Deprecated.
Get the SourceAndConverter that this SourceState represents.
|
boolean |
isActive()
Deprecated.
Is the source is active (visible in fused mode)?
|
boolean |
isCurrent()
Deprecated.
Is this source the current source?
|
void |
setActive(boolean isActive)
Deprecated.
Set the source active (visible in fused mode) or inactive
|
void |
setCurrent(boolean isCurrent)
Deprecated.
Set this source current (or not).
|
getConverter, getSpimSource
public SourceState(SourceAndConverter<T> soc, ViewerState owner)
protected SourceState(SourceAndConverter<T> soc, ViewerState owner, SourceAndConverter<?> handle)
protected SourceState(SourceState<T> s, ViewerState owner)
s
- public SourceState<T> copy(ViewerState owner)
public boolean isActive()
public void setActive(boolean isActive)
public boolean isCurrent()
public void setCurrent(boolean isCurrent)
public static <T> SourceState<T> create(SourceAndConverter<T> soc, ViewerState owner)
SourceState
from a SourceAndConverter
.public SourceState<? extends Volatile<T>> asVolatile()
asVolatile
in class SourceAndConverter<T>
public SourceAndConverter<?> getHandle()
ViewerState
Copyright © 2015–2021 Fiji. All rights reserved.