Packageorg.purepdf.elements
Classpublic class Annotation
InheritanceAnnotation Inheritance Object
Implements IElement



Public Properties
 PropertyDefined By
  annotationtype : int
[read-only]
Annotation
  attributes : HashMap
[read-only]
Annotation
  isContent : Boolean
[read-only]
Annotation
  isNestable : Boolean
[read-only]
Annotation
  llx : Number
[read-only]
Annotation
  lly : Number
[read-only]
Annotation
  type : int
[read-only]
Annotation
  urx : Number
[read-only]
Annotation
  ury : Number
[read-only]
Annotation
Protected Properties
 PropertyDefined By
  _annotationAttributes : HashMap
Annotation
  _annotationtype : int
Annotation
  _llx : Number = NaN
Annotation
  _lly : Number = NaN
Annotation
  _urx : Number = NaN
Annotation
  _ury : Number = NaN
Annotation
Public Methods
 MethodDefined By
  
Annotation(... rest)
Annotation
  
getChunks():Vector.<Object>
Annotation
  
process(listener:IElementListener):Boolean
Annotation
  
setDimensions($llx:Number, $lly:Number, $urx:Number, $ury:Number):void
Annotation
  
toString():String
Annotation
Public Constants
 ConstantDefined By
  APPLICATION : String = application
[static]
Annotation
  CONTENT : String = content
[static]
Annotation
  DEFAULTDIR : String = defaultdir
[static]
Annotation
  DESTINATION : String = destination
[static]
Annotation
  FILE : String = file
[static]
Annotation
  FILE_DEST : int = 3
[static]
Annotation
  FILE_PAGE : int = 4
[static]
Annotation
  LAUNCH : int = 6
[static]
Annotation
  LLX : String = llx
[static]
Annotation
  LLY : String = lly
[static]
Annotation
  MIMETYPE : String = mime
[static]
Annotation
  NAMED : String = named
[static]
Annotation
  NAMED_DEST : int = 5
[static]
Annotation
  OPERATION : String = operation
[static]
Annotation
  PAGE : String = page
[static]
Annotation
  PARAMETERS : String = parameters
[static]
Annotation
  SCREEN : int = 7
[static]
Annotation
  TEXT : int = 0
[static]
Annotation
  TITLE : String = title
[static]
Annotation
  URL : String = url
[static]
Annotation
  URL_AS_STRING : int = 2
[static]
Annotation
  URL_NET : int = 1
[static]
Annotation
  URX : String = urx
[static]
Annotation
  URY : String = ury
[static]
Annotation
Property Detail
_annotationAttributesproperty
protected var _annotationAttributes:HashMap

_annotationtypeproperty 
protected var _annotationtype:int

_llxproperty 
protected var _llx:Number = NaN

_llyproperty 
protected var _lly:Number = NaN

_urxproperty 
protected var _urx:Number = NaN

_uryproperty 
protected var _ury:Number = NaN

annotationtypeproperty 
annotationtype:int  [read-only]


Implementation
    public function get annotationtype():int
attributesproperty 
attributes:HashMap  [read-only]


Implementation
    public function get attributes():HashMap
isContentproperty 
isContent:Boolean  [read-only]


Implementation
    public function get isContent():Boolean
isNestableproperty 
isNestable:Boolean  [read-only]


Implementation
    public function get isNestable():Boolean
llxproperty 
llx:Number  [read-only]


Implementation
    public function get llx():Number
llyproperty 
lly:Number  [read-only]


Implementation
    public function get lly():Number
typeproperty 
type:int  [read-only]


Implementation
    public function get type():int
urxproperty 
urx:Number  [read-only]


Implementation
    public function get urx():Number
uryproperty 
ury:Number  [read-only]


Implementation
    public function get ury():Number
Constructor Detail
Annotation()Constructor
public function Annotation(... rest)



Parameters
... rest
Method Detail
getChunks()method
public function getChunks():Vector.<Object>

Returns
Vector.<Object>
process()method 
public function process(listener:IElementListener):Boolean

Parameters

listener:IElementListener

Returns
Boolean
setDimensions()method 
public function setDimensions($llx:Number, $lly:Number, $urx:Number, $ury:Number):void

Parameters

$llx:Number
 
$lly:Number
 
$urx:Number
 
$ury:Number

toString()method 
public function toString():String

Returns
String
Constant Detail
APPLICATIONConstant
public static const APPLICATION:String = application

CONTENTConstant 
public static const CONTENT:String = content

DEFAULTDIRConstant 
public static const DEFAULTDIR:String = defaultdir

DESTINATIONConstant 
public static const DESTINATION:String = destination

FILEConstant 
public static const FILE:String = file

FILE_DESTConstant 
public static const FILE_DEST:int = 3

FILE_PAGEConstant 
public static const FILE_PAGE:int = 4

LAUNCHConstant 
public static const LAUNCH:int = 6

LLXConstant 
public static const LLX:String = llx

LLYConstant 
public static const LLY:String = lly

MIMETYPEConstant 
public static const MIMETYPE:String = mime

NAMEDConstant 
public static const NAMED:String = named

NAMED_DESTConstant 
public static const NAMED_DEST:int = 5

OPERATIONConstant 
public static const OPERATION:String = operation

PAGEConstant 
public static const PAGE:String = page

PARAMETERSConstant 
public static const PARAMETERS:String = parameters

SCREENConstant 
public static const SCREEN:int = 7

TEXTConstant 
public static const TEXT:int = 0

TITLEConstant 
public static const TITLE:String = title

URLConstant 
public static const URL:String = url

URL_AS_STRINGConstant 
public static const URL_AS_STRING:int = 2

URL_NETConstant 
public static const URL_NET:int = 1

URXConstant 
public static const URX:String = urx

URYConstant 
public static const URY:String = ury