summaryrefslogtreecommitdiffstats
path: root/src/graphui/classes/com/jogamp/graph
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-04-12 19:05:10 +0200
committerSven Gothel <[email protected]>2023-04-12 19:05:10 +0200
commit3224346312357430eeb7af3f561e85f9695870b6 (patch)
tree536a3366b60c41014c0dab3f264d5f4bbe2f238b /src/graphui/classes/com/jogamp/graph
parent2fbaa25d70854de2857d9fa20ac6a34c294a4222 (diff)
Graph/Math: Cleanup toString(), spacing and use System.lineSeparator()
Diffstat (limited to 'src/graphui/classes/com/jogamp/graph')
-rw-r--r--src/graphui/classes/com/jogamp/graph/ui/Shape.java4
1 files changed, 2 insertions, 2 deletions
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;
}
//