Class ChemDrawCDX.CDPPoint2D

  • Enclosing class:
    ChemDrawCDX

    public class ChemDrawCDX.CDPPoint2D
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CDPPoint2D​(int x, int y)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void write​(java.io.DataOutput o)  
      • Methods inherited from class java.lang.Object

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

      • CDPPoint2D

        public CDPPoint2D​(int x,
                          int y)
    • Method Detail

      • write

        public void write​(java.io.DataOutput o)
                   throws java.io.IOException
        Throws:
        java.io.IOException