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 Atom
asAtom()
static Neutron
create(Atom atom)
static NeutronType
getNeutronTypeFromChar(char ch)
NeutronType
getType()
double
getWidth(StringBounder stringBounder)
static boolean
isChineseSentenceBoundary(char ch)
static boolean
isSeparator(char ch)
java.lang.String
toString()
static Neutron
zwspSeparator()
-
-
-
Method Detail
-
zwspSeparator
public static Neutron zwspSeparator()
-
toString
public java.lang.String toString()
- Overrides:
toString
in 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)
-
-