HanSolo / medusa

A JavaFX library for Gauges
Apache License 2.0
687 stars 129 forks source link

How to change size of linear bar? #194

Closed PAIDI-RAMESH closed 4 years ago

PAIDI-RAMESH commented 4 years ago

image How to change customization size of the bar

HanSolo commented 4 years ago

The bar cannot be resized directly. The solution would be to copy the skin, make the adjustments you need to it and use it with gauge.setSkin(YOUR_CUSTOMIZED_SKIN)

PAIDI-RAMESH commented 4 years ago

give me any example

PAIDI-RAMESH commented 4 years ago

Is it possible set border for bar