ewe.fx
Class Insets

java.lang.Object
  extended byewe.fx.Insets
All Implemented Interfaces:
Encodable

public class Insets
extends Object
implements Encodable


Field Summary
 int bottom
           
 int left
           
 int right
           
 int top
           
 
Constructor Summary
Insets(int t, int l, int b, int r)
           
 
Method Summary
static void apply(Insets in, Rect r)
          Apply the specified Insets to the Rect r.
 void apply(Rect r)
          Apply this Insets to the Rect r.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, toString
 

Field Detail

top

public int top

bottom

public int bottom

left

public int left

right

public int right
Constructor Detail

Insets

public Insets(int t,
              int l,
              int b,
              int r)
Method Detail

apply

public static void apply(Insets in,
                         Rect r)
Apply the specified Insets to the Rect r. If the Insets is null nothing is done.


apply

public void apply(Rect r)
Apply this Insets to the Rect r.