org.apache.fop.fo
Class ColorTypeProperty

java.lang.Object
  |
  +--org.apache.fop.fo.Property
        |
        +--org.apache.fop.fo.ColorTypeProperty

public class ColorTypeProperty
extends Property


Inner Class Summary
static class ColorTypeProperty.Maker
           
 
Inner classes inherited from class org.apache.fop.fo.Property
Property.Maker
 
Fields inherited from class org.apache.fop.fo.Property
log
 
Constructor Summary
ColorTypeProperty(ColorType colorType)
           
 
Method Summary
 ColorType getColorType()
           
 java.lang.Object getObject()
           
 
Methods inherited from class org.apache.fop.fo.Property
getCharacter, getCondLength, getEnum, getKeep, getLength, getLengthPair, getLengthRange, getList, getNCname, getNumber, getNumeric, getSpace, getSpecifiedValue, getString, setLogger, setSpecifiedValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColorTypeProperty

public ColorTypeProperty(ColorType colorType)
Method Detail

getColorType

public ColorType getColorType()
Overrides:
getColorType in class Property

getObject

public java.lang.Object getObject()
Overrides:
getObject in class Property


Copyright © 1999-2002 Apache Software Foundation. All Rights Reserved.