Overview
Package
Class
Use
Tree
Deprecated
Index
All Classes
Help
Prev
Next
VAquaRendering - Release 1
Uses of Class org.violetlib.jnr.aqua.SliderLayoutConfiguration
Deprecated: ShowHide

Uses of Class
org.violetlib.jnr.aqua.SliderLayoutConfiguration

  • Packages that use SliderLayoutConfiguration 
    Package Description
    org.violetlib.jnr.aqua
     
    • Uses of SliderLayoutConfiguration in org.violetlib.jnr.aqua

      Subclasses of SliderLayoutConfiguration in org.violetlib.jnr.aqua 
      Modifier and Type Class and Description
      class  SliderConfiguration
      A configuration for a slider.
      class  SliderThumbLayoutConfiguration
      A layout configuration for a slider thumb.
      Methods in org.violetlib.jnr.aqua that return SliderLayoutConfiguration 
      Modifier and Type Method and Description
      SliderLayoutConfiguration  SliderThumbLayoutConfiguration.getSliderLayoutConfiguration()
       
      Methods in org.violetlib.jnr.aqua with parameters of type 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.
      Constructors in org.violetlib.jnr.aqua with parameters of type SliderLayoutConfiguration 
      Constructor and Description
      SliderThumbLayoutConfiguration(SliderLayoutConfiguration g, double thumbPosition)