Package io.keikai.model.impl.sys
Class RustFormatBridge
java.lang.Object
io.keikai.model.impl.sys.RustFormatBridge
Bridge that resolves
io.keikai.native0.KeikaiNative static methods
via MethodHandle reflection at class load. All call sites in this
class throw IllegalStateException if keikai-native is missing from
the runtime classpath — the engine refuses to run without the Rust dylib,
matching EngineFactory.createFormulaEngine().- Since:
- 7.0.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringbuiltinFormat(int id) static StringformatNumber(double value, String format) static StringformatNumberWithColor(double value, String format) static StringformatText(String text, String format)
-
Method Details
-
formatNumberWithColor
-
formatNumber
-
formatText
-
builtinFormat
-