Class MinMaxValue
java.lang.Object
com.itextpdf.layout.properties.grid.TemplateValue
com.itextpdf.layout.properties.grid.GridValue
com.itextpdf.layout.properties.grid.FunctionValue
com.itextpdf.layout.properties.grid.MinMaxValue
Represents minmax function template value.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.itextpdf.layout.properties.grid.TemplateValue
TemplateValue.ValueType
-
Field Summary
Fields inherited from class com.itextpdf.layout.properties.grid.TemplateValue
type
-
Constructor Summary
ConstructorDescriptionMinMaxValue
(BreadthValue min, BreadthValue max) Create a minmax function with a given values. -
Method Summary
Methods inherited from class com.itextpdf.layout.properties.grid.TemplateValue
getType
-
Constructor Details
-
MinMaxValue
Create a minmax function with a given values.- Parameters:
-
min
- min value of a track -
max
- max value of a track
-
-
Method Details
-
getMin
Gets min template value- Returns:
-
BreadthValue
instance
-
getMax
Gets max template value- Returns:
-
BreadthValue
instance
-