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

Uses of Class
org.violetlib.jnr.FloatingInsetter1

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

      Methods in org.violetlib.jnr that return FloatingInsetter1 
      Modifier and Type Method and Description
      static FloatingInsetter1  FloatingInsetter1.createCentered(float regionSize, float d1, float d2)
      Create a single dimension insets for a fixed size region that is centered between two minimum insets.
      static FloatingInsetter1  FloatingInsetter1.createLeftTopAligned(float regionSize, float d1)
      Create a single dimension insets for a fixed size region that is positioned at a fixed offset from the left or top edge of the component.
      static FloatingInsetter1  FloatingInsetter1.createRightBottomAligned(float regionSize, float d2)
      Create a single dimension insets for a fixed size region that is positioned at a fixed offset from the right or bottom edge of the component.