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 TemplateValue
TemplateValue.ValueType -
Field Summary
FieldsFields inherited from class TemplateValue
type -
Constructor Summary
ConstructorsConstructorDescriptionMinMaxValue(BreadthValue min, BreadthValue max) Create a minmax function with a given values. -
Method Summary
Methods inherited from class TemplateValue
getType
-
Field Details
-
min
-
max
-
-
Constructor Details
-
MinMaxValue
Create a minmax function with a given values.- Parameters:
min- min value of a trackmax- max value of a track
-
-
Method Details
-
getMin
-
getMax
-