Package gaiasky.data
Class StarClusterLoader
java.lang.Object
gaiasky.data.AbstractSceneLoader
gaiasky.data.StarClusterLoader
- All Implemented Interfaces:
ISceneLoader
Deprecated.
Loads star clusters in CSV or in STIL-supported formats.
-
Field Summary
Fields inherited from class gaiasky.data.AbstractSceneLoader
datasetDirectory, dataSource, filePaths, index, loggedArchetypes, parentName, scene
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.badlogic.gdx.utils.Array
<com.badlogic.ashley.core.Entity> Deprecated.com.badlogic.gdx.utils.Array
<com.badlogic.ashley.core.Entity> loadData()
Deprecated.Performs the loading and returns an array with the entities loaded.void
setColor
(double[] clusterColor) Deprecated.void
setDescription
(String description) Deprecated.void
Deprecated.void
Deprecated.Methods inherited from class gaiasky.data.AbstractSceneLoader
initialize, initialize, initialize, setIndex, setParentName
-
Constructor Details
-
Method Details
-
setColor
public void setColor(double[] clusterColor) Deprecated. -
loadData
public com.badlogic.gdx.utils.Array<com.badlogic.ashley.core.Entity> loadData()Deprecated.Description copied from interface:ISceneLoader
Performs the loading and returns an array with the entities loaded.- Returns:
- The loaded entities.
-
getClusters
public com.badlogic.gdx.utils.Array<com.badlogic.ashley.core.Entity> getClusters()Deprecated. -
setName
Deprecated. -
setDescription
Deprecated. -
setParams
Deprecated.
-
STILDataProvider
.