Class Bufferer.BufferCommand

  • Enclosing class:
    Bufferer

    private static final class Bufferer.BufferCommand
    extends java.lang.Object
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • m_center

        private Point2D m_center
      • m_next

        private int m_next
      • m_prev

        private int m_prev
      • m_type

        private int m_type
    • Constructor Detail

      • BufferCommand

        private BufferCommand​(Point2D from,
                              Point2D to,
                              Point2D center,
                              int type,
                              int next,
                              int prev)
      • BufferCommand

        private BufferCommand​(Point2D from,
                              Point2D to,
                              int next,
                              int prev,
                              java.lang.String dummy)