R
- the resource type that will be transitioned into a
Target
.public static class NoTransition.NoAnimationFactory<R> extends Object implements TransitionFactory<R>
NoTransition
.Constructor and Description |
---|
NoAnimationFactory() |
Modifier and Type | Method and Description |
---|---|
Transition<R> |
build(DataSource dataSource,
boolean isFirstResource)
Returns a new
Transition . |
public Transition<R> build(DataSource dataSource, boolean isFirstResource)
TransitionFactory
Transition
.build
in interface TransitionFactory<R>
dataSource
- The DataSource
the resource was loaded
from.isFirstResource
- True if this is the first resource to be loaded into the target.