Interface WmfObject
-
- All Known Implementing Classes:
MfLogBrush
,MfLogFont
,MfLogPalette
,MfLogPen
,MfLogRegion
,MfPalette
public interface WmfObject
Defines a generic WmfObject.
-
-
Field Summary
Fields Modifier and Type Field Description static int
OBJ_BRUSH
static int
OBJ_FONT
static int
OBJ_PALETTE
static int
OBJ_PEN
static int
OBJ_REGION
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getType()
-
-
-
Field Detail
-
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
-
-