Class ShapeOutsideInfo


  • public class ShapeOutsideInfo
    extends java.lang.Object
    CSS Shape Outside details.
    • Constructor Summary

      Constructors 
      Constructor Description
      ShapeOutsideInfo​(Quad bounds, java.util.List<java.lang.Object> shape, java.util.List<java.lang.Object> marginShape)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Quad getBounds()
      Shape bounds
      java.util.List<java.lang.Object> getMarginShape()
      Margin shape bounds
      java.util.List<java.lang.Object> getShape()
      Shape coordinate details
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ShapeOutsideInfo

        public ShapeOutsideInfo​(Quad bounds,
                                java.util.List<java.lang.Object> shape,
                                java.util.List<java.lang.Object> marginShape)
    • Method Detail

      • getBounds

        public Quad getBounds()
        Shape bounds
      • getShape

        public java.util.List<java.lang.Object> getShape()
        Shape coordinate details
      • getMarginShape

        public java.util.List<java.lang.Object> getMarginShape()
        Margin shape bounds