Toggle navigation
JarYard
Browse
Search
About
Groups
de.topobyte
jeography-core
0.0.7
Javadoc
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Search
de
.
topobyte
.
jeography
.
tiles
.
source
Interface ImageSource<T
,D>
Type Parameters:
T
- the type of things the data is connected to.
D
- the type of objects this image source creates.
public interface
ImageSource<T
,D>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
D
load
(
T
thing)
Create the image.
Method Detail
load
D
load(
T
thing)
Create the image.
Parameters:
thing
- the thing to load data for.
Returns:
the image or null on error.