From 3224346312357430eeb7af3f561e85f9695870b6 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Wed, 12 Apr 2023 19:05:10 +0200 Subject: Graph/Math: Cleanup toString(), spacing and use System.lineSeparator() --- src/graphui/classes/com/jogamp/graph/ui/Shape.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/graphui/classes/com/jogamp/graph') diff --git a/src/graphui/classes/com/jogamp/graph/ui/Shape.java b/src/graphui/classes/com/jogamp/graph/ui/Shape.java index 63f1a7607..55dd5fa5c 100644 --- a/src/graphui/classes/com/jogamp/graph/ui/Shape.java +++ b/src/graphui/classes/com/jogamp/graph/ui/Shape.java @@ -854,8 +854,8 @@ public abstract class Shape { } return "enabled "+enabled+", toggle[able "+toggleable+", state "+toggle+ "], able[iactive "+isInteractive()+", resize "+isResizable()+", move "+this.isDraggable()+ - "], ["+position+"], "+pivotS+scaleS+rotateS+ - "box "+box; + "], pos["+position+"], "+pivotS+scaleS+rotateS+ + "box"+box; } // -- cgit v1.2.3