public class MajorTicksSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getTickLabel()
Retrieves Tick Label.
|
float |
getTickPosition()
Retrieves the Tick Position.
|
void |
setTickLabel(java.lang.String strTickLabel)
Sets the Tick Label.
|
void |
setTickPosition(float fTickPosition)
Sets the Tick Position.
|
boolean |
validateForModule()
Validates all the attributes in Major Ticks 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 void setTickPosition(float fTickPosition)
fTickPosition - Float value of the Tick Positionpublic float getTickPosition()
public void setTickLabel(java.lang.String strTickLabel)
strTickLabel - - String value of Tick Labelpublic java.lang.String getTickLabel()