Interface WmfObject
-
- All Known Implementing Classes:
MfLogBrush,MfLogFont,MfLogPalette,MfLogPen,MfLogRegion,MfPalette
public interface WmfObjectDefines a generic WmfObject.
-
-
Field Summary
Fields Modifier and Type Field Description static intOBJ_BRUSHstatic intOBJ_FONTstatic intOBJ_PALETTEstatic intOBJ_PENstatic intOBJ_REGION
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetType()
-
-
-
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
-
-