Uses of Class
org.opencastproject.composer.layout.Layout
Packages that use Layout
Package
Description
The package uses a left-handed cartesian coordinate system like CSS does.
-
Uses of Layout in org.opencastproject.composer.api
Methods in org.opencastproject.composer.api that return LayoutConstructors in org.opencastproject.composer.api with parameters of type Layout -
Uses of Layout in org.opencastproject.composer.layout
Methods in org.opencastproject.composer.layout that return LayoutModifier and TypeMethodDescriptionTwoShapeLayout.getLower()Get the layout information of the lower shape.TwoShapeLayout.getUpper()Get the layout information of the upper shape.static LayoutMethods in org.opencastproject.composer.layout that return types with arguments of type LayoutMethods in org.opencastproject.composer.layout with parameters of type LayoutModifier and TypeMethodDescriptionstatic intGet the Y coordinate of the bottom bound of the layout.static Jsons.Objstatic intGet the X coordinate of the left bound of the layout.static booleanTest if layoutsaandboverlap.static intGet the X coordinate of the right bound of the layout.static intGet the Y coordinate of the top bound of the layout.Constructors in org.opencastproject.composer.layout with parameters of type LayoutConstructor parameters in org.opencastproject.composer.layout with type arguments of type LayoutModifierConstructorDescriptionMultiShapeLayout(Dimension canvas, List<Layout> shapes) Create a new layout for multiple shapes on a common canvas.