Class Bibliography


  • public class Bibliography
    extends Object
    A generated bibliography consisting of bibliography entries and some formatting parameters
    Author:
    Michel Kraemer
    • Method Detail

      • getEntries

        public String[] getEntries()
        Returns:
        the bibliography's entries
      • getBibStart

        public String getBibStart()
        Returns:
        the bibliography's bibstart
      • getBibEnd

        public String getBibEnd()
        Returns:
        the bibliography's bibend
      • getEntryIds

        public String[] getEntryIds()
        Returns:
        the bibliography's entry_ids
      • getMaxOffset

        public Integer getMaxOffset()
        Returns:
        the bibliography's maxoffset
      • getEntrySpacing

        public Integer getEntrySpacing()
        Returns:
        the bibliography's entryspacing
      • getLineSpacing

        public Integer getLineSpacing()
        Returns:
        the bibliography's linespacing
      • getHangingIndent

        public Boolean getHangingIndent()
        Returns:
        the bibliography's hangingindent
      • getDone

        public Boolean getDone()
        Returns:
        the bibliography's done
      • getSecondFieldAlign

        public SecondFieldAlign getSecondFieldAlign()
        Returns:
        the bibliography's second-field-align
      • makeString

        public String makeString()
        Converts this bibliography to a String that can be inserted into the text
        Returns:
        the String representing the bibliography
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object