Class XDDFPoint2D


  • @Beta
    public class XDDFPoint2D
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        XDDFPoint2D​(long x, long y)  
      protected XDDFPoint2D​(org.openxmlformats.schemas.drawingml.x2006.main.CTPoint2D point)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getX()  
      long getY()  
      • Methods inherited from class java.lang.Object

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

      • XDDFPoint2D

        protected XDDFPoint2D​(org.openxmlformats.schemas.drawingml.x2006.main.CTPoint2D point)
      • XDDFPoint2D

        public XDDFPoint2D​(long x,
                           long y)
    • Method Detail

      • getX

        public long getX()
      • getY

        public long getY()