java.lang.Objectjava.awt.print.Paper
The Paper class describes the physical characteristics of
a piece of paper.
When creating a Paper object, it is the application's
responsibility to ensure that the paper size and the imageable area
are compatible. For example, if the paper size is changed from
11 x 17 to 8.5 x 11, the application might need to reduce the
imageable area so that whatever is printed fits on the page.
| Constructor Summary | |
|---|---|
Paper()
Creates a letter sized piece of paper with one inch margins. |
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a copy of this Paper with the same contents
as this Paper. |
double |
getHeight()
Returns the height of the page in 1/72nds of an inch. |
double |
getImageableHeight()
Returns the height of this Paper object's imageable
area. |
double |
getImageableWidth()
Returns the width of this Paper object's imageable
area. |
double |
getImageableX()
Returns the x coordinate of the upper-left corner of this Paper object's imageable area. |
double |
getImageableY()
Returns the y coordinate of the upper-left corner of this Paper object's imageable area. |
double |
getWidth()
Returns the width of the page in 1/72nds of an inch. |
void |
setImageableArea(double x,
double y,
double width,
double height)
Sets the imageable area of this Paper. |
void |
setSize(double width,
double height)
Sets the width and height of this Paper
object, which represents the properties of the page onto
which printing occurs. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Paper()
| Method Detail |
|---|
public Object clone()
Paper with the same contents
as this Paper.
Paper.Cloneablepublic double getHeight()
Paper.
public void setSize(double width,
double height)
Paper
object, which represents the properties of the page onto
which printing occurs.
The dimensions are supplied in 1/72nds of
an inch.
width - the value to which to set this Paper
object's widthheight - the value to which to set this Paper
object's heightpublic double getWidth()
Paper.
public void setImageableArea(double x,
double y,
double width,
double height)
Paper. The
imageable area is the area on the page in which printing
occurs.
x, y - the coordinates to which to set the
upper-left corner of the imageable area of this Paperwidth - the value to which to set the width of the
imageable area of this Paperheight - the value to which to set the height of the
imageable area of this Paperpublic double getImageableX()
Paper object's imageable area.
public double getImageableY()
Paper object's imageable area.
public double getImageableWidth()
Paper object's imageable
area.
public double getImageableHeight()
Paper object's imageable
area.
Ces informations proviennent du site de http://java.sun.com
Le contenu de cette page provient du site de Sun, et est généré depuis un cache sur l'infobrol après certains traitements automatisés. La présentation peut donc différer du document original, mais le contenu aussi. Vous pouvez utiliser ce bouton pour afficher la page originale du site de Sun :
Maintenir les pages en cache sur différents sites peut offrir plus de disponibilité.
Chaque page est indexée dans la base de donnée, ce qui permet de retrouver facilement les informations, au moyen des sommaires, du moteur de recherche interne, etc.
Des facilités sont mises en place pour que les membres de l'infobrol puissent effectuer des traductions en français des différents documents. Ceci devrait permettre aux débutants en programmation Java de consulter les API en français s'ils maîtrisent moins bien la langue de Shakespeare. Dans le cas où une traduction a été soumise, elle est disponible au moyen d'un lien en bas de page. Si la traduction a été validée, la page s'affiche par défaut en français, et un lien en bas de page permet d'atteindre la version en anglais.
Le code sur l'infobrol est automatiquement coloré selon la syntaxe, et les différents mots clés sont transformés en liens pour accéder rapidement aux informations.
Vous avez la possibilité de partager vos expériences en proposant vos propres extraits de code en utilisant le bouton "ajouter un commentaire" en bas de page. Si vous visitez simplement l'infobrol, vous avez déjà accès à cette fonction, mais si vous étes membre du brol, vous pouvez en plus utiliser des boutons supplémentaires de mise en forme, dont la coloration automatique de vos extraits de codes.
Vous pouvez modifier vos préférences dans votre profil pour ne plus afficher les interactions avec les réseaux sociaux sur ces pages.
7 mots clés dont 0 définis manuellement (plus d'information...).
Avertissement
Cette page ne possède pas encore de mots clés manuels, ceci est donc un exemple automatique (les niveaux de pertinence sont fictifs, mais les liens sont valables). Pour tester le nuage avec une page qui contient des mots définis manuellement, vous pouvez cliquer ici.Vous pouvez modifier vos préférences dans votre profil pour ne plus afficher le nuage de mots clés.
Recherche (afficher)
Utilisateur (masquer)
Navigation (masquer)
Apparence (afficher)
Stats (afficher)
Citation (masquer)