Package adalid.core

Class Report

    • Constructor Detail

      • Report

        public Report​(java.lang.String name)
      • Report

        public Report​(View view)
    • Method Detail

      • getView

        public View getView()
        Returns:
        the view
      • getPageFormat

        public PageFormat getPageFormat()
      • getPaperSize

        public java.lang.String getPaperSize()
      • isLandscapeOrientation

        public boolean isLandscapeOrientation()
      • isPortraitOrientation

        public boolean isPortraitOrientation()
      • getColumnWidth

        public int getColumnWidth()
      • getPageWidth

        public int getPageWidth()
      • getPageHeight

        public int getPageHeight()
      • getTopMargin

        public int getTopMargin()
      • getBottomMargin

        public int getBottomMargin()
      • getLeftMargin

        public int getLeftMargin()
      • getRightMargin

        public int getRightMargin()
      • getTitle

        public java.lang.String getTitle()
      • getInterFieldGapWidth

        public int getInterFieldGapWidth()
        Returns:
        the inter field gap width
      • getGroupsMap

        public java.util.Map<ViewField,​ReportGroup> getGroupsMap()
        Returns:
        the groups map
      • getGroups

        public java.util.List<ReportGroup> getGroups()
        Returns:
        the groups list
      • getDetailGroup

        public ReportGroup getDetailGroup()
        Returns:
        the detail group
      • getLastControlGroup

        public ReportGroup getLastControlGroup()
        Returns:
        the last control group
      • getPenultimateControlGroup

        public ReportGroup getPenultimateControlGroup()
        Returns:
        the penultimate control group
      • isCountAtHand

        public boolean isCountAtHand()
      • isMinAtHand

        public boolean isMinAtHand()
      • isMaxAtHand

        public boolean isMaxAtHand()
      • isSumAtHand

        public boolean isSumAtHand()
      • isAverageAtHand

        public boolean isAverageAtHand()
      • isDeviationAtHand

        public boolean isDeviationAtHand()
      • addAggregates

        public void addAggregates()
      • getAggregateFunctionName

        public java.lang.String getAggregateFunctionName​(java.lang.String aggregation)
      • compareTo

        public int compareTo​(Report that)
        Specified by:
        compareTo in interface java.lang.Comparable<Report>
      • fieldsToString

        protected java.lang.String fieldsToString​(int n,
                                                  java.lang.String key,
                                                  boolean verbose,
                                                  boolean fields,
                                                  boolean maps)
        Overrides:
        fieldsToString in class AbstractArtifact