Class CAGActions
- java.lang.Object
- 
- com.inductiveautomation.factorypmi.designer.workspace.CAGActions
 
- 
 public class CAGActions extends java.lang.ObjectHolds actions and implementation for constructive area geometry functions that deal with shape components.
- 
- 
Field SummaryFields Modifier and Type Field Description javax.swing.Actiondifferencejavax.swing.Actiondivisionjavax.swing.Actionexclusionjavax.swing.Actionintersectionjavax.swing.ActionmirrorHorizontaljavax.swing.ActionmirrorVerticaljavax.swing.ActionstrokeToPathjavax.swing.ActiontoPathjavax.swing.Actionunion
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleDifference()voidhandleExclusion()voidhandleIntersection()voidhandleMirrorHorizontal()voidhandleMirrorVertical()voidhandleStrokeToPath()voidhandleToPath()voidhandleUnion()
 
- 
- 
- 
Field Detail- 
unionpublic final javax.swing.Action union 
 - 
differencepublic final javax.swing.Action difference 
 - 
intersectionpublic final javax.swing.Action intersection 
 - 
exclusionpublic final javax.swing.Action exclusion 
 - 
divisionpublic final javax.swing.Action division 
 - 
mirrorHorizontalpublic final javax.swing.Action mirrorHorizontal 
 - 
mirrorVerticalpublic final javax.swing.Action mirrorVertical 
 - 
toPathpublic final javax.swing.Action toPath 
 - 
strokeToPathpublic final javax.swing.Action strokeToPath 
 
- 
 - 
Method Detail- 
handleToPathpublic void handleToPath() 
 - 
handleStrokeToPathpublic void handleStrokeToPath() 
 - 
handleMirrorHorizontalpublic void handleMirrorHorizontal() 
 - 
handleMirrorVerticalpublic void handleMirrorVertical() 
 - 
handleUnionpublic void handleUnion() 
 - 
handleDifferencepublic void handleDifference() 
 - 
handleIntersectionpublic void handleIntersection() 
 - 
handleExclusionpublic void handleExclusion() 
 
- 
 
-