StampInfo

Overview

StampInfo 是一个类在Java的FOSS中.

关于在页面上贴的邮票的轻量级信息.

本类提供了5种方法,用于在Java程序中使用StampInfo对象. 有的方法包括: StampInfo, getRectangle, getStampId, getStampType, getText. 所有公众成员在安装了Java的FOSS包后,可以访问任何 Java应用程序. 特性: rectangle, stampId, stampType, text.

Properties

NameTypeAccessDescription
stampIdintRead返回邮票标识符.
stampTypeStringRead返回邮票类型.
textStringRead返回邮票文本,如果可用.
rectangleRectangleRead返回邮票矩形.

Methods

SignatureDescription
StampInfo(stampId: int, stampType: String, text: String, rectangle: Rectangle)创建一个邮票信息记录.
getStampId()int返回邮票标识符.
getStampType()String返回邮票类型.
getText()String返回邮票文本,如果可用.
getRectangle()Rectangle返回邮票矩形.

See Also

 中文