public class LineStyleSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLineDashingStyle()
Return Line Dashing Style.
|
int |
getLinePattern()
Retrieves Line Pattern.
|
float |
getLineThickness()
Retrieves the Line Thickness.
|
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.
|
short |
getShadowColorCIELabValue()
Retrieves Shadow Color CIELab Value.
|
float |
getShadowOffsetX()
Retrieves the Shadow Offset X.
|
float |
getShadowOffsetY()
Retrieves the Shadow Offset Y.
|
float |
getShadowOpacity()
Retrieves the Shadow Opacity.
|
java.lang.String |
getShadowStyle()
Return Shadow Style.
|
void |
setLineDashingStyle(EnumLineDashingStyle enumSetupDeviceType)
Sets Line Dashing Style.
|
void |
setLinePattern(int iLinePattern)
Sets Line Pattern.
|
void |
setLineThickness(float fLineThickness)
Sets the Line Thickness.
|
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.
|
void |
setShadowColorCIELabValue(short shShadowColorCIELabValue)
Sets Shadow Color CIELab Value.
|
void |
setShadowOffsetX(float fShadowOffsetX)
Sets Shadow Offset X.
|
void |
setShadowOffsetY(float fShadowOffsetY)
Sets Shadow Offset Y.
|
void |
setShadowOpacity(float fShadowOpacity)
Sets the Shadow Opacity.
|
void |
setShadowStyle(EnumShadowStyle enumShadowStyle)
Sets Shadow Style.
|
boolean |
validateForModule()
Validates all the attributes in LineStyleSequenceItem 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 setLineThickness(float fLineThickness)
fLineThickness - Float value of the Line Thicknesspublic float getLineThickness()
public void setLineDashingStyle(EnumLineDashingStyle enumSetupDeviceType)
enumSetupDeviceType - enum value of Line Dashing Style.public java.lang.String getLineDashingStyle()
public void setLinePattern(int iLinePattern)
iLinePattern - long value of Line Pattern.public int getLinePattern()
public void setShadowStyle(EnumShadowStyle enumShadowStyle)
enumShadowStyle - enum value of Shadow Style.public java.lang.String getShadowStyle()
public void setShadowOffsetX(float fShadowOffsetX)
fShadowOffsetX - Float value of the Shadow Offset X.public float getShadowOffsetX()
public void setShadowOffsetY(float fShadowOffsetY)
fShadowOffsetY - Float value of the Shadow Offset Y.public float getShadowOffsetY()
public void setShadowColorCIELabValue(short shShadowColorCIELabValue)
shShadowColorCIELabValue - short value of Shadow Color CIELab Valuepublic short getShadowColorCIELabValue()
public void setShadowOpacity(float fShadowOpacity)
fShadowOpacity - Float value of the Shadow Opacitypublic float getShadowOpacity()