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
public static final int OBJ_PEN
- See Also:
- Constant Field Values
OBJ_BRUSH
public static final int OBJ_BRUSH
- See Also:
- Constant Field Values
OBJ_PALETTE
public static final int OBJ_PALETTE
- See Also:
- Constant Field Values
OBJ_FONT
public static final int OBJ_FONT
- See Also:
- Constant Field Values
OBJ_REGION
public static final int OBJ_REGION
- See Also:
- Constant Field Values
getType
public int getType()