Uses of Class
com.opengamma.strata.report.framework.format.ReportOutputFormat
-
Packages that use ReportOutputFormat Package Description com.opengamma.strata.report.cashflow Types for reporting and formatting cashflows.com.opengamma.strata.report.framework.format Provide the ability to format calculated values.com.opengamma.strata.report.trade Types for reporting and formatting trades. -
-
Uses of ReportOutputFormat in com.opengamma.strata.report.cashflow
Methods in com.opengamma.strata.report.cashflow with parameters of type ReportOutputFormat Modifier and Type Method Description protected StringCashFlowReportFormatter. formatData(CashFlowReport report, int rowIdx, int colIdx, ReportOutputFormat format) -
Uses of ReportOutputFormat in com.opengamma.strata.report.framework.format
Methods in com.opengamma.strata.report.framework.format that return ReportOutputFormat Modifier and Type Method Description static ReportOutputFormatReportOutputFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static ReportOutputFormat[]ReportOutputFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opengamma.strata.report.framework.format with parameters of type ReportOutputFormat Modifier and Type Method Description protected abstract StringReportFormatter. formatData(R report, int rowIdx, int colIdx, ReportOutputFormat format)Formats a piece of data for display.protected StringReportFormatter. formatValue(Object value, ReportOutputFormat format)Formats a value into a string. -
Uses of ReportOutputFormat in com.opengamma.strata.report.trade
Methods in com.opengamma.strata.report.trade with parameters of type ReportOutputFormat Modifier and Type Method Description protected StringTradeReportFormatter. formatData(TradeReport report, int rowIdx, int colIdx, ReportOutputFormat format)
-