|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
使用 PageAttributes.OriginType 的軟體套件 | |
---|---|
java.awt | 包含用於創建使用者介面和繪製圖形圖像的全部類別。 |
java.awt 中 PageAttributes.OriginType 的使用 |
---|
宣告為 PageAttributes.OriginType 的 java.awt 中的欄位 | |
---|---|
static PageAttributes.OriginType |
PageAttributes.OriginType.PHYSICAL
用於指定物理原點的 OriginType 實例。 |
static PageAttributes.OriginType |
PageAttributes.OriginType.PRINTABLE
用於指定可列印原點的 OriginType 實例。 |
返回 PageAttributes.OriginType 的 java.awt 中的方法 | |
---|---|
PageAttributes.OriginType |
PageAttributes.getOrigin()
返回在使用這些屬性的頁面上的 (0, 0) 繪製的起始位置,即是從邏輯頁面的左上角開始繪製,還是從可列印區域的左上角開始繪製。 |
參數型別為 PageAttributes.OriginType 的 java.awt 中的方法 | |
---|---|
void |
PageAttributes.setOrigin(PageAttributes.OriginType origin)
指定在使用這些屬性的頁面上的 (0, 0) 繪製的起始位置,即是從邏輯頁面的左上角開始繪製,還是從可列印區域的左上角開始繪製。 |
參數型別為 PageAttributes.OriginType 的 java.awt 中的建構子 | |
---|---|
PageAttributes(PageAttributes.ColorType color,
PageAttributes.MediaType media,
PageAttributes.OrientationRequestedType orientationRequested,
PageAttributes.OriginType origin,
PageAttributes.PrintQualityType printQuality,
int[] printerResolution)
建構一個具有每個屬性的指定值的 PageAttributes 實例。 |
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。