Packageorg.purepdf.codecs.wmf
Classpublic class MetaBrush
InheritanceMetaBrush Inheritance MetaObject Inheritance Object



Public Properties
 PropertyDefined By
  color : RGBColor
[read-only]
MetaBrush
  hatch : int
[read-only]
MetaBrush
  style : int
[read-only]
MetaBrush
 Inheritedtype : int
[read-only]
MetaObject
Protected Properties
 PropertyDefined By
  _color : RGBColor
MetaBrush
  _hatch : int
MetaBrush
  _style : int = 0
MetaBrush
 Inherited_type : int = 0
MetaObject
Public Methods
 MethodDefined By
  
MetaBrush
  
init(input:InputMeta):void
MetaBrush
Public Constants
 ConstantDefined By
  BS_DIBPATTERN : int = 5
[static]
MetaBrush
  BS_HATCHED : int = 2
[static]
MetaBrush
  BS_NULL : int = 1
[static]
MetaBrush
  BS_PATTERN : int = 3
[static]
MetaBrush
  BS_SOLID : int = 0
[static]
MetaBrush
  HS_BDIAGONAL : int = 3
[static]
MetaBrush
  HS_CROSS : int = 4
[static]
MetaBrush
  HS_DIAGCROSS : int = 5
[static]
MetaBrush
  HS_FDIAGONAL : int = 2
[static]
MetaBrush
  HS_HORIZONTAL : int = 0
[static]
MetaBrush
  HS_VERTICAL : int = 1
[static]
MetaBrush
 InheritedMETA_BRUSH : int = 2
[static]
MetaObject
 InheritedMETA_FONT : int = 3
[static]
MetaObject
 InheritedMETA_NOT_SUPPORTED : int = 0
[static]
MetaObject
 InheritedMETA_PEN : int = 1
[static]
MetaObject
Property Detail
_colorproperty
protected var _color:RGBColor

_hatchproperty 
protected var _hatch:int

_styleproperty 
protected var _style:int = 0

colorproperty 
color:RGBColor  [read-only]


Implementation
    public function get color():RGBColor
hatchproperty 
hatch:int  [read-only]


Implementation
    public function get hatch():int
styleproperty 
style:int  [read-only]


Implementation
    public function get style():int
Constructor Detail
MetaBrush()Constructor
public function MetaBrush()



Method Detail
init()method
public function init(input:InputMeta):void

Parameters

input:InputMeta

Constant Detail
BS_DIBPATTERNConstant
public static const BS_DIBPATTERN:int = 5

BS_HATCHEDConstant 
public static const BS_HATCHED:int = 2

BS_NULLConstant 
public static const BS_NULL:int = 1

BS_PATTERNConstant 
public static const BS_PATTERN:int = 3

BS_SOLIDConstant 
public static const BS_SOLID:int = 0

HS_BDIAGONALConstant 
public static const HS_BDIAGONAL:int = 3

HS_CROSSConstant 
public static const HS_CROSS:int = 4

HS_DIAGCROSSConstant 
public static const HS_DIAGCROSS:int = 5

HS_FDIAGONALConstant 
public static const HS_FDIAGONAL:int = 2

HS_HORIZONTALConstant 
public static const HS_HORIZONTAL:int = 0

HS_VERTICALConstant 
public static const HS_VERTICAL:int = 1