Interface ReportEntry

All Superinterfaces:
Serializable
All Known Implementing Classes:
DividerEntry, EntityNameReportEntry, FormationReportEntry, LinkEntry, PlayerNameReportEntry, PublicReportEntry, Report, ReportEntryWithAnchor, RollReportEntry, SBFFormationReportEntry, SBFInitiativeRollReportEntry, SBFPlayerNameReportEntry, SBFPublicReportEntry, SBFReportEntry, SBFReportHeader, SBFRollReportEntry, SBFUnitReportEntry, SummaryPlaceholderEntry, UnitReportEntry

public interface ReportEntry extends Serializable
  • Method Summary

    Modifier and Type
    Method
    Description
    addRoll(Roll roll)
    Adds the result of the given roll to this ReportEntry.
    Get the report in its final HTML form, with all the necessary substitutions made.
  • Method Details

    • text

      String text()
      Get the report in its final HTML form, with all the necessary substitutions made.
      Returns:
      a HTML String with the final report
    • addRoll

      ReportEntry addRoll(Roll roll)
      Adds the result of the given roll to this ReportEntry. Returns this ReportEntry to allow chaining calls.
      Parameters:
      roll - The roll to add
      Returns:
      this ReportEntry