VAquaRendering - Release 4
Uses of Class org.violetlib.jnr.aqua.SliderLayoutConfiguration
-
-
-
Modifier and Type |
Method and Description |
abstract Rectangle2D |
AquaUILayoutInfo.getSliderLabelBounds(Rectangle2D bounds,
SliderLayoutConfiguration g,
double thumbPosition,
Dimension labelSize)
Return the suggested region for painting a label next to a slider.
|
abstract Rectangle2D |
AquaUIPainter.getSliderLabelBounds(SliderLayoutConfiguration g,
double thumbPosition,
Dimension size)
Return the recommended bounds for a label corresponding to a given thumb position.
|
abstract Rectangle2D |
AquaUILayoutInfo.getSliderThumbBounds(Rectangle2D bounds,
SliderLayoutConfiguration g,
double thumbPosition)
Return the bounds of the thumb of a slider for the purposes of hit detection.
|
abstract Rectangle2D |
AquaUIPainter.getSliderThumbBounds(SliderLayoutConfiguration g,
double thumbPosition)
Return the bounds of the thumb area based on the configured width and height.
|
abstract double |
AquaUILayoutInfo.getSliderThumbCenter(Rectangle2D bounds,
SliderLayoutConfiguration g,
double thumbPosition)
Return the location along the major axis of the center of the thumb for a given thumb position.
|
abstract Insetter |
AquaUILayoutInfo.getSliderThumbInsets(SliderLayoutConfiguration g,
double thumbPosition)
Return the insets of the thumb of a slider for the purposes of outlining or highlighting.
|
abstract LayoutInfo |
AquaUILayoutInfo.getSliderThumbLayoutInfo(SliderLayoutConfiguration g)
Return the layout info for the thumb of a slider.
|
abstract Insetter |
AquaUILayoutInfo.getSliderThumbPaintingInsets(SliderLayoutConfiguration g,
double thumbPosition)
Return the insets of the thumb of a slider for the purposes of painting the thumb.
|
abstract double |
AquaUILayoutInfo.getSliderThumbPosition(Rectangle2D bounds,
SliderLayoutConfiguration g,
int x,
int y)
Map a location in a slider to the corresponding thumb position.
|
abstract double |
AquaUIPainter.getSliderThumbPosition(SliderLayoutConfiguration g,
int x,
int y)
Map a mouse coordinate to a slider thumb position.
|
abstract Insetter |
AquaUILayoutInfo.getSliderTrackPaintingInsets(SliderLayoutConfiguration g)
Return the insets of the region of a linear slider where the track is painted.
|