|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.ajaest.jdk.data.kanji.RadicalVariantTag
public class RadicalVariantTag
Mutable class that stores information about a radical variant and provides
methods to build radical variant information objects. The only attribute
shared between radical's variants are the radical number this class contains
much further information about the radical than the basic Radical
class
Field Summary | |
---|---|
protected java.lang.Integer |
auxNumber
|
protected java.lang.Integer |
kangxiUnicode
|
protected java.util.List<java.lang.String> |
names
|
protected java.lang.Integer |
radicalNumber
|
KanjiEnums.RadicalTypeEnum |
radicalType
|
protected java.lang.Integer |
unicode
|
protected java.lang.String |
unicodeName
|
Constructor Summary | |
---|---|
protected |
RadicalVariantTag(java.lang.Integer radicalNumber)
|
Method Summary | |
---|---|
int |
compareTo(RadicalVariantTag o)
|
java.lang.Integer |
getAuxNumber()
The radical auxiliary number is used to discern between the different shapes of the radical depending on the kanji which owns it. |
java.lang.Integer |
getKangxiUnicode()
Returns the radical variant's character secondary representation code point in the unicode standard. |
java.util.List<java.lang.String> |
getNames()
Returns the names in Japanese of this radical variant. |
java.lang.Integer |
getNumber()
Returns this radical's index number in classic radical list. |
KanjiEnums.RadicalTypeEnum |
getRadicalType()
|
java.lang.Integer |
getUnicode()
Returns the radical variant's character main representation code point in the unicode standard. |
java.lang.String |
getUnicodeName()
Returns the unicode name of the character which code point equals the returned value of the method getUnicode() |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected java.lang.Integer radicalNumber
protected java.lang.Integer auxNumber
protected java.lang.String unicodeName
protected java.util.List<java.lang.String> names
protected java.lang.Integer unicode
protected java.lang.Integer kangxiUnicode
public KanjiEnums.RadicalTypeEnum radicalType
Constructor Detail |
---|
protected RadicalVariantTag(java.lang.Integer radicalNumber)
Method Detail |
---|
public java.lang.Integer getAuxNumber()
public java.lang.String getUnicodeName()
getUnicode()
public java.util.List<java.lang.String> getNames()
public java.lang.Integer getUnicode()
getKangxiUnicode()
public java.lang.Integer getKangxiUnicode()
getUnicode()
public KanjiEnums.RadicalTypeEnum getRadicalType()
KanjiEnums.RadicalTypeEnum
public java.lang.Integer getNumber()
Integer
representing this radical variant numbergetAuxNumber()
public java.lang.String toString()
toString
in class java.lang.Object
public int compareTo(RadicalVariantTag o)
compareTo
in interface java.lang.Comparable<RadicalVariantTag>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |