Uses of Class
cz.vutbr.fit.layout.cssbox.impl.BoxTransform
-
Packages that use BoxTransform Package Description cz.vutbr.fit.layout.cssbox.impl -
-
Uses of BoxTransform in cz.vutbr.fit.layout.cssbox.impl
Fields in cz.vutbr.fit.layout.cssbox.impl declared as BoxTransform Modifier and Type Field Description protected BoxTransform
BoxNode. transform
The transformation that should be applied to the boxMethods in cz.vutbr.fit.layout.cssbox.impl that return BoxTransform Modifier and Type Method Description BoxTransform
BoxTransform. concatenate(BoxTransform src)
Concatenates another transformation to this transformation.Methods in cz.vutbr.fit.layout.cssbox.impl with parameters of type BoxTransform Modifier and Type Method Description BoxTransform
BoxTransform. concatenate(BoxTransform src)
Concatenates another transformation to this transformation.Constructors in cz.vutbr.fit.layout.cssbox.impl with parameters of type BoxTransform Constructor Description BoxTransform(BoxTransform src)
-