org.apache.fop.fo.expr
Class NCnameProperty
public class NCnameProperty
Class for handling NC Name objects
getCharacter , getColor , getCondLength , getEnum , getKeep , getLength , getLengthPair , getLengthRange , getList , getNCname , getNumber , getNumeric , getObject , getSpace , getSpecifiedValue , getString , isAuto , setSpecifiedValue , toString |
NCnameProperty
public NCnameProperty(String ncName)
Constructor
ncName
- string representing the ncName
getColor
public Color getColor(FOUserAgent foUserAgent)
If a system color, return the corresponding value.
- getColor in interface Property
foUserAgent
- Reference to FOP user agent - keeps track of cached ColorMaps for ICC colors
- Color object corresponding to the NCName
getString
public String getString()
- getString in interface Property
- the name as a String (should be specified with quotes!)
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.