AppearanceCharacteristics

AppearanceCharacteristics

General

AppearanceCharacteristics és una classe en FOSS per Java.

Envoltar al diccionari de característiques d’aspecte del widget ({@code /MK}, ISO 32000-1:2008 §12.5.6.19).

Aquesta classe proporciona 14 mètodes per treballar amb objectes AppearanceCharacteristics en programes Java. Els mètodes disponibles inclouen: AppearanceCharacteristics, getAlternateCaption, getBackground, getBorder, getCaption, getPdfDictionary, getRolloverCaption, getRotate, setAlternateCaption, setBackground, setBorder, setCaption, i 2 mètodes addicionals. Tots els membres públics són accessibles a qualsevol aplicació Java després d’instal·lar el paquet FOSS per Java. Propietats: alternateCaption, background, border, caption, pdfDictionary, rolloverCaption, i una més.

Propietats

NomTipus de productesAccessDescripció
backgroundColorLlegeix.Obté el fons.
borderColorLlegeix.Obté la vora.
rotateintLlegeix.Retorna la rotació en graus (0, 90, 180 o 270).
captionStringLlegeix.Retorna el títol normal (/CA), o {@code null} si no està establert.
rolloverCaptionStringLlegeix.Retorna el títol de rollover (/RC), o {@code null}.
alternateCaptionStringLlegeix.Retorna el subtitre alternatiu (“abaix”) (/AC), o {@code null}.
pdfDictionaryPdfDictionaryLlegeix.Retorna el diccionari subjacent {@code /MK}, creant-lo a petició.

Mètodes

SignatureDescripció
AppearanceCharacteristics(owner: PdfDictionary)
getBackground()ColorRetorna el fons.
setBackground(color: Color)Estableix el valor de fons.
getBorder()ColorTorna a la frontera.
setBorder(color: Color)Estableix el valor del contorn.
getRotate()intRetorna la rotació en graus (0, 90, 180 o 270).
setRotate(rotate: int)Estableix la rotació.
getCaption()StringRetorna el títol normal (/CA), o {@code null} si no està establert.
setCaption(caption: String)Estableix el valor del títol.
getRolloverCaption()StringRetorna el títol de rollover (/RC), o {@code null}.
setRolloverCaption(caption: String)Estableix el valor del subtítol de sobrevol.
getAlternateCaption()StringRetorna el subtitre alternatiu (“abaix”) (/AC), o {@code null}.
setAlternateCaption(caption: String)Estableix el valor del títol alternatiu.
getPdfDictionary()PdfDictionaryRetorna el diccionari subjacent {@code /MK}, creant-lo a petició.

Veure també

 Català