de.grogra.imp.objects
Class FontAdapter

java.lang.Object
  extended by de.grogra.persistence.ShareableBase
      extended by de.grogra.imp.objects.FontAdapter
All Implemented Interfaces:
Manageable, Shareable

public final class FontAdapter
extends ShareableBase


Nested Class Summary
static class FontAdapter.Type
           
 
Field Summary
static FontAdapter.Type $TYPE
           
static SCOType.Field name$FIELD
           
static SCOType.Field size$FIELD
           
 
Constructor Summary
FontAdapter()
           
 
Method Summary
static java.awt.Font getFont(FontAdapter fa)
           
static FontAdapter getInstance(float size, java.lang.String name)
           
 ManageableType getManageableType()
           
 
Methods inherited from class de.grogra.persistence.ShareableBase
addReference, appendReferencesTo, fieldModified, getProvider, getStamp, initProvider, manageableReadResolve, manageableWriteReplace, removeReference
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

$TYPE

public static final FontAdapter.Type $TYPE

name$FIELD

public static final SCOType.Field name$FIELD

size$FIELD

public static final SCOType.Field size$FIELD
Constructor Detail

FontAdapter

public FontAdapter()
Method Detail

getFont

public static java.awt.Font getFont(FontAdapter fa)

getInstance

public static FontAdapter getInstance(float size,
                                      java.lang.String name)

getManageableType

public ManageableType getManageableType()