BaseStyle
Inheritance: java.lang.Object
public abstract class BaseStyle
Déclare la fonctionnalité de base pour les styles PUB
Constructeurs
| Constructor | Description |
|---|---|
| BaseStyle() |
Méthodes
| Méthode | Description |
|---|---|
| getIdentifiersSetted() | Méthode interne |
| isEmpty() | Le style n’est pas initialisé |
| addIdentifierProcessed(int id) | Méthode interne |
BaseStyle()
public BaseStyle()
getIdentifiersSetted()
public final Integer[] getIdentifiersSetted()
Méthode interne
Returns: java.lang.Integer[] - Valeur interne
isEmpty()
public final boolean isEmpty()
Le style n’est pas initialisé
Returns: boolean - valeur boolean
addIdentifierProcessed(int id)
public final void addIdentifierProcessed(int id)
Méthode interne
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| identifiant | int | paramètre interne |