Uses of Class
org.compiere.print.MPrintTableFormat
Packages that use MPrintTableFormat
Package
Description
Provide interface and classes for iDempiere reporting engine.
Provide layout and element implementation for iDempiere reporting engine
-
Uses of MPrintTableFormat in org.compiere.print
Methods in org.compiere.print that return MPrintTableFormatModifier and TypeMethodDescriptionstatic MPrintTableFormat
MPrintTableFormat.get
(Properties ctx, int AD_PrintTableFormat_ID, int AD_PrintFont_ID) Get Print Table Formatstatic MPrintTableFormat
MPrintTableFormat.get
(Properties ctx, int AD_PrintTableFormat_ID, Font standard_font) Get Print Table Format.static MPrintTableFormat
MPrintTableFormat.getDefault
(Properties ctx) Get Default Print Table Format.MPrintFormat.getTableFormat()
Get Table FormatMPrintTableFormat.markImmutable()
Constructors in org.compiere.print with parameters of type MPrintTableFormatModifierConstructorDescriptionMPrintTableFormat
(Properties ctx, MPrintTableFormat copy) Copy ConstructorMPrintTableFormat
(Properties ctx, MPrintTableFormat copy, String trxName) Copy ConstructorCopy Constructor -
Uses of MPrintTableFormat in org.compiere.print.layout
Constructors in org.compiere.print.layout with parameters of type MPrintTableFormatModifierConstructorDescriptionParameterElement
(MQuery query, Properties ctx, MPrintTableFormat tFormat) Parameter Element.PInstanceLogElement
(Properties ctx, MQuery query, MPrintTableFormat tFormat) TableElement
(ValueNamePair[] columnHeader, int[] columnMaxWidth, int[] columnMaxHeight, String[] columnJustification, boolean[] fixedWidth, ArrayList<Integer> functionRows, boolean multiLineHeader, org.compiere.print.util.SerializableMatrix<Serializable> data, KeyNamePair[] pk, String pkColumnName, int pageNoStart, Rectangle firstPage, Rectangle nextPages, int repeatedColumns, HashMap<Integer, Integer> additionalLines, HashMap<Point, Font> rowColFont, HashMap<Point, Color> rowColColor, HashMap<Point, Color> rowColBackground, MPrintTableFormat tFormat, ArrayList<Integer> pageBreak, Boolean[] colSuppressRepeats, HashMap<Point, MReportLine> rowColReportLine, ArrayList<Integer> finReportSumRows) Constructor.
Created in LayoutEngine.