Uses of Class
org.plutext.jaxb.xslfo.RenderingIntentType
-
Uses of RenderingIntentType in org.plutext.jaxb.xslfo
Fields in org.plutext.jaxb.xslfo declared as RenderingIntentType Modifier and Type Field Description protected RenderingIntentTypeColorProfile. renderingIntentMethods in org.plutext.jaxb.xslfo that return RenderingIntentType Modifier and Type Method Description static RenderingIntentTypeRenderingIntentType. fromValue(java.lang.String v)RenderingIntentTypeColorProfile. getRenderingIntent()Gets the value of the renderingIntent property.static RenderingIntentTypeRenderingIntentType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RenderingIntentType[]RenderingIntentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.plutext.jaxb.xslfo with parameters of type RenderingIntentType Modifier and Type Method Description voidColorProfile. setRenderingIntent(RenderingIntentType value)Sets the value of the renderingIntent property.