Class ShapeOutsideInfo
- java.lang.Object
-
- org.openqa.selenium.devtools.dom.model.ShapeOutsideInfo
-
public class ShapeOutsideInfo extends java.lang.Object
CSS Shape Outside details.
-
-
Constructor Summary
Constructors Constructor Description ShapeOutsideInfo(Quad bounds, java.util.List<java.util.Map<java.lang.String,java.lang.Object>> shape, java.util.List<java.util.Map<java.lang.String,java.lang.Object>> marginShape)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Quad
getBounds()
Shape boundsjava.util.List<java.util.Map<java.lang.String,java.lang.Object>>
getMarginShape()
Margin shape boundsjava.util.List<java.util.Map<java.lang.String,java.lang.Object>>
getShape()
Shape coordinate details
-
-
-
Constructor Detail
-
ShapeOutsideInfo
public ShapeOutsideInfo(Quad bounds, java.util.List<java.util.Map<java.lang.String,java.lang.Object>> shape, java.util.List<java.util.Map<java.lang.String,java.lang.Object>> marginShape)
-
-
Method Detail
-
getBounds
public Quad getBounds()
Shape bounds
-
getShape
public java.util.List<java.util.Map<java.lang.String,java.lang.Object>> getShape()
Shape coordinate details
-
getMarginShape
public java.util.List<java.util.Map<java.lang.String,java.lang.Object>> getMarginShape()
Margin shape bounds
-
-