Package com.pixelmed.dicom
Class ColorPaletteHotIron
- java.lang.Object
-
- com.pixelmed.dicom.ColorPalette
-
- com.pixelmed.dicom.ColorPaletteHotIron
-
public class ColorPaletteHotIron extends ColorPalette
Standard DICOM Hot Iron color palette.
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.String[]alternateContentDescriptionStaticprotected static java.lang.String[]alternateContentLanguageCodeMeaningStaticprotected static java.lang.String[]alternateContentLanguageCodeValueStaticprotected static byte[]blueStaticArrayprotected static java.lang.StringcontentCreatorNameStaticprotected static java.lang.StringcontentDescriptionStaticprotected static java.lang.StringcontentLabelStaticprotected static byte[]greenStaticArrayprotected static byte[]redStaticArrayprotected static java.lang.StringreferenceEncodedInstanceURLStaticprotected static java.lang.StringsopInstanceUIDStatic-
Fields inherited from class com.pixelmed.dicom.ColorPalette
alternateContentDescription, alternateContentLanguageCodeMeaning, alternateContentLanguageCodeValue, blue, contentCreatorName, contentDescription, contentLabel, green, iccProfile, list, red, referenceEncodedInstanceURL, sopInstanceUID
-
-
Constructor Summary
Constructors Constructor Description ColorPaletteHotIron()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] arg)Create a DICOM color palette storage instance from the palette characteristics.-
Methods inherited from class com.pixelmed.dicom.ColorPalette
createDICOMInstance, getAttributeList, getContentDescription, getContentLabel, getICCProfile, getReferenceEncodedInstanceURL, getSOPInstanceUID, setICCProfileFromFile
-
-
-
-
Field Detail
-
sopInstanceUIDStatic
protected static java.lang.String sopInstanceUIDStatic
-
contentLabelStatic
protected static java.lang.String contentLabelStatic
-
contentDescriptionStatic
protected static java.lang.String contentDescriptionStatic
-
contentCreatorNameStatic
protected static java.lang.String contentCreatorNameStatic
-
referenceEncodedInstanceURLStatic
protected static java.lang.String referenceEncodedInstanceURLStatic
-
alternateContentDescriptionStatic
protected static java.lang.String[] alternateContentDescriptionStatic
-
alternateContentLanguageCodeValueStatic
protected static java.lang.String[] alternateContentLanguageCodeValueStatic
-
alternateContentLanguageCodeMeaningStatic
protected static java.lang.String[] alternateContentLanguageCodeMeaningStatic
-
redStaticArray
protected static byte[] redStaticArray
-
greenStaticArray
protected static byte[] greenStaticArray
-
blueStaticArray
protected static byte[] blueStaticArray
-
-