Method | Description | |
---|---|---|
GenerateReport ( Datatype data, Datatype stats, |
Given Pixel Data, convert the data to inches, generate new statists based on them, and generate the report based on the new data.
|
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 |
||
verticallyFlip ( IList |
Given a set of datapoints, vertically flip them.
|
public static GenerateReport ( Datatype data, Datatype stats, |
||
data | Datatype | Data points in pixels. |
stats | Datatype | Statistics in pixels. |
configReader | ||
return | void |