Save This Page
Home » openjdk-7 » java » beans » [javadoc | source]
java.beans
final class: java_awt_Font_PersistenceDelegate [javadoc | source]
java.lang.Object
   java.beans.PersistenceDelegate
      java.beans.java_awt_Font_PersistenceDelegate
The persistence delegate for Font . It is impossible to use DefaultPersistenceDelegate because size of the font can be float value.
Method from java.beans.java_awt_Font_PersistenceDelegate Summary:
instantiate,   mutatesTo
Methods from java.beans.PersistenceDelegate:
initialize,   instantiate,   mutatesTo,   writeObject
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from java.beans.java_awt_Font_PersistenceDelegate Detail:
 protected Expression instantiate(Object oldInstance,
    Encoder out) 
 protected boolean mutatesTo(Object oldInstance,
    Object newInstance)