diff options
author | Sven Göthel <[email protected]> | 2024-01-20 05:14:26 +0100 |
---|---|---|
committer | Sven Göthel <[email protected]> | 2024-01-20 05:14:26 +0100 |
commit | 4a9f20330309a4a788e13ca7388b5663cd9f85c3 (patch) | |
tree | 97ff6dc8793288db7f6246e01f4953cd39eff933 /src/jogl/classes/com/jogamp/opengl/awt/GLCanvas.java | |
parent | af1ad04206b56b3e268d24ca9244face6b802e2c (diff) |
GraphUI Demo Fontview: Demonstrate Clipping w/ rotation; Reuse GlyphShape for grid, info-box and tooltip
Added TooltipText for help and TooltipShape for GlyphShape.
Notable: The actual {@link GlyphShape} created for the glyph-grid {@link Group}
is reused as-is in the bigger info-grid as well as for the {@link TooltipShape}.
This is possible only if not modifying the scale or position of the {@link GlyphShape},
achieved by simply wrapping it in a {@link Group}.
The latter gets scaled and translated when dropped
into a {@link Group} with {@link Group.Layout}.
This is a good example for a Directed Acyclic Graph (DAG).
Diffstat (limited to 'src/jogl/classes/com/jogamp/opengl/awt/GLCanvas.java')
0 files changed, 0 insertions, 0 deletions