Uses of Class
org.episteme.natural.physics.astronomy.Star
Packages that use Star
-
Uses of Star in org.episteme.natural.physics.astronomy
Classes in org.episteme.natural.physics.astronomy that implement interfaces with type arguments of type StarModifier and TypeClassDescriptionclassStar catalog with Quantity-based astronomical data loaded from JSON.Methods in org.episteme.natural.physics.astronomy that return StarModifier and TypeMethodDescriptionConstellation.StarConnection.getEnd()Constellation.StarConnection.getStart()Methods in org.episteme.natural.physics.astronomy that return types with arguments of type StarModifier and TypeMethodDescriptionStarCatalog.filterBySpectralClass(char spectralClass) Filters stars by spectral class (O, B, A, F, G, K, M).StarCatalog.filterByTemperature(double minKelvin, double maxKelvin) Filters stars by temperature range (for H-R diagram).StarCatalog.findByName(String name) StarCatalog.findNearest(double maxDistanceLightYears) Finds stars within a distance range.StarCatalog.getAll()StarSystem.getStars()Methods in org.episteme.natural.physics.astronomy with parameters of type StarConstructors in org.episteme.natural.physics.astronomy with parameters of type Star -
Uses of Star in org.episteme.natural.physics.loaders
Subclasses with type arguments of type Star in org.episteme.natural.physics.loadersMethods in org.episteme.natural.physics.loaders that return StarMethods in org.episteme.natural.physics.loaders that return types with arguments of type StarModifier and TypeMethodDescriptionStarCatalogLoader.getResourceType()StarCatalogLoader.loadAllFromSource()