org.vizzini.ui.text
Class TextStylePreferences
java.lang.Object
org.vizzini.ui.text.TextStylePreferences
public class TextStylePreferences
- extends Object
Provides convenience methods for storage and retrieval of text style
preferences.
- Since:
- v0.2
- Version:
- v0.3
- Author:
- Jeffrey M. Thompson
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextStylePreferences
public TextStylePreferences(Class owningClass)
- Construct this object.
- Since:
- v0.2
fetch
public TextStyle fetch(String prefix,
TextStyle defaultTextStyle)
- Store the given text style.
- Since:
- v0.2
store
public void store(String prefix,
TextStyle textStyle)
- Store the given text style.
- Since:
- v0.2
Copyright © 2007 Vizzini.org. All Rights Reserved.
|
2007.12.25.03.00.02 |