Class SpiralOnRectangle

java.lang.Object
net.sourceforge.plantuml.code.SpiralOnRectangle

public class SpiralOnRectangle extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    SpiralOnRectangle(int width, int height)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class java.lang.Object

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

    • SpiralOnRectangle

      public SpiralOnRectangle(int width, int height)
  • Method Details

    • nextPoint

      public PairInt nextPoint()