Package org.apache.xmpbox.type
Class ColorantType
- java.lang.Object
-
- org.apache.xmpbox.type.AbstractField
-
- org.apache.xmpbox.type.AbstractComplexProperty
-
- org.apache.xmpbox.type.AbstractStructuredType
-
- org.apache.xmpbox.type.ColorantType
-
public class ColorantType extends AbstractStructuredType
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringAstatic java.lang.StringBstatic java.lang.StringBLACKstatic java.lang.StringBLUEstatic java.lang.StringCYANstatic java.lang.StringGREENstatic java.lang.StringLstatic java.lang.StringMAGENTAstatic java.lang.StringMODEstatic java.lang.StringREDstatic java.lang.StringSWATCH_NAMEstatic java.lang.StringTYPEstatic java.lang.StringYELLOW-
Fields inherited from class org.apache.xmpbox.type.AbstractStructuredType
STRUCTURE_ARRAY_NAME
-
-
Constructor Summary
Constructors Constructor Description ColorantType(XMPMetadata metadata)
-
Method Summary
-
Methods inherited from class org.apache.xmpbox.type.AbstractStructuredType
addSimpleProperty, createArrayProperty, createTextType, getDatePropertyAsCalendar, getNamespace, getPreferedPrefix, getPrefix, getPropertyValueAsString, setNamespace, setPrefix
-
Methods inherited from class org.apache.xmpbox.type.AbstractComplexProperty
addNamespace, addProperty, getAllNamespacesWithPrefix, getAllProperties, getArrayProperty, getContainer, getFirstEquivalentProperty, getNamespacePrefix, getProperty, removeProperty
-
Methods inherited from class org.apache.xmpbox.type.AbstractField
containsAttribute, getAllAttributes, getAttribute, getMetadata, getPropertyName, removeAttribute, setAttribute, setPropertyName
-
-
-
-
Field Detail
-
A
public static final java.lang.String A
- See Also:
- Constant Field Values
-
B
public static final java.lang.String B
- See Also:
- Constant Field Values
-
L
public static final java.lang.String L
- See Also:
- Constant Field Values
-
BLACK
public static final java.lang.String BLACK
- See Also:
- Constant Field Values
-
CYAN
public static final java.lang.String CYAN
- See Also:
- Constant Field Values
-
MAGENTA
public static final java.lang.String MAGENTA
- See Also:
- Constant Field Values
-
YELLOW
public static final java.lang.String YELLOW
- See Also:
- Constant Field Values
-
BLUE
public static final java.lang.String BLUE
- See Also:
- Constant Field Values
-
GREEN
public static final java.lang.String GREEN
- See Also:
- Constant Field Values
-
RED
public static final java.lang.String RED
- See Also:
- Constant Field Values
-
MODE
public static final java.lang.String MODE
- See Also:
- Constant Field Values
-
SWATCH_NAME
public static final java.lang.String SWATCH_NAME
- See Also:
- Constant Field Values
-
TYPE
public static final java.lang.String TYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ColorantType
public ColorantType(XMPMetadata metadata)
-
-