|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Projector | |
---|---|
org.stellarium | |
org.stellarium.astro | Astronomical computations |
org.stellarium.landscape | Landscape representation |
org.stellarium.projector | |
org.stellarium.telescope | |
org.stellarium.ui | User Interface |
org.stellarium.ui.components | |
org.stellarium.ui.render |
Uses of Projector in org.stellarium |
---|
Methods in org.stellarium with parameters of type Projector | |
---|---|
(package private) void |
SkyGrid.draw(Projector prj)
|
(package private) void |
SkyLine.draw(Projector prj, NavigatorIfc nav)
|
void |
StelObjectBase.drawPointer(int deltaTime,
Projector prj,
NavigatorIfc nav)
Draw a nice animated pointer around the object |
abstract void |
StelObject.drawPointer(int deltaTime,
Projector prj,
NavigatorIfc nav)
Draw a nice animated pointer around the object |
void |
StelObject.StelObjectUninitialized.drawPointer(int deltaTime,
Projector prj,
NavigatorIfc nav)
|
protected float |
StelObjectBase.getOnScreenSize(Projector prj, NavigatorIfc nav)
|
protected float |
StelObject.getOnScreenSize(Projector prj, NavigatorIfc nav)
|
private Projector.ProjFunc
|
SkyLine.getProjFunc(Projector prj)
|
Projector.ProjFunc
|
SkyGrid.getProjFunc(Projector prj)
|
Uses of Projector in org.stellarium.astro |
---|
Fields in org.stellarium.astro declared as Projector | |
---|---|
(package private) static Projector |
HipStar.proj
|
Methods in org.stellarium.astro with parameters of type Projector | |
---|---|
void |
ConstellationMgr.draw(Projector prj, NavigatorIfc nav)
Draw all the constellations in the vector |
void |
MilkyWay.draw(ToneReproductor eye,
Projector prj,
NavigatorIfc nav)
|
void |
HipStarMgr.draw(javax.vecmath.Vector3d equVision,
ToneReproductor someEye,
Projector prj)
Draw all the stars |
void |
ConstellationMgr.drawArt(Projector prj, NavigatorIfc nav)
|
(package private) void |
Constellation.drawArtOptim(Projector prj, NavigatorIfc nav)
Draw the art texture, optimized function to be called thru a constellation manager only |
(package private) void |
ConstellationMgr.drawBoundaries(Projector prj)
|
(package private) void |
Constellation.drawBoundaryOptim(Projector prj)
|
void |
MilkyWay.drawChart(ToneReproductor eye,
Projector prj,
NavigatorIfc nav)
|
void |
ConstellationMgr.drawLines(Projector prj)
|
(package private) void |
Constellation.drawName(SFontIfc constfont, Projector prj)
Draw the name |
void |
ConstellationMgr.drawNames(Projector prj)
Draw the names of all the constellations |
(package private) void |
Constellation.drawOptim(Projector prj)
Draw the lines for the Constellation using the coords of the stars (optimized for use thru the class ConstellationMgr only) |
void |
HipStarMgr.drawPoint(javax.vecmath.Vector3d equVision,
ToneReproductor someEye,
Projector prj)
Draw all the stars |
protected float |
Planet.getOnScreenSize(Projector prj, NavigatorIfc nav)
Return the radius of a circle containing the object on screen |
float |
Nebula.getOnScreenSize(Projector prj, NavigatorIfc nav)
Return the radius of a circle containing the object on screen |
private boolean |
Constellation.isInScreen(Projector prj, int i, javax.vecmath.Point3d win,
javax.vecmath.Tuple3d equVision)
|
Uses of Projector in org.stellarium.landscape |
---|
Methods in org.stellarium.landscape with parameters of type Projector | |
---|---|
void |
StelAtmosphere.computeColor(double JD,
javax.vecmath.Point3d sunPos, javax.vecmath.Point3d moonPos, double moonPhase, ToneReproductor eye,
Projector prj,
double latitude, double altitude, double temperature, double relativeHumidity)
|
void |
StelAtmosphere.computeColor(double JD,
javax.vecmath.Point3d sunPos, javax.vecmath.Point3d moonPos, float moon_phase, ToneReproductor eye,
Projector prj)
|
void |
StelAtmosphere.computeColor(double JD,
javax.vecmath.Point3d sunPos, javax.vecmath.Point3d moonPos, float moon_phase, ToneReproductor eye,
Projector prj,
double latitude, double altitude)
|
void |
StelAtmosphere.draw(Projector prj, int delta_time)
Draw the atmosphere using the precalc values stored in tab_sky |
Uses of Projector in org.stellarium.projector |
---|
Classes in org.stellarium.projector that implement Projector | |||
---|---|---|---|
class |
CustomProjector
Class which handle projection modes and projection matrix Overide some function usually handled by glu See | class |
CylinderProjector
|
class |
DefaultProjector
Projector. |
||
class |
FisheyeProjector
"Fish eye" projector. |
||
class |
SphericMirrorProjector
|
||
class |
StereographicProjector
|
Methods in org.stellarium.projector with parameters of type Projector | |
---|---|
static ViewportDistorter
|
ViewportDistorter.create(java.lang.String type,
int width, int height, Projector prj)
|
Constructors in org.stellarium.projector with parameters of type Projector | |
---|---|
ViewportDistorter.ViewportDistorterFisheyeToSphericMirror(int width,
int height, Projector prj)
|
Uses of Projector in org.stellarium.telescope |
---|
Methods in org.stellarium.telescope with parameters of type Projector | |
---|---|
void |
TelescopeMgr.draw(Projector prj, NavigatorIfc nav)
|
Uses of Projector in org.stellarium.ui |
---|
Methods in org.stellarium.ui with parameters of type Projector | |
---|---|
void |
Cardinals.draw(Projector prj, double latitude)
Draw the cardinals points : N S E W handles special cases at poles |
Uses of Projector in org.stellarium.ui.components |
---|
Fields in org.stellarium.ui.components declared as Projector | |
---|---|
private Projector |
LoadingBar.prj
|
Constructors in org.stellarium.ui.components with parameters of type Projector | |
---|---|
LoadingBar(Projector prj, float fontSize, java.lang.String fontName,
java.lang.String splash_tex, int screenw, int screenh, java.lang.String extraTextString, float extraTextSize,
float extraTextPosx, float extraTextPosy, StelCore core)
|
Uses of Projector in org.stellarium.ui.render |
---|
Methods in org.stellarium.ui.render with parameters of type Projector | |
---|---|
void |
ImageMgr.draw(NavigatorIfc nav,
Projector prj)
|
(package private) void |
Image.draw(NavigatorIfc nav,
Projector prj)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |