Package 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
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringNOT_TYPED
-
Constructor Summary
Constructors Constructor Description ConverterAttributeSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAttribute(java.lang.Object name, java.lang.Object value)voidaddAttribute(java.lang.Object type, java.lang.Object name, java.lang.Object value)voidaddAttributes(ConverterAttributeSet attributes)javax.swing.text.AttributeSetgetAttributesByType(java.lang.Object type)java.util.MapgetTypeMap()voidremoveAttribute(java.lang.Object name)voidsetTypeMap(java.util.Map typeMap)-
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
-
-
-
-
Field Detail
-
NOT_TYPED
public static final java.lang.String NOT_TYPED
- See Also:
- Constant Field Values
-
-
Method Detail
-
addAttribute
public void addAttribute(java.lang.Object name, java.lang.Object value)- Specified by:
addAttributein interfacejavax.swing.text.MutableAttributeSet- Overrides:
addAttributein classjavax.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:
removeAttributein interfacejavax.swing.text.MutableAttributeSet- Overrides:
removeAttributein classjavax.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)
-
-