T
- public class OutOfBoundsConstantValueFactory<T,F extends Interval & RandomAccessible<T>> extends Object implements OutOfBoundsFactory<T,F>
Constructor and Description |
---|
OutOfBoundsConstantValueFactory(T value) |
Modifier and Type | Method and Description |
---|---|
OutOfBoundsConstantValue<T> |
create(F f) |
T |
getValue() |
void |
setValue(T value) |
protected T value
public OutOfBoundsConstantValueFactory(T value)
public void setValue(T value)
public T getValue()
public OutOfBoundsConstantValue<T> create(F f)
create
in interface OutOfBoundsFactory<T,F extends Interval & RandomAccessible<T>>
Copyright © 2015–2022 ImgLib2. All rights reserved.