Package com.iizix.text
Class KStringStyleRange
java.lang.Object
com.iizix.text.KStringStyleRange
The style range for a KString.
- Author:
- Christopher Mindus
Field Details
T_ERROR
public static final int T_ERRORTypes of range.- See Also:
T_STRING
public static final int T_STRING- See Also:
T_TAG_SYMBOL
public static final int T_TAG_SYMBOL- See Also:
T_EQUALS
public static final int T_EQUALS- See Also:
T_TAG_NAME
public static final int T_TAG_NAME- See Also:
T_ATTRIBUTE_NAME
public static final int T_ATTRIBUTE_NAME- See Also:
T_ATTRIBUTE_VALUE
public static final int T_ATTRIBUTE_VALUE- See Also:
type
public int typeThe type, a T_* constant.start
public int startStart position.length
public int lengthLength.
Constructor Details
Method Details