Package com.reportmill.shape
Class RMShapeUtils
java.lang.Object
com.reportmill.shape.RMShapeUtils
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidaddChildToShape(RMShape aChild, RMShape aParent, RMUndoer anUndoer) Adds given child to given parent shape for given undoer.static RMPathaddPathsFromShapes(List shapes) Returns the combined path from given shapes.static voidremoveChildrenFromShape(List children, RMShape aParent, RMUndoer anUndoer) static voidsetNeedsRepaint(List shapes) Convenience to mark a whole list of shapes for repaint.static voidsetNeedsRepaintDeep(RMShape aShape) Convenience to mark an entire tree of shapes for repaint.static RMPathsubtractPathsFromShapes(List shapes, int inset) Returns the combined path from given shapes.
- 
Constructor Details- 
RMShapeUtilspublic RMShapeUtils()
 
- 
- 
Method Details- 
setNeedsRepaintDeepConvenience to mark an entire tree of shapes for repaint.
- 
setNeedsRepaintConvenience to mark a whole list of shapes for repaint.
- 
addChildToShapeAdds given child to given parent shape for given undoer.
- 
removeChildrenFromShape
- 
addPathsFromShapesReturns the combined path from given shapes.
- 
subtractPathsFromShapesReturns the combined path from given shapes.
 
-