Class GreekList

    • Constructor Detail

      • GreekList

        public GreekList()
        Initialization
      • GreekList

        public GreekList​(int symbolIndent)
        Initialization
        Parameters:
        symbolIndent - indent
      • GreekList

        public GreekList​(boolean greeklower,
                         int symbolIndent)
        Initialization
        Parameters:
        greeklower - greek-char in lowercase
        symbolIndent - indent
    • Method Detail

      • setGreekFont

        protected void setGreekFont()
        change the font to SYMBOL
      • add

        public boolean add​(Element o)
        Adds an Element to the List.
        Specified by:
        add in interface TextElementArray
        Overrides:
        add in class List
        Parameters:
        o - the object to add.
        Returns:
        true if adding the object succeeded