D | ConstraintPainter.java | 68 static void paintConstraint(IGraphics graphics, Rect sourceBounds, Match match) { in paintConstraint() argument 72 paintConstraint(graphics, type, match.with.node, sourceBounds, match.edge.node, in paintConstraint() 85 private static void paintConstraint(IGraphics graphics, Constraint constraint, in paintConstraint() argument 99 paintConstraint(graphics, constraint.type, sourceNode, sourceBounds, targetNode, in paintConstraint() 111 public static void paintSelectionFeedback(IGraphics graphics, INode parentNode, in paintSelectionFeedback() argument 121 graphics.useStyle(DEPENDENCY); in paintSelectionFeedback() 128 graphics.fillRect(bounds); in paintSelectionFeedback() 132 graphics.useStyle(GUIDELINE); in paintSelectionFeedback() 141 paintConstraints(graphics, view.dependedOnBy); in paintSelectionFeedback() 145 paintConstraints(graphics, view.dependsOn); in paintSelectionFeedback() [all …]
|