-
public class NormedXYSeries.Norm
-
-
Constructor Summary
Constructors Constructor Description NormedXYSeries.Norm(Region minMax)
NormedXYSeries.Norm(Region minMax, double offset, boolean useOffsetCompression)
-
-
-
Constructor Detail
-
NormedXYSeries.Norm
NormedXYSeries.Norm(Region minMax)
-
NormedXYSeries.Norm
NormedXYSeries.Norm(Region minMax, double offset, boolean useOffsetCompression)
- Parameters:
minMax
- Boundary to use when calculating the norm coefficient.offset
- An extra offset to apply, generally within the range of -1 and 1.This value is useful for adjusting the positioning of a series relative to another normalized series.useOffsetCompression
- If true, the offset value will result in further scaling downof the series data in order to ensure that all points within the specified bounds remainvisible on the screen.
-
-