C# Class SANTA.Utility.UnitConverter

Exibir arquivo Open project: siegleal/iSanta

Public Methods

Method 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

Method 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 method

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
return void