public class CompoundGraphicSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
int |
getCompoundGraphicInstanceID()
Retrieves Compound Graphic Instance ID.
|
java.lang.String |
getCompoundGraphicType()
Return type of Compound Graphic.
|
java.lang.String |
getCompoundGraphicUnits()
Return Compound Graphic Units.
|
float |
getDiameterofVisibility()
Retrieves the Diameter of Visibility.
|
FillStyleSequenceMacro |
getFillStyleSequenceMacro()
This method returns the Fill Style Sequence Macro with proper initialization.
|
float |
getGapLength()
Retrieves the Gap Length.
|
float |
getGraphicData()
Retrieves the Graphic Data.
|
short |
getGraphicDimensions()
Retrieves Graphic Dimensions
|
java.lang.String |
getGraphicFilled()
Return type of Graphic Filled.
|
int |
getGraphicGroupID()
Retrieves Graphic Group ID.
|
LineStyleSequenceMacro |
getLineStyleSequenceMacro()
This method returns the Line Style Sequence Macro with proper initialization.
|
MajorTicksSequence |
getMajorTicksSequence()
Retrieves pre-initialized object of Major Ticks Sequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence.
|
short |
getNumberofGraphicPoints()
Retrieves Number of Graphic Points
|
double |
getRotationAngle()
Retrieves the Rotation Angle.
|
float |
getRotationPoint()
Retrieves the Rotation Point.
|
java.lang.String |
getShowTickLabel()
Return type of Show Tick Label.
|
TextStyleSequenceMacro |
getTextStyleSequenceMacro()
This method returns the Text Style Sequence Macro with proper initialization.
|
java.lang.String |
getTickAlignment()
Return type of Tick Alignment.
|
java.lang.String |
getTickLabelAlignment()
Return type of Tick Label Alignment.
|
void |
setCompoundGraphicInstanceID(int iCompoundGraphicInstanceID)
Sets Compound Graphic Instance ID.
|
void |
setCompoundGraphicType(EnumCompoundGraphicType enumCompoundGraphicType)
Sets type of Compound Graphic.
|
void |
setCompoundGraphicUnits(EnumCompoundGraphicUnits enumCompoundGraphicUnits)
Sets Compound Graphic Units.
|
void |
setDiameterofVisibility(float fDiameterofVisibility)
Sets the Diameter of Visibility.
|
void |
setGapLength(float fGapLength)
Sets the Gap Length.
|
void |
setGraphicData(float fGraphicData)
Sets the Graphic Data.
|
void |
setGraphicDimensions(short shGraphicDimensions)
Sets Graphic Dimensions
|
void |
setGraphicFilled(EnumGraphicFilled enumGraphicFilled)
Sets Graphic Filled.
|
void |
setGraphicGroupID(int iGraphicGroupID)
Sets Graphic Group ID.
|
void |
setNumberofGraphicPoints(short shNumberofGraphicPoints)
Sets Number of Graphic Points
|
void |
setRotationAngle(double dblRotationAngle)
Sets the Rotation Angle.
|
void |
setRotationPoint(float fRotationPoint)
Sets the Rotation Point.
|
void |
setShowTickLabel(EnumShowTickLabel enumShowTickLabel)
Sets Show Tick Label.
|
void |
setTickAlignment(EnumTickAlignment enumTickAlignment)
Sets Tick Alignment.
|
void |
setTickLabelAlignment(EnumTickLabelAlignment enumTickLabelAlignment)
Sets Tick Label Alignment.
|
boolean |
validateForModule()
Validates all the attributes in Compound Graphic Sequence Item 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 Mandatory or Conditional element fails.public LineStyleSequenceMacro getLineStyleSequenceMacro()
LineStyleSequenceMacropublic TextStyleSequenceMacro getTextStyleSequenceMacro()
TextStyleSequenceMacropublic FillStyleSequenceMacro getFillStyleSequenceMacro()
FillStyleSequenceMacropublic void setCompoundGraphicInstanceID(int iCompoundGraphicInstanceID)
iCompoundGraphicInstanceID - long value of Compound Graphic Instance ID.public int getCompoundGraphicInstanceID()
public void setCompoundGraphicUnits(EnumCompoundGraphicUnits enumCompoundGraphicUnits)
enumCompoundGraphicUnits - enum value of Compound Graphic Units.public java.lang.String getCompoundGraphicUnits()
public void setGraphicDimensions(short shGraphicDimensions)
shGraphicDimensions - short value of Graphic Dimensionspublic short getGraphicDimensions()
public void setNumberofGraphicPoints(short shNumberofGraphicPoints)
shNumberofGraphicPoints - short value of Number of Graphic Pointspublic short getNumberofGraphicPoints()
public void setGraphicData(float fGraphicData)
fGraphicData - Float value of Graphic Datapublic float getGraphicData()
public void setCompoundGraphicType(EnumCompoundGraphicType enumCompoundGraphicType)
enumCompoundGraphicType - enum value of Compound Graphic Type.public java.lang.String getCompoundGraphicType()
public void setRotationAngle(double dblRotationAngle)
dblRotationAngle - Double value of Rotation Anglepublic double getRotationAngle()
public void setRotationPoint(float fRotationPoint)
fRotationPoint - Float value of the Rotation Pointpublic float getRotationPoint()
public void setGapLength(float fGapLength)
fGapLength - Float value of the Gap Lengthpublic float getGapLength()
public void setDiameterofVisibility(float fDiameterofVisibility)
fDiameterofVisibility - Float value of the Diameter of Visibilitypublic float getDiameterofVisibility()
public MajorTicksSequence getMajorTicksSequence()
public void setTickAlignment(EnumTickAlignment enumTickAlignment)
enumTickAlignment - enum value of Tick Alignment.public java.lang.String getTickAlignment()
public void setTickLabelAlignment(EnumTickLabelAlignment enumTickLabelAlignment)
enumTickLabelAlignment - enum value of Tick Label Alignment.public java.lang.String getTickLabelAlignment()
public void setShowTickLabel(EnumShowTickLabel enumShowTickLabel)
enumShowTickLabel - enum value of Show Tick Label.public java.lang.String getShowTickLabel()
public void setGraphicFilled(EnumGraphicFilled enumGraphicFilled)
enumGraphicFilled - enum value of Graphic Filled.public java.lang.String getGraphicFilled()
public void setGraphicGroupID(int iGraphicGroupID)
iGraphicGroupID - long value of Graphic Group ID.public int getGraphicGroupID()