Packageorg.purepdf.codecs.wmf
Classpublic class MetaPen
InheritanceMetaPen Inheritance MetaObject Inheritance Object



Public Properties
 PropertyDefined By
  color : RGBColor
[read-only]
MetaPen
  penWidth : int
[read-only]
MetaPen
  style : int
[read-only]
MetaPen
 Inheritedtype : int
[read-only]
MetaObject
Protected Properties
 PropertyDefined By
  _color : RGBColor
MetaPen
  _penWidth : int = 1
MetaPen
  _style : int = 0
MetaPen
 Inherited_type : int = 0
MetaObject
Public Methods
 MethodDefined By
  
MetaPen
  
init(input:InputMeta):void
MetaPen
Public Constants
 ConstantDefined By
 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
  PS_DASH : int = 1
[static]
MetaPen
  PS_DASHDOT : int = 3
[static]
MetaPen
  PS_DASHDOTDOT : int = 4
[static]
MetaPen
  PS_DOT : int = 2
[static]
MetaPen
  PS_INSIDEFRAME : int = 6
[static]
MetaPen
  PS_NULL : int = 5
[static]
MetaPen
  PS_SOLID : int = 0
[static]
MetaPen
Property Detail
_colorproperty
protected var _color:RGBColor

_penWidthproperty 
protected var _penWidth:int = 1

_styleproperty 
protected var _style:int = 0

colorproperty 
color:RGBColor  [read-only]


Implementation
    public function get color():RGBColor
penWidthproperty 
penWidth:int  [read-only]


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


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



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

Parameters

input:InputMeta

Constant Detail
PS_DASHConstant
public static const PS_DASH:int = 1

PS_DASHDOTConstant 
public static const PS_DASHDOT:int = 3

PS_DASHDOTDOTConstant 
public static const PS_DASHDOTDOT:int = 4

PS_DOTConstant 
public static const PS_DOT:int = 2

PS_INSIDEFRAMEConstant 
public static const PS_INSIDEFRAME:int = 6

PS_NULLConstant 
public static const PS_NULL:int = 5

PS_SOLIDConstant 
public static const PS_SOLID:int = 0