aboutsummaryrefslogtreecommitdiffstats
path: root/src/graphui/classes/com/jogamp/graph/ui/GraphShape.java
Commit message (Expand)AuthorAgeFilesLines
* Bug 1501: Graph Shape: onInit(ListenerBool) -> onDraw(DrawListener) w/ added ...Sven Göthel2024-02-131-0/+2
* GraphUI Misc Cleanup: Move get*Font() helper to Scene; Allow GraphShape.drawI...Sven Göthel2024-01-281-1/+1
* Graph/GraphUI AA-Quality + SampleCount (shader): Push params down to RegionRe...Sven Göthel2024-01-161-22/+4
* Graph/GraphUI AA-Quality (shader): Region: Add DEFAULT_AA_QUALITY and clippin...Sven Göthel2024-01-151-12/+12
* Bump (c) -2024 for edited files + LICENSE.txtSven Göthel2024-01-141-1/+1
* Graph/GraphUI: Revise Graph Region ShaderMapping, fix AABBox-Clipping for Pas...Sven Göthel2024-01-141-13/+10
* GraphUI Cleanup: Simplify Shape.draw*() and Container.{add,remove*}Shape[s]()...Sven Göthel2024-01-071-3/+6
* GraphUI Padding, Margin, Gap: Use zero value constant None instead of default...Sven Gothel2023-12-181-1/+1
* GraphUI: Mark some more methods final in Shape + GraphShapeSven Gothel2023-09-261-2/+2
* GraphUI GraphShape: Factor out static addRectangle(..) to be reused for debug...Sven Gothel2023-09-261-7/+8
* Bug 1452 - Decouple math functionality to 'com.jogamp.math' to be toolkit agn...Sven Gothel2023-09-201-2/+2
* GraphUI: Use z-top of bounding box for border rectangle, not z-centerSven Gothel2023-09-051-6/+6
* GraphUI GraphShape: Split renderModes -> final renderModesReq + mutable rende...Sven Gothel2023-09-041-2/+26
* GraphUI Enhance: API doc; Scene/Button Z-offset and -epsilon; Push temp Affin...Sven Gothel2023-09-041-2/+2
* Graph: Simplify RegionRenderer API by exposing common RenderState methods (an...Sven Gothel2023-08-021-1/+1
* Graph Add {GLRegion, GraphShape}.setTextureUnit(int): Allowing to set texture...Sven Gothel2023-08-011-2/+12
* GraphUI Revise Padding and Border: Padding + Border belong to Shape's bounds....Sven Gothel2023-04-281-7/+20
* GraphUI GraphShape: Refine API docSven Gothel2023-04-281-1/+23
* GraphUI GraphShape: {update->reset}GLRegion() and reserve vertices+indices if...Sven Gothel2023-04-281-13/+17
* GraphUI GraphShape: createGLRegion() -> updateGLRegion(), called by addShapeT...Sven Gothel2023-04-201-20/+55
* Graph + GraphUI: Consolidate Vertex: Drop SVertex and factory, use Vec[234]f ...Sven Gothel2023-04-181-8/+4
* GraphUI: Return this on setter/modifier methods for chainingSven Gothel2023-04-121-2/+4
* GraphUI: Adopting Vec*f API; Adding Group; Scene + Group are Container, trave...Sven Gothel2023-04-051-3/+2
* GraphUI: Relocate com.jogamp.graph.ui.gl.* -> com.jogamp.graph.ui.*, resolve ...Sven Gothel2023-03-311-0/+200