Uses of Class
com.itextpdf.layout.properties.grid.GridValue
Packages that use GridValue
-
Uses of GridValue in com.itextpdf.layout.properties.grid
Subclasses of GridValue in com.itextpdf.layout.properties.gridModifier and TypeClassDescriptionfinal classRepresents an auto template value.classRepresents a breadth value on a grid.classRepresents fit content function template value.classRepresents flexible template value.classAbstract class representing function value on a grid.classAbstract class representing length value on a grid.final classRepresents max-content template value.final classRepresents min-content template value.classRepresents minmax function template value.classRepresents percent template value.classRepresents point template value.Fields in com.itextpdf.layout.properties.grid with type parameters of type GridValueMethods in com.itextpdf.layout.properties.grid that return types with arguments of type GridValueModifier and TypeMethodDescriptionAutoRepeatValue.getValues()Get template values which should be repeated.FixedRepeatValue.getValues()Gets template values which should be repeated.Constructor parameters in com.itextpdf.layout.properties.grid with type arguments of type GridValueModifierConstructorDescriptionAutoRepeatValue(boolean autoFit, List<GridValue> values) Create a new auto-repeat valueFixedRepeatValue(int repeatCount, List<GridValue> values) Create a new fixed-repeat value -
Uses of GridValue in com.itextpdf.layout.renderer
Fields in com.itextpdf.layout.renderer declared as GridValueModifier and TypeFieldDescriptionprivate final GridValueGridSizer.columnAutoWidthprivate final GridValueGridSizer.rowAutoHeight(package private) GridValueGridTrackSizer.Track.valueFields in com.itextpdf.layout.renderer with type parameters of type GridValueModifier and TypeFieldDescriptionGridTemplateResolver.Result.resultGridSizer.templateColumnsGridSizer.templateRowsMethods in com.itextpdf.layout.renderer that return types with arguments of type GridValueModifier and TypeMethodDescriptionGridTemplateResolver.Result.getList()GridTemplateResolver.resolveTemplate(List<TemplateValue> template) Resolves template values to grid values by flatting repeats.GridTemplateResolver.AutoRepeatResolver.shrinkTemplatesToFitSize(int sizeToFit) Shrinks template list to fit the given size by reducing number of auto-fit/fill repetitions.GridTemplateResolver.shrinkTemplatesToFitSize(int sizeToFit) Shrinks template list to fit the given size by reducing number of auto-fit/fill repetitions.Methods in com.itextpdf.layout.renderer with parameters of type GridValueMethod parameters in com.itextpdf.layout.renderer with type arguments of type GridValueModifier and TypeMethodDescriptionGridTrackSizer.TrackSizingResult.getTrackSizesAndExpandPercents(List<GridValue> template) Get expanded track sizes where inline percents are resolved against calculated grid area.Constructors in com.itextpdf.layout.renderer with parameters of type GridValueModifierConstructorDescription(package private)GridSizer(Grid grid, List<GridValue> templateColumns, List<GridValue> templateRows, GridValue columnAutoWidth, GridValue rowAutoHeight, float columnGap, float rowGap, Rectangle actualBBox) Creates new grid sizer instance.Constructor parameters in com.itextpdf.layout.renderer with type arguments of type GridValueModifierConstructorDescription(package private)GridSizer(Grid grid, List<GridValue> templateColumns, List<GridValue> templateRows, GridValue columnAutoWidth, GridValue rowAutoHeight, float columnGap, float rowGap, Rectangle actualBBox) Creates new grid sizer instance.(package private)GridTrackSizer(Grid grid, List<GridValue> values, float gap, float availableSpace, Grid.GridOrder order) Create a track sizing algorithm for given template.(package private)