Uses of Class
org.opencastproject.composer.layout.TwoShapeLayouts.TwoShapeLayoutSpec
Packages that use TwoShapeLayouts.TwoShapeLayoutSpec
Package
Description
The package uses a left-handed cartesian coordinate system like CSS does.
-
Uses of TwoShapeLayouts.TwoShapeLayoutSpec in org.opencastproject.composer.layout
Fields in org.opencastproject.composer.layout declared as TwoShapeLayouts.TwoShapeLayoutSpecModifier and TypeFieldDescriptionstatic final TwoShapeLayouts.TwoShapeLayoutSpecTwoShapeLayouts.TOP_LEFT_SMALL_BOTTOM_RIGHT_BIGLayout specification placing the upper media in the top left and the lower media in the bottom right corner of the canvas.Methods in org.opencastproject.composer.layout with parameters of type TwoShapeLayouts.TwoShapeLayoutSpecModifier and TypeMethodDescriptionstatic TwoShapeLayoutLayoutManager.twoShapeLayout(Dimension canvas, Dimension upper, Dimension lower, TwoShapeLayouts.TwoShapeLayoutSpec spec) Compose two shapes on a canvas.