protected static class CoreferenceDocument.ClusterAttributes
extends java.lang.Object
implements java.lang.Cloneable
Modifier and Type | Method and Description |
---|---|
CoreferenceDocument.ClusterAttributes |
clone() |
boolean |
equals(java.lang.Object obj) |
javax.swing.text.AttributeSet |
getContentStyle() |
javax.swing.text.AttributeSet |
getFillerStyle() |
javax.swing.text.AttributeSet |
getSubscriptStyle() |
javax.swing.text.AttributeSet |
getSuperscriptStyle() |
int |
hashCode() |
java.lang.String |
toString() |
public javax.swing.text.AttributeSet getSuperscriptStyle()
public javax.swing.text.AttributeSet getSubscriptStyle()
public javax.swing.text.AttributeSet getContentStyle()
public javax.swing.text.AttributeSet getFillerStyle()
public CoreferenceDocument.ClusterAttributes clone()
clone
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Object.hashCode()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Object.equals(java.lang.Object)
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()