Overview
Package
Class
Use
Tree
Deprecated
Index
All Classes
Help
Prev
Next
Java Native Rendering
Uses of Interface org.violetlib.jnr.Insetter1
Deprecated: ShowHide

Uses of Interface
org.violetlib.jnr.Insetter1

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

      Classes in org.violetlib.jnr that implement Insetter1 
      Modifier and Type Class and Description
      class  CenteredInsetter1
      A floating insetter defines a region of fixed size that is centered in the component, with an optional offset.
      class  DynamicInsetter1
      A dynamic insetter defines a region of fixed size whose center position is computed by a subclass.
      class  FixedInsetter1
      A pair of fixed insets.
      class  FloatingInsetter1
      A floating insetter defines a region of fixed size, with either one or both insets being variable.
      class  NonInvertibleInsetterBase
      A convenient base class for a non-invertible insetter.
      class  RigidInsetter1
      A single dimension insetter where the region size and the component size are both fixed.
      Constructors in org.violetlib.jnr with parameters of type Insetter1 
      Constructor and Description
      CombinedInsetter(Insetter1 horizontal, Insetter1 vertical)