Package gaiasky.scene.component
Class Catalog
java.lang.Object
gaiasky.scene.component.Catalog
- All Implemented Interfaces:
com.badlogic.ashley.core.Component
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
Path of data fileprotected String
Catalog descriptionprotected uk.ac.starlink.util.DataSource
STIL data source, if no data file existsprotected com.badlogic.gdx.utils.Array<com.badlogic.ashley.core.Entity>
protected String
Fully qualified name of data provider class -
Constructor Summary
-
Method Summary
-
Field Details
-
description
Catalog description -
provider
Fully qualified name of data provider class -
datafile
Path of data file -
ds
protected uk.ac.starlink.util.DataSource dsSTIL data source, if no data file exists -
objects
protected com.badlogic.gdx.utils.Array<com.badlogic.ashley.core.Entity> objects
-
-
Constructor Details
-
Catalog
public Catalog()
-