org.vectomatic.dom.svg.itf
Interface ISVGRenderingIntent

All Known Implementing Classes:
OMSVGColorProfileElement

public interface ISVGRenderingIntent

The ISVGRenderingIntent interface defines the enumerated list of possible values for color-profile/rendering-intent attributes or descriptors.


Field Summary
static short RENDERING_INTENT_ABSOLUTE_COLORIMETRIC
          Corresponds to a value of 'absolute-colorimetric'.
static short RENDERING_INTENT_AUTO
          Corresponds to a value of 'auto'.
static short RENDERING_INTENT_PERCEPTUAL
          Corresponds to a value of 'perceptual'.
static short RENDERING_INTENT_RELATIVE_COLORIMETRIC
          Corresponds to a value of 'relative-colorimetric'.
static short RENDERING_INTENT_SATURATION
          Corresponds to a value of 'saturation'.
static short RENDERING_INTENT_UNKNOWN
          The type is not one of predefined types.
 

Field Detail

RENDERING_INTENT_UNKNOWN

static final short RENDERING_INTENT_UNKNOWN
The type is not one of predefined types. It is invalid to attempt to define a new value of this type or to attempt to switch an existing value to this type.

See Also:
Constant Field Values

RENDERING_INTENT_AUTO

static final short RENDERING_INTENT_AUTO
Corresponds to a value of 'auto'.

See Also:
Constant Field Values

RENDERING_INTENT_PERCEPTUAL

static final short RENDERING_INTENT_PERCEPTUAL
Corresponds to a value of 'perceptual'.

See Also:
Constant Field Values

RENDERING_INTENT_RELATIVE_COLORIMETRIC

static final short RENDERING_INTENT_RELATIVE_COLORIMETRIC
Corresponds to a value of 'relative-colorimetric'.

See Also:
Constant Field Values

RENDERING_INTENT_SATURATION

static final short RENDERING_INTENT_SATURATION
Corresponds to a value of 'saturation'.

See Also:
Constant Field Values

RENDERING_INTENT_ABSOLUTE_COLORIMETRIC

static final short RENDERING_INTENT_ABSOLUTE_COLORIMETRIC
Corresponds to a value of 'absolute-colorimetric'.

See Also:
Constant Field Values


Copyright © 2012. All Rights Reserved.