public interface AttributeSet
A collection of unique attributes. This is a read-only, immutable interface. An attribute is basically a key and a value assigned to the key. The collection may represent something like a style run, a logical style, etc. These are generally used to describe features that will contribute to some graphical representation such as a font. The set of possible keys is unbounded and can be anything. Typically View implementations will respond to attribute definitions and render something to represent the attributes.
Attributes can potentially resolve in a hierarchy. If a key doesn't resolve locally, and a resolving parent exists, the key will be resolved through the parent.
MutableAttributeSet| Nested Class Summary | |
|---|---|
static interface |
AttributeSet.CharacterAttribute
This interface is the type signature that is expected to be present on any attribute key that contributes to character level presentation. |
static interface |
AttributeSet.ColorAttribute
This interface is the type signature that is expected to be present on any attribute key that contributes to presentation of color. |
static interface |
AttributeSet.FontAttribute
This interface is the type signature that is expected to be present on any attribute key that contributes to the determination of what font to use to render some text. |
static interface |
AttributeSet.ParagraphAttribute
This interface is the type signature that is expected to be present on any attribute key that contributes to the paragraph level presentation. |
| Field Summary | |
|---|---|
static Object |
NameAttribute
Attribute name used to name the collection of attributes. |
static Object |
ResolveAttribute
Attribute name used to identify the resolving parent set of attributes, if one is defined. |
| Method Summary | |
|---|---|
boolean |
containsAttribute(Object name,
Object value)
Returns true if this set contains this attribute with an equal value. |
boolean |
containsAttributes(AttributeSet attributes)
Returns true if this set contains all the attributes with equal values. |
AttributeSet |
copyAttributes()
Returns an attribute set that is guaranteed not to change over time. |
Object |
getAttribute(Object key)
Fetches the value of the given attribute. |
int |
getAttributeCount()
Returns the number of attributes contained in this set. |
Enumeration<?> |
getAttributeNames()
Returns an enumeration over the names of the attributes in the set. |
AttributeSet |
getResolveParent()
Gets the resolving parent. |
boolean |
isDefined(Object attrName)
Checks whether the named attribute has a value specified in the set without resolving through another attribute set. |
boolean |
isEqual(AttributeSet attr)
Determines if the two attribute sets are equivalent. |
| Field Detail |
|---|
static final Object NameAttribute
static final Object ResolveAttribute
| Method Detail |
|---|
int getAttributeCount()
boolean isDefined(Object attrName)
attrName - the attribute name
boolean isEqual(AttributeSet attr)
attr - an attribute set
AttributeSet copyAttributes()
Object getAttribute(Object key)
key - the non-null key of the attribute binding
Enumeration<?> getAttributeNames()
Enumeration may be anything
and are not constrained to a particular Object type.
The set does not include the resolving parent, if one is defined.
boolean containsAttribute(Object name, Object value)
name - the non-null attribute namevalue - the value
boolean containsAttributes(AttributeSet attributes)
attributes - the set of attributes to check against
AttributeSet getResolveParent()
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)