Class Anchor
java.lang.Object
org.opencastproject.composer.layout.Anchor
Anchor point of a rectangular shape, expressed relatively to its width and height.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Anchor
public Anchor(double left, double top) Create a new anchor point.- Parameters:
left- width ratio measured from the left. 0 <= left <= 1top- height ratio measured from the top. 0 <= top <= 1
-
-
Method Details