Class PsExportStyle

java.lang.Object
eu.isas.peptideshaker.export.PsExportStyle
All Implemented Interfaces:
com.compomics.util.io.export.WorkbookStyle

public class PsExportStyle extends Object implements com.compomics.util.io.export.WorkbookStyle
This class contains the style for a PeptideShaker excel export.
Author:
Marc Vaudel, Harald Barsnes
  • Method Details

    • getReportStyle

      public static PsExportStyle getReportStyle(com.compomics.util.io.export.writers.ExcelWriter excelWriter)
      Returns the style attached to that writer or create a new one if none found.
      Parameters:
      excelWriter - the writer of interest
      Returns:
      the style attached to that writer
    • getMainTitleStyle

      public org.apache.poi.ss.usermodel.CellStyle getMainTitleStyle()
      Specified by:
      getMainTitleStyle in interface com.compomics.util.io.export.WorkbookStyle
    • getMainTitleRowHeight

      public float getMainTitleRowHeight()
      Specified by:
      getMainTitleRowHeight in interface com.compomics.util.io.export.WorkbookStyle
    • getStandardStyle

      public org.apache.poi.ss.usermodel.CellStyle getStandardStyle()
      Specified by:
      getStandardStyle in interface com.compomics.util.io.export.WorkbookStyle
    • getStandardStyle

      public org.apache.poi.ss.usermodel.CellStyle getStandardStyle(int hierarchicalDepth)
      Specified by:
      getStandardStyle in interface com.compomics.util.io.export.WorkbookStyle
    • getStandardHeight

      public float getStandardHeight()
      Specified by:
      getStandardHeight in interface com.compomics.util.io.export.WorkbookStyle
    • getHeaderStyle

      public org.apache.poi.ss.usermodel.CellStyle getHeaderStyle()
      Specified by:
      getHeaderStyle in interface com.compomics.util.io.export.WorkbookStyle
    • getHeaderStyle

      public org.apache.poi.ss.usermodel.CellStyle getHeaderStyle(int hierarchicalDepth)
      Specified by:
      getHeaderStyle in interface com.compomics.util.io.export.WorkbookStyle
    • getHeaderHeight

      public float getHeaderHeight()
      Specified by:
      getHeaderHeight in interface com.compomics.util.io.export.WorkbookStyle