Java java.awt Insets fields, constructors, methods, implement or subclass

Example usage for Java java.awt Insets fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.awt Insets.

The text is from its open source code.

Constructor

Insets(int top, int left, int bottom, int right)
Creates and initializes a new Insets object with the specified top, left, bottom, and right insets.

Method

booleanequals(Object obj)
Checks whether two insets objects are equal.
voidset(int top, int left, int bottom, int right)
Set top, left, bottom, and right to the specified values