All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class CH.ifa.draw.standard.Margins

java.lang.Object
   |
   +----CH.ifa.draw.standard.Margins

public class Margins
extends Object
implements Serializable
Represents the margins of a rectangular area.


Variable Index

 o bottom
 o left
 o right
 o skip
 o top

Constructor Index

 o Margins(int, int, int, int, int)

Variables

 o top
 public int top
 o left
 public int left
 o bottom
 public int bottom
 o right
 public int right
 o skip
 public int skip

Constructors

 o Margins
 public Margins(int top,
                int left,
                int bottom,
                int right,
                int skip)

All Packages  Class Hierarchy  This Package  Previous  Next  Index