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 Summary
Fields 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleDifference()voidhandleExclusion()voidhandleIntersection()voidhandleMirrorHorizontal()voidhandleMirrorVertical()voidhandleStrokeToPath()voidhandleToPath()voidhandleUnion() 
 - 
 
- 
- 
Field Detail
- 
union
public final javax.swing.Action union
 
- 
difference
public final javax.swing.Action difference
 
- 
intersection
public final javax.swing.Action intersection
 
- 
exclusion
public final javax.swing.Action exclusion
 
- 
division
public final javax.swing.Action division
 
- 
mirrorHorizontal
public final javax.swing.Action mirrorHorizontal
 
- 
mirrorVertical
public final javax.swing.Action mirrorVertical
 
- 
toPath
public final javax.swing.Action toPath
 
- 
strokeToPath
public final javax.swing.Action strokeToPath
 
 - 
 
- 
Method Detail
- 
handleToPath
public void handleToPath()
 
- 
handleStrokeToPath
public void handleStrokeToPath()
 
- 
handleMirrorHorizontal
public void handleMirrorHorizontal()
 
- 
handleMirrorVertical
public void handleMirrorVertical()
 
- 
handleUnion
public void handleUnion()
 
- 
handleDifference
public void handleDifference()
 
- 
handleIntersection
public void handleIntersection()
 
- 
handleExclusion
public void handleExclusion()
 
 - 
 
 -