Class Neutron

java.lang.Object
net.sourceforge.plantuml.klimt.creole.Neutron

public class Neutron extends Object
  • Method Details

    • create

      public static Neutron create(Atom atom)
    • zwspSeparator

      public static Neutron zwspSeparator()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • asAtom

      public Atom asAtom()
    • getType

      public NeutronType getType()
    • isSeparator

      public static boolean isSeparator(char ch)
    • isChineseSentenceBoundary

      public static boolean isChineseSentenceBoundary(char ch)
    • getWidth

      public double getWidth(StringBounder stringBounder)
    • getNeutronTypeFromChar

      public static NeutronType getNeutronTypeFromChar(char ch)