public class FillStyleSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFillMode()
Return Fill Mode.
|
ISingleCollection<byte[]> |
getFillPattern()
Retrieves the Fill Pattern
|
short |
getPatternOffColorCIELabValue()
Retrieves Pattern Off Color CIELab Value.
|
float |
getPatternOffOpacity()
Retrieves the Pattern Off Opacity.
|
short |
getPatternOnColorCIELabValue()
Retrieves Pattern On Color CIELab Value.
|
float |
getPatternOnOpacity()
Retrieves the Pattern On Opacity.
|
void |
setFillMode(EnumFillMode enumFillMode)
Sets Fill Mode.
|
void |
setFillPattern(ISingleCollection<byte[]> vectFillPattern)
Sets the Fill Pattern.
|
void |
setPatternOffColorCIELabValue(short shPatternOffColorCIELabValue)
Sets Pattern Off Color CIELab Value.
|
void |
setPatternOffOpacity(float fPatternOffOpacity)
Sets the Pattern Off Opacity.
|
void |
setPatternOnColorCIELabValue(short shPatternOnColorCIELabValue)
Sets Pattern On Color CIELab Value.
|
void |
setPatternOnOpacity(float fPatternOnOpacity)
Sets the Pattern On Opacity.
|
boolean |
validateForModule()
Validates all the attributes in FillStyleSequenceItem that are present in the DataSet
|
addDataElement, changeToUndefined, clone, contains, dumpDICOMInfo, getDataForTag, getDictionaryReader, getItemLength, getTransferSyntax, getValue, getValueLength, iterator, read, setDictionaryReader, setTransferSyntax, setValue, sortedIterator, validate, writepublic boolean validateForModule()
throws InvalidItemException
validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Conditional element fails.public void setPatternOnColorCIELabValue(short shPatternOnColorCIELabValue)
shPatternOnColorCIELabValue - short value of Pattern On Color CIELabpublic short getPatternOnColorCIELabValue()
public void setPatternOffColorCIELabValue(short shPatternOffColorCIELabValue)
shPatternOffColorCIELabValue - short value of Pattern Off Color CIELabpublic short getPatternOffColorCIELabValue()
public void setPatternOnOpacity(float fPatternOnOpacity)
fPatternOnOpacity - Float value of the Pattern On Opacitypublic float getPatternOnOpacity()
public void setPatternOffOpacity(float fPatternOffOpacity)
fPatternOffOpacity - Float value of the Pattern Off Opacitypublic float getPatternOffOpacity()
public void setFillMode(EnumFillMode enumFillMode)
enumFillMode - enum value of Fill Mode.public java.lang.String getFillMode()
public void setFillPattern(ISingleCollection<byte[]> vectFillPattern)
vectFillPattern - collection of byte array of Fill Pattern.public ISingleCollection<byte[]> getFillPattern()