Uses of Class
org.opencastproject.composer.layout.MultiShapeLayout
Packages that use MultiShapeLayout
Package
Description
The package uses a left-handed cartesian coordinate system like CSS does.
-
Uses of MultiShapeLayout in org.opencastproject.composer.layout
Methods in org.opencastproject.composer.layout that return MultiShapeLayoutModifier and TypeMethodDescriptionstatic MultiShapeLayoutLayoutManager.absoluteMultiShapeLayout(Dimension canvas, List<Tuple<Dimension, AbsolutePositionLayoutSpec>> shapes) Compose a list of shapes on a canvas.static MultiShapeLayoutLayoutManager.multiShapeLayout(Dimension canvas, List<Tuple<Dimension, HorizontalCoverageLayoutSpec>> shapes) Compose a list of shapes on a canvas.