Class FunctionValue
- java.lang.Object
-
- com.itextpdf.layout.properties.grid.TemplateValue
-
- com.itextpdf.layout.properties.grid.GridValue
-
- com.itextpdf.layout.properties.grid.FunctionValue
-
- Direct Known Subclasses:
FitContentValue
,MinMaxValue
public abstract class FunctionValue extends GridValue
Abstract class representing function value on a grid.
-
-
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
Constructors Modifier Constructor Description protected
FunctionValue(TemplateValue.ValueType type)
Init a function value with a given type.
-
Method Summary
-
Methods inherited from class com.itextpdf.layout.properties.grid.TemplateValue
getType
-
-
-
-
Constructor Detail
-
FunctionValue
protected FunctionValue(TemplateValue.ValueType type)
Init a function value with a given type.- Parameters:
type
- value type
-
-