StampInfo
StampInfo
Overview
StampInfo 是一个类在Java的FOSS中.
关于在页面上贴的邮票的轻量级信息.
本类提供了5种方法,用于在Java程序中使用StampInfo对象. 有的方法包括: StampInfo, getRectangle, getStampId, getStampType, getText. 所有公众成员在安装了Java的FOSS包后,可以访问任何 Java应用程序. 特性: rectangle, stampId, stampType, text.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
stampId | int | Read | 返回邮票标识符. |
stampType | String | Read | 返回邮票类型. |
text | String | Read | 返回邮票文本,如果可用. |
rectangle | Rectangle | Read | 返回邮票矩形. |
Methods
| Signature | Description |
|---|---|
StampInfo(stampId: int, stampType: String, text: String, rectangle: Rectangle) | 创建一个邮票信息记录. |
getStampId() → int | 返回邮票标识符. |
getStampType() → String | 返回邮票类型. |
getText() → String | 返回邮票文本,如果可用. |
getRectangle() → Rectangle | 返回邮票矩形. |