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 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.voidsetColor(double[] clusterColor) Deprecated.voidsetDescription(String description) Deprecated.voidDeprecated.voidDeprecated.Methods inherited from class AbstractSceneLoader
initialize, initialize, initialize, setIndex, setParentNameModifier and TypeMethodDescriptionvoidinitialize(String[] files, Scene scene) voidinitialize(String[] files, String dsLocation, Scene scene) voidinitialize(uk.ac.starlink.util.DataSource dataSource, Scene scene) voidvoidsetParentName(String parentName)
-
Constructor Details
-
StarClusterLoader
public StarClusterLoader()Deprecated.
-
-
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:ISceneLoaderPerforms 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
-
STILDataProvider.