Uses of Class
org.opencastproject.composer.layout.AnchorOffset
Packages that use AnchorOffset
Package
Description
The package uses a left-handed cartesian coordinate system like CSS does.
-
Uses of AnchorOffset in org.opencastproject.composer.layout
Methods in org.opencastproject.composer.layout that return AnchorOffsetModifier and TypeMethodDescriptionstatic AnchorOffsetAnchorOffset.anchorOffset(Anchor referenceAnchor, Anchor referringAnchor, int xOffset, int yOffset) static AnchorOffsetSerializer.anchorOffset(JsonObj json) AbsolutePositionLayoutSpec.getAnchorOffset()Get the distance between the anchor points of canvas and shape.HorizontalCoverageLayoutSpec.getAnchorOffset()Get the distance between the anchor points of canvas and shape.Methods in org.opencastproject.composer.layout with parameters of type AnchorOffsetConstructors in org.opencastproject.composer.layout with parameters of type AnchorOffsetModifierConstructorDescriptionAbsolutePositionLayoutSpec(AnchorOffset anchorOffset) Create a new specification.HorizontalCoverageLayoutSpec(AnchorOffset anchorOffset, double horizontalCoverage) Create a new specification.