public class MammographyCADGeometryTemplate_TID4021 extends Template
| Constructor and Description |
|---|
MammographyCADGeometryTemplate_TID4021(SRTree objTree)
Instantiates MammographyCADGeometryTemplate_TID4021 Template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setCADGeometrySecondaryGraphicalRepresentation(int[] arrPosition,
EnumCM_CADGeometrySecondaryGraphicalRepresentation enumCADGeometrySecondaryGraphicalRepresentation,
EnumGraphicType enumGraphicType,
float[] arrFlGraphicData,
EnumGraphicType enumGraphicTypeString)
Sets value for CADGeometrySecondaryGraphicalRepresentation.
|
void |
setCenter(int[] arrPosition,
float[] arrFlGraphicData,
EnumGraphicType enumGraphicType)
Sets the value for Center
|
void |
setOutline(int[] arrPosition,
float[] arrFlGraphicData,
EnumGraphicType enumGraphicType)
Sets the value for Outline
|
public MammographyCADGeometryTemplate_TID4021(SRTree objTree)
objTree - Object of SRTree.public void setCADGeometrySecondaryGraphicalRepresentation(int[] arrPosition,
EnumCM_CADGeometrySecondaryGraphicalRepresentation enumCADGeometrySecondaryGraphicalRepresentation,
EnumGraphicType enumGraphicType,
float[] arrFlGraphicData,
EnumGraphicType enumGraphicTypeString)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumCADGeometrySecondaryGraphicalRepresentation - Enumerated value for CADGeometrySecondaryGraphicalRepresentation.enumGraphicType - arrFlGraphicData - enumGraphicTypeString - public void setCenter(int[] arrPosition,
float[] arrFlGraphicData,
EnumGraphicType enumGraphicType)
arrPosition - Identifier which shows the position of the node in the SR Tree.arrFlGraphicData - Float array for FlGraphicData.enumGraphicType - Enumerated value for GraphicType.public void setOutline(int[] arrPosition,
float[] arrFlGraphicData,
EnumGraphicType enumGraphicType)
arrPosition - Identifier which shows the position of the node in the SR Tree.arrFlGraphicData - Float array for FlGraphicData.enumGraphicType - Enumerated value for GraphicType.