T
- public class OutOfBoundsConstantValueFactory<T extends Type<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) |
public OutOfBoundsConstantValueFactory(T value)
public void setValue(T value)
public T getValue()
public OutOfBoundsConstantValue<T> create(F f)
create
in interface OutOfBoundsFactory<T extends Type<T>,F extends Interval & RandomAccessible<T>>
Copyright © 2009–2018 ImgLib2. All rights reserved.