Package com.iizix.text
Class KStringStyleRange
java.lang.Object
com.iizix.text.KStringStyleRange
The style range for a KString.
- Author:
- Christopher Mindus
- Field SummaryFieldsModifier and TypeFieldDescription- intLength.- intStart position.- static final int- static final int- static final int- static final intTypes of range.- static final int- static final int- static final int- intThe type, a T_* constant.
- Constructor SummaryConstructors
- Method Summary
- Field Details- T_ERRORpublic static final int T_ERRORTypes of range.- See Also:
 
- T_STRINGpublic static final int T_STRING- See Also:
 
- T_TAG_SYMBOLpublic static final int T_TAG_SYMBOL- See Also:
 
- T_EQUALSpublic static final int T_EQUALS- See Also:
 
- T_TAG_NAMEpublic static final int T_TAG_NAME- See Also:
 
- T_ATTRIBUTE_NAMEpublic static final int T_ATTRIBUTE_NAME- See Also:
 
- T_ATTRIBUTE_VALUEpublic static final int T_ATTRIBUTE_VALUE- See Also:
 
- typepublic int typeThe type, a T_* constant.
- startpublic int startStart position.
- lengthpublic int lengthLength.
 
- Constructor Details- KStringStyleRangepublic KStringStyleRange- (int type, int start, int length) Constructor.
 
- Method Details