org.jfree.layouting.input.swing
Class ConverterAttributeSet
java.lang.Object
javax.swing.text.SimpleAttributeSet
org.jfree.layouting.input.swing.ConverterAttributeSet
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, javax.swing.text.AttributeSet, javax.swing.text.MutableAttributeSet
public class ConverterAttributeSet
- extends javax.swing.text.SimpleAttributeSet
- See Also:
- Serialized Form
Nested classes/interfaces inherited from interface javax.swing.text.AttributeSet |
javax.swing.text.AttributeSet.CharacterAttribute, javax.swing.text.AttributeSet.ColorAttribute, javax.swing.text.AttributeSet.FontAttribute, javax.swing.text.AttributeSet.ParagraphAttribute |
Field Summary |
static java.lang.String |
NOT_TYPED
|
Fields inherited from class javax.swing.text.SimpleAttributeSet |
EMPTY |
Fields inherited from interface javax.swing.text.AttributeSet |
NameAttribute, ResolveAttribute |
Methods inherited from class javax.swing.text.SimpleAttributeSet |
addAttributes, clone, containsAttribute, containsAttributes, copyAttributes, equals, getAttribute, getAttributeCount, getAttributeNames, getResolveParent, hashCode, isDefined, isEmpty, isEqual, removeAttributes, removeAttributes, setResolveParent, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
NOT_TYPED
public static final java.lang.String NOT_TYPED
- See Also:
- Constant Field Values
ConverterAttributeSet
public ConverterAttributeSet()
addAttribute
public void addAttribute(java.lang.Object name,
java.lang.Object value)
- Specified by:
addAttribute
in interface javax.swing.text.MutableAttributeSet
- Overrides:
addAttribute
in class javax.swing.text.SimpleAttributeSet
addAttribute
public void addAttribute(java.lang.Object type,
java.lang.Object name,
java.lang.Object value)
addAttributes
public void addAttributes(ConverterAttributeSet attributes)
removeAttribute
public void removeAttribute(java.lang.Object name)
- Specified by:
removeAttribute
in interface javax.swing.text.MutableAttributeSet
- Overrides:
removeAttribute
in class javax.swing.text.SimpleAttributeSet
getTypeMap
public java.util.Map getTypeMap()
setTypeMap
public void setTypeMap(java.util.Map typeMap)
getAttributesByType
public javax.swing.text.AttributeSet getAttributesByType(java.lang.Object type)