org.jfree.pixie.wmf
Class MfLogRegion

java.lang.Object
  extended by org.jfree.pixie.wmf.MfLogRegion
All Implemented Interfaces:
WmfObject

public class MfLogRegion
extends java.lang.Object
implements WmfObject

A Wmf logical region definition.


Field Summary
 
Fields inherited from interface org.jfree.pixie.wmf.WmfObject
OBJ_BRUSH, OBJ_FONT, OBJ_PALETTE, OBJ_PEN, OBJ_REGION
 
Constructor Summary
MfLogRegion()
           
 
Method Summary
 java.awt.Rectangle getBounds()
           
 int getType()
           
 void setBounds(int x, int y, int w, int h)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MfLogRegion

public MfLogRegion()
Method Detail

getType

public int getType()
Specified by:
getType in interface WmfObject

setBounds

public void setBounds(int x,
                      int y,
                      int w,
                      int h)

getBounds

public java.awt.Rectangle getBounds()