public interface ITextAttrInfo
extends java.lang.Cloneable, java.io.Serializable
This interface defines the text attribute field interface. This will allow a user to query the color and extended attributes of each character in the text of a field.
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Creates a new object of the same class as this object.
|
boolean |
equals(java.lang.Object other)
This method determines if the two TextAttrInfo types are equivalent.
|
char[] |
getTextColors()
Returns a character array of the text colors.
|
char[] |
getTextExtAttrs()
Returns a character array of the extended attributes.
|
java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
boolean equals(java.lang.Object other)
equals
in class java.lang.Object
other
- The reference object with which to compare.true
if this TextAttrInfo type is the same as the obj argument;
false
otherwise.char[] getTextColors()
char[] getTextExtAttrs()