public class HPGLDocumentSequenceItem extends CodeSequenceMacroDependentItem
| Modifier and Type | Method and Description |
|---|---|
double[] |
getBoundingRectangle()
Retrieves the Bounding Rectangle
|
short |
getHPGLContourPenNumber()
Retrieves HPGL Contour Pen Number
|
ISingleCollection<byte[]> |
getHPGLDocument()
Retrieves HPGL document as a byte stream
|
short |
getHPGLDocumentID()
Retrieves HPGL Document ID
|
java.lang.String |
getHPGLDocumentLabel()
Return HPGL Document Label
|
double |
getHPGLDocumentScaling()
Retrieves HPGL Document Scaling
|
HPGLPenSequence |
getHPGLPenSequence()
Retrieves pre-initialized object of HPGLPenSequence.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.
|
double[] |
getRecommendedRotationPoint()
Retrieves the Recommended Rotation Point
|
ViewOrientationCodeSequence |
getViewOrientationCodeSequence()
Retrieves pre-initialized object of ViewOrientationCodeSequence.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.
|
double[] |
getViewOrientationModifier()
Retrieves the View Orientation Modifier
|
void |
setBoundingRectangle(double[] dblArrBoundingRectangle)
Sets the Bounding Rectangle
|
void |
setHPGLContourPenNumber(short shHPGLContourPenNumber)
Sets HPGL Contour Pen Number
|
void |
setHPGLDocument(ISingleCollection<byte[]> vectHPGLDocument)
Sets the HPGL document as a byte stream
|
void |
setHPGLDocumentIDshort(short shHPGLDocumentID)
Sets HPGL Document ID
|
void |
setHPGLDocumentLabel(java.lang.String strHPGLDocumentLabel)
Sets HPGL Document Label.
|
void |
setHPGLDocumentScaling(double dblHPGLDocumentScaling)
Sets the HPGL Document Scaling.
|
void |
setRecommendedRotationPoint(double[] dblArrRecommendedRotationPoint)
Sets the Recommended Rotation Point
|
void |
setViewOrientationModifier(double[] dblArrViewOrientationModifier)
Sets the View Orientation Modifier
|
boolean |
validateForModule()
Validates all the attributes in HPGLDocumentSequenceItem that are present in the DataSet
|
getCodeSequenceMacroaddDataElement, 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 CodeSequenceMacroDependentItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.public void setHPGLDocumentIDshort(short shHPGLDocumentID)
shHPGLDocumentID - short value of HPGL Document IDpublic short getHPGLDocumentID()
public void setHPGLDocumentLabel(java.lang.String strHPGLDocumentLabel)
strHPGLDocumentLabel - String value of HPGLDocumentLabelpublic java.lang.String getHPGLDocumentLabel()
public ViewOrientationCodeSequence getViewOrientationCodeSequence()
public void setViewOrientationModifier(double[] dblArrViewOrientationModifier)
dblArrViewOrientationModifier - Double value of ViewOrientationModifierpublic double[] getViewOrientationModifier()
public void setHPGLDocumentScaling(double dblHPGLDocumentScaling)
dblHPGLDocumentScaling - Double value of HPGLDocumentScalingpublic double getHPGLDocumentScaling()
public void setHPGLDocument(ISingleCollection<byte[]> vectHPGLDocument)
vectHPGLDocument - collection of byte array of HPGL documentpublic ISingleCollection<byte[]> getHPGLDocument()
public void setHPGLContourPenNumber(short shHPGLContourPenNumber)
shHPGLContourPenNumber - short value of HPGL Contour Pen Numberpublic short getHPGLContourPenNumber()
public HPGLPenSequence getHPGLPenSequence()
public void setRecommendedRotationPoint(double[] dblArrRecommendedRotationPoint)
dblArrRecommendedRotationPoint - Double value of Recommended Rotation Pointpublic double[] getRecommendedRotationPoint()
public void setBoundingRectangle(double[] dblArrBoundingRectangle)
dblArrBoundingRectangle - Double value of BoundingRectanglepublic double[] getBoundingRectangle()