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
-
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()
-