Class LineFactory


  • public class LineFactory
    extends java.lang.Object
    Since:
    1.6
    • Constructor Summary

      Constructors 
      Constructor Description
      LineFactory()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Line createLine​(java.lang.String text, int number)  
      • Methods inherited from class java.lang.Object

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

      • LineFactory

        public LineFactory()
    • Method Detail

      • createLine

        public Line createLine​(java.lang.String text,
                               int number)