Class SplineStart

  • All Implemented Interfaces:
    GeometryRow

    public class SplineStart
    extends java.lang.Object
    implements GeometryRow
    Contains x- and y-coordinates for a spline's second control point, its second knot, its first knot, the last knot, and the degree of the spline.
    • Constructor Summary

      Constructors 
      Constructor Description
      SplineStart​(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()  
      java.lang.Double getC()  
      java.lang.Integer getD()  
      boolean getDel()  
      java.lang.Double getX()  
      java.lang.Double getY()  
      void setupMaster​(GeometryRow row)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • SplineStart

        public SplineStart​(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()
      • getC

        public java.lang.Double getC()
      • getD

        public java.lang.Integer getD()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object