com.trolltech.qt.gui
Class QMarginsF

java.lang.Object
  extended by com.trolltech.qt.gui.QMarginsF

public class QMarginsF
extends java.lang.Object


Field Summary
 double bottom
           
 double left
           
 double right
           
 double top
           
 
Constructor Summary
QMarginsF(double left, double top, double right, double bottom)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

left

public double left

top

public double top

right

public double right

bottom

public double bottom
Constructor Detail

QMarginsF

public QMarginsF(double left,
                 double top,
                 double right,
                 double bottom)