C# Class GHud.OrbitGraph

Inheritance: DisplayModule
ファイルを表示 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_oe property

protected double ApA
return double

ApR protected_oe property

protected double ApR
return double

PeA protected_oe property

protected double PeA
return double

PeR protected_oe property

protected double PeR
return double

a protected_oe property

protected double a
return double

atmos_dia protected_oe property

protected double atmos_dia
return double

body_color protected_oe property

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

body_colors protected_oe property

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

dia protected_oe property

protected double dia
return double

eccentricity protected_oe property

protected double eccentricity
return double

elliptical_rect protected_oe property

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

orbitpen protected_oe property

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

orphan_string protected_oe property

protected String orphan_string
return String

r protected_oe property

protected double r
return double

semi_major_axis protected_oe property

protected double semi_major_axis
return double

semi_minor_axis protected_oe property

protected double semi_minor_axis
return double