org.jfree.layouting.input.swing
public class ConverterAttributeSet extends javax.swing.text.SimpleAttributeSet
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NOT_TYPED |
Constructor and Description |
---|
ConverterAttributeSet() |
Modifier and Type | Method and Description |
---|---|
void |
addAttribute(java.lang.Object name,
java.lang.Object value) |
void |
addAttribute(java.lang.Object type,
java.lang.Object name,
java.lang.Object value) |
void |
addAttributes(ConverterAttributeSet attributes) |
javax.swing.text.AttributeSet |
getAttributesByType(java.lang.Object type) |
java.util.Map |
getTypeMap() |
void |
removeAttribute(java.lang.Object name) |
void |
setTypeMap(java.util.Map typeMap) |
addAttributes, clone, containsAttribute, containsAttributes, copyAttributes, equals, getAttribute, getAttributeCount, getAttributeNames, getResolveParent, hashCode, isDefined, isEmpty, isEqual, removeAttributes, removeAttributes, setResolveParent, toString
public static final java.lang.String NOT_TYPED
public void addAttribute(java.lang.Object name, java.lang.Object value)
addAttribute
in interface javax.swing.text.MutableAttributeSet
addAttribute
in class javax.swing.text.SimpleAttributeSet
public void addAttribute(java.lang.Object type, java.lang.Object name, java.lang.Object value)
public void addAttributes(ConverterAttributeSet attributes)
public void removeAttribute(java.lang.Object name)
removeAttribute
in interface javax.swing.text.MutableAttributeSet
removeAttribute
in class javax.swing.text.SimpleAttributeSet
public java.util.Map getTypeMap()
public void setTypeMap(java.util.Map typeMap)
public javax.swing.text.AttributeSet getAttributesByType(java.lang.Object type)