Class RelQuadBezTo

  • All Implemented Interfaces:
    GeometryRow

    public class RelQuadBezTo
    extends java.lang.Object
    implements GeometryRow
    Contains the x- and y-coordinates of the endpoint of a quadratic Bezier curve relative to the shape's width and height and the x- and y-coordinates of the control point of the curve relative shape's width and height.
    • Constructor Summary

      Constructors 
      Constructor Description
      RelQuadBezTo​(com.microsoft.schemas.office.visio.x2012.main.RowType row)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addToPath​(java.awt.geom.Path2D.Double path, XDGFShape parent)  
      java.lang.Double getA()  
      java.lang.Double getB()  
      boolean getDel()  
      java.lang.Double getX()  
      java.lang.Double getY()  
      void setupMaster​(GeometryRow row)  
      • Methods inherited from class java.lang.Object

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

      • RelQuadBezTo

        public RelQuadBezTo​(com.microsoft.schemas.office.visio.x2012.main.RowType row)
    • Method Detail

      • getDel

        public boolean getDel()
      • getX

        public java.lang.Double getX()
      • getY

        public java.lang.Double getY()
      • getA

        public java.lang.Double getA()
      • getB

        public java.lang.Double getB()