javax.swing.text.rtf
Class RTFAttributes.GenericAttribute
java.lang.Object
javax.swing.text.rtf.RTFAttributes.GenericAttribute
- Direct Known Subclasses:
- RTFAttributes.AssertiveAttribute, RTFAttributes.BooleanAttribute, RTFAttributes.NumericAttribute
- Enclosing class:
- RTFAttributes
- abstract static class RTFAttributes.GenericAttribute
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
domain
int domain
swingName
Object swingName
rtfName
String rtfName
RTFAttributes.GenericAttribute
protected RTFAttributes.GenericAttribute(int d,
Object s,
String r)
domain
public int domain()
swingName
public Object swingName()
rtfName
public String rtfName()
set
abstract boolean set(MutableAttributeSet target)
set
abstract boolean set(MutableAttributeSet target,
int parameter)
setDefault
abstract boolean setDefault(MutableAttributeSet target)
write
public boolean write(AttributeSet source,
RTFGenerator target,
boolean force)
throws IOException
- Throws:
IOException
writeValue
public boolean writeValue(Object value,
RTFGenerator target,
boolean force)
throws IOException
- Throws:
IOException