org.cip4.jdflib.core
Class JDFElement.EnumSeparation
java.lang.Object
org.apache.commons.lang.enums.Enum
org.apache.commons.lang.enums.ValuedEnum
org.cip4.jdflib.core.JDFElement.EnumSeparation
- All Implemented Interfaces:
- Serializable, Comparable
- Enclosing class:
- JDFElement
public static final class JDFElement.EnumSeparation
- extends org.apache.commons.lang.enums.ValuedEnum
Separation Enumeration identifies the separation name.
Possible values include:
- Composite - Non-separated resource.
- Separated - The resource is separated, but the separation definition is handled internally by the resource, such as a PDF file that contains
SeparationInfo dictionaries.
- Cyan - Process color.
- Magenta - Process color.
- Yellow - Process color.
- Black - Process color.
- Red - Additional process color.
- Green - Additional process color.
- Blue - Additional process color.
- Orange - Additional process color.
- Spot - Generic spot color. Used when the exact nature of the spot color is unknown.
- Varnish - Varnish.
Other values may be any separation name defined in the Name attribute of a JDFColor element in the
JDFColorPool. When Separation is applied to a ColorantControlLink, it defines an implicit partition that selects
a subset of separations for the process that is described by the ColorantControl.
- See Also:
- Serialized Form
| Fields inherited from class org.apache.commons.lang.enums.Enum |
iToString |
| Methods inherited from class org.apache.commons.lang.enums.ValuedEnum |
compareTo, getEnum, getValue, toString |
| Methods inherited from class org.apache.commons.lang.enums.Enum |
equals, getEnum, getEnumClass, getEnumList, getEnumMap, getName, hashCode, iterator, readResolve |
Cyan
public static final JDFElement.EnumSeparation Cyan
Magenta
public static final JDFElement.EnumSeparation Magenta
Yellow
public static final JDFElement.EnumSeparation Yellow
Black
public static final JDFElement.EnumSeparation Black
Red
public static final JDFElement.EnumSeparation Red
Green
public static final JDFElement.EnumSeparation Green
Blue
public static final JDFElement.EnumSeparation Blue
Orange
public static final JDFElement.EnumSeparation Orange
Spot
public static final JDFElement.EnumSeparation Spot
Varnish
public static final JDFElement.EnumSeparation Varnish
getEnum
public static JDFElement.EnumSeparation getEnum(String enumName)
- Parameters:
enumName - the name of the enum object to return
- Returns:
- the enum object if enumName is valid. Otherwise null
getEnum
public static JDFElement.EnumSeparation getEnum(int enumValue)
- Parameters:
enumValue - the value of the enum object to return
- Returns:
- the enum object if enumName is valid. Otherwise null
getEnumMap
public static Map getEnumMap()
- Returns:
- a map of all orientation enums
getEnumList
public static List getEnumList()
- Returns:
- a list of all orientation enums
iterator
public static Iterator iterator()
- Returns:
- an iterator over the enum objects
Copyright © 2013. All Rights Reserved.