Uses of Class
org.opencastproject.composer.layout.AbsolutePositionLayoutSpec
Packages that use AbsolutePositionLayoutSpec
Package
Description
The package uses a left-handed cartesian coordinate system like CSS does.
-
Uses of AbsolutePositionLayoutSpec in org.opencastproject.composer.layout
Methods in org.opencastproject.composer.layout that return AbsolutePositionLayoutSpecModifier and TypeMethodDescriptionstatic AbsolutePositionLayoutSpecSerializer.absolutePositionLayoutSpec(org.opencastproject.util.JsonObj json) Methods in org.opencastproject.composer.layout with parameters of type AbsolutePositionLayoutSpecModifier and TypeMethodDescriptionstatic org.opencastproject.util.Jsons.ObjSerializer.json(AbsolutePositionLayoutSpec a) Method parameters in org.opencastproject.composer.layout with type arguments of type AbsolutePositionLayoutSpecModifier and TypeMethodDescriptionstatic MultiShapeLayoutLayoutManager.absoluteMultiShapeLayout(Dimension canvas, List<org.opencastproject.util.data.Tuple<Dimension, AbsolutePositionLayoutSpec>> shapes) Compose a list of shapes on a canvas.