Skip to content
Snippets Groups Projects
Commit 5f10e996 authored by Simon Barner's avatar Simon Barner
Browse files

GREEN (with minor style changes)

Issue-Ref: 4184
Issue-Url: af3#4184



Signed-off-by: default avatarSimon Barner <barner@fortiss.org>
parent c6d14a69
No related branches found
No related tags found
1 merge request!166Polish diagram appearance
Pipeline #32299 passed
Pipeline: maven-releng

#32300

    AnchorageText.java 8b9cb1885760b56e2e1af9613180340cf1dd42e2 YELLOW
    AnchorageText.java d857c045a26a4b73f87adfd2773425460774ab2f GREEN
    CoordinateCorrections.java 018bf229e5686afcb8540b61dd9d05b6e4a23e93 GREEN
    LayoutedCircularAnchorageContentVisualBase.java bf71e5e84ede0c26bd0632e4218aae55ab915ade GREEN
    LayoutedCircularAnchorageDiagramVisualBase.java 7634416bcb88a014d985143bf00a8d29ff1e3ff5 GREEN
    ......@@ -8,11 +8,11 @@ LayoutedLineLinkVisual.java 5fc26086e2f63afee403379ba8f09f5113d4c025 GREEN
    LayoutedRectangularAnchorageContentVisualBase.java 9d5ab8fbad2900a26ec5ea620f9f1a2a1656da77 GREEN
    LayoutedRectangularAnchorageDiagramVisualBase.java b9aa51cce71d8f6c4e400f6019b3cab0a1ed6df6 GREEN
    LayoutedRectangularContentVisualBase.java 61698ffd771ee2ad798025df8195d1bc09c2c765 GREEN
    NamedLayoutedCircularAnchorageContentVisual.java 853ddce0e1519cbc6284776dffcdeaf64ae358b1 YELLOW
    NamedLayoutedCircularAnchorageContentVisual.java 853ddce0e1519cbc6284776dffcdeaf64ae358b1 GREEN
    NamedLayoutedCircularAnchorageDiagramVisual.java eb1e736d7715b86dbc3ca0551bb754157f71cc5f GREEN
    NamedLayoutedCurveLinkVisual.java 7945b2f550d5e4804f44891294ee60cc8ffcbf1e GREEN
    NamedLayoutedEllipticContentVisual.java f96a956c2f71b675eee56cfc613684397545da68 GREEN
    NamedLayoutedLineLinkVisual.java 4fc48616000516dc90ba22b7069ffdabadc9c377 GREEN
    NamedLayoutedRectangularAnchorageContentVisual.java 4c699f6e7f32339397b302d390744e5ebf2443d7 YELLOW
    NamedLayoutedRectangularAnchorageContentVisual.java 4c699f6e7f32339397b302d390744e5ebf2443d7 GREEN
    NamedLayoutedRectangularAnchorageDiagramVisual.java 9a143987f3990d970fa7239fcf5c768e113b6320 GREEN
    NamedLayoutedRectangularContentVisual.java 8cdc55b306c1db60074fa8c5c240f95d892e1e32 GREEN
    ......@@ -28,13 +28,15 @@ import javafx.geometry.Rectangle2D;
    /**
    * Manages visual node(s) for the display of anchorage text labels.
    *
    * @author schoepp
    */
    /* package */ class AnchorageText {
    /** The text displaying the anchorage name */
    /** The text displaying the anchorage name. */
    AlignedText nameText;
    /** Constructor */
    /** Constructor. */
    public AnchorageText() {
    this.nameText = new AlignedText();
    nameText.setMouseTransparent(true);
    ......@@ -53,10 +55,7 @@ import javafx.geometry.Rectangle2D;
    }
    }
    /**
    * Sets the position of the text.
    * Depending on the side, the text is placed off to the side.
    */
    /** Sets the position of the text. Depending on the side, the text is placed off to the side. */
    private <V extends IAnchorageVisual & ISideLayout> //
    void updateNameTextPosition(V visual, IConnector connector) {
    Rectangle2D bounds = visual.getCurrentBounds();
    ......
    ......@@ -2,4 +2,4 @@ AutoLayoutMenu.java 67dc2d04a6f39ec72ea640b745997baa8ff63a49 GREEN
    DiagramTapeMeasure.java d607529c055a9f0f8857c4f7923e244a7e2199cd GREEN
    IAutoLayouter.java de1b11d9e202c7e23352ad85684dbf8a3fd17c7d GREEN
    IAutoLayouterTapeMeasure.java 9781aedaab3a85370542aacee9c49475ad7586c5 GREEN
    KielerAutoLayouter.java be19c05c98ff036a6d9552523b7f490a3029bbfc YELLOW
    KielerAutoLayouter.java be19c05c98ff036a6d9552523b7f490a3029bbfc GREEN
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment