org.jfree.pixie.wmf

Class MfLogRegion

Implemented Interfaces:
WmfObject

public class MfLogRegion
extends java.lang.Object
implements WmfObject

A Wmf logical region definition.

Fields inherited from interface org.jfree.pixie.wmf.WmfObject

OBJ_BRUSH, OBJ_FONT, OBJ_PALETTE, OBJ_PEN, OBJ_REGION

Constructor Summary

MfLogRegion()

Method Summary

Rectangle
getBounds()
int
getType()
void
setBounds(int x, int y, int w, int h)

Constructor Details

MfLogRegion

public MfLogRegion()

Method Details

getBounds

public Rectangle getBounds()

getType

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

setBounds

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