Interface SlideConfig
-
public interface SlideConfig
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
SlideConfig.Factory
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static SlideConfig
of(int target, int size, int offset)
int
offset()
int
size()
int
target()
-
-
-
Method Detail
-
of
static SlideConfig of(int target, int size, int offset)
-
target
int target()
-
size
int size()
-
offset
int offset()
-
-