Package com.persequor.extension.frontend
Class GraphDataDomain
java.lang.Object
com.persequor.extension.frontend.GraphDataDomain
Represents the domain of an axis in the
GraphAxisProperties
component.
The usage of this class, assumes that the type of axis is set to `number`.
The class contains two fields:
- `dataMin` - inclusive limit for lower bound.
- `dataMax` - inclusive limit for the higher bound.
- `dataMin` - the lowest value from the data set.
- `dataMax` - the highest value from the data set.
- `auto` - the comprehensible will be calculated.
- `any double` - the constant number value.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic GraphDataDomain
of
(GraphDataDomain.GraphDataDomainValue dataMin, GraphDataDomain.GraphDataDomainValue dataMax) static GraphDataDomain
Object[]
toDomain()
-
Field Details
-
DEFAULT_GRAPH_DATA_DOMAIN
-
-
Method Details
-
ofDefault
-
of
public static GraphDataDomain of(GraphDataDomain.GraphDataDomainValue dataMin, GraphDataDomain.GraphDataDomainValue dataMax) -
toDomain
-