GlobalPageSettings

Inheritance: java.lang.Object

public class GlobalPageSettings

Les paramètres globaux applicables à tous les éléments de page.

Constructeurs

ConstructeurDescription
GlobalPageSettings()

Champs

ChampDescription
BubbleColorCouleur pour chaque bulle sur la page
BubbleSize
FontColorCouleur de tous les symboles de texte. Peut être remplacée en spécifiant la couleur dans l’élément texte lui‑même
FontFamilyLa famille de la police
FontSizeLa taille de la police
FontStyleLe style de la police
PaperSizeTaille de la page.
ReferencePointsParamètres décrivant le comportement du point de référence du modèle : carrés noirs aux coins et rectangle noir du marqueur de rotation entre.

Méthodes

MéthodeDescription
equals(Object arg0)
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

GlobalPageSettings()

public GlobalPageSettings()

BubbleColor

public DrawingColor BubbleColor

Couleur pour chaque bulle sur la page

BubbleSize

public BubbleSize BubbleSize

FontColor

public DrawingColor FontColor

Couleur de tous les symboles de texte. Peut être remplacée en spécifiant la couleur dans l’élément texte lui‑même

FontFamily

public String FontFamily

La famille de la police

FontSize

public int FontSize

La taille de la police

FontStyle

public FontStyle FontStyle

Le style de la police

PaperSize

public PaperSize PaperSize

Taille de la page. Utilise les proportions du papier à 300 dpi.

ReferencePoints

public ReferencePointsSettings ReferencePoints

Paramètres décrivant le comportement du point de référence du modèle : carrés noirs aux coins et rectangle noir du marqueur de rotation entre. \*

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParamètreTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParamètreTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParamètreTypeDescription
arg0long
arg1int