| Package | org.alivepdf.annotations |
| Class | public class Annotation |
| Inheritance | Annotation Object |
| Subclasses | MovieAnnotation, TextAnnotation |
| Property | Defined By | ||
|---|---|---|---|
| height : int [read-only] | Annotation | ||
| text : String [read-only] | Annotation | ||
| type : String [read-only] | Annotation | ||
| width : int [read-only] | Annotation | ||
| x : int [read-only] | Annotation | ||
| y : int [read-only] | Annotation | ||
| Property | Defined By | ||
|---|---|---|---|
| _height : int | Annotation | ||
| _text : String | Annotation | ||
| _type : String | Annotation | ||
| _width : int | Annotation | ||
| _x : int | Annotation | ||
| _y : int | Annotation | ||
| Method | Defined By | ||
|---|---|---|---|
Annotation(type:String, text:String, x:int = 0, y:int = 0, width:int = 100, height:int = 100) | Annotation | ||
| _height | property |
protected var _height:int| _text | property |
protected var _text:String| _type | property |
protected var _type:String| _width | property |
protected var _width:int| _x | property |
protected var _x:int| _y | property |
protected var _y:int| height | property |
height:int [read-only] public function get height():int| text | property |
text:String [read-only] public function get text():String| type | property |
type:String [read-only] public function get type():String| width | property |
width:int [read-only] public function get width():int| x | property |
x:int [read-only] public function get x():int| y | property |
y:int [read-only] public function get y():int| Annotation | () | Constructor |
public function Annotation(type:String, text:String, x:int = 0, y:int = 0, width:int = 100, height:int = 100)type:String | |
text:String | |
x:int (default = 0) | |
y:int (default = 0) | |
width:int (default = 100) | |
height:int (default = 100) |