Uses of Class
com.itextpdf.layout.properties.grid.GridValue
-
Packages that use GridValue Package Description com.itextpdf.layout.properties.grid com.itextpdf.layout.renderer -
-
Uses of GridValue in com.itextpdf.layout.properties.grid
Subclasses of GridValue in com.itextpdf.layout.properties.grid Modifier and Type Class Description classAutoValueRepresents an auto template value.classBreadthValueRepresents a breadth value on a grid.classFitContentValueRepresents fit content function template value.classFlexValueRepresents flexible template value.classFunctionValueAbstract class representing function value on a grid.classLengthValueAbstract class representing length value on a grid.classMaxContentValueRepresents max-content template value.classMinContentValueRepresents min-content template value.classMinMaxValueRepresents minmax function template value.classPercentValueRepresents percent template value.classPointValueRepresents point template value.Fields in com.itextpdf.layout.properties.grid with type parameters of type GridValue Modifier and Type Field Description private java.util.List<GridValue>AutoRepeatValue. valuesprivate java.util.List<GridValue>FixedRepeatValue. valuesMethods in com.itextpdf.layout.properties.grid that return types with arguments of type GridValue Modifier and Type Method Description java.util.List<GridValue>AutoRepeatValue. getValues()Get template values which should be repeated.java.util.List<GridValue>FixedRepeatValue. getValues()Gets template values which should be repeated.Constructor parameters in com.itextpdf.layout.properties.grid with type arguments of type GridValue Constructor Description AutoRepeatValue(boolean autoFit, java.util.List<GridValue> values)Create a new auto-repeat valueFixedRepeatValue(int repeatCount, java.util.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 GridValue Modifier and Type Field Description private GridValueGridSizer. columnAutoWidthprivate GridValueGridSizer. rowAutoHeight(package private) GridValueGridTrackSizer.Track. valueFields in com.itextpdf.layout.renderer with type parameters of type GridValue Modifier and Type Field Description (package private) java.util.List<GridValue>GridTemplateResolver.Result. resultprivate java.util.List<GridValue>GridSizer. templateColumnsprivate java.util.List<GridValue>GridSizer. templateRowsMethods in com.itextpdf.layout.renderer that return types with arguments of type GridValue Modifier and Type Method Description java.util.List<GridValue>GridTemplateResolver.Result. getList()(package private) java.util.List<GridValue>GridTemplateResolver. resolveTemplate(java.util.List<TemplateValue> template)Resolves template values to grid values by flatting repeats.(package private) java.util.List<GridValue>GridTemplateResolver.AutoRepeatResolver. shrinkTemplatesToFitSize(int sizeToFit)Shrinks template list to fit the given size by reducing number of auto-fit/fill repetitions.(package private) java.util.List<GridValue>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 GridValue Modifier and Type Method Description voidGridTemplateResolver.Result. addValue(GridValue value)Method parameters in com.itextpdf.layout.renderer with type arguments of type GridValue Modifier and Type Method Description (package private) java.util.List<java.lang.Float>GridTrackSizer.TrackSizingResult. getTrackSizesAndExpandPercents(java.util.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 GridValue Constructor Description GridSizer(Grid grid, java.util.List<GridValue> templateColumns, java.util.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 GridValue Constructor Description GridSizer(Grid grid, java.util.List<GridValue> templateColumns, java.util.List<GridValue> templateRows, GridValue columnAutoWidth, GridValue rowAutoHeight, float columnGap, float rowGap, Rectangle actualBBox)Creates new grid sizer instance.GridTrackSizer(Grid grid, java.util.List<GridValue> values, float gap, float availableSpace, Grid.GridOrder order)Create a track sizing algorithm for given template.Result(java.util.List<GridValue> result)
-