Home
last modified time | relevance | path

Searched refs:getFigure (Results 1 – 25 of 221) sorted by relevance

123456789

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/utils/IdealGraphVisualizer/Graph/src/com/sun/hotspot/igv/graph/
H A DOutputSlot.java40 return getFigure().getOutputSlots().indexOf(this); in getPosition()
45 OutputSlot s = getFigure().outputSlots.remove(position); in setPosition()
46 getFigure().outputSlots.add(position, s); in setPosition()
51 int gap = getFigure().getWidth() - Figure.getSlotsWidth(getFigure().getOutputSlots()); in getRelativePosition()
55 double gapRatio = (double)gap / (double)(getFigure().getOutputSlots().size() + 1); in getRelativePosition()
57 …return new Point(gapAmount + Figure.getSlotsWidth(Figure.getAllBefore(getFigure().getOutputSlots()… in getRelativePosition()
62 … return "OutputSlot[figure=" + this.getFigure().toString() + ", position=" + getPosition() + "]"; in toString()
H A DInputSlot.java41 return getFigure().getInputSlots().indexOf(this); in getPosition()
46 List<InputSlot> inputSlots = getFigure().inputSlots; in setPosition()
52 int gap = getFigure().getWidth() - Figure.getSlotsWidth(getFigure().getInputSlots()); in getRelativePosition()
53 double gapRatio = (double)gap / (double)(getFigure().getInputSlots().size() + 1); in getRelativePosition()
55 …return new Point(gapAmount + Figure.getSlotsWidth(Figure.getAllBefore(getFigure().getInputSlots(),… in getRelativePosition()
61 … return "InputSlot[figure=" + this.getFigure().toString() + ", position=" + getPosition() + "]"; in toString()
H A DConnection.java68 Figure sourceFigure = this.outputSlot.getFigure(); in Connection()
69 Figure destFigure = this.inputSlot.getFigure(); in Connection()
116 inputSlot.getFigure().removePredecessor(outputSlot.getFigure()); in remove()
118 outputSlot.getFigure().removeSuccessor(inputSlot.getFigure()); in remove()
131 builder.append(getOutputSlot().getFigure().getSource().getSourceNodes().get(0).getId()); in getToolTipText()
133 builder.append(getInputSlot().getFigure().getSource().getSourceNodes().get(0).getId()); in getToolTipText()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/utils/IdealGraphVisualizer/Graph/src/com/sun/hotspot/igv/graph/
H A DOutputSlot.java40 return getFigure().getOutputSlots().indexOf(this); in getPosition()
45 OutputSlot s = getFigure().outputSlots.remove(position); in setPosition()
46 getFigure().outputSlots.add(position, s); in setPosition()
51 int gap = getFigure().getWidth() - Figure.getSlotsWidth(getFigure().getOutputSlots()); in getRelativePosition()
55 double gapRatio = (double)gap / (double)(getFigure().getOutputSlots().size() + 1); in getRelativePosition()
57 …return new Point(gapAmount + Figure.getSlotsWidth(Figure.getAllBefore(getFigure().getOutputSlots()… in getRelativePosition()
62 … return "OutputSlot[figure=" + this.getFigure().toString() + ", position=" + getPosition() + "]"; in toString()
H A DInputSlot.java41 return getFigure().getInputSlots().indexOf(this); in getPosition()
46 List<InputSlot> inputSlots = getFigure().inputSlots; in setPosition()
52 int gap = getFigure().getWidth() - Figure.getSlotsWidth(getFigure().getInputSlots()); in getRelativePosition()
53 double gapRatio = (double)gap / (double)(getFigure().getInputSlots().size() + 1); in getRelativePosition()
55 …return new Point(gapAmount + Figure.getSlotsWidth(Figure.getAllBefore(getFigure().getInputSlots(),… in getRelativePosition()
61 … return "InputSlot[figure=" + this.getFigure().toString() + ", position=" + getPosition() + "]"; in toString()
H A DConnection.java68 Figure sourceFigure = this.outputSlot.getFigure(); in Connection()
69 Figure destFigure = this.inputSlot.getFigure(); in Connection()
116 inputSlot.getFigure().removePredecessor(outputSlot.getFigure()); in remove()
118 outputSlot.getFigure().removeSuccessor(inputSlot.getFigure()); in remove()
131 builder.append(getOutputSlot().getFigure().getSource().getSourceNodes().get(0).getId()); in getToolTipText()
133 builder.append(getInputSlot().getFigure().getSource().getSourceNodes().get(0).getId()); in getToolTipText()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/utils/IdealGraphVisualizer/Graph/src/com/sun/hotspot/igv/graph/
H A DOutputSlot.java40 return getFigure().getOutputSlots().indexOf(this); in getPosition()
45 OutputSlot s = getFigure().outputSlots.remove(position); in setPosition()
46 getFigure().outputSlots.add(position, s); in setPosition()
51 int gap = getFigure().getWidth() - Figure.getSlotsWidth(getFigure().getOutputSlots()); in getRelativePosition()
55 double gapRatio = (double)gap / (double)(getFigure().getOutputSlots().size() + 1); in getRelativePosition()
57 …return new Point(gapAmount + Figure.getSlotsWidth(Figure.getAllBefore(getFigure().getOutputSlots()… in getRelativePosition()
62 … return "OutputSlot[figure=" + this.getFigure().toString() + ", position=" + getPosition() + "]"; in toString()
H A DInputSlot.java41 return getFigure().getInputSlots().indexOf(this); in getPosition()
46 List<InputSlot> inputSlots = getFigure().inputSlots; in setPosition()
52 int gap = getFigure().getWidth() - Figure.getSlotsWidth(getFigure().getInputSlots()); in getRelativePosition()
53 double gapRatio = (double)gap / (double)(getFigure().getInputSlots().size() + 1); in getRelativePosition()
55 …return new Point(gapAmount + Figure.getSlotsWidth(Figure.getAllBefore(getFigure().getInputSlots(),… in getRelativePosition()
61 … return "InputSlot[figure=" + this.getFigure().toString() + ", position=" + getPosition() + "]"; in toString()
H A DConnection.java68 Figure sourceFigure = this.outputSlot.getFigure(); in Connection()
69 Figure destFigure = this.inputSlot.getFigure(); in Connection()
116 inputSlot.getFigure().removePredecessor(outputSlot.getFigure()); in remove()
118 outputSlot.getFigure().removeSuccessor(inputSlot.getFigure()); in remove()
131 builder.append(getOutputSlot().getFigure().getSource().getSourceNodes().get(0).getId()); in getToolTipText()
133 builder.append(getInputSlot().getFigure().getSource().getSourceNodes().get(0).getId()); in getToolTipText()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/utils/IdealGraphVisualizer/Graph/src/com/sun/hotspot/igv/graph/
H A DOutputSlot.java40 return getFigure().getOutputSlots().indexOf(this); in getPosition()
45 OutputSlot s = getFigure().outputSlots.remove(position); in setPosition()
46 getFigure().outputSlots.add(position, s); in setPosition()
51 int gap = getFigure().getWidth() - Figure.getSlotsWidth(getFigure().getOutputSlots()); in getRelativePosition()
55 double gapRatio = (double)gap / (double)(getFigure().getOutputSlots().size() + 1); in getRelativePosition()
57 …return new Point(gapAmount + Figure.getSlotsWidth(Figure.getAllBefore(getFigure().getOutputSlots()… in getRelativePosition()
62 … return "OutputSlot[figure=" + this.getFigure().toString() + ", position=" + getPosition() + "]"; in toString()
H A DInputSlot.java41 return getFigure().getInputSlots().indexOf(this); in getPosition()
46 List<InputSlot> inputSlots = getFigure().inputSlots; in setPosition()
52 int gap = getFigure().getWidth() - Figure.getSlotsWidth(getFigure().getInputSlots()); in getRelativePosition()
53 double gapRatio = (double)gap / (double)(getFigure().getInputSlots().size() + 1); in getRelativePosition()
55 …return new Point(gapAmount + Figure.getSlotsWidth(Figure.getAllBefore(getFigure().getInputSlots(),… in getRelativePosition()
61 … return "InputSlot[figure=" + this.getFigure().toString() + ", position=" + getPosition() + "]"; in toString()
H A DConnection.java68 Figure sourceFigure = this.outputSlot.getFigure(); in Connection()
69 Figure destFigure = this.inputSlot.getFigure(); in Connection()
116 inputSlot.getFigure().removePredecessor(outputSlot.getFigure()); in remove()
118 outputSlot.getFigure().removeSuccessor(inputSlot.getFigure()); in remove()
131 builder.append(getOutputSlot().getFigure().getSource().getSourceNodes().get(0).getId()); in getToolTipText()
133 builder.append(getInputSlot().getFigure().getSource().getSourceNodes().get(0).getId()); in getToolTipText()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/utils/IdealGraphVisualizer/Graph/src/main/java/com/sun/hotspot/igv/graph/
H A DOutputSlot.java40 return getFigure().getOutputSlots().indexOf(this); in getPosition()
45 OutputSlot s = getFigure().outputSlots.remove(position); in setPosition()
46 getFigure().outputSlots.add(position, s); in setPosition()
51 int gap = getFigure().getWidth() - Figure.getSlotsWidth(getFigure().getOutputSlots()); in getRelativePosition()
55 double gapRatio = (double)gap / (double)(getFigure().getOutputSlots().size() + 1); in getRelativePosition()
57 …return new Point(gapAmount + Figure.getSlotsWidth(Figure.getAllBefore(getFigure().getOutputSlots()… in getRelativePosition()
62 … return "OutputSlot[figure=" + this.getFigure().toString() + ", position=" + getPosition() + "]"; in toString()
H A DInputSlot.java41 return getFigure().getInputSlots().indexOf(this); in getPosition()
46 List<InputSlot> inputSlots = getFigure().inputSlots; in setPosition()
52 int gap = getFigure().getWidth() - Figure.getSlotsWidth(getFigure().getInputSlots()); in getRelativePosition()
53 double gapRatio = (double)gap / (double)(getFigure().getInputSlots().size() + 1); in getRelativePosition()
55 …return new Point(gapAmount + Figure.getSlotsWidth(Figure.getAllBefore(getFigure().getInputSlots(),… in getRelativePosition()
61 … return "InputSlot[figure=" + this.getFigure().toString() + ", position=" + getPosition() + "]"; in toString()
H A DConnection.java69 Figure sourceFigure = this.outputSlot.getFigure(); in Connection()
70 Figure destFigure = this.inputSlot.getFigure(); in Connection()
117 inputSlot.getFigure().removePredecessor(outputSlot.getFigure()); in remove()
119 outputSlot.getFigure().removeSuccessor(inputSlot.getFigure()); in remove()
133 String shortNodeText = getInputSlot().getFigure().getDiagram().getShortNodeText(); in getToolTipText()
134 builder.append(getOutputSlot().getFigure().getProperties().resolveString(shortNodeText)); in getToolTipText()
136 builder.append(getInputSlot().getFigure().getProperties().resolveString(shortNodeText)); in getToolTipText()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/utils/IdealGraphVisualizer/Graph/src/com/sun/hotspot/igv/graph/
H A DOutputSlot.java40 return getFigure().getOutputSlots().indexOf(this); in getPosition()
45 OutputSlot s = getFigure().outputSlots.remove(position); in setPosition()
46 getFigure().outputSlots.add(position, s); in setPosition()
51 int gap = getFigure().getWidth() - Figure.getSlotsWidth(getFigure().getOutputSlots()); in getRelativePosition()
55 double gapRatio = (double)gap / (double)(getFigure().getOutputSlots().size() + 1); in getRelativePosition()
57 …return new Point(gapAmount + Figure.getSlotsWidth(Figure.getAllBefore(getFigure().getOutputSlots()… in getRelativePosition()
62 … return "OutputSlot[figure=" + this.getFigure().toString() + ", position=" + getPosition() + "]"; in toString()
H A DInputSlot.java41 return getFigure().getInputSlots().indexOf(this); in getPosition()
46 List<InputSlot> inputSlots = getFigure().inputSlots; in setPosition()
52 int gap = getFigure().getWidth() - Figure.getSlotsWidth(getFigure().getInputSlots()); in getRelativePosition()
53 double gapRatio = (double)gap / (double)(getFigure().getInputSlots().size() + 1); in getRelativePosition()
55 …return new Point(gapAmount + Figure.getSlotsWidth(Figure.getAllBefore(getFigure().getInputSlots(),… in getRelativePosition()
61 … return "InputSlot[figure=" + this.getFigure().toString() + ", position=" + getPosition() + "]"; in toString()
H A DConnection.java68 Figure sourceFigure = this.outputSlot.getFigure(); in Connection()
69 Figure destFigure = this.inputSlot.getFigure(); in Connection()
116 inputSlot.getFigure().removePredecessor(outputSlot.getFigure()); in remove()
118 outputSlot.getFigure().removeSuccessor(inputSlot.getFigure()); in remove()
131 builder.append(getOutputSlot().getFigure().getSource().getSourceNodes().get(0).getId()); in getToolTipText()
133 builder.append(getInputSlot().getFigure().getSource().getSourceNodes().get(0).getId()); in getToolTipText()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/utils/IdealGraphVisualizer/Graph/src/com/sun/hotspot/igv/graph/
H A DOutputSlot.java40 return getFigure().getOutputSlots().indexOf(this); in getPosition()
45 OutputSlot s = getFigure().outputSlots.remove(position); in setPosition()
46 getFigure().outputSlots.add(position, s); in setPosition()
51 int gap = getFigure().getWidth() - Figure.getSlotsWidth(getFigure().getOutputSlots()); in getRelativePosition()
55 double gapRatio = (double)gap / (double)(getFigure().getOutputSlots().size() + 1); in getRelativePosition()
57 …return new Point(gapAmount + Figure.getSlotsWidth(Figure.getAllBefore(getFigure().getOutputSlots()… in getRelativePosition()
62 … return "OutputSlot[figure=" + this.getFigure().toString() + ", position=" + getPosition() + "]"; in toString()
H A DInputSlot.java41 return getFigure().getInputSlots().indexOf(this); in getPosition()
46 List<InputSlot> inputSlots = getFigure().inputSlots; in setPosition()
52 int gap = getFigure().getWidth() - Figure.getSlotsWidth(getFigure().getInputSlots()); in getRelativePosition()
53 double gapRatio = (double)gap / (double)(getFigure().getInputSlots().size() + 1); in getRelativePosition()
55 …return new Point(gapAmount + Figure.getSlotsWidth(Figure.getAllBefore(getFigure().getInputSlots(),… in getRelativePosition()
61 … return "InputSlot[figure=" + this.getFigure().toString() + ", position=" + getPosition() + "]"; in toString()
H A DConnection.java68 Figure sourceFigure = this.outputSlot.getFigure(); in Connection()
69 Figure destFigure = this.inputSlot.getFigure(); in Connection()
116 inputSlot.getFigure().removePredecessor(outputSlot.getFigure()); in remove()
118 outputSlot.getFigure().removeSuccessor(inputSlot.getFigure()); in remove()
131 builder.append(getOutputSlot().getFigure().getSource().getSourceNodes().get(0).getId()); in getToolTipText()
133 builder.append(getInputSlot().getFigure().getSource().getSourceNodes().get(0).getId()); in getToolTipText()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/utils/IdealGraphVisualizer/Graph/src/com/sun/hotspot/igv/graph/
H A DOutputSlot.java40 return getFigure().getOutputSlots().indexOf(this); in getPosition()
45 OutputSlot s = getFigure().outputSlots.remove(position); in setPosition()
46 getFigure().outputSlots.add(position, s); in setPosition()
51 int gap = getFigure().getWidth() - Figure.getSlotsWidth(getFigure().getOutputSlots()); in getRelativePosition()
55 double gapRatio = (double)gap / (double)(getFigure().getOutputSlots().size() + 1); in getRelativePosition()
57 …return new Point(gapAmount + Figure.getSlotsWidth(Figure.getAllBefore(getFigure().getOutputSlots()… in getRelativePosition()
62 … return "OutputSlot[figure=" + this.getFigure().toString() + ", position=" + getPosition() + "]"; in toString()
H A DInputSlot.java41 return getFigure().getInputSlots().indexOf(this); in getPosition()
46 List<InputSlot> inputSlots = getFigure().inputSlots; in setPosition()
52 int gap = getFigure().getWidth() - Figure.getSlotsWidth(getFigure().getInputSlots()); in getRelativePosition()
53 double gapRatio = (double)gap / (double)(getFigure().getInputSlots().size() + 1); in getRelativePosition()
55 …return new Point(gapAmount + Figure.getSlotsWidth(Figure.getAllBefore(getFigure().getInputSlots(),… in getRelativePosition()
61 … return "InputSlot[figure=" + this.getFigure().toString() + ", position=" + getPosition() + "]"; in toString()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/tools/IdealGraphVisualizer/Graph/src/com/sun/hotspot/igv/graph/
H A DOutputSlot.java39 return getFigure().getOutputSlots().indexOf(this); in getPosition()
43 OutputSlot s = getFigure().outputSlots.remove(position); in setPosition()
44 getFigure().outputSlots.add(position, s); in setPosition()
48 …return new Point(getFigure().getWidth() * (getPosition() + 1) / (getFigure().getOutputSlots().size… in getRelativePosition()
53 … return "OutputSlot[figure=" + this.getFigure().toString() + ", position=" + getPosition() + "]"; in toString()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/tools/IdealGraphVisualizer/Graph/src/com/sun/hotspot/igv/graph/
H A DOutputSlot.java39 return getFigure().getOutputSlots().indexOf(this); in getPosition()
43 OutputSlot s = getFigure().outputSlots.remove(position); in setPosition()
44 getFigure().outputSlots.add(position, s); in setPosition()
48 …return new Point(getFigure().getWidth() * (getPosition() + 1) / (getFigure().getOutputSlots().size… in getRelativePosition()
53 … return "OutputSlot[figure=" + this.getFigure().toString() + ", position=" + getPosition() + "]"; in toString()

123456789