Uses of Class
org.opencastproject.composer.layout.Anchor
Packages that use Anchor
Package
Description
The package uses a left-handed cartesian coordinate system like CSS does.
-
Uses of Anchor in org.opencastproject.composer.layout
Fields in org.opencastproject.composer.layout declared as AnchorModifier and TypeFieldDescriptionstatic final AnchorAnchors.BOTTOM_LEFTstatic final AnchorAnchors.BOTTOM_RIGHTstatic final AnchorAnchors.CENTERstatic final AnchorAnchors.TOP_LEFTstatic final AnchorAnchors.TOP_RIGHTMethods in org.opencastproject.composer.layout that return AnchorModifier and TypeMethodDescriptionstatic AnchorSerializer.anchor(org.opencastproject.util.JsonObj json) AnchorOffset.getReferenceAnchor()Get the anchor point of the reference shape.AnchorOffset.getReferringAnchor()Get the anchor point of the shape referring to the reference shape.Methods in org.opencastproject.composer.layout with parameters of type AnchorModifier and TypeMethodDescriptionstatic AnchorOffsetAnchorOffset.anchorOffset(Anchor referenceAnchor, Anchor referringAnchor, int xOffset, int yOffset) static org.opencastproject.util.Jsons.Objstatic OffsetCalculate the offset of an anchor point for a given shape relative to its upper left corner.Constructors in org.opencastproject.composer.layout with parameters of type AnchorModifierConstructorDescriptionAnchorOffset(Anchor referenceAnchor, Anchor referringAnchor, Offset offset) Create a new offset.