java.lang.Object
org.jhotdraw8.geom.TransformFlattener
TransformFlattener.
- Author:
- Werner Randelshofer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidflattenTranslates(javafx.scene.Node node) Tries to get rid of Translation transforms on a Node, by applying it to descendants of the node or by adjusting the coordinates of the node.
-
Constructor Details
-
TransformFlattener
public TransformFlattener()
-
-
Method Details
-
flattenTranslates
public void flattenTranslates(javafx.scene.Node node) Tries to get rid of Translation transforms on a Node, by applying it to descendants of the node or by adjusting the coordinates of the node.- Parameters:
node- a node
-