Skip to content
Snippets Groups Projects
Commit 7125ba21 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 9443b4cf
No related branches found
No related tags found
1 merge request!166Polish diagram appearance
Pipeline #32238 passed
Pipeline: maven-releng

#32239

    ......@@ -7,7 +7,7 @@ LayoutedLineLinkVisual.java 5fc26086e2f63afee403379ba8f09f5113d4c025 GREEN
    LayoutedRectangularAnchorageContentVisualBase.java 9d5ab8fbad2900a26ec5ea620f9f1a2a1656da77 GREEN
    LayoutedRectangularAnchorageDiagramVisualBase.java b9aa51cce71d8f6c4e400f6019b3cab0a1ed6df6 GREEN
    LayoutedRectangularContentVisualBase.java 61698ffd771ee2ad798025df8195d1bc09c2c765 GREEN
    NamedLayoutedCircularAnchorageContentVisual.java 5cfa7d14fec6835ff0167bbe5faf9f8ad8f6577b YELLOW
    NamedLayoutedCircularAnchorageContentVisual.java 5cfa7d14fec6835ff0167bbe5faf9f8ad8f6577b GREEN
    NamedLayoutedCircularAnchorageDiagramVisual.java eb1e736d7715b86dbc3ca0551bb754157f71cc5f GREEN
    NamedLayoutedCurveLinkVisual.java 7945b2f550d5e4804f44891294ee60cc8ffcbf1e GREEN
    NamedLayoutedEllipticContentVisual.java f96a956c2f71b675eee56cfc613684397545da68 GREEN
    ......
    AutoLayoutMenu.java 67dc2d04a6f39ec72ea640b745997baa8ff63a49 GREEN
    DiagramTapeMeasure.java d607529c055a9f0f8857c4f7923e244a7e2199cd YELLOW
    DiagramTapeMeasure.java d607529c055a9f0f8857c4f7923e244a7e2199cd GREEN
    IAutoLayouter.java de1b11d9e202c7e23352ad85684dbf8a3fd17c7d GREEN
    IAutoLayouterTapeMeasure.java 9781aedaab3a85370542aacee9c49475ad7586c5 YELLOW
    KielerAutoLayouter.java 5167afee2f65bb298873fe8c8db51906d3b02098 YELLOW
    IAutoLayouterTapeMeasure.java 9781aedaab3a85370542aacee9c49475ad7586c5 GREEN
    KielerAutoLayouter.java 5167afee2f65bb298873fe8c8db51906d3b02098 GREEN
    DiamondContentVisualBase.java a81e76e85706ad38b6c22bbcd1cc5a5696737e3d GREEN
    LineLinkGraph.java 85a06a553f88f7b9fb4bd9c06411725d9fb160fc GREEN
    LineLinkVisualBase.java 876d6872b1844568f055809b975d2471330f719f GREEN
    LineSegment.java 6628dcf949560c08b3445ea35ffb845c221c822e YELLOW
    LineSegment.java 920caf921de967f06ce2d9b0a5a0190ac93f7830 GREEN
    RectangularBorderLocation.java 824472c353534d1094ae4f735a30a231b885f050 GREEN
    RectangularContentAnchorageVisualBase.java 39981dc29cac42d77c6ffe855ecc8ccad1689230 GREEN
    RectangularContentVisualBase.java aeeda282f330180b1f339e3230810eccea2e7e7b GREEN
    ......
    ......@@ -147,9 +147,7 @@ final class LineSegment {
    interactionLayer.add(clickableLine, bundle);
    }
    /**
    * Sets the text of the simulation label below the label of the line.
    */
    /** Sets the text of the simulation label below the label of the line. */
    private void setSimulationLabel(String simulationLabelText, double lx, double ly,
    double yOffset) {
    simulationLabel.setText(simulationLabelText);
    ......
    AlignedText.java 746933b14b345b773361e94208d31c27d816f436 YELLOW
    AlignedText.java 1c0bae7d18c93e7645dbb09d70632d5351dc8f38 GREEN
    ExpandCollapseWidget.java f431b6a86f3ce1794c55b90f39a15cda4f92ea06 GREEN
    LinkArrowWidget.java 5354f14ca9d53cc3df88afb1867a266dfde65199 GREEN
    ......@@ -23,17 +23,14 @@ import javafx.scene.text.TextAlignment;
    /**
    * Text shape that automatically sets its translation to achieve text alignment.
    *
    * @author schoepp
    */
    public class AlignedText extends Text {
    /**
    * The alignment to be achieved by setting the translation.
    */
    /** The alignment to be achieved by setting the translation. */
    private Pos alignment = Pos.TOP_LEFT;
    /**
    *
    */
    /** Constructor. */
    public AlignedText() {
    super();
    this.setTextAlignment(TextAlignment.LEFT);
    ......
    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