Class CAGActions
java.lang.Object
com.inductiveautomation.factorypmi.designer.workspace.CAGActions
Holds actions and implementation for constructive area geometry functions that deal with shape components.
- 
Field Details- 
union
- 
difference
- 
intersection
- 
exclusion
- 
division
- 
mirrorHorizontal
- 
mirrorVertical
- 
toPath
- 
strokeToPath
 
- 
- 
Method Details- 
handleToPathpublic void handleToPath()
- 
handleStrokeToPathpublic void handleStrokeToPath()
- 
handleMirrorHorizontalpublic void handleMirrorHorizontal()
- 
handleMirrorVerticalpublic void handleMirrorVertical()
- 
handleUnionpublic void handleUnion()
- 
handleDifferencepublic void handleDifference()
- 
handleIntersectionpublic void handleIntersection()
- 
handleExclusionpublic void handleExclusion()
 
-