PhotoNote

Kind of class:public class
Package:com.adobe.webapis.flickr
Inherits from:none
Classpath:com.adobe.webapis.flickr.PhotoNote
File last modified:Monday, 03 July 2006, 15:44:36
PhotoNote is a ValueObject for the Flickr API. It describes the location and position of a note on an image.

Summary


Constructor
Instance properties

Constructor

PhotoNote

public function PhotoNote (
)

Construct a new PhotoNote instance @langversion ActionScript 3.0 @playerversion Flash 8.5

Instance properties

_authorId

private _authorId:String
(read)

_authorName

private _authorName:String
(read)

_id

private _id:String
(read)

_note

private _note:String
(read)

_rectangle

private _rectangle:Rectangle
(read)

authorId

public authorId:String
(read,write)

The id of the author of the note @langversion ActionScript 3.0 @playerversion Flash 8.5

authorName

public authorName:String
(read,write)

The name of the author of the note @langversion ActionScript 3.0 @playerversion Flash 8.5

id

public id:String
(read,write)

The id of the note @langversion ActionScript 3.0 @playerversion Flash 8.5

note

public note:String
(read,write)

The contents of the note @langversion ActionScript 3.0 @playerversion Flash 8.5

rectangle

public rectangle:Rectangle
(read,write)

The bounding rectangle of the note @langversion ActionScript 3.0 @playerversion Flash 8.5