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 String
CashFlowReportFormatter. 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 ReportOutputFormat
ReportOutputFormat. 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 String
ReportFormatter. formatData(R report, int rowIdx, int colIdx, ReportOutputFormat format)
Formats a piece of data for display.protected String
ReportFormatter. 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 String
TradeReportFormatter. formatData(TradeReport report, int rowIdx, int colIdx, ReportOutputFormat format)
-