Overview
Package
Class
Use
Tree
Deprecated
Index
All Classes
Help
Prev
Next
VAquaRendering - Release 10
Uses of Interface org.violetlib.jnr.Insetter
Deprecated: ShowHide

Uses of Interface
org.violetlib.jnr.Insetter

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

      Methods in org.violetlib.jnr that return Insetter 
      Modifier and Type Method and Description
      Insetter  Insetter.prepend(Insetter p)
      Return an insetter that is equivalent to applying the specified insetter to the results of this one.
      static Insetter  Insetter.trivial()
      Return an insetter with all zero insets.
      Methods in org.violetlib.jnr with parameters of type Insetter 
      Modifier and Type Method and Description
      Insetter  Insetter.prepend(Insetter p)
      Return an insetter that is equivalent to applying the specified insetter to the results of this one.
    • Uses of Insetter in org.violetlib.jnr.aqua

      Methods in org.violetlib.jnr.aqua that return Insetter 
      Modifier and Type Method and Description
      abstract Insetter  AquaUILayoutInfo.getButtonLabelInsets(ButtonLayoutConfiguration g)
      Indicate where a button label should be painted, based on the specified parameters.
      abstract Insetter  AquaUILayoutInfo.getCancelButtonInsets(TextFieldLayoutConfiguration g)
      Return the insets that define the active area corresponding to the cancel button in a search field.
      abstract Insetter  AquaUILayoutInfo.getCancelButtonPaintingInsets(TextFieldLayoutConfiguration g)
      Return the insets that define the cancel button rendering region in a search field.
      abstract Insetter  AquaUILayoutInfo.getComboBoxEditorInsets(ComboBoxLayoutConfiguration g)
      Return the insets that define the editor area in a properly sized combo box.
      abstract Insetter  AquaUILayoutInfo.getComboBoxIndicatorInsets(ComboBoxLayoutConfiguration g)
      Return the (dynamic) insets of the indicator within the combo box.
      Insetter  AquaUILayoutInfo.getContentInsets(LayoutConfiguration g)
      Return the content insets for the specified widget configuration.
      abstract Insetter  AquaUILayoutInfo.getPopUpArrowInsets(PopupButtonConfiguration g)
      Return the insets that define the arrow area in a properly sized pop up button.
      abstract Insetter  AquaUILayoutInfo.getPopupButtonContentInsets(PopupButtonLayoutConfiguration g)
      Return the insets that define the content area in a properly sized pop up button.
      abstract Insetter  AquaUILayoutInfo.getSearchButtonInsets(TextFieldLayoutConfiguration g)
      Return the insets that define the active area corresponding to the search button in a search field.
      abstract Insetter  AquaUILayoutInfo.getSearchButtonPaintingInsets(TextFieldLayoutConfiguration g)
      Return the insets that define the search button rendering region in a search field.
      abstract Insetter  AquaUILayoutInfo.getSegmentedButtonLabelInsets(SegmentedButtonLayoutConfiguration g)
      Indicate where a segmented button label should be painted, based on the specified parameters.
      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 Insetter  AquaUILayoutInfo.getSliderThumbPaintingInsets(SliderLayoutConfiguration g, double thumbPosition)
      Return the insets of the thumb of a slider for the purposes of painting the thumb.
      abstract Insetter  AquaUILayoutInfo.getSliderTickMarkPaintingInsets(SliderLayoutConfiguration g)
      Return the insets to use when painting tick marks on a linear slider.
      abstract Insetter  AquaUILayoutInfo.getSliderTrackPaintingInsets(SliderLayoutConfiguration g)
      Return the insets of the region of a linear slider where the track is painted.
      abstract Insetter  AquaUILayoutInfo.getTableColumnHeaderLabelInsets(TableColumnHeaderLayoutConfiguration g)
      Return the insets of the label area of a table header cell for the purposes of painting the label.
      abstract Insetter  AquaUILayoutInfo.getTableColumnHeaderSortArrowInsets(TableColumnHeaderLayoutConfiguration g)
      Return the insets of the sort indicator of a table header cell for the purposes of painting the sort indicator.
      abstract Insetter  AquaUILayoutInfo.getTextFieldTextInsets(TextFieldLayoutConfiguration g)
      Return the insets that define the content area in a text field.
      abstract Insetter  AquaUILayoutInfo.getTitleBarButtonInsets(TitleBarLayoutConfiguration g, AquaUIPainter.TitleBarButtonWidget bw)
      Return the insets of a title bar button.
      abstract Insetter  AquaUILayoutInfo.getTitleBarLabelInsets(TitleBarLayoutConfiguration g)
      Return the insets of the title bar label area.