java > java.text > java.text.attributedstring >

Class: java.text.AttributedString
    java.lang.Object
       java.text.AttributedString


public class AttributedString extends Object


FIELDS:

CONSTRUCTORS:
public AttributedString(String text)

public AttributedString(String text, Map attributes)

public AttributedString(AttributedCharacterIterator text)

public AttributedString(AttributedCharacterIterator text, int beginIndex, int endIndex)

public AttributedString(AttributedCharacterIterator text, int beginIndex, int endIndex, AttributedCharacterIterator.Attribute[] attributes)


METHODS:
public void addAttribute(AttributedCharacterIterator.Attribute attribute, Object value)
Throws: NullPointerException
Throws: IllegalArgumentException

public void addAttribute(AttributedCharacterIterator.Attribute attribute, Object value, int beginIndex, int endIndex)
Throws: NullPointerException
Throws: IllegalArgumentException

public void addAttributes(Map attributes, int beginIndex, int endIndex)
Throws: NullPointerException
Throws: IllegalArgumentException

public AttributedCharacterIterator getIterator()

public AttributedCharacterIterator getIterator(AttributedCharacterIterator.Attribute[] attributes)

public AttributedCharacterIterator getIterator(AttributedCharacterIterator.Attribute[] attributes, int beginIndex, int endIndex)
Throws: IllegalArgumentException


INHERITED METHODS:
getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(),

SUBCLASSES:





Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net