mobie / mobie-viewer-fiji

BSD 2-Clause "Simplified" License
29 stars 12 forks source link

Use Valdo's contrast slider from BDV #1095

Open tischi opened 5 months ago

tischi commented 5 months ago

@xulman could you provide a link to the B&C slider stuff that you showed in the community meeting?

xulman commented 5 months ago

Hi @tischi , the demo code lives here: https://github.com/xulman/bigdataviewer-core/tree/adjustable-sliders-demo

it's a branch adjustable-sliders-demo and it is an extension of a branch adjustable-slides_take2, the extension provides the demo window and shows how to use the API

the code for the sliders themselves is in the files:

src/main/java/bdv/util/ui/sliders/AbstractAdjustableSliderBasedControl.java
src/main/java/bdv/util/ui/sliders/AdjustableBoundsRangeSlider.java
src/main/java/bdv/util/ui/sliders/AdjustableBoundsSlider.java