Class Neutron
- java.lang.Object
-
- net.sourceforge.plantuml.klimt.creole.Neutron
-
public class Neutron extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AtomasAtom()static Neutroncreate(Atom atom)static NeutronTypegetNeutronTypeFromChar(char ch)NeutronTypegetType()doublegetWidth(StringBounder stringBounder)static booleanisChineseSentenceBoundary(char ch)static booleanisSeparator(char ch)java.lang.StringtoString()static NeutronzwspSeparator()
-
-
-
Method Detail
-
zwspSeparator
public static Neutron zwspSeparator()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.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)
-
-