Class GraphicData
java.lang.Object
com.ptc.windchill.mpml.pmi.annotation.common.GraphicData
- All Implemented Interfaces:
Serializable
Class use to hold graphic data use to build drawing area
- See Also:
-
Method Summary
Modifier and TypeMethodDescription
Supported API: trueClass constructor.
Supported API: true
Supported API: truevoidsetEpmMaster(EPMDocumentMaster epmMaster)
Supported API: truevoidsetGraphicType(GraphicType graphicType) This method will set the graphic type
Supported API: truevoidsetModelItem(ModelItem modelItem)
Supported API: truevoidsetOwnerMaster(Mastered ownerMaster)
Supported API: true
-
Method Details
-
getGraphicType
Class constructor.
Supported API: true -
setGraphicType
This method will set the graphic type
Supported API: true- Parameters:
graphicType- the graphic type
-
getModelItem
Supported API: true- Returns:
-
setModelItem
Supported API: true- Parameters:
modelItem-
-
getEpmMaster
Supported API: true- Returns:
-
setEpmMaster
Supported API: true- Parameters:
epmMaster-
-
getOwnerMaster
Supported API: true- Returns:
-
setOwnerMaster
Supported API: true- Parameters:
ownerMaster-
-