Package com.iizix.text
Class KStringStyleRange
java.lang.Object
com.iizix.text.KStringStyleRange
The style range for a KString.
- Author:
- Christopher Mindus
Field Summary
Modifier and TypeFieldDescriptionint
Length.int
Start position.static final int
static final int
static final int
static final int
Types of range.static final int
static final int
static final int
int
The type, a T_* constant.Constructor Summary
Method Summary
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
KStringStyleRange
public KStringStyleRange(int type, int start, int length) Constructor.
Method Details