public class GroupedChartExtents<T> extends Object implements ITranslateToWorldSpace<T>
| Modifier and Type | Field and Description |
|---|---|
List<ChartExtent> |
Extents |
IModulateObjectDelegate<T> |
Handler |
| Constructor and Description |
|---|
GroupedChartExtents(List<ChartExtent> extents,
IModulateObjectDelegate<T> handler) |
| Modifier and Type | Method and Description |
|---|---|
T |
getModulatedLinearWorldSpaceValueAtXGivenActualValue(double actualValue,
boolean reverseTransformedDataOrder)
Use an actual value (like a raw data position), to calculate a percentage to be used to obtain a corresponding world-space value.
|
public List<ChartExtent> Extents
public IModulateObjectDelegate<T> Handler
public GroupedChartExtents(List<ChartExtent> extents, IModulateObjectDelegate<T> handler)
extents - public T getModulatedLinearWorldSpaceValueAtXGivenActualValue(double actualValue, boolean reverseTransformedDataOrder)
ITranslateToWorldSpacegetModulatedLinearWorldSpaceValueAtXGivenActualValue in interface ITranslateToWorldSpace<T>Copyright © 2017 OpenSource BIM. All rights reserved.