Class CenteredLine

  • All Implemented Interfaces:
    ITextComponent

    public class CenteredLine
    extends BaseStringContainer
    Text component representing a centered line.
    Author:
    Andi Hotz, (c) Sahits GmbH, 2013 Created on Sep 6, 2013
    • Constructor Summary

      Constructors 
      Constructor Description
      CenteredLine​(java.lang.String contents)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLine()  
      • Methods inherited from class java.lang.Object

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

      • CenteredLine

        public CenteredLine​(java.lang.String contents)
    • Method Detail

      • getLine

        public java.lang.String getLine()