Class LuomaSeqStyle

java.lang.Object
org.beangle.commons.text.seq.HanZiSeqStyle
org.openurp.base.util.LuomaSeqStyle
All Implemented Interfaces:
org.beangle.commons.text.seq.SeqNumStyle

public class LuomaSeqStyle extends org.beangle.commons.text.seq.HanZiSeqStyle
  • Field Details

    • MAX

      public static final int MAX
      See Also:
    • levels

      public static final String[][] levels
      I(1),V(5),X(10),L(50),C(100),D(500),M(1000)
  • Constructor Details

    • LuomaSeqStyle

      public LuomaSeqStyle()
  • Method Details

    • buildText

      public String buildText(String f)
      Overrides:
      buildText in class org.beangle.commons.text.seq.HanZiSeqStyle
    • toRoman

      public String toRoman(String n)
    • calcDigit

      public String calcDigit(Integer d, int l)
    • isNuneric

      public boolean isNuneric(String str)
    • main

      public static void main(String[] args)