java.lang.Object
com.inductiveautomation.ignition.client.util.gui.Insets2D

public class Insets2D extends Object
Like java.awt.Insets, but with double precision
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    double
     
    double
     
    double
     
    double
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Insets2D(double top, double left, double bottom, double right)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    int
     
    void
    set(double top, double left, double bottom, double right)
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • top

      public double top
    • left

      public double left
    • bottom

      public double bottom
  • Constructor Details

    • Insets2D

      public Insets2D(double top, double left, double bottom, double right)
  • Method Details

    • set

      public void set(double top, double left, double bottom, double right)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object