C# Class SANTA.Utility.UnitConverter

Afficher le fichier Open project: siegleal/iSanta

Méthodes publiques

Méthode Description
GenerateReport ( Datatype data, Datatype stats, ConfigReader configReader ) : void

Given Pixel Data, convert the data to inches, generate new statists based on them, and generate the report based on the new data.

Private Methods

Méthode Description
convertToInches ( Datatype data, Datatype stats ) : IList

Given a set of datapoints, convert them to inches and return the points.

pointSubtract ( Datatype minuend, Datatype subtrahend ) : Datatype.DoublePoint
pointSubtract ( Point minuend, Point subtrahend ) : Point
translatePoints ( IList pointList ) : IList
verticallyFlip ( IList dataPoints ) : IList

Given a set of datapoints, vertically flip them.

Method Details

GenerateReport() public static méthode

Given Pixel Data, convert the data to inches, generate new statists based on them, and generate the report based on the new data.
public static GenerateReport ( Datatype data, Datatype stats, ConfigReader configReader ) : void
data Datatype Data points in pixels.
stats Datatype Statistics in pixels.
configReader SANTA.IO.ConfigReader
Résultat void