aboutsummaryrefslogtreecommitdiffstats
path: root/src/graphui/classes/com/jogamp/graph/ui/Tooltip.java
Commit message (Expand)AuthorAgeFilesLines
* GraphUI Tooltip*: Remove unused paramter in createTip() and clarify namesSven Göthel2024-02-071-17/+43
* Tooltip[Text]: Use a slightly round button, change to grayscale colors matchi...Sven Göthel2024-02-041-6/+6
* GraphUI Tooltip: Use delayMS for no time-based alarm (only used for now()); F...Sven Göthel2024-01-191-13/+14
* Simplify TooltipShape: Create own wrapper Group to not mutate user given Shap...Sven Göthel2024-01-221-2/+5
* GraphUI Tooltip*: Allow user to trigger display via now(); Ensure TooltipShap...Sven Göthel2024-01-201-6/+40
* GraphUI Tooltip*: Generalize Tooltip base (more versatile) and add TooltipSha...Sven Göthel2024-01-191-3/+76
* GraphUI Tooltip: Simplify integration w/ Scene + Shape; Use Shape.setToolTip(...Sven Göthel2024-01-071-14/+22
* GraphUI Shape: Ease Tooltip managment via Scene: Only started Tooltip is requ...Sven Göthel2024-01-071-4/+2
* GraphUI Shape: Enable Tooltip (currently text only) to be displayed after del...Sven Göthel2024-01-071-0/+84