C# Class GHud.OrbitGraph

Inheritance: DisplayModule
Show file Open project: BGog/GHud Class Usage Examples

Protected Properties

Property Type Description
ApA double
ApR double
PeA double
PeR double
a double
atmos_dia double
body_color System.Drawing.Color
body_colors System.Drawing.Color>.Dictionary
dia double
eccentricity double
elliptical_rect System.Drawing.Rectangle
orbitpen System.Drawing.Pen
orphan_string String
r double
semi_major_axis double
semi_minor_axis double

Public Methods

Method Description
OrbitGraph ( Device dev, System orbpen_color, String orphanstr ) : System
Render ( Rectangle rect ) : void
TestRender ( Rectangle rect ) : void

Protected Methods

Method Description
DoRender ( Rectangle rect ) : void
PrepData ( Orbit orbit, Rectangle rect ) : void
PrepTestData ( Rectangle rect ) : void

Method Details

DoRender() protected method

protected DoRender ( Rectangle rect ) : void
rect System.Drawing.Rectangle
return void

OrbitGraph() public method

public OrbitGraph ( Device dev, System orbpen_color, String orphanstr ) : System
dev Device
orbpen_color System
orphanstr String
return System

PrepData() protected method

protected PrepData ( Orbit orbit, Rectangle rect ) : void
orbit Orbit
rect System.Drawing.Rectangle
return void

PrepTestData() protected method

protected PrepTestData ( Rectangle rect ) : void
rect System.Drawing.Rectangle
return void

Render() public method

public Render ( Rectangle rect ) : void
rect System.Drawing.Rectangle
return void

TestRender() public method

public TestRender ( Rectangle rect ) : void
rect System.Drawing.Rectangle
return void

Property Details

ApA protected property

protected double ApA
return double

ApR protected property

protected double ApR
return double

PeA protected property

protected double PeA
return double

PeR protected property

protected double PeR
return double

a protected property

protected double a
return double

atmos_dia protected property

protected double atmos_dia
return double

body_color protected property

protected Color,System.Drawing body_color
return System.Drawing.Color

body_colors protected property

protected Dictionary body_colors
return System.Drawing.Color>.Dictionary

dia protected property

protected double dia
return double

eccentricity protected property

protected double eccentricity
return double

elliptical_rect protected property

protected Rectangle,System.Drawing elliptical_rect
return System.Drawing.Rectangle

orbitpen protected property

protected Pen,System.Drawing orbitpen
return System.Drawing.Pen

orphan_string protected property

protected String orphan_string
return String

r protected property

protected double r
return double

semi_major_axis protected property

protected double semi_major_axis
return double

semi_minor_axis protected property

protected double semi_minor_axis
return double