org.jfree.pixie.wmf
Interface WmfObject
- All Known Implementing Classes:
- MfLogBrush, MfLogFont, MfLogPalette, MfLogPen, MfLogRegion, MfPalette
public interface WmfObject
Defines a generic WmfObject.
OBJ_PEN
static final int OBJ_PEN
- See Also:
- Constant Field Values
OBJ_BRUSH
static final int OBJ_BRUSH
- See Also:
- Constant Field Values
OBJ_PALETTE
static final int OBJ_PALETTE
- See Also:
- Constant Field Values
OBJ_FONT
static final int OBJ_FONT
- See Also:
- Constant Field Values
OBJ_REGION
static final int OBJ_REGION
- See Also:
- Constant Field Values
getType
int getType()