Package 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
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.
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:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JDFElement.EnumSeparationstatic final JDFElement.EnumSeparationstatic final JDFElement.EnumSeparationstatic final JDFElement.EnumSeparationstatic final JDFElement.EnumSeparationstatic final JDFElement.EnumSeparationstatic final JDFElement.EnumSeparationstatic final JDFElement.EnumSeparationstatic final JDFElement.EnumSeparationstatic final JDFElement.EnumSeparation -
Method Summary
Modifier and TypeMethodDescriptionstatic JDFElement.EnumSeparationgetEnum(int enumValue) static JDFElement.EnumSeparationstatic List<JDFElement.EnumSeparation>static Map<JDFElement.EnumSeparation,String> static Iterator<JDFElement.EnumSeparation>iterator()Methods inherited from class org.apache.commons.lang.enums.ValuedEnum
compareTo, getEnum, getValue, toStringMethods inherited from class org.apache.commons.lang.enums.Enum
equals, getEnum, getEnumClass, getEnumList, getEnumMap, getName, hashCode, iterator, readResolve
-
Field Details
-
Cyan
-
Magenta
-
Yellow
-
Black
-
Red
-
Green
-
Blue
-
Orange
-
Spot
-
Varnish
-
-
Method Details
-
getEnum
- Parameters:
enumName- the name of the enum object to return- Returns:
- the enum object if enumName is valid. Otherwise null
-
getEnum
- Parameters:
enumValue- the value of the enum object to return- Returns:
- the enum object if enumName is valid. Otherwise null
-
getEnumMap
- Returns:
- a map of all orientation enums
-
getEnumList
- Returns:
- a list of all orientation enums
-
iterator
- Returns:
- an iterator over the enum objects
-