public final class PeriodAlign extends Enum
Title: PeriodAlign class
Description: Descibes how a function is aligned with respect to the source series.
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Modifier and Type | Field and Description |
---|---|
static PeriodAlign |
CENTER
Aligns the function with the centre point of the function period.
|
static PeriodAlign |
FIRST
Aligns the function with the first point of the function period.
|
static PeriodAlign |
LAST
Aligns the function with the last point of the function period.
|
getValue, readResolve
public static final PeriodAlign FIRST
public static final PeriodAlign CENTER
public static final PeriodAlign LAST