Uses of Class
io.github.tonywasher.joceanus.oceanus.decimal.OceanusRatio
Packages that use OceanusRatio
Package
Description
HTTP Client services.
UK Tax details.
Package that provides a Decimal implementation in many ways similar to that provided by
BigDecimal, except that the class is mutable, allowing for much faster arithmetic.
Handles mapping to/from database.
Service definition for SpreadSheet PlugIns.
Prometheus sheets is a package that simply maps data-types to and from backup spreadsheets.
Field API classes.
Tethys Table Manager API.
Field core classes.
-
Uses of OceanusRatio in io.github.tonywasher.joceanus.metis.http
Methods in io.github.tonywasher.joceanus.metis.http that return OceanusRatioModifier and TypeMethodDescriptionMetisHTTPYQLClient.obtainExchangeRate(Currency pFrom, Currency pTo) Obtain exchange rate for currency pair.Methods in io.github.tonywasher.joceanus.metis.http that return types with arguments of type OceanusRatioModifier and TypeMethodDescriptionMetisHTTPYQLClient.obtainExchangeRates(Currency pFrom, List<Currency> pToList) Obtain exchange rate for currency pairs. -
Uses of OceanusRatio in io.github.tonywasher.joceanus.moneywise.tax.uk
Methods in io.github.tonywasher.joceanus.moneywise.tax.uk that return OceanusRatioModifier and TypeMethodDescriptionMoneyWiseUKChargeableGainsScheme.MoneyWiseUKSlicedTaxDueBucket.getRatio()Obtain the ratio. -
Uses of OceanusRatio in io.github.tonywasher.joceanus.oceanus.decimal
Fields in io.github.tonywasher.joceanus.oceanus.decimal declared as OceanusRatioMethods in io.github.tonywasher.joceanus.oceanus.decimal that return OceanusRatioModifier and TypeMethodDescriptionOceanusDecimalParser.createRatioFromDouble(Double pValue) create Ratio from double.OceanusRate.getInverseRatio()Obtain inverse ratio of this rate (i.e. 100%/this rate).OceanusRatio.getInverseRatio()Obtain inverse ratio of this ratio (i.e. 100%/this rate).OceanusRatio.multiplyBy(OceanusRatio pRatio) Multiply by ratio.OceanusDecimalParser.parseRatioValue(String pValue) Parse Ratio value.Methods in io.github.tonywasher.joceanus.oceanus.decimal with parameters of type OceanusRatioModifier and TypeMethodDescriptionOceanusMoney.convertCurrency(Currency pCurrency, OceanusRatio pRate) Obtain converted money.OceanusPrice.convertCurrency(Currency pCurrency, OceanusRatio pRate) OceanusDecimalFormatter.formatRatio(OceanusRatio pRatio) Format Ratio value.OceanusMoney.getDilutedMoney(OceanusRatio pDilution) obtain a Diluted money.OceanusRatio.multiplyBy(OceanusRatio pRatio) Multiply by ratio.OceanusMoney.valueAtRatio(OceanusRatio pRatio) calculate the value of this money at a given ratio.Constructors in io.github.tonywasher.joceanus.oceanus.decimal with parameters of type OceanusRatioModifierConstructorDescriptionOceanusRate(OceanusRatio pRatio) Construct a new Rate from a ratio.OceanusRatio(OceanusRatio pRatio) Construct a new Ratio by copying another ratio. -
Uses of OceanusRatio in io.github.tonywasher.joceanus.prometheus.database
Methods in io.github.tonywasher.joceanus.prometheus.database that return OceanusRatioModifier and TypeMethodDescriptionPrometheusTableDefinition.getRatioValue(MetisDataItem.MetisDataFieldId pId, OceanusDataFormatter pFormatter) Get Ratio value for column.PrometheusColumnDefinition.PrometheusRatioColumn.getValue(OceanusDataFormatter pFormatter) Obtain the value.Methods in io.github.tonywasher.joceanus.prometheus.database with parameters of type OceanusRatioModifier and TypeMethodDescriptionvoidPrometheusTableDefinition.setRatioValue(MetisDataItem.MetisDataFieldId pId, OceanusRatio pValue) Set Ratio value for column.(package private) voidPrometheusColumnDefinition.PrometheusRatioColumn.setValue(OceanusRatio pValue) Set the value. -
Uses of OceanusRatio in io.github.tonywasher.joceanus.prometheus.service.sheet
Methods in io.github.tonywasher.joceanus.prometheus.service.sheet that return OceanusRatioModifier and TypeMethodDescriptionabstract OceanusRatioPrometheusSheetCell.getRatio()Obtain ratio value of the cell. -
Uses of OceanusRatio in io.github.tonywasher.joceanus.prometheus.sheets
Methods in io.github.tonywasher.joceanus.prometheus.sheets that return OceanusRatioModifier and TypeMethodDescriptionprotected OceanusRatioPrometheusSheetDataItem.loadRatio(int pOffset) Access a ratio value from the WorkSheet. -
Uses of OceanusRatio in io.github.tonywasher.joceanus.tethys.api.field
Methods in io.github.tonywasher.joceanus.tethys.api.field that return OceanusRatioModifier and TypeMethodDescriptiondefault OceanusRatioTethysUIDataEditField.TethysUIRatioEditField.getCastValue(Object pValue) -
Uses of OceanusRatio in io.github.tonywasher.joceanus.tethys.api.table
Method parameters in io.github.tonywasher.joceanus.tethys.api.table with type arguments of type OceanusRatioModifier and TypeMethodDescriptionTethysUITableColumn.TethysUITableRatioColumn.setValidator(BiFunction<OceanusRatio, R, String> pValidator) -
Uses of OceanusRatio in io.github.tonywasher.joceanus.tethys.core.field
Methods in io.github.tonywasher.joceanus.tethys.core.field that return OceanusRatioModifier and TypeMethodDescriptionTethysUICoreDataEditConverter.TethysUICoreRatioEditConverter.parseEditedValue(String pValue) Methods in io.github.tonywasher.joceanus.tethys.core.field with parameters of type OceanusRatioModifier and TypeMethodDescriptionTethysUICoreDataEditConverter.TethysUICoreRatioEditConverter.formatDisplayValue(OceanusRatio pValue)