|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.karora.cooee.ng.stylesheet.propertypeer.AbstractCssPropertyPeer
org.karora.cooee.ng.stylesheet.propertypeer.FontPeer
public class FontPeer
FontPeer is used to create Font objects
| Constructor Summary | |
|---|---|
FontPeer()
|
|
| Method Summary | |
|---|---|
protected boolean |
canConvert(CssObjectIntrospector ci,
java.lang.String propertyValue)
Is the propertyValue valid in its current form? |
protected java.lang.Class |
getConversionClass()
What is an assignable conversion class for this peer |
protected java.lang.Object |
getObject(CssObjectIntrospector ci,
java.lang.String propertyValue)
Returns an instance of the converted property value. |
protected java.lang.String |
getString(CssObjectIntrospector ci,
java.lang.Object object)
Get a string representation of the object. |
| Methods inherited from class org.karora.cooee.ng.stylesheet.propertypeer.AbstractCssPropertyPeer |
|---|
getConstantFromMap, getConstantFromMap, getConstantValue, getInteger, getIntFromMap, getJavaObject, getPeer, getStyleString, isAssignableFrom, isExtent, isInteger, isNullString, makeExtent, tokenize |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FontPeer()
| Method Detail |
|---|
protected java.lang.Class getConversionClass()
AbstractCssPropertyPeer
getConversionClass in class AbstractCssPropertyPeerAbstractCssPropertyPeer.getConversionClass()
protected boolean canConvert(CssObjectIntrospector ci,
java.lang.String propertyValue)
AbstractCssPropertyPeer
canConvert in class AbstractCssPropertyPeerci - - The component IntropectorpropertyValue - - the value to inspect
AbstractCssPropertyPeer.canConvert(CssObjectIntrospector, java.lang.String)
protected java.lang.Object getObject(CssObjectIntrospector ci,
java.lang.String propertyValue)
AbstractCssPropertyPeer
getObject in class AbstractCssPropertyPeerci - - a object intropector for you to usepropertyValue - - the value to convert into an object
AbstractCssPropertyPeer.getObject(CssObjectIntrospector, java.lang.String)
protected java.lang.String getString(CssObjectIntrospector ci,
java.lang.Object object)
AbstractCssPropertyPeer
getString in class AbstractCssPropertyPeerci - - the CssObjectIntrospector availableobject - - the object to get a string representation of.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||