Class MultiShapeLayout
java.lang.Object
org.opencastproject.composer.layout.MultiShapeLayout
Layout of multiple shapes on a common canvas.
-
Constructor Summary
ConstructorsConstructorDescriptionMultiShapeLayout(Dimension canvas, List<Layout> shapes) Create a new layout for multiple shapes on a common canvas. -
Method Summary
-
Constructor Details
-
MultiShapeLayout
Create a new layout for multiple shapes on a common canvas.- Parameters:
canvas- the dimension of the target canvasshapes- a list of shape positions sorted in z-order with the first shape in the list being the lowermost one
-
-
Method Details
-
getCanvas
-
getShapes
-